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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -176,15 +176,15 @@ Alternatively, you can build using provided Makefiles:
176
176
make -f Makefile.manual
177
177
```
178
178
179
-
You can limit the maximum rank by setting ``-DMAXRANK=<num>`` in the ``FYPPFLAGS`` environment variable (which can reduce the compilation time):
179
+
You can limit the maximum rank by setting ``-DMAXRANK=<num>`` in the ``ADD_FYPPFLAGS`` environment variable (which can reduce the compilation time):
180
180
181
181
```sh
182
-
make -f Makefile.manual FYPPFLAGS=-DMAXRANK=4
182
+
make -f Makefile.manual ADD_FYPPFLAGS=-DMAXRANK=4
183
183
```
184
184
185
185
You can also specify the compiler and compiler-flags by setting the ``FC`` and ``FFLAGS`` environmental variables. Among other things, this facilitates use of compiler optimizations that are not specified in the Makefile.manual defaults.
186
186
```sh
187
-
make -f Makefile.manual FYPPFLAGS=-DMAXRANK=4 FC=gfortran FFLAGS="-O3 -flto"
187
+
make -f Makefile.manual ADD_FYPPFLAGS=-DMAXRANK=4 FC=gfortran FFLAGS="-O3 -flto"
188
188
```
189
189
190
190
### Build with [fortran-lang/fpm](https://github.com/fortran-lang/fpm)
0 commit comments