cc_staff
1,894
edits
mNo edit summary |
mNo edit summary |
||
Line 1,015: | Line 1,015: | ||
<!--T:1644--> | <!--T:1644--> | ||
# append additional | # append additional cfx5solve options as required | ||
if [ "$CC_CLUSTER" = cedar ]; then | if [[ "$CC_CLUSTER" = cedar || "$CC_CLUSTER" = narval ]]; then | ||
cfx5solve -def YOURFILE.def -start-method "Open MPI Distributed Parallel" -par-dist $NNODES | cfx5solve -def YOURFILE.def -start-method "Open MPI Distributed Parallel" -par-dist $NNODES | ||
else | else |