Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Changed display of compilation instructions
  • Loading branch information
mnucci32 authored Oct 2, 2016
1 parent eff8785 commit 4dac0d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@ The code is 2nd order accurate in space and time. Available explicit time integr
### How To compile
Aither is compiled and installed with the standard cmake process.

<pre>
```bash
cmake -DCMAKE_INSTALL_PREFIX=/path/to/installation /path/to/source
make
make install
```
</pre>

Cmake will automatically look for an MPI package. To specify a specific installation, set **-DMPI_DIR** to the MPI installation directory.

### How To Run
```bash
mpirun -np 1 aither inputFile.inp >outputFile.out 2>errorFile.err &
```
```

0 comments on commit 4dac0d8

Please sign in to comment.