Hello David

$> pgf90 hello.f90

Works OK.

$> pgcc hello.c

Gives that license error:

pgi-cc-lin64: LICENSE MANAGER PROBLEM: No such feature exists.
Feature:       pgi-cc-lin64
License path:  /opt/pgi/license.dat:
FLEXnet Licensing error:-5,357
For further information, refer to the FLEXnet Licensing documentation,
available at "www.acresso.com".


$> pgCC hello.cpp

Gives some weird compilation errors:

"/opt/pgi/linux86-64/10.4/include/bits/types.h", line 159: error: identifier
          "__SWBLK_T_TYPE" is undefined
  __STD_TYPE __SWBLK_T_TYPE __swblk_t; /* Type of a swap block maybe?  */
             ^

"/usr/include/time.h", line 123: error: identifier "__syscall_slong_t" is
          undefined
      __syscall_slong_t tv_nsec; /* Nanoseconds.  */
      ^

2 errors detected in the compilation of "hello.cpp".




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
>
> What of those commands work for you?
>
> Thanks,
> David
>
>
> On 05/27/2015 11:01 AM, Bruno Queiros wrote:
>
> David
>
>  Do you mean if Portland Fortran compiler works? Like pgf90 hello.f ?
>
> Bruno
>
>
>  Em qua, 27 de mai de 2015 às 17:40, David Shrader <dshra...@lanl.gov>
> escreveu:
>
>>  Looking at the config.log, I see this:
>>
>> pgi-cc-lin64: LICENSE MANAGER PROBLEM: No such feature exists.
>> Feature:       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, Bruno Queiros wrote:
>>
>> 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
>>
>>
>> ============================================================================
>> == Configuring Open MPI
>>
>> ============================================================================
>>
>>  *** Startup tests
>> checking build system type... x86_64-unknown-linux-gnu
>> checking host system type... x86_64-unknown-linux-gnu
>> checking target system type... x86_64-unknown-linux-gnu
>> checking for gcc... pgcc
>> checking whether the C compiler works... no
>> configure: error: in `/root/TransferArea/openmpi-1.8.5':
>> configure: error: C compiler cannot create executables
>> See `config.log' for more details
>>
>>  The config.log goes as an attachment
>>
>>
>>   _______________________________________________
>> users mailing listus...@open-mpi.org
>> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
>> Link to this post: 
>> http://www.open-mpi.org/community/lists/users/2015/05/26954.php
>>
>>
>> --
>> David Shrader
>> HPC-3 High Performance Computer Systems
>> Los Alamos National Lab
>> Email: dshrader <at> lanl.gov
>>
>>  _______________________________________________
>> users mailing list
>> us...@open-mpi.org
>> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
>> Link to this post:
>> http://www.open-mpi.org/community/lists/users/2015/05/26955.php
>
>
>
> _______________________________________________
> users mailing listus...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
>
>
> Link to this post: 
> http://www.open-mpi.org/community/lists/users/2015/05/26957.php
>
>
> --
> David Shrader
> HPC-3 High Performance Computer Systems
> Los Alamos National Lab
> Email: dshrader <at> lanl.gov
>
>  _______________________________________________
> users mailing list
> us...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
> Link to this post:
> http://www.open-mpi.org/community/lists/users/2015/05/26958.php

Reply via email to