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)
93
111
Intel Parallel Studio XE | 16, 17, 18 | OpenSUSE | x86_64 | failed to compile
@@ -109,7 +127,8 @@ Important options are
109
127
-`-G Ninja` to use the Ninja backend instead of the default Make backend. Other build backends are available with a similar syntax.
110
128
-`-DCMAKE_INSTALL_PREFIX` is used to provide the install location for the library.
111
129
-`-DCMAKE_MAXIMUM_RANK` the maximum array rank procedures should be generated for.
112
-
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.
113
132
The minimum required rank to compile this project is 4.
114
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.
115
134
-`-DBUILD_SHARED_LIBS` set to `on` in case you want link your application dynamically against the standard library (default: `off`).
@@ -132,7 +151,7 @@ To test your build, run the test suite after the build has finished with
132
151
cmake --build build --target test
133
152
```
134
153
135
-
Please report failing tests on our [issue tracker](https://github.com/fortran-lang/stdlib/issues/new/choose) including details on the compiler used, the operating system and platform architecture.
154
+
Please report failing tests on our [issue tracker](https://github.com/fortran-lang/stdlib/issues/new/choose) including details of the compiler used, the operating system and platform architecture.
136
155
137
156
To install the project to the declared prefix run
138
157
@@ -200,6 +219,7 @@ Some discussions and prototypes of proposed APIs along with a list of popular op
0 commit comments