ENH: mpirunDebug: generate bash script since executes OpenFOAM bashrc scripts

This commit is contained in:
mattijs
2011-03-09 18:08:57 +00:00
parent 4d2cf1472f
commit dc872d6bae

View File

@ -172,7 +172,7 @@ do
node=""
esac
echo "#!/bin/sh" > $procCmdFile
echo "#!/bin/bash" > $procCmdFile
case "$method" in
0)
echo "$sourceFoam; cd $PWD; $exec $args | tee $procLog" >> $procCmdFile