Skip to content

Commit

Permalink
Update build_met.sh
Browse files Browse the repository at this point in the history
The compiler $HPC_COMPILER needs to be loaded explicitly when it is not a system module, and it was not set up as a pre-requisite for hpc-$HPC_COMPILER
  • Loading branch information
natalie-perlin authored Nov 9, 2022
1 parent dffa142 commit e6c117f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/build_met.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ compiler=$(echo $HPC_COMPILER | sed 's/\//-/g')
if $MODULES; then
set +x
source $MODULESHOME/init/bash
module load $HPC_COMPILER
module load hpc-$HPC_COMPILER
module load hpc-$HPC_PYTHON
module load gsl
Expand Down

0 comments on commit e6c117f

Please sign in to comment.