Skip to content

Commit

Permalink
Fix MPI module load based on 'full' compiler name
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Dec 11, 2024
1 parent 07f6b9e commit 4c7fc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildsys/bamboo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ linuxSetMPI() {
if [[ "${compiler}" == "default" ]]; then
desiredMPI="${mpi_request}"
else
desiredMPI="${mpi_request}_${compiler_version}"
desiredMPI="${mpi_request}_${compiler}"
# load non-default compiler
if [[ "${compiler}" =~ gcc.* ]]; then
ModuleEx load "gcc/${compiler_version}"
Expand Down

0 comments on commit 4c7fc4b

Please sign in to comment.