We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b0953 commit dfb1878Copy full SHA for dfb1878
.github/docker-compose.yml
@@ -37,8 +37,8 @@ services:
37
cmake /fenix \
38
-DCMAKE_BUILD_TYPE=Release \
39
-DCMAKE_C_COMPILER=mpicc \
40
- -DFENIX_EXAMPLES=ON \
41
- -DFENIX_TESTS=ON \
+ -DBUILD_EXAMPLES=ON \
+ -DBUILD_TESTING=ON \
42
-DMPIEXEC_PREFLAGS="--allow-run-as-root;--map-by;:oversubscribe" && \
43
make -j
44
0 commit comments