Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
72
Issues
72
List
Boards
Labels
Milestones
Merge Requests
6
Merge Requests
6
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
aeec95ca
Commit
aeec95ca
authored
Oct 31, 2017
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add docs for new Cray regression harnesses
parent
d8ede451
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
57 additions
and
1 deletion
+57
-1
darshan-test/regression/README.BG.ALCF.txt
darshan-test/regression/README.BG.ALCF.txt
+1
-1
darshan-test/regression/README.CRAY.ALCF.txt
darshan-test/regression/README.CRAY.ALCF.txt
+28
-0
darshan-test/regression/README.CRAY.NERSC.txt
darshan-test/regression/README.CRAY.NERSC.txt
+28
-0
No files found.
darshan-test/regression/README.BG.ALCF.txt
View file @
aeec95ca
...
...
@@ -12,7 +12,7 @@ To run regression tests:
make install
# darshan util
../configure --prefix=/home/carns/working/darshan/install
../configure --prefix=/home/carns/working/darshan/install
-cetus
make install
- start a screen session by running "screen"
...
...
darshan-test/regression/README.CRAY.ALCF.txt
0 → 100644
View file @
aeec95ca
See README.txt for general instructions. This file contains notes for testing on the Cray platform @ the ALCF
(more specifically: theta.alcf.anl.gov). This example assumes that you are using the Cray module
method to add instrumentation.
To run regression tests:
- unload any existing darshan module in the environment and switch to gnu compilers
module unload darshan
module switch PrgEnv-intel PrgEnv-gnu
- compile and install both darshan-runtime and darshan-util in the same directory
examples:
# darshan runtime
../configure --with-mem-align=64 --with-log-path=/projects/SSSPPg/carns/darshan-logs --prefix=/home/carns/working/darshan/install-theta --with-jobid-env=COBALT_JOBID --disable-cuserid --host=x86_64 CC=cc
make install
# darshan util
../configure --prefix=/home/carns/working/darshan/install-theta
make install
- start a screen session by running "screen"
note: this is suggested because the tests may take a while to complete depending on scheduler
availability
- run regression tests
./run-all.sh /home/carns/working/darshan/install-cetus /projects/SSSPPg/carns/darshan-test cray-module-alcf
darshan-test/regression/README.CRAY.NERSC.txt
0 → 100644
View file @
aeec95ca
See README.txt for general instructions. This file contains notes for testing on the Cray platform @ NERSC
(more specifically: cori.nersc.gov). This example assumes that you are using the Cray module
method to add instrumentation.
To run regression tests:
- unload any existing darshan module in the environment and switch to gnu compilers
module unload darshan
module switch PrgEnv-intel PrgEnv-gnu
- compile and install both darshan-runtime and darshan-util in the same directory
examples:
# darshan runtime
../configure --with-mem-align=8 --with-log-path=/global/cscratch1/sd/ssnyder/darshan-logs --prefix=/global/homes/s/ssnyder/working/darshan/install-cori --with-jobid-env=SLURM_JOB_ID --disable-cuserid CC=cc
make install
# darshan util
../configure --prefix=/global/homes/s/ssnyder/working/darshan/install-cori
make install
- start a screen session by running "screen"
note: this is suggested because the tests may take a while to complete depending on scheduler
availability
- run regression tests
./run-all.sh /global/homes/s/ssnyder/working/darshan/install-cori /global/cscratch1/sd/ssnyder/darshan-test cray-module-nersc
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment