We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7af9b3 commit f78c245Copy full SHA for f78c245
README.md
@@ -125,11 +125,6 @@ PrgEnv-gnu/5.2.40
125
cray-hdf5-parallel
126
boost/1.57.0 (or higher)
127
```
128
-##### export hdf5
129
-```
130
-export PATH=$PATH:/opt/cray/hdf5-parallel/1.8.14/gnu/48
131
132
-#####
133
134
##### configuration
135
@@ -140,3 +135,11 @@ mkdir build
140
cd build
141
136
cmake .. -DCMAKE_Fortran_COMPILER=ftn -DBoost_NO_SYSTEM_PATHS=TRUE
142
137
138
+
139
+##### configuration
+```
+make
143
+make doc
144
+make install DESTDIR=</path/to/toplevel/install/directory>
145
0 commit comments