Skip to content

Commit f78c245

Browse files
author
James Smith
authored
Update README.md
Updated Titan instructions
1 parent a7af9b3 commit f78c245

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,6 @@ PrgEnv-gnu/5.2.40
125125
cray-hdf5-parallel
126126
boost/1.57.0 (or higher)
127127
```
128-
##### export hdf5
129-
```
130-
export PATH=$PATH:/opt/cray/hdf5-parallel/1.8.14/gnu/48
131-
```
132-
#####
133128

134129
##### configuration
135130

@@ -140,3 +135,11 @@ mkdir build
140135
cd build
141136
cmake .. -DCMAKE_Fortran_COMPILER=ftn -DBoost_NO_SYSTEM_PATHS=TRUE
142137
```
138+
139+
##### configuration
140+
141+
```
142+
make
143+
make doc
144+
make install DESTDIR=</path/to/toplevel/install/directory>
145+
```

0 commit comments

Comments
 (0)