-
Hello, I hope this message finds you well. I am currently simulating channel flow using Incompact3D. Below is a link to the input.i3d file for reference: https://drive.google.com/file/d/1nxLQCpNr6y7GYLbLaxWbQJ_N0xpD9lsf/view?usp=drive_link The simulation runs successfully on a single node, and it also works on multiple nodes when using Ethernet on the server. However, when I attempt to run the simulation across several nodes using Infiniband, the simulation crashes. I have tried different icheckpoint values, but the program consistently terminates (seemingly at random points). I am attaching part of the screen output with the corresponding error message below: ... ===========================================================
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, You can try to deactivate the validation of the restart file : set the variable However, the error message is not really clear. It looks like the program does not recognize the subroutine |
Beta Was this translation helpful? Give feedback.
Hello,
You can try to deactivate the validation of the restart file : set the variable
validation_restart
to false in the sectionInOutParam
of the input file.However, the error message is not really clear. It looks like the program does not recognize the subroutine
EXECUTE_COMMAND_LINE
. Please make sure the simulation is running usingmpirun
and the MPI library used to run the program corresponds to the MPI library used to compile the program.