Skip to content

Commit 6b39fab

Browse files
committed
clear environment variables in perlmutter.slurm to avoid MPI library issues
1 parent f07d4df commit 6b39fab

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

examples-proposed/024-aggregated-compute-ensemble/perlmutter.slurm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
#SBATCH --nodes=1
1212
#SBATCH --time=5
1313
#SBATCH -p debug
14-
14+
module purge
15+
# ensure we're not accidentally picking up this being set in the environment by the user, which can cause problems
16+
# with the MPI libraries.
17+
unset LD_LIBRARY_PATH
1518
module load PrgEnv-gnu openmpi python
1619

1720
# Again, this assumes that there exists a conda environment named "ips".

0 commit comments

Comments
 (0)