[Darshan-commits] [Darshan] branch, trac-150-regression, updated. darshan-2.3.1-pre1-6-gfeb1fe1
Service Account
git at mcs.anl.gov
Tue Feb 3 15:45:58 CST 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".
The branch, trac-150-regression has been updated
via feb1fe1ede5a233948e1945538405eb5275b2222 (commit)
from 34b666ac054982410282b84b454c0a538c9150ae (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit feb1fe1ede5a233948e1945538405eb5275b2222
Author: Phil Carns <carns at mcs.anl.gov>
Date: Tue Feb 3 16:45:51 2015 -0500
stub in job execution
-----------------------------------------------------------------------
Summary of changes:
darshan-test/regression/ws/setup-runjob.sh | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
create mode 100755 darshan-test/regression/ws/setup-runjob.sh
Diff of changes:
diff --git a/darshan-test/regression/ws/setup-runjob.sh b/darshan-test/regression/ws/setup-runjob.sh
new file mode 100755
index 0000000..b62e205
--- /dev/null
+++ b/darshan-test/regression/ws/setup-runjob.sh
@@ -0,0 +1,16 @@
+#!/bin/bash
+
+# General notes
+#######################
+# Script to set up whatever is needed to run an MPI job. This script should
+# produce the string of the command line prefix to use for job execution.
+# This could (for example) point to a wrapper script that will submit a job
+# to a scheduler and wait for its completion.
+
+# Notes specific to this platform (ws)
+########################
+# This particular version of the setup-runjob script just uses mpiexec,
+# assuming that is in the path already.
+
+echo mpiexec -n $DARSHAN_DEFAULT_NPROCS
+exit 0
hooks/post-receive
--
More information about the Darshan-commits
mailing list