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
NAG | 7.0 | RHEL | x86_64 | [#108](https://github.com/fortran-lang/stdlib/issues/108)
112
111
Intel Parallel Studio XE | 16, 17, 18 | OpenSUSE | x86_64 | failed to compile
@@ -128,15 +127,16 @@ Important options are
128
127
-`-G Ninja` to use the Ninja backend instead of the default Make backend. Other build backends are available with a similar syntax.
129
128
-`-DCMAKE_INSTALL_PREFIX` is used to provide the install location for the library.
130
129
-`-DCMAKE_MAXIMUM_RANK` the maximum array rank procedures should be generated for.
131
-
The default is 15 for Fortran 2003 compliant compilers, otherwise 7 for compilers not supporting Fortran 2003 completely yet.
130
+
The default value is chosen as 4.
131
+
The maximum is 15 for Fortran 2003 compliant compilers, otherwise 7 for compilers not supporting Fortran 2003 completely yet.
132
132
The minimum required rank to compile this project is 4.
133
133
Compiling with maximum rank 15 can be resource intensive and requires at least 16 GB of memory to allow parallel compilation or 4 GB memory for sequential compilation.
134
134
-`-DBUILD_SHARED_LIBS` set to `on` in case you want link your application dynamically against the standard library (default: `off`).
135
135
136
136
For example, to configure a build using the Ninja backend and generating procedures up to rank 7, which is installed to your home directory use
0 commit comments