Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PuReMD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SParTA
PuReMD
Commits
142bb4a8
Commit
142bb4a8
authored
6 years ago
by
Kurt A. O'Hearn
Browse files
Options
Downloads
Patches
Plain Diff
README: fix indentation.
parent
cdfcecb7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-14
14 additions, 14 deletions
README.md
with
14 additions
and
14 deletions
README.md
+
14
−
14
View file @
142bb4a8
...
...
@@ -24,29 +24,29 @@ To build, the following versions of software are required:
Instructions:
```
bash
git clone https://gitlab.msu.edu/SParTA/PuReMD.git
cd
PuReMD
git submodule init
git submodule update
autoreconf
-ivf
./configure
make
git clone https://gitlab.msu.edu/SParTA/PuReMD.git
cd
PuReMD
git submodule init
git submodule update
autoreconf
-ivf
./configure
make
```
To build tarball releases after configuring a specific build target, run the following:
```
bash
make dist
make dist
```
## User
```
bash
# Download release tarball
tar
-xvf
puremd-1.0.tar.gz
cd
puremd-1.0
./configure
make
# Download release tarball
tar
-xvf
puremd-1.0.tar.gz
cd
puremd-1.0
./configure
make
```
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
is given below.
```
bash
./configure
--enable-openmp
=
no
--enable-mpi-gpu
=
yes
./configure
--enable-openmp
=
no
--enable-mpi-gpu
=
yes
```
# References
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment