Skip to content

Commit

Permalink
Merge pull request #13 from xpillons/fix-testscript
Browse files Browse the repository at this point in the history
load modules when called from a remote session
  • Loading branch information
jithinjosepkl authored Apr 16, 2020
2 parents 2b99970 + 92b73f5 commit c56384c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
source /etc/profile
module use /usr/share/Modules/modulefiles

GCC_VERSION="9.2.0"
MKL_VERSION="2019.5.281"
Expand Down Expand Up @@ -98,6 +100,7 @@ check_exists "/opt/amd/libflame/"
check_exists "/opt/intel/compilers_and_libraries_${MKL_VERSION}/linux/mkl/"

# verify mpi installations
module avail

# hpcx
module load mpi/hpcx
Expand Down

0 comments on commit c56384c

Please sign in to comment.