You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/reference/makefile.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,12 @@ Several options can be enabled from the command line (or are accessible with ``c
59
59
The number of ghost cells is automatically adjusted as a function of the order of the reconstruction scheme.
60
60
*Idefix* uses 2 ghost cells when ``ORDER < 4`` and 3 ghost cells when ``ORDER = 4``
61
61
62
+
``-D Idefix_PROBLEM_DIR=.``
63
+
Specify where to find the problem directory to build *Idefix* out of source.
64
+
Place yourself in the ``build`` directory you want to build in and call the ``cmake`` by :
65
+
+ pointing the *Idefix* source directory via ``IDEFIX_DIR`` as usual.
66
+
+ using ``-D Idefix_PROBLEM_DIR`` to point the problem to build.
67
+
62
68
``-D Kokkos_ENABLE_OPENMP=ON``
63
69
Enable OpenMP parallelisation on supported compilers. Note that this can be enabled simultaneously with MPI, resulting in a hybrid MPI+OpenMP compilation.
0 commit comments