Re: [OMPI users] OpenMPI and pgf90 -- adding flags to mpif90 compile

2012-01-30 Thread Jeff Squyres
Do you need these flags when you run pgf90 or mpif90? If you need it with mpif90, then using --with-wrapper-ldflags= should add to mpif90 every time you link something. If you need something added to mpif90 every time you compile or line, then use --with-wrapper-fcflags=. If neither of those

Re: [OMPI users] OpenMPI and pgf90 -- adding flags to mpif90 compile

2012-01-30 Thread Reuti
Am 31.01.2012 um 00:24 schrieb Cable, Sam B Civ USAF AFMC AFRL/RVBXI: > I need to build OpenMPI with Portland Group Fortran. I need to add a flag to > the pgf90 linker command that is run when mpif90 is invoked. I have tried > configuring with LDFLAGS and –with-wrapper-ldflags, but nothing wor