We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e002a95 commit 222e809Copy full SHA for 222e809
1 file changed
kratos.gid/kratos.tcl
@@ -399,15 +399,12 @@ proc Kratos::Event_BeforeRunCalculation { batfilename basename dir problemtypedi
399
catch {
400
# If the user selected MPI, stop it!
401
set paralleltype [write::getValue ParallelType]
402
+ # MPI must be launched manually
403
if {$paralleltype eq "MPI"} {set run 0}
404
}
- if {$run} {
405
- return ""
406
- } {
+ if {!$run} {
407
return [list "-cancel-" [= "You have selected MPI parallelism system.\nInput files have been written.\nRun the MPILauncher.sh script" ]]
408
-
409
410
411
412
413
proc Kratos::Event_AfterWriteCalculationFile { filename errorflag } {
0 commit comments