Re: [OMPI users] Openmpi compilation errors

2015-05-29 Thread Bruno Queiros
e file trick works with this old one. > > By the way it has to be .mypgf90rc not .pgf90rc at least following the > current documentation. > > Cheerio, > Luis > > On 29/05/15 13:07, Jeff Squyres (jsquyres) wrote: > > On May 29, 2015, at 6:54 AM, Bruno Queiros <bquei...@

Re: [OMPI users] Openmpi compilation errors

2015-05-29 Thread Bruno Queiros
Thank you Jeff for the clarification and help. Em sex, 29 de mai de 2015 às 12:08, Jeff Squyres (jsquyres) < jsquy...@cisco.com> escreveu: > On May 29, 2015, at 6:54 AM, Bruno Queiros <bquei...@gmail.com> wrote: > > > > I understand that using Portland compiler isn

Re: [OMPI users] Openmpi compilation errors

2015-05-29 Thread Bruno Queiros
file or if it complains about the -pthread option. If the > Portland config trick is working, (assuming somefile.f90 is a valid Fortran > file), it'll compile without complaining about -pthread. The Open MPI will > likely be able to build, too. > > > > On May 29, 2015, at 6:

Re: [OMPI users] Openmpi compilation errors

2015-05-29 Thread Bruno Queiros
this -pthread error? Em qui, 28 de mai de 2015 às 18:36, Luis Kornblueh < luis.kornbl...@mpimet.mpg.de> escreveu: > Hi Bruno, > > once more: it might be the case that the file needs to be named .pgf90rc > > Sorry, > Luis > > On 28/05/15 19:08, Bruno Queiros wrote: > >

Re: [OMPI users] Openmpi compilation errors

2015-05-28 Thread Bruno Queiros
/10.4/bin/pgf90 $newargs" /opt/pgi/linux86-64/10.4/bin/pgf90 $newargs exit But for some reason this doesn't work, the make just stops. Can you point me in the right direction? Em qui, 28 de mai de 2015 às 14:10, Bruno Queiros <bquei...@gmail.com> escreveu: > Thank you very much Th

Re: [OMPI users] Openmpi compilation errors

2015-05-28 Thread Bruno Queiros
Thank you very much Thomas I will try this Em qui, 28 de mai de 2015 às 12:25, Thomas Jahns escreveu: > On 05/28/15 12:20, Jeff Squyres (jsquyres) wrote: > > Sounds like your pgcc compiler installation is busted. You'll need to > get that fixed to compile/install Open MPI. > >

Re: [OMPI users] Openmpi compilation errors

2015-05-28 Thread Bruno Queiros
Em qua, 27 de mai de 2015 às 18:28, David Shrader <dshra...@lanl.gov> escreveu: > Yes, exactly like that. Given your configure line, all of the Portland > Group's compilers need to work: > > $> pgf90 hello.f90 > $> pgcc hello.c > $> pgCC hello.cpp > >

Re: [OMPI users] Openmpi compilation errors

2015-05-27 Thread Bruno Queiros
ture: pgi-cc-lin64 > > It looks like there is a problem with the PGI license. Does it work with a > regular file (e.g., hello_world)? If it does, how do you get it to work > (env variables, license file, etc.)? > > Thanks, > David > > > On 05/27/2015 10:25 AM

[OMPI users] Openmpi compilation errors

2015-05-27 Thread Bruno Queiros
Hello I'm trying to compile openmpi-1.8.5 with portland fortran 10.4 64bits on a CentOS7 64bits. This is the output i get: ./configure CC=pgcc CXX=pgCC FC=pgf90 F77=pgf77 F90=pgf90 --prefix=/opt/openmpi-1.8.5_pgf90 ==