-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable MPI everywhere to see where it fails
- Loading branch information
1 parent
abb0779
commit d9445fe
Showing
5 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,20 +29,20 @@ | |
|
||
gcc_8_3_1: | ||
variables: | ||
SPEC: " ~shared +openmp %gcc@=8.3.1 ^blt@develop" | ||
SPEC: " ~shared +mpi +openmp %gcc@=8.3.1 ^blt@develop" | ||
extends: .job_on_lassen | ||
|
||
gcc_8_3_1_cuda_11_7_0_ats_disabled: | ||
extends: .job_on_lassen | ||
variables: | ||
SPEC: " ~shared +openmp +cuda %gcc@=8.3.1 cuda_arch=70 ^[email protected]+allow-unsupported-compilers ^blt@develop" | ||
SPEC: " ~shared +mpi +openmp +cuda %gcc@=8.3.1 cuda_arch=70 ^[email protected]+allow-unsupported-compilers ^blt@develop" | ||
MODULE_LIST: "cuda/11.7.0" | ||
LASSEN_JOB_ALLOC: "1 --atsdisable -W 30 -q pci" | ||
|
||
gcc_8_3_1_cuda_11_7_0_ats_disabled_mpi: | ||
extends: .job_on_lassen | ||
variables: | ||
SPEC: " ~shared +openmp +cuda +mpi %gcc@=8.3.1 cuda_arch=70 ^[email protected]+allow-unsupported-compilers ^spectrum-mpi ^blt@develop" | ||
SPEC: " ~shared +mpi +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" | ||
|
||
|
@@ -52,17 +52,17 @@ gcc_8_3_1_cuda_11_7_0_ats_disabled_mpi: | |
|
||
clang_13_0_1_libcpp: | ||
variables: | ||
SPEC: " ~shared +openmp %clang@=13.0.1 cflags==\"-DGTEST_HAS_CXXABI_H_=0\" cxxflags==\"-stdlib=libc++ -DGTEST_HAS_CXXABI_H_=0\" ^blt@develop" | ||
SPEC: " ~shared +mpi +openmp %clang@=13.0.1 cflags==\"-DGTEST_HAS_CXXABI_H_=0\" cxxflags==\"-stdlib=libc++ -DGTEST_HAS_CXXABI_H_=0\" ^blt@develop" | ||
extends: .job_on_lassen | ||
|
||
#clang_14_0_5_asan: | ||
# variables: | ||
# SPEC: " ~shared +openmp %clang@=14.0.5 cxxflags==\"-fsanitize=address\" ${PROJECT_LASSEN_DEPS}" | ||
# SPEC: " ~shared +mpi +openmp %clang@=14.0.5 cxxflags==\"-fsanitize=address\" ${PROJECT_LASSEN_DEPS}" | ||
# ASAN_OPTIONS: "detect_leaks=1" | ||
# LSAN_OPTIONS: "suppressions=${CI_PROJECT_DIR}/tpl/RAJA/suppressions.asan" | ||
# extends: .job_on_lassen | ||
|
||
clang_16_0_6_omptarget: | ||
variables: | ||
SPEC: " ~shared +openmp +omptarget %clang@=16.0.6.cuda.11.8.0.gcc.11.2.1 ^blt@develop" | ||
SPEC: " ~shared +mpi +openmp +omptarget %clang@=16.0.6.cuda.11.8.0.gcc.11.2.1 ^blt@develop" | ||
extends: .job_on_lassen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,12 +29,12 @@ | |
|
||
cce_17_0_1: | ||
variables: | ||
SPEC: "~shared +openmp %cce@=17.0.1 ^blt@develop" | ||
SPEC: "~shared +mpi +openmp %cce@=17.0.1 ^blt@develop" | ||
extends: .job_on_tioga | ||
|
||
rocmcc_6_2_0_hip_openmp: | ||
variables: | ||
SPEC: "~shared +rocm +openmp amdgpu_target=gfx90a %rocmcc@=6.2.0 ^[email protected] ^blt@develop" | ||
SPEC: "~shared +mpi +rocm +openmp amdgpu_target=gfx90a %rocmcc@=6.2.0 ^[email protected] ^blt@develop" | ||
extends: .job_on_tioga | ||
|
||
rocmcc_6_2_0_hip_openmp_mpi: | ||
|