Re: [OMPI users] problem with -lmpi

2013-06-05 Thread Jeff Squyres (jsquyres)
Note that this mailing list is for Open MPI -- which is a different implementation of MPI than MPICH. Ralph's answer might be correct, but we can't say for sure because we can't answer questions about MPICH here. :-) On Jun 5, 2013, at 11:03 AM, Florian Beutler wrote: > Hi > I just installe

Re: [OMPI users] problem with -lmpi

2013-06-05 Thread Ralph Castain
I would guess that adding the -lmpi might create an issue as the "mpif90" wrapper already has it in there. Are you adding it for some reason? On Jun 5, 2013, at 11:03 AM, Florian Beutler wrote: > Hi > I just installed openMPI and the installation works without any trouble. But > when I want t

[OMPI users] problem with -lmpi

2013-06-05 Thread Florian Beutler
Hi I just installed openMPI and the installation works without any trouble. But when I want to use the mpif90 compiler, it gives me the following error bash-3.2$ mpif90 -lmpi ld: library not found for -lmpi I was wondering whether there is a configure flag which I forgot to set? My configure comm