Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions darshan-test/RELEASE-CHECKLIST.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ Notes on how to release a new version of Darshan
the darshan-logs repo in the darshan_logs/release_logs/ directory
a. log into polaris.alcf.anl.gov
b. clone darshan repo, say into $HOME/Darshan/Github/darshan
c. install Darshan, say into folder $HOME/Darshan/Github/DEV
d. cd $HOME/Darshan/Github/darshan/darshan-test/regression/
e. ./run-all.sh $HOME/Darshan/Github/DEV $HOME/Darshan/TEST alcf-polaris-cray-module
f. clone darshan-logs repo, say into $HOME/Darshan/Github/darshan-logs
g. cd $HOME/Darshan/Github/darshan-logs/darshan_logs/release_logs
h. cp $HOME/Darshan/TEST/mpi-io-test.darshan mpi-io-test-x86_64-3.5.0.darshan
i. Create a new PR
c. module swap PrgEnv-nvidia PrgEnv-gnu
d. install Darshan, say into folder $HOME/Darshan/Github/DEV
e. cd $HOME/Darshan/Github/darshan/darshan-test/regression/
f. ./run-all.sh $HOME/Darshan/Github/DEV $HOME/Darshan/TEST alcf-polaris-cray-module
g. clone darshan-logs repo, say into $HOME/Darshan/Github/darshan-logs
h. cd $HOME/Darshan/Github/darshan-logs/darshan_logs/release_logs
i. cp $HOME/Darshan/TEST/mpi-io-test.darshan mpi-io-test-x86_64-3.5.0.darshan
j. Create a new PR
10) make a tag for the release according to instructions at
http://git-scm.com/book/en/Git-Basics-Tagging
- example (annotated tag, pushed to repo):
Expand Down