Re: [OMPI users] users Digest, Vol 3510, Issue 2

2016-05-26 Thread Jeff Squyres (jsquyres)
You're still intermingling your Open MPI and MPICH installations. You need to ensure to use the wrapper compilers and mpirun/mpiexec from the same MPI implementation. For example, if you use mpicc/mpifort from Open MPI to build your program, then you must use Open MPI's mpirun/mpiexec. If you

Re: [OMPI users] users Digest, Vol 3510, Issue 2

2016-05-26 Thread Megdich Islem
Thank you all for your suggestions !! I found an answer to a similar case in Open MPI FAQ (Question 15)FAQ: Running MPI jobs |   | |   | |   |   |   |   |   | | FAQ: Running MPI jobsTable of contents: What pre-requisites are necessary for running an Open MPI job? What ABI guarantees does Open M

Re: [OMPI users] users Digest, Vol 3510, Issue 2

2016-05-25 Thread Dave Love
I wrote: > You could wrap one (set of) program(s) in a script to set the > appropriate environment before invoking the real program. I realize I should have said something like "program invocations", i.e. if you have no control over something invoking mpirun for programs using different MPIs,

Re: [OMPI users] users Digest, Vol 3510, Issue 2

2016-05-24 Thread Scott Shaw
Most commercial applications, i.e., Ansys Fluent, Abaqus, NASTRAN, and PAM-CRASH is IBM Platform MPI bundled with each application and is the default MPI when running parallel simulations. Depending on which Abaqus release you're using your choices are IBM Platform MPI or Intel MPI. I don't r

Re: [OMPI users] users Digest, Vol 3510, Issue 2

2016-05-24 Thread Ralph Castain
Just to clarify, as this is a frequent misconception: the statement that the absolute path will setup your remote environment is only true when using the rsh/ssh launcher. It is not true when running under a resource manager (e.g., SLURM, LSF, PBSPro, etc.). In those cases, it is up to the RM co

Re: [OMPI users] users Digest, Vol 3510, Issue 2

2016-05-24 Thread Jeff Squyres (jsquyres)
Doesn't Abaqus do its own environment setup? I.e., I'm *guessing* that you should be able to set your environment startup files (e.g., $HOME/.bashrc) to point your PATH / LD_LIBRARY_PATH to point to whichever MPI implementation you want, and Abaqus will do whatever it needs to a) be independent

Re: [OMPI users] users Digest, Vol 3510, Issue 2

2016-05-24 Thread Dave Love
Megdich Islem writes: > Yes, Empire does the fluid structure coupling. It couples OpenFoam (fluid > analysis) and Abaqus (structural analysis). > Does all the software need to have the same MPI architecture in order to > communicate ? I doubt it's doing that, and presumably you have no control

Re: [OMPI users] users Digest, Vol 3510, Issue 2

2016-05-24 Thread Megdich Islem
Yes, Empire does the fluid structure coupling. It couples OpenFoam (fluid analysis) and Abaqus (structural analysis). Does all the software need to have the same MPI architecture in order to communicate ? Regards,Islem Le Mardi 24 mai 2016 1h02, Gilles Gouaillardet a écrit : what do y

Re: [OMPI users] users Digest, Vol 3510, Issue 2

2016-05-23 Thread Gilles Gouaillardet
what do you mean by coupling ? does Empire and OpenFoam communicate via MPI ? wouldn't it be much easier if you rebuild OpenFoam with mpich or intelmpi ? Cheers, Gilles On 5/24/2016 8:44 AM, Megdich Islem wrote: "Open MPI does not work when MPICH or intel MPI are installed" Thank you for

Re: [OMPI users] users Digest, Vol 3510, Issue 2

2016-05-23 Thread Megdich Islem
"Open MPI does not work when MPICH or intel MPI are installed" Thank you for your suggestion. But I need to run OpenFoam and Empire at the same time. In fact, Empire couples OpenFoam with another software. Is there any solution for this case ? Regards,Islem Le Lundi 23 mai 2016 17h00, "user