Skip to content
Snippets Groups Projects
Commit 142bb4a8 authored by Kurt A. O'Hearn's avatar Kurt A. O'Hearn
Browse files

README: fix indentation.

parent cdfcecb7
No related branches found
No related tags found
No related merge requests found
...@@ -24,29 +24,29 @@ To build, the following versions of software are required: ...@@ -24,29 +24,29 @@ To build, the following versions of software are required:
Instructions: Instructions:
```bash ```bash
git clone https://gitlab.msu.edu/SParTA/PuReMD.git git clone https://gitlab.msu.edu/SParTA/PuReMD.git
cd PuReMD cd PuReMD
git submodule init git submodule init
git submodule update git submodule update
autoreconf -ivf autoreconf -ivf
./configure ./configure
make make
``` ```
To build tarball releases after configuring a specific build target, run the following: To build tarball releases after configuring a specific build target, run the following:
```bash ```bash
make dist make dist
``` ```
## User ## User
```bash ```bash
# Download release tarball # Download release tarball
tar -xvf puremd-1.0.tar.gz tar -xvf puremd-1.0.tar.gz
cd puremd-1.0 cd puremd-1.0
./configure ./configure
make make
``` ```
By default, the shared memory version with OpenMP support will be built. For other build targets, By default, the shared memory version with OpenMP support will be built. For other build targets,
...@@ -54,7 +54,7 @@ run ./configure --help and consult the documentation. An example of building the ...@@ -54,7 +54,7 @@ run ./configure --help and consult the documentation. An example of building the
is given below. is given below.
```bash ```bash
./configure --enable-openmp=no --enable-mpi-gpu=yes ./configure --enable-openmp=no --enable-mpi-gpu=yes
``` ```
# References # References
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment