Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
968dbf19
Commit
968dbf19
authored
Oct 29, 2010
by
mattijs
Browse files
ENH: mpirunDebug: allow SYSTEMOPENMPI
parent
35f9a95d
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/mpirunDebug
View file @
968dbf19
...
...
@@ -162,12 +162,14 @@ do
procCmdFile
=
"
$PWD
/processor
${
proc
}
.sh"
procLog
=
"processor
${
proc
}
.log"
geom
=
"-geometry 120x20+
$xpos
+
$ypos
"
node
=
""
if
[
"
$WM_MPLIB
"
=
OPENMPI
]
then
case
"
$WM_MPLIB
"
in
*
OPENMPI
)
node
=
"-np 1 "
fi
;;
*
)
node
=
""
esac
echo
"#!/bin/sh"
>
$procCmdFile
case
"
$method
"
in
...
...
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