Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
760c92a3
Commit
760c92a3
authored
Aug 21, 2012
by
Uwe Schulzweida
Browse files
Merge of branch cdo-pio into trunk cdi
parent
0e736e3f
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitattributes
View file @
760c92a3
...
...
@@ -252,6 +252,8 @@ tests/Makefile.am -text
tests/Makefile.in -text
tests/test_grib.c -text
tests/test_grib.sh -text
util/mpi_launch_poe -text
util/serialrun.in -text
util/sunf95preproc-wrapper -text
util/sxpreproc-wrapper -text
util/xlfpreproc-wrapper -text
util/mpi_launch_poe
0 → 100755
View file @
760c92a3
#! /usr/bin/ksh93
if [ x"$1" = x-n ]; then
shift
MP_PROCS="$1"
export MP_PROCS
shift
fi
MP_HOSTFILE=`mktemp -t hostfile.tmpXXXXXX`
trap '/bin/rm -f $MP_HOSTFILE' EXIT
export MP_HOSTFILE
yes "`hostname`" | head -n ${MP_PROCS-1} >$MP_HOSTFILE
poe "$@"
util/serialrun.in
0 → 100755
View file @
760c92a3
#! @SHELL@
if [ "$1" = -n ]; then
shift ; shift
fi
exec "$@"
Write
Preview
Supports
Markdown
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