Skip to content

Commit

Permalink
* Disabled MPI build for HyTeG/Walberla
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Abelt committed Oct 4, 2023
1 parent 3ea74fe commit 52fbf56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varats/varats/projects/cpp_projects/hyteg.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def compile(self) -> None:

with local.cwd(hyteg_source / "build"):
with local.env(CC=str(cc_compiler), CXX=str(cxx_compiler)):
bb.watch(cmake)("..")
bb.watch(cmake)("..", "-DWALBERLA_BUILD_WITH_MPI=OFF")

with local.cwd(hyteg_source / "build" / "apps"):
bb.watch(make)("-j", get_number_of_jobs(bb_cfg()))
Expand Down

0 comments on commit 52fbf56

Please sign in to comment.