mpiexec -np 2 fds5_mpi.exe casename.fds
The above is what is documented in the link you reference.
If you type fds5_mpi -np 2 ....
then fds5 will fail because it does not (as Kevin said earlier) parse
the -np option .
chris_cfd wrote:
> well, this discussion is about running a parallel job on a multicore
> pc, not on a cluster of networked machines.
>
> i dont have a bunch of networked computers to work with, but i do have
> a multicore computer, so that is what i am trying to use to run a
> parallel job. i do have two meshes in my simulation, so it should be
> able to be run as a parallel process.
>
> Are you guys saying that using the so called "simple" command i.e.
>
> fds5_mpi -np 2 fds5_mpi.exe casename.fds (*************)
--
Glenn Forney
National Institute of Standards and Technology
100 Bureau Drive, Stop 8663
Gaithersburg MD 20899-8663
Telephone: (301) 975 2313
FAX: (301) 975 4052
Pre-decisional and sensitive information. Not for attribution, distribution, or reproduction.
To run the case at single machine, the config.txt would look like this:
exe c:\NIST\FDS\fds_5.0.2_mpi_win32.exe inputfile.fds
dir d:\working_directory\whatever
hosts
my_computer #
where # is the number of meshes in inputfile.
Then I would start the job by typing
mpiexec -file config.txt
Simo
>
> Yes, this is getting confusing, but I think you have taught
> >