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

[CMake] Added note on utils + mpi incompatibility.

parent 41855a62
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,11 @@ if(OGS_BUILD_GUI) ...@@ -97,6 +97,11 @@ if(OGS_BUILD_GUI)
option(OGS_USE_NETCDF "Add NetCDF support." ON) option(OGS_USE_NETCDF "Add NetCDF support." ON)
endif() endif()
option(OGS_BUILD_UTILS "Should the utilities programms be built?" OFF) option(OGS_BUILD_UTILS "Should the utilities programms be built?" OFF)
if(OGS_BUILD_UTILS AND OGS_USE_MPI)
message(WARNING "OGS_BUILD_UTILS cannot be used with OGS_USE_MPI "
"(OGS_USE_PETSC)! Disabling OGS_BUILD_UTILS.")
set(OGS_BUILD_UTILS OFF CACHE BOOL "" FORCE)
endif()
# A list of processes to be build. Also used in the ProcessLib to select # A list of processes to be build. Also used in the ProcessLib to select
......
...@@ -316,7 +316,6 @@ pipeline { ...@@ -316,7 +316,6 @@ pipeline {
configure { configure {
sh 'git submodule sync' sh 'git submodule sync'
cmakeOptions = cmakeOptions =
'-DOGS_BUILD_UTILS=ON ' +
'-DBUILD_SHARED_LIBS=ON ' + '-DBUILD_SHARED_LIBS=ON ' +
'-DOGS_USE_PETSC=ON ' + '-DOGS_USE_PETSC=ON ' +
'-DOGS_USE_CONAN=OFF ' '-DOGS_USE_CONAN=OFF '
......
No preview for this file type
{"Target":"js/discourse-news.min.cacae8c57407dd54e8733f210faa28d400391fae027f681ed52862a08a3b56c1.js","MediaType":"application/javascript","Data":{"Integrity":"sha256-ysroxXQH3VTocz8hD6oo1AA5H64Cf2ge1ShioIo7VsE="}} {"Target":"js/discourse-news.min.4a3c5fdaa75da014d56ed6f42fd84e51698974c7369f778bb2ce78fb6462e43a.js","MediaType":"application/javascript","Data":{"Integrity":"sha256-Sjxf2qddoBTVbtb0L9hOUWmJdMc2n3eLss54+2Ri5Do="}}
\ No newline at end of file \ No newline at end of file
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