Skip to content

Commit

Permalink
Small build description adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
tzanio committed Nov 20, 2018
1 parent c6ee2a6 commit e79b361
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
5 changes: 1 addition & 4 deletions cuda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export MPI_HOME=~/usr/local/openmpi/3.0.0
- <http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz>
- `tar xzvf metis-5.1.0.tar.gz`
- `cd metis-5.1.0`
- ``make config shared=1 prefix=`pwd` ``
- ``make config prefix=`pwd` ``
- `make && make install`
- `cd ..`

Expand Down Expand Up @@ -97,9 +97,6 @@ version of Laghos.

## Verification of Results

- `./laghos -cfl 0.1` should give `step 78, t = 0.5000, dt = 0.001835, |e| = 7.0537801760`
- `./laghos -m ../data/cube01_hex.mesh` should give `step 135, t = 0.5000, dt = 0.001164, |e| = 1199.2994314997`

To make sure the results are correct, we tabulate reference final iterations
(`step`), time steps (`dt`) and energies (`|e|`) for the runs listed below:

Expand Down
4 changes: 3 additions & 1 deletion occa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,16 @@ export MPI_HOME=~/usr/local/openmpi/3.0.0
- <http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz>
- `tar xzvf metis-5.1.0.tar.gz`
- `cd metis-5.1.0`
- ``make config shared=1 prefix=`pwd` ``
- ``make config prefix=`pwd` ``
- `make && make install`
- `cd ..`

### OCCA
- `git clone git@github.com:libocca/occa.git`
- `cd occa`
- `make -j`
- `export PATH+=":${PWD}/bin"`
- `export LD_LIBRARY_PATH+=":${PWD}/lib"`
- `cd ..`

### MFEM with OCCA
Expand Down
5 changes: 1 addition & 4 deletions raja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export MPI_HOME=~/usr/local/openmpi/3.0.0
- <http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz>
- `tar xzvf metis-5.1.0.tar.gz`
- `cd metis-5.1.0`
- ``make config shared=1 prefix=`pwd` ``
- ``make config prefix=`pwd` ``
- `make && make install`
- `cd ..`

Expand Down Expand Up @@ -97,9 +97,6 @@ version of Laghos.

## Verification of Results

- `./laghos -cfl 0.1` should give `step 78, t = 0.5000, dt = 0.001835, |e| = 7.0537801760`
- `./laghos -m ../data/cube01_hex.mesh` should give `step 135, t = 0.5000, dt = 0.001164, |e| = 1199.2994314997`

To make sure the results are correct, we tabulate reference final iterations
(`step`), time steps (`dt`) and energies (`|e|`) for the runs listed below:

Expand Down

0 comments on commit e79b361

Please sign in to comment.