Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sudheer Chunduri
darshan
Commits
feb1fe1e
Commit
feb1fe1e
authored
Feb 03, 2015
by
Philip Carns
Browse files
stub in job execution
parent
34b666ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-test/regression/ws/setup-runjob.sh
0 → 100755
View file @
feb1fe1e
#!/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
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment