From e79b3619d3506b27c21b04ef4e2cb270f70ec471 Mon Sep 17 00:00:00 2001 From: Tzanio Date: Mon, 19 Nov 2018 19:29:31 -0800 Subject: [PATCH] Small build description adjustments --- cuda/README.md | 5 +---- occa/README.md | 4 +++- raja/README.md | 5 +---- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/cuda/README.md b/cuda/README.md index 0ca2785e..883add25 100644 --- a/cuda/README.md +++ b/cuda/README.md @@ -61,7 +61,7 @@ export MPI_HOME=~/usr/local/openmpi/3.0.0 - - `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 ..` @@ -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: diff --git a/occa/README.md b/occa/README.md index e48c12b9..93040f50 100644 --- a/occa/README.md +++ b/occa/README.md @@ -61,7 +61,7 @@ export MPI_HOME=~/usr/local/openmpi/3.0.0 - - `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 ..` @@ -69,6 +69,8 @@ export MPI_HOME=~/usr/local/openmpi/3.0.0 - `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 diff --git a/raja/README.md b/raja/README.md index 68fdc693..e73d1195 100644 --- a/raja/README.md +++ b/raja/README.md @@ -61,7 +61,7 @@ export MPI_HOME=~/usr/local/openmpi/3.0.0 - - `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 ..` @@ -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: