Kevin,
Strangely, I was not able to reproduce the error with several tries. Now I know it is not repeatable. Just when I was able to give up on trying to reproduce the error I get, the simulation crashed with the following error. This happened when I started a simulation with no internet. But when I connected it to the internet, the simulation crashed with the following message. BTW, this output is for the simulation started using mpiexec in parallel but with only 1 core.
Time Step: 500, Simulation Time: 8.19 s
Time Step: 600, Simulation Time: 9.70 s
Time Step: 700, Simulation Time: 11.29 s
Time Step: 800, Simulation Time: 12.89 s
Time Step: 900, Simulation Time: 14.45 s
[mpiexec@SCOJM89362] ..\hydra\pm\pmiserv\pmiserv_cb.c (781): connection to proxy 0 at host SCOJM89362 failed
[mpiexec@SCOJM89362] ..\hydra\tools\demux\demux_select.c (100): callback returned error status
[mpiexec@SCOJM89362] ..\hydra\pm\pmiserv\pmiserv_pmci.c (500): error waiting for event
[mpiexec@SCOJM89362] ..\hydra\ui\mpich\mpiexec.c (1119): process manager error waiting for completion
But, I tried the same thing once again, and this time it wont crash. Not sure what the source of the error is. But now that I have come to expect that it crashes due to changes in connection, I have gotten used to using to restart option and simply restarting my simulations.
Not sure what to make of the above error message.
When I use the command without the flag 'localonly', I get an error for credentials.
--------------------------------------------------------
SD035688@SCOJM89362 /cygdrive/c/Users/TestCrashCyg2
$ mpiexec -n 1 fds FH_test.fds
Credentials for SD035688 rejected connecting to SCOJM89362
read from stdin failed, error 6.
[mpiexec@SCOJM89362] ..\hydra\tools\demux\demux_select.c (78): select error (No such file or directory)
[mpiexec@SCOJM89362] ..\hydra\pm\pmiserv\pmiserv_pmci.c (500): error waiting for event
[mpiexec@SCOJM89362] ..\hydra\ui\mpich\mpiexec.c (1119): process manager error waiting for completion
--------------------------------------------------------------------------------------------------------------
SD035688@SCOJM89362 /cygdrive/c/Users/TestCrashCyg2
$ mpiexec -n 1 -localonly fds FH_test.fds
Mesh 1 is assigned to MPI Process 0
OpenMP thread 0 of 3 assigned to MPI process 0 of 0
OpenMP thread 2 of 3 assigned to MPI process 0 of 0
OpenMP thread 3 of 3 assigned to MPI process 0 of 0
OpenMP thread 1 of 3 assigned to MPI process 0 of 0
Completed Initialization Step 1
Completed Initialization Step 2
Completed Initialization Step 3
Completed Initialization Step 4
Fire Dynamics Simulator
Current Date : November 28, 2016 22:36:19
Version : FDS 6.3.2
-------------------------------------------------