File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,22 @@ git clone https://github.com/modern-fortran/neural-fortran
41
41
cd neural-fortran
42
42
```
43
43
44
- Dependencies:
44
+ ### Dependencies
45
45
46
- * Fortran 2018-compatible compiler
47
- * OpenCoarrays (optional, for parallel execution, GFortran only)
46
+ Required dependencies are:
47
+
48
+ * A Fortran compiler
49
+ * [ HDF5] ( https://www.hdfgroup.org/downloads/hdf5/ )
50
+ (must be provided by the OS package manager or your own build from source)
51
+ * [ h5fortran] ( https://github.com/geospace-code/h5fortran ) ,
52
+ [ json-fortran] ( https://github.com/jacobwilliams/json-fortran )
53
+ (both handled by neural-fortran's build systems, no need for a manual install)
54
+ * [ fpm] ( https://github.com/fortran-lang/fpm ) or
55
+ [ CMake] ( https://cmake.org ) for building the code
56
+
57
+ Optional dependencies are:
58
+
59
+ * OpenCoarrays (for parallel execution with GFortran)
48
60
* BLAS, MKL (optional)
49
61
50
62
Compilers tested include:
You can’t perform that action at this time.
0 commit comments