Deepak
Congratulation indeed.
In your case, you can only utilise all cores within one PC. If you
would like to even further utilize the cores in other PCs. You need to
use the script in accordance with the manual. From my experience, the
tricks are that
1. for test, it is good to stop firewall in all PCs first.
2. as in normal private network, you might not have DNS server to
resolve the names of the PCs. It is better calling the PCs directly by
their IP addresses. My test setting (config.txt) for two PCs (i.e.
192.168.1.100 runs 2 meshes and 192.168.1.101 runs only 1 mesh, all
files are saved in 192.168.1.100 under directory fdsrun)is as follows-
exe \\192.168.1.100\fdsrun\fds5_mpi.exe jet_fan.fds
dir \\192.168.1.100\fdsrun\
hosts
192.168.1.100 2
192.168.1.101 1
You may check the IP address of the PCs by ipconfig command in
Windows. Further, you have to create accounts all PCs involved and get
the right to read and write on the directory "fdsrun".
Gary YANG
On Mar 14, 2:00 am, Deepak <
deepak.gan...@gmail.com> wrote:
> Dear Gary & All,
>
> My Parallel computing in FDS is working in both Dual core & Quad core
> machines successfully, i have checked one test case in single core, Dual
> core & Quad core machines. I am getting* 1.56 times speedup in Dual core*and
> *2.05 times speedup in Quad core* machines.
>
> I have tried with procedure mentioned in user guide, but somehow its not
> worked out. But I have tried following simple procedure, then it works very
> well and we can use it very well. Here i am writing down the procedure to
> install the FDS5 parallel version with MPICH2.
>
> *Installation procedure of FDS5 Parallel version in Dual core & Quad core
> Windows machines:*
>
> *1.* Download FDS5 Parallel version from FDS-SMV official site. And then
> install the parallel version of FDS5 ( FDS5_MPI)
> *2.* Install MPICH2, before installing MPICH2 your system will asked you to
> install *.net* framework, i hope .net version 1.0 will work properly. After
> installing *.net* framework, you have to install MPICH2 and then you have to
> set environmental variables for MPICH2.
> *3.* Then open command prompt and go to your destination folder (where your
> sample fds case is saved), and please don't forget to divide your mesh in to
> multiple parts ( no of meshes should be equal to number of processors)
> *4.* Then type this command to run the FDS5 parallel version:
> *mpiexec -n 2 fds5_mpi casename.fds* ( here *-n 2* is number of
> processors you want to run in your quad core or dual core system, it should
> be equal to number of meshes, however lets say if you divided the domain in
> to 6 number of meshes then you have to type* -n 6* instead of *-n 2*)
>
> Best Regards
> Deepak
> CFD Engineer
> Mechartes Researchers Pvt Ltd
> TBIU Block, IIT Delhi, India.
>
> On Fri, Mar 6, 2009 at 6:56 PM, Deepak <
deepak.gan...@gmail.com> wrote:
> > Gary,
>
> > Thank you very much, right now i am installing the MPICH2 , i will let you
> > know the progress..
>
> > Thank for the help
> > Deepak
>