Skip to content

Commit

Permalink
Do not specify mpi twice
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbernede committed Nov 13, 2024
1 parent d9445fe commit c839be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab/jobs/lassen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gcc_8_3_1_cuda_11_7_0_ats_disabled:
gcc_8_3_1_cuda_11_7_0_ats_disabled_mpi:
extends: .job_on_lassen
variables:
SPEC: " ~shared +mpi +openmp +cuda +mpi %gcc@=8.3.1 cuda_arch=70 ^[email protected]+allow-unsupported-compilers ^spectrum-mpi ^blt@develop"
SPEC: " ~shared +openmp +cuda +mpi %gcc@=8.3.1 cuda_arch=70 ^[email protected]+allow-unsupported-compilers ^spectrum-mpi ^blt@develop"
MODULE_LIST: "cuda/11.7.0"
LASSEN_JOB_ALLOC: "1 --atsdisable -W 30 -q pci"

Expand Down
2 changes: 1 addition & 1 deletion .gitlab/jobs/poodle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ gcc_10_3_1:

intel_2023_2_1_mpi:
variables:
SPEC: "~shared +mpi +openmp +mpi +lowopttest cxxflags==-fp-model=precise %intel@=2023.2.1 ^mvapich2 ^blt@develop"
SPEC: "~shared +openmp +mpi +lowopttest cxxflags==-fp-model=precise %intel@=2023.2.1 ^mvapich2 ^blt@develop"
extends: .job_on_poodle

0 comments on commit c839be3

Please sign in to comment.