Re: [OMPI users] Fortran wrapper libraries

2014-10-14 Thread Marc-Andre Hermanns
Jeff, thanks for your answer on this. > Sorry for the delay. No problem. Better delayed than never. ;-) > Which version of Open MPI are you referring to? I'm offline at the > moment, and I think you're referring to the OMPI 1.6 series -- I'm > pretty sure we renamed these libraries in the 1.7/1

Re: [OMPI users] Fortran wrapper libraries

2014-10-14 Thread Jeff Squyres (jsquyres)
On Oct 14, 2014, at 12:33 AM, Marc-Andre Hermanns wrote: >> No. Also note that in OMPI 1.7/1.8, we have renamed the Fortran >> wrapper to be mpifort -- mpif77 and mpif90 are sym links to mpifort >> provided simply for backwards compatibility. > > Thanks for the heads up. Complicates our config

Re: [OMPI users] Fortran wrapper libraries

2014-10-14 Thread Marc-Andre Hermanns
Jeff, >>> No. Also note that in OMPI 1.7/1.8, we have renamed the Fortran >>> wrapper to be mpifort -- mpif77 and mpif90 are sym links to mpifort >>> provided simply for backwards compatibility. >> >> Thanks for the heads up. Complicates our configuration a little but good >> to know. ;-) > > I'

[OMPI users] static for tools dynamic for libs

2014-10-14 Thread John Marshall
Hi, Perhaps I've missed something but is it possible to build openmpi (any version) so that: * tools (e.g., orted) are statically linked * shared libs are built This would help avoid lib dependencies on orted at start up. Thanks, John

Re: [OMPI users] static for tools dynamic for libs

2014-10-14 Thread Jeff Squyres (jsquyres)
This is not a common use case because the LD_LIBRARY_PATH requirements for the orted and friends are the same as for the MPI executables. So reducing the dependency requirements for the orted doesn't really buy you much. However, you could probably do this manually: - # Build static execut

[OMPI users] Open MPI 1.8.3 openmpi-mca-params.conf: old and new parameters

2014-10-14 Thread Gus Correa
Dear Open MPI fans and experts This is just a note in case other people run into the same problem. I just built Open MPI 1.8.3. As usual I put my old settings on openmpi-mca-params.conf, with no further thinking. Then I compiled the connectivity_c.c program and tried to run it with mpiexec. That

Re: [OMPI users] Open MPI 1.8.3 openmpi-mca-params.conf: old and new parameters

2014-10-14 Thread Ralph Castain
On Oct 14, 2014, at 5:32 PM, Gus Correa wrote: > Dear Open MPI fans and experts > > This is just a note in case other people run into the same problem. > > I just built Open MPI 1.8.3. > As usual I put my old settings on openmpi-mca-params.conf, > with no further thinking. > Then I compiled th