source 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 wrote
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 wrote:
> >
> > I understand that using Portland compiler isn't "advised" by
file.f90" and see if it compiles that
> somefile.f90 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
> likel
-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:
> >
linux86-64/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
escreveu:
> Thank you very much Thomas
>
&
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.
>
> An alternative m
Em qua, 27 de mai de 2015 às 18:28, David Shrader
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
>
> What of those commands work
>
> 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, Bruno Queiros wrote:
&g
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
==