mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: mpirunDebug: generate bash script since executes OpenFOAM bashrc scripts
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user