Skip to content
Snippets Groups Projects
Commit b1747a7c authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Disable container mpi build for the moment.

Was not able to compile PARAVIEW_BUILD_EDITION=CATALYST with PARAVIEW_ENABLE_XDMF3=ON.
Seems to be a ParaView configuration bug.
parent 7d7d5b8c
No related branches found
No related tags found
No related merge requests found
...@@ -13,12 +13,12 @@ container: ...@@ -13,12 +13,12 @@ container:
--build_args ' --progress=plain' --build_args ' --progress=plain'
--pm system --cvode --ccache --pm system --cvode --ccache
--cmake_args ' -DBUILD_TESTING=OFF -DOGS_BUILD_UTILS=ON' --cmake_args ' -DBUILD_TESTING=OFF -DOGS_BUILD_UTILS=ON'
- > # - >
poetry run ogscm -B -C -R --ogs ../.. # poetry run ogscm -B -C -R --ogs ../..
--build_args ' --progress=plain' # --build_args ' --progress=plain'
--pm system --cvode --ccache # --pm system --cvode --ccache
--cmake_args ' -DBUILD_TESTING=OFF' # --cmake_args ' -DBUILD_TESTING=OFF'
--ompi 4.0.4 --insitu --mpi_benchmarks # --ompi 4.0.4 --insitu --mpi_benchmarks
- > - >
poetry run ogscm -B -C -R --ogs ../.. poetry run ogscm -B -C -R --ogs ../..
--build_args ' --progress=plain' --build_args ' --progress=plain'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment