gunzip openmpi_1.8.4_linux_64.tar.gz
tar -xvf openmpi_1.8.4_linux_64.tarOpen your .bashrc
copy these two lines. ( Don't forget to change usrname to your actual username, for example me: salah)
export MPIDIST_FDS=/home/usrname/FDS/FDS6/bin/openmpi_64source ~/.bashrc_fds $MPIDIST_FDS--
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/6efcecd3-1329-42ef-84b1-3a51907822e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+u...@googlegroups.com.
cd /lib/x86_64-linux-gnu
sudo ln -s libssl.so.1.0.0 libssl.so.10
sudo ln -s libcrypto.so.1.0.0 libcrypto.so.10To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/74270c75-99d6-4bfe-bf65-ea8d6a45fbe3%40googlegroups.com.
Salah,
"which mpirun" provides the same path stated before. However, when I try to run a parallel fds simulation, I now receive a different error message (see the attached image). I should mention that the command I'm using is "mpirun -np 2 fds -hostfile my_hosts.txt test1.fds" and that the file my_hosts.txt exists in the same directory as test1.fds.
--
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/2d826bf4-7c9e-4eb1-9cac-30775dc7b009%40googlegroups.com.
Salah,
Thank you very much. Now the simulation is running without problems. However, I would like to know why I should use the command with the "-hostfile my_hosts.txt" part, since the manual specifies that the command to run a parallel simulation should include it. Additionally, in the mesh lines, should I keep the specification of a different MPI_PROCESS for each mesh?
--
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/0ba87c94-7c3f-4a17-9910-cc253b4f0176%40googlegroups.com.
1.Install the gfortran compiler.
In case you have other than 4.8 or 4.7 , you should uninstall it:
To know which version you have installed type :$gfortran --version
in case you find it different, then type:sudo apt-get remove gfortran
To install gfortran type :sudo apt-get install gfortran-4.8
create symbolic link to gfortran :sudo ln -sfn /usr/bin/gfortran-4.8 /usr/bin/gfortran
This would make gfortran in the same version being installed i.e. 4.8
4.Install Open MPI using the gnu compiler; configure and install using:
./configure CC=gcc --enable-mpi-fortran --enable-static --disable-shared -disable-dlopen --prefix=$Home/openmpi
(Note that the directory of my openmpi is in $/Home/openmpi)
then type
make
sudo make install
export MPIDIST_ETH=$Home/openmpi
export LD_LIBRARY_PATH=$MPIDIST_ETH/lib
source ~/.bashrc_fds $MPIDIST_FDS
Note: MPIDIST_ETH= This should be pointing to the path you've chosen above. Mine was %Home/openmpisave it and log off and log in again.
cd Build/mpi_gnu_linux_64
./make_fds.sh
Test openmpi: which mpirun
Then test the compiled fds with mpirun. Example: mpirun -np 2 /home/salah/fds/Build/mpi_gnu_linux_64/fds_mpi_intel_linux_64 test.fds --or you can simply copy the compiled fds to the fds input directory, and run it from there as : mpirun -np 2 ./fds-mpi_gnu_linux_64 test.fds
Try it and report back.
--
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/c09bae74-49c0-447c-ae07-134722bf2882%40googlegroups.com.
Salah
Should I install OpenMPI again? I have already installed it earlier using the command "sudo apt-get install openmpi-bin".
--
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/27f04555-0ad6-40ab-8df0-138f8f1d2412%40googlegroups.com.
Yes, please follow the steps if you want to succeed in getting it working.
On 17 Oct 2017 5:23 pm, "Guilherme Fraga" <guilher...@gmail.com> wrote:
Salah--
Should I install OpenMPI again? I have already installed it earlier using the command "sudo apt-get install openmpi-bin".
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/974b22dd-35ab-426f-b3df-2ae6c95f191c%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/c99a63d9-b440-49cf-9e56-caf63ece0b19%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/cdc00d89-075f-4433-a2e2-8d83789ef72e%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/42c48be1-fa33-402c-8fea-36414247ab4c%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/d3bc4b97-6911-4feb-9d11-530aded577d2%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/fc804e8d-62b2-49ae-993c-630ea414d915%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/8da9bb4f-c186-4bd3-bda8-4f546b9efaa7%40googlegroups.com.
I you don't know how to open an issue, let me know.
On 18 October 2017 at 11:17, Salah Benkorichi <benkori...@gmail.com> wrote:
Yes, I can see it. I was checking it now, there seems to be a bug. We need to carry it out from now on the issue tracker. Please post an issue here: https://github.com/firemodels/fds/issuesWe'll take it from there.Salah
On 18 October 2017 at 11:10, Guilherme Fraga <guilher...@gmail.com> wrote:
Salah,
I've tried your new procedure. Three things are worth noting:
1. which mpifort gives, in fact, "/home/workstation/openmpi-3.0.0/bin/mpifort", as expected.
2. Bulding the code does not give the same error as before. Building continues almost through to the end (from the prompt, I see that all modules were processed), however, before finishing, a new message appears:
/usr/bin/ld: /home/workstation/openmpi-3.0.0/lib/libopen-pal.a(pdl_pdlopen_module.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
../makefile:319: recipe for target 'mpi_gnu_linux_64' failed
make: *** [mpi_gnu_linux_64] Error 1
3. I can no longer run a fds parallel simulation (using the default executable). I receive the same message mentioned in my first post in this thread:
[workstation-lrt:25937] [[46336,0],0] tcp_peer_recv_connect_ack: received different version from [[46336,1],0]: 1.8.4 instead of 1.10.2
[workstation-lrt:25937] [[46336,0],0] tcp_peer_recv_connect_ack: received different version from [[46336,1],1]: 1.8.4 instead of 1.10.2
Em terça-feira, 17 de outubro de 2017 19:02:58 UTC-2, Guilherme Fraga escreveu:Salah,Thanks very much for your reply. Unfortunately, I will not be able to test your solution today, because I don't have access to my computer. Tomorrow I will test it and report back.
--
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+u...@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/a5b8a077-01de-42df-96a1-21a0fe61fbde%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/CABK0Y1mkPzX1ROfUPt2CT5ap50MNzuipUbOrVrF69EoqoJkwvA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/a5b8a077-01de-42df-96a1-21a0fe61fbde%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+u...@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/e54dabcb-3583-40ca-aa18-ce1871e3715a%40googlegroups.com.
Yes
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/5a529a67-4411-4ace-afda-d739c299e1a3%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/e54dabcb-3583-40ca-aa18-ce1871e3715a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.