Skip to content

Commit

Permalink
Update README with updated paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sayerhs committed Aug 15, 2017
1 parent d0f6689 commit c33d7a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@ See [these instructions](./src/wrftonalu/README.md).
cd nalu_utils
mkdir build
cd build
cp ../doconfig.sh .
cp ../examples/doconfig.sh .
# Edit doconfig.sh to set Nalu/Trilinos paths appropriately
./doconfig.sh
make
```

Note that a Spack-based configuration example is also available
`examples/doConfigSpack.sh`.

Once compiled, the executables are available in `build/preprocessing/` directory. For
example, `build/preprocessing/nalu_preprocess`. Example execution
Expand Down

0 comments on commit c33d7a9

Please sign in to comment.