Skip to content

Commit

Permalink
Compile ninja with gcc@12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aurianer committed Jan 23, 2024
1 parent dd6fa6e commit 8953f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/includes/nvhpc_mpi_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include:
GPU_TARGET: '80'
SPACK_SPEC: "pika@main arch=$ARCH %${NVHPC_COMPILER} +stdexec +mpi +cuda cuda_arch=${GPU_TARGET} \
malloc=system cxxstd=$CXXSTD ^boost@1.78.0 ^hwloc@2.7.0 \
^stdexec@git.nvhpc-23.09.rc4=main ^cuda@11.8"
^stdexec@git.nvhpc-23.09.rc4=main ^cuda@11.8 ^ninja%${COMPILER}"
CMAKE_FLAGS: "-DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPIKA_WITH_CXX_STANDARD=$CXXSTD \
-DPIKA_WITH_CUDA=ON -DPIKA_WITH_MALLOC=system -DPIKA_WITH_MPI=ON \
-DCMAKE_CUDA_ARCHITECTURES=$GPU_TARGET -DPIKA_WITH_STDEXEC=ON"
Expand Down

0 comments on commit 8953f8f

Please sign in to comment.