I can’t execute MPI calculation on two connected computers.
When I try to run MPI calculation in Command Prompt I get:
Credentials for fire rejected connecting todevelop6, by the way I am using the version6.2.2 and both computers have the password.
Did anyone meet such a problem?
Best wishes to everyone
:: base directory / filename
set FDS_base_dir=%~dp0
:: fdsinit.bat (adapted to no-admin edition)
SET I_MPI_ROOT=%FDS_base_dir%\firemodels\fds6\bin\mpi
SET PATH=%I_MPI_ROOT%;%PATH%
:: fdspath.bat (adapted to no-admin edition, ATTENTION: added %PATH% !!!
:: set path containing fds, smokeview, intel mpi and windows entries
SET FDS_PATH=%FDS_base_dir%\firemodels\fds6\bin\
SET SMV_PATH=%FDS_base_dir%\firemodels\SMV6
SET PATH=%SMV_PATH%;%FDS_PATH%;%I_MPI_ROOT%;%WINDIR%;%WINDIR%\system32;%PATH%
::echo PATH=%PATH%
fds_local -p xx -o yy casename.fds