Skip to content

Commit

Permalink
update gitlab ci
Browse files Browse the repository at this point in the history
  • Loading branch information
brunowu committed Dec 19, 2024
1 parent 8c2157f commit 8e5095f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build_cpu:
- cmake --version
- mkdir -p build
- cd build
- FC=mpif90 CC=mpicc CXX=mpicxx cmake -DCHASE_ENABLE_MIXED_PRECISION=ON -DENABLE_TESTS=ON -DMPI_RUN_ARGS="--allow-run-as-root" ..
- cmake -DCMAKE_C_COMPILER=mpicc -DCMAKE_CXX_COMPILER=mpicxx -DCMAKE_Fortran_COMPILER=mpifort -DCHASE_ENABLE_MIXED_PRECISION=ON -DENABLE_TESTS=ON -DMPI_RUN_ARGS="--allow-run-as-root" ..
- make VERBOSE=1
artifacts:
paths:
Expand Down

0 comments on commit 8e5095f

Please sign in to comment.