I have searched the thread, but could not find a solution applying the advices you gave for similar problems.
I have set up an FDS file through Pyrosim, and when I run a multiple thread solution through the Pyrosim program, it starts corrrectly and assigns the meshes to different processes.
But when I try to run the same FDS through command prompt to add the evac part that pyrosim can't handle (C:\..\location of file\ mpiexec -n 3 fds filename.fds) I get the following error:
[01:5916]..ERROR:Error while connecting to host, The requested address is not valid in its context. (10049)
[01:5916]..ERROR:Connect on sock (host=localhost, port=0) failed, exhaused all end points
SMPDU_Sock_post_connect failed.
[1] PMI_ConnectToHost failed: unable to post a connect to localhost:0, error: Undefined dynamic error code
uPMI_ConnectToHost returning PMI_FAIL
[1] PMI_Init failed.
[01:5480]..ERROR:Error while connecting to host, The requested address is not valid in its context. (10049)
[01:5480]..ERROR:Connect on sock (host=localhost, port=0) failed, exhaused all end points
SMPDU_Sock_post_connect failed.
[2] PMI_ConnectToHost failed: unable to post a connect to localhost:0, error: Undefined dynamic error code
uPMI_ConnectToHost returning PMI_FAIL
[2] PMI_Init failed.
[01:4940]..ERROR:Error while connecting to host, The requested address is not valid in its context. (10049)
[01:4940]..ERROR:Connect on sock (host=localhost, port=0) failed, exhaused all end points
SMPDU_Sock_post_connect failed.
[0] PMI_ConnectToHost failed: unable to post a connect to localhost:0, error: Undefined dynamic error code
uPMI_ConnectToHost returning PMI_FAIL
[0] PMI_Init failed.
When I ran the file as a single process using only fds filename.fds it runs smoothly.