We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971f849 commit 202e272Copy full SHA for 202e272
README.md
@@ -143,12 +143,21 @@ cafrun -n 4 bin/mnist # run MNIST example on 4 cores
143
#### Building with a different compiler
144
145
If you want to build with a different compiler, such as Intel Fortran,
146
-specify `FC` when issuing `cmake`:
+set the `HDF5_ROOT` environment variable to the root path of your
147
+Intel HDF5 build, and specify `FC` when issuing `cmake`:
148
149
```
150
FC=ifort cmake ..
151
152
153
+for a parallel build of neural-fortran, or
154
+
155
+```
156
+FC=ifort cmake .. -DSERIAL=1
157
158
159
+for a serial build.
160
161
#### Building with BLAS or MKL
162
163
To use an external BLAS or MKL library for `matmul` calls,
0 commit comments