diff --git a/README.md b/README.md index 5493fbb..4e0865e 100644 --- a/README.md +++ b/README.md @@ -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. -
 ```bash
 cmake -DCMAKE_INSTALL_PREFIX=/path/to/installation /path/to/source
 make
 make install
 ```
-
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 & -``` \ No newline at end of file +```