File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -146,9 +146,9 @@ Build *hypre*:
146
146
``` sh
147
147
~ > tar -zxvf hypre-2.11.2.tar.gz
148
148
~ > cd hypre-2.11.2/src/
149
- ~ /hypre-2.10.0b /src> ./configure --disable-fortran
150
- ~ /hypre-2.10.0b /src> make -j
151
- ~ /hypre-2.10.0b /src> cd ../..
149
+ ~ /hypre-2.11.2 /src> ./configure --disable-fortran
150
+ ~ /hypre-2.11.2 /src> make -j
151
+ ~ /hypre-2.11.2 /src> cd ../..
152
152
```
153
153
For large runs (problem size above 2 billion unknowns), add the
154
154
` --enable-bigint ` option to the above ` configure ` line.
@@ -306,8 +306,7 @@ overall computation.)
306
306
Laghos also reports the total rate for these major kernels, which is a proposed
307
307
** Figure of Merit (FOM)** for benchmarking purposes. Given a computational
308
308
allocation, the FOM should be reported for different problem sizes and finite
309
- element orders, as illustrated in the sample scripts in the [ timing] ( ./timing )
310
- directory.
309
+ element orders.
311
310
312
311
A sample run on the [ Vulcan] ( https://computation.llnl.gov/computers/vulcan ) BG/Q
313
312
machine at LLNL is:
Original file line number Diff line number Diff line change @@ -49,14 +49,10 @@ To build the miniapp, first clone and build MFEM:
49
49
``` sh
50
50
~ > git clone https://github.com/mfem/mfem.git ./mfem
51
51
~ > cd mfem/
52
- ~ /mfem> git checkout laghos-v2.0
53
52
~ /mfem> make serial -j
54
53
~ /mfem> cd ..
55
54
```
56
- The above uses the ` laghos-v2.0 ` tag of MFEM, which is guaranteed to work with
57
- Laghos v2.0. Alternatively, one can use the latest versions of the MFEM and
58
- Laghos ` master ` branches (provided there are no conflicts). See the [ MFEM
59
- building page] ( http://mfem.org/building/ ) for additional details.
55
+ See the [ MFEM building page] ( http://mfem.org/building/ ) for additional details.
60
56
61
57
(Optional) Clone and build GLVis:
62
58
``` sh
@@ -108,7 +104,7 @@ To make sure the results are correct, we tabulate reference final iterations
108
104
| 7. | 528 | 0.000180 | 5.6505348812e+01 |
109
105
| 8. | 776 | 0.000045 | 4.0982431726e+02 |
110
106
111
- Similar CUDA runs can be launched with these commands :
107
+ Similar GPU runs using the MFEM CUDA device can be run as follows :
112
108
113
109
1 . ` ./laghos -p 0 -dim 2 -rs 3 -tf 0.75 -pa -d cuda `
114
110
2 . ` ./laghos -p 0 -dim 3 -rs 1 -tf 0.75 -pa -d cuda `
You can’t perform that action at this time.
0 commit comments