Skip to content

Commit 6f92d00

Browse files
committed
Update Traverse modules due to RHEL 8 transition around Sep 2020
1 parent ab14b14 commit 6f92d00

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

envs/traverse.cmd

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
#!/usr/bin/env bash
22

3-
module load anaconda3 # KGF: issue with my shell--- makes conda CLI return nothing
4-
# must activate conda env before module loads to ensure MPI, etc modules have
5-
# precedence for setting the environment variables, libraries, etc.
3+
module load anaconda3
64
conda activate frnn
7-
export OMPI_MCA_btl="tcp,self,vader"
8-
# module load anaconda3 ------ KGF: DO NOT DO THIS--- reloads base
9-
# module purge
10-
module load cudatoolkit
5+
6+
module load cudatoolkit/11.0
117
module load cudnn/cuda-10.1/7.6.1
12-
module load openmpi/gcc/3.1.4/64
13-
module load hdf5/gcc/openmpi-3.1.4/1.10.5
8+
9+
# after RHEL 8 upgrade
10+
module load openmpi/gcc/4.0.4/64
11+
module load hdf5/gcc/openmpi-4.0.4/1.10.6

0 commit comments

Comments
 (0)