Can't compile openmpi1.8.8 with pgi 15.5

I’m compile Openmpi 1.8.8 using PGI 15.5 Compiler
I’m install pgi at /share/apps/pgi

I’m compile by load module compiler/pgi2015 for use pgi compiler
and extract openmpi-1.8.8 and run
./configure --prefix=/share/apps/mpi/pgi/openmpi-1.8.8
it passed.
but when i run make
it show
Making all in config
make[1]: Entering directory /root/source/pgi/openmpi-1.8.8/config' make[1]: Nothing to be done for all’.
make[1]: Leaving directory /root/source/pgi/openmpi-1.8.8/config' Making all in contrib make[1]: Entering directory /root/source/pgi/openmpi-1.8.8/contrib’
make[1]: Nothing to be done for all'. make[1]: Leaving directory /root/source/pgi/openmpi-1.8.8/contrib’
Making all in opal
make[1]: Entering directory /root/source/pgi/openmpi-1.8.8/opal' Making all in include make[2]: Entering directory /root/source/pgi/openmpi-1.8.8/opal/include’
make all-am
make[3]: Entering directory /root/source/pgi/openmpi-1.8.8/opal/include' make[3]: Leaving directory /root/source/pgi/openmpi-1.8.8/opal/include’
make[2]: Leaving directory /root/source/pgi/openmpi-1.8.8/opal/include' Making all in asm make[2]: Entering directory /root/source/pgi/openmpi-1.8.8/opal/asm’

CPPAS atomic-asm.lo
This Licensed Software was made available from NVIDIA CORPORATION
under a time-limited Beta License. The Beta License expires on
Aug 16 2015. Any attempt to use this product after Aug 16 2015
is a violation of the terms of the PGI End-User License Agreement.

make[2]: *** [atomic-asm.lo] Error 1
make[2]: Leaving directory /root/source/pgi/openmpi-1.8.8/opal/asm' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory /root/source/pgi/openmpi-1.8.8/opal’
make: *** [all-recursive] Error 1


I’m try to execute ‘pgprepro’ and it’s show

pgprepro

This Licensed Software was made available from NVIDIA CORPORATION
under a time-limited Beta License. The Beta License expires on
Aug 16 2015. Any attempt to use this product after Aug 16 2015
is a violation of the terms of the PGI End-User License Agreement.

Can anyone offer advice please?

Cheers,
jets

This is my pgi module file

#%Module1.0#####################################################################

pgi2015 modulefile

modulefiles/

proc ModulesHelp { } {
global pgiversion

puts stderr "\t Use /share/apps/pgi/ "
puts stderr “\n\tVersion $pgiversion\n”
}

module-whatis “sets the environment for using PGI 15.4 64bit compilers”

for Tcl script use only

set pgiversion 2015.4

conflict compiler/intel2013 compiler/pgi2013
setenv PGI /share/apps/pgi/linux86-64/15.5
setenv PGI_INCLUDE /share/apps/pgi/linux86-64/15.5/include
setenv PGI_LIB /share/apps/pgi/linux86-64/15.5/lib
setenv PGI_LIBSO /share/apps/pgi/linux86-64/15.5/libso
setenv PGI_EXAMPLE /share/apps/pgi/linux86-64/15.5/EXAMPLES
prepend-path PATH /share/apps/pgi/linux86-64/15.5/bin
prepend-path INCLUDE /share/apps/pgi/linux86-64/15.5/include
prepend-path LD_LIBRARY_PATH /share/apps/pgi/linux86-64/15.5/lib
prepend-path LD_LIBRARY_PATH /share/apps/pgi/linux86-64/15.5/libso
prepend-path MANPATH /share/apps/pgi/linux86-64/15.5/man
prepend-path LM_LICENSE_FILE /share/apps/pgi/license.dat
setenv CC pgcc
setenv CXX pgCC
setenv FC pgfortran
setenv F77 pgfortran

================

Hi SathapornAkkabuth69023,

Apologies for that. We had a manufacturing issue with pgprepro versions 15.1 to 15.5 which created this licensing issue. It was corrected in the 15.7 release.

Please send a note to PGI Customer Service (trs@pgroup.com) and they can get you an corrected version of pgprepro.

Note that when building OpenMPI, it’s advised to use cpp instead of pgprepro by adding “CPP=cpp” to your configure options.

Best Regards,
Mat