Skip to content
Snippets Groups Projects
Commit 760c92a3 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Merge of branch cdo-pio into trunk cdi

parent 0e736e3f
No related branches found
No related tags found
No related merge requests found
......@@ -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
#! /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 "$@"
#! @SHELL@
if [ "$1" = -n ]; then
shift ; shift
fi
exec "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment