I am trying to run FDS experiment for two meshes on two processors in Linux, but i keep receiving this error message :
mpirun was unable to find the specified executable file, and therefore
did not launch the job. This error was first reported for process
rank 0; it may have occurred for other processes as well.
NOTE: A common cause for this error is misspelling a mpirun command
line parameter option (remember that mpirun interprets the first
unrecognized command line token as the executable).
Here is my command : mpirun -np 2 fds_mpi ceiling_vent.fds
, any suggestion ?