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 Jan 31, 2024
1 parent d9b756c commit 9268f2e
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 @@ -775,7 +775,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 9268f2e

Please sign in to comment.