|
23 | 23 | "BUILD_SHARED_LIBS": "ON", |
24 | 24 | "CMAKE_BUILD_TYPE": "Release", |
25 | 25 | "CMAKE_EXPORT_COMPILE_COMMANDS": "ON", |
26 | | - "Kokkos_VERSION_DEFAULT": "4.5.01", |
| 26 | + "Kokkos_VERSION_DEFAULT": "4.7.01", |
27 | 27 | "Heffte_VERSION_DEFAULT": "2.4.0", |
28 | | - "IPPL_PLATFORMS": "OPENMP;CUDA", |
| 28 | + "IPPL_PLATFORMS": "SERIAL", |
29 | 29 | "IPPL_ENABLE_FFT": "ON", |
30 | 30 | "IPPL_ENABLE_ALPINE": "ON", |
31 | 31 | "IPPL_ENABLE_COSMOLOGY": "ON", |
|
42 | 42 | "default" |
43 | 43 | ], |
44 | 44 | "cacheVariables": { |
45 | | - "Kokkos_VERSION": "git.4.6.02", |
| 45 | + "Kokkos_VERSION": "git.4.7.01", |
46 | 46 | "Heffte_VERSION": "git.v2.4.1" |
47 | 47 | } |
48 | 48 | }, |
|
74 | 74 | "displayName": "Alps-GH200-defaults", |
75 | 75 | "description": "Enables building test in debug mode", |
76 | 76 | "inherits": [ |
77 | | - "testing", |
78 | | - "default" |
| 77 | + "release-testing" |
79 | 78 | ], |
80 | 79 | "cacheVariables": { |
81 | 80 | "MPIEXEC_PREFLAGS": "--gpus-per-task=1;/user-environment/wrapper-mpi.sh", |
82 | | - "IPPL_PLATFORMS": "OPENMP;CUDA", |
| 81 | + "IPPL_PLATFORMS": "SERIAL;CUDA", |
83 | 82 | "CMAKE_CUDA_ARCHITECTURES": "90", |
84 | 83 | "MPIEXEC_EXECUTABLE": "/usr/bin/srun", |
85 | 84 | "Kokkos_VERSION_DEFAULT": "4.7", |
86 | 85 | "Heffte_VERSION_DEFAULT": "2.4.1" |
87 | 86 | } |
| 87 | + }, |
| 88 | + { |
| 89 | + "name": "alps-mi300", |
| 90 | + "displayName": "Alps-mi300-defaults", |
| 91 | + "description": "Enables building test in debug mode", |
| 92 | + "inherits": [ |
| 93 | + "release-testing" |
| 94 | + ], |
| 95 | + "cacheVariables": { |
| 96 | + "MPIEXEC_PREFLAGS": "--gpus-per-node=4;/user-environment/wrapper-mpi.sh", |
| 97 | + "IPPL_PLATFORMS": "HIP;SERIAL", |
| 98 | + "CMAKE_HIP_ARCHITECTURES": "gfx942", |
| 99 | + "AMDGPU_TARGETS": "gfx942", |
| 100 | + "GPU_TARGETS": "gfx942", |
| 101 | + "MPIEXEC_EXECUTABLE": "/usr/bin/srun", |
| 102 | + "Kokkos_VERSION_DEFAULT": "git.4.7.01", |
| 103 | + "Heffte_VERSION_DEFAULT": "git.v2.4.1" |
| 104 | + } |
88 | 105 | } |
89 | 106 | ] |
90 | 107 | } |
0 commit comments