We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b98b0 commit ec8f5ceCopy full SHA for ec8f5ce
Docs/source/install/hpc/fugaku.rst
@@ -83,7 +83,7 @@ Use the following :ref:`cmake commands <building-cmake>` to compile the applicat
83
cmake -S . -B build -DWarpX_COMPUTE=OMP \
84
-DWarpX_DIMS="1;2;3" \
85
-DCMAKE_BUILD_TYPE=Release \
86
- -DCMAKE_CXX_FLAGS_RELEASE="-Ofast -mllvm -polly -mllvm -polly-parallel" \
+ -DCMAKE_CXX_FLAGS_RELEASE="-Ofast" \
87
-DAMReX_DIFFERENT_COMPILER=ON \
88
-DWarpX_MPI_THREAD_MULTIPLE=OFF
89
0 commit comments