Hello,
I Tried to compile lam 7.0.3 with pgf90 pgcc in 64 bits mode
# For pgcc as c ansi compiling system
export CFLAGS="-tp k8-64 -fPIC"
export CC=pgcc
export LDFLAGS="-tp k8-64 -fPIC"
# For pgCC as C++ compiling system
export CXXFLAGS="-tp k8-64 -fPIC"
export CXX=pgCC
type pgCC
# For pgf90 as f90 compiling system
export FC=pgf90
export FFLAGS="-tp k8-64 -mcmodel=medium -fPIC"
./configure --prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64 \
--with-boot=tm --with-tm=/usr/local/torque-1.1.0p0/src \
--with-pic --with-prefix=memcopy --enable-shared\
2>&1 | tee configure.log
make 2>&1 | tee make.log
make install 2>&1 | tee makeinstall.log
and I got that messages in share/mpi/f77 :
pgcc -shared .libs/abort_f.o .libs/accept_f.o .libs/accumulate_f.o
.libs/address_f.o .libs/allgather_f.o .libs/allgatherv_f.o
.libs/allocmem_f.o .libs/allreduce_f.o .libs/alltoall_f.o
.libs/alltoallv_f.o .libs/attrdel_f.o .libs/attrget_f.o
.libs/attrput_f.o .libs/barrier_f.o .libs/bcast_f.o .libs/bsend_f.o
.libs/bsendinit_f.o .libs/bufattach_f.o .libs/bufdetach_f.o
... and a lots more
.libs/wsetname_f.o .libs/wstart_f.o .libs/wtick_f.o .libs/wtime_f.o
.libs/wwait_f.o .libs/xbuoy_f.o .libs/xcoloron_f.o .libs/xcoloroff_f.o
-lpthread -lc -soname liblamf77mpi.so.0 -o .libs/liblamf77mpi.so.0.0.0
pgcc-Warning-Unknown switch: -soname
File with unknown suffix passed to linker: liblamf77mpi.so.0
/usr/bin/ld: cannot open liblamf77mpi.so.0: No such file or directory
make[3]: *** [liblamf77mpi.la] Error 2
make[3]: Leaving directory `/home/mercator/src/lam-7.0.3-64/share/mpi/f77'
make[2]: *** [all-recursive] Error 1
Is it due to the option --enabled-shared because compilation was fine
without that one.?
Where to fix it
Sincerely yours,
Etienne Gondet
GIP mercator-Océan.
8-10 rue HERMES
31526 RAMONVILLE SAINT-AGNE CEDEX
France
tel: 05 61 39 38 11 (from France); 33 5 61 39 38 11 (other)
fax: 05 61 39 38 99 (from france); 33 5 61 39 38 99 (other)
Making all in config
make[1]: Entering directory `/home/mercator/src/lam-7.0.3-64/config'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/mercator/src/lam-7.0.3-64/config'
Making all in doc
make[1]: Entering directory `/home/mercator/src/lam-7.0.3-64/doc'
Making all in install
make[2]: Entering directory `/home/mercator/src/lam-7.0.3-64/doc/install'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mercator/src/lam-7.0.3-64/doc/install'
Making all in user
make[2]: Entering directory `/home/mercator/src/lam-7.0.3-64/doc/user'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mercator/src/lam-7.0.3-64/doc/user'
make[2]: Entering directory `/home/mercator/src/lam-7.0.3-64/doc'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/mercator/src/lam-7.0.3-64/doc'
make[1]: Leaving directory `/home/mercator/src/lam-7.0.3-64/doc'
Making all in share
make[1]: Entering directory `/home/mercator/src/lam-7.0.3-64/share'
Making all in include
make[2]: Entering directory `/home/mercator/src/lam-7.0.3-64/share/include'
make all-recursive
make[3]: Entering directory `/home/mercator/src/lam-7.0.3-64/share/include'
Making all in mpi2cxx
make[4]: Entering directory `/home/mercator/src/lam-7.0.3-64/share/include/mpi2cxx'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/mercator/src/lam-7.0.3-64/share/include/mpi2cxx'
make[4]: Entering directory `/home/mercator/src/lam-7.0.3-64/share/include'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/mercator/src/lam-7.0.3-64/share/include'
make[3]: Leaving directory `/home/mercator/src/lam-7.0.3-64/share/include'
make[2]: Leaving directory `/home/mercator/src/lam-7.0.3-64/share/include'
Making all in args
make[2]: Entering directory `/home/mercator/src/lam-7.0.3-64/share/args'
source='all_argv.c' object='all_argv.lo' libtool=yes \
depfile='.deps/all_argv.Plo' tmpdepfile='.deps/all_argv.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o all_argv.lo `test -f 'all_argv.c' || echo './'`all_argv.c
mkdir .libs
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c all_argv.c -DPIC -o .libs/all_argv.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c all_argv.c -DPIC -o all_argv.o >/dev/null 2>&1
source='all_opt.c' object='all_opt.lo' libtool=yes \
depfile='.deps/all_opt.Plo' tmpdepfile='.deps/all_opt.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o all_opt.lo `test -f 'all_opt.c' || echo './'`all_opt.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c all_opt.c -DPIC -o .libs/all_opt.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c all_opt.c -DPIC -o all_opt.o >/dev/null 2>&1
source='do_args.c' object='do_args.lo' libtool=yes \
depfile='.deps/do_args.Plo' tmpdepfile='.deps/do_args.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o do_args.lo `test -f 'do_args.c' || echo './'`do_args.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c do_args.c -DPIC -o .libs/do_args.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c do_args.c -DPIC -o do_args.o >/dev/null 2>&1
source='ndi_parse.c' object='ndi_parse.lo' libtool=yes \
depfile='.deps/ndi_parse.Plo' tmpdepfile='.deps/ndi_parse.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o ndi_parse.lo `test -f 'ndi_parse.c' || echo './'`ndi_parse.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c ndi_parse.c -DPIC -o .libs/ndi_parse.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c ndi_parse.c -DPIC -o ndi_parse.o >/dev/null 2>&1
source='ndi_resolve.c' object='ndi_resolve.lo' libtool=yes \
depfile='.deps/ndi_resolve.Plo' tmpdepfile='.deps/ndi_resolve.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o ndi_resolve.lo `test -f 'ndi_resolve.c' || echo './'`ndi_resolve.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c ndi_resolve.c -DPIC -o .libs/ndi_resolve.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c ndi_resolve.c -DPIC -o ndi_resolve.o >/dev/null 2>&1
source='parse_id.c' object='parse_id.lo' libtool=yes \
depfile='.deps/parse_id.Plo' tmpdepfile='.deps/parse_id.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o parse_id.lo `test -f 'parse_id.c' || echo './'`parse_id.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c parse_id.c -DPIC -o .libs/parse_id.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c parse_id.c -DPIC -o parse_id.o >/dev/null 2>&1
source='pdi_parse.c' object='pdi_parse.lo' libtool=yes \
depfile='.deps/pdi_parse.Plo' tmpdepfile='.deps/pdi_parse.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o pdi_parse.lo `test -f 'pdi_parse.c' || echo './'`pdi_parse.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c pdi_parse.c -DPIC -o .libs/pdi_parse.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c pdi_parse.c -DPIC -o pdi_parse.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=link pgcc -O -tp k8-64 -fPIC -tp k8-64 -fPIC -o liblamargs.la all_argv.lo all_opt.lo do_args.lo ndi_parse.lo ndi_resolve.lo parse_id.lo pdi_parse.lo -lpthread
ar cru .libs/liblamargs.a .libs/all_argv.o .libs/all_opt.o .libs/do_args.o .libs/ndi_parse.o .libs/ndi_resolve.o .libs/parse_id.o .libs/pdi_parse.o
ranlib .libs/liblamargs.a
creating liblamargs.la
(cd .libs && rm -f liblamargs.la && ln -s ../liblamargs.la liblamargs.la)
make[2]: Leaving directory `/home/mercator/src/lam-7.0.3-64/share/args'
Making all in boot
make[2]: Entering directory `/home/mercator/src/lam-7.0.3-64/share/boot'
source='app_mgmt.c' object='app_mgmt.lo' libtool=yes \
depfile='.deps/app_mgmt.Plo' tmpdepfile='.deps/app_mgmt.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o app_mgmt.lo `test -f 'app_mgmt.c' || echo './'`app_mgmt.c
mkdir .libs
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c app_mgmt.c -DPIC -o .libs/app_mgmt.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c app_mgmt.c -DPIC -o app_mgmt.o >/dev/null 2>&1
source='asc_parse.c' object='asc_parse.lo' libtool=yes \
depfile='.deps/asc_parse.Plo' tmpdepfile='.deps/asc_parse.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o asc_parse.lo `test -f 'asc_parse.c' || echo './'`asc_parse.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c asc_parse.c -DPIC -o .libs/asc_parse.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c asc_parse.c -DPIC -o asc_parse.o >/dev/null 2>&1
source='asc_run.c' object='asc_run.lo' libtool=yes \
depfile='.deps/asc_run.Plo' tmpdepfile='.deps/asc_run.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o asc_run.lo `test -f 'asc_run.c' || echo './'`asc_run.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c asc_run.c -DPIC -o .libs/asc_run.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c asc_run.c -DPIC -o asc_run.o >/dev/null 2>&1
source='asc_schedule.c' object='asc_schedule.lo' libtool=yes \
depfile='.deps/asc_schedule.Plo' tmpdepfile='.deps/asc_schedule.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o asc_schedule.lo `test -f 'asc_schedule.c' || echo './'`asc_schedule.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c asc_schedule.c -DPIC -o .libs/asc_schedule.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c asc_schedule.c -DPIC -o asc_schedule.o >/dev/null 2>&1
source='asc_workdir.c' object='asc_workdir.lo' libtool=yes \
depfile='.deps/asc_workdir.Plo' tmpdepfile='.deps/asc_workdir.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o asc_workdir.lo `test -f 'asc_workdir.c' || echo './'`asc_workdir.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c asc_workdir.c -DPIC -o .libs/asc_workdir.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c asc_workdir.c -DPIC -o asc_workdir.o >/dev/null 2>&1
source='bhostparse.c' object='bhostparse.lo' libtool=yes \
depfile='.deps/bhostparse.Plo' tmpdepfile='.deps/bhostparse.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o bhostparse.lo `test -f 'bhostparse.c' || echo './'`bhostparse.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c bhostparse.c -DPIC -o .libs/bhostparse.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c bhostparse.c -DPIC -o bhostparse.o >/dev/null 2>&1
source='deallocate.c' object='deallocate.lo' libtool=yes \
depfile='.deps/deallocate.Plo' tmpdepfile='.deps/deallocate.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o deallocate.lo `test -f 'deallocate.c' || echo './'`deallocate.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c deallocate.c -DPIC -o .libs/deallocate.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c deallocate.c -DPIC -o deallocate.o >/dev/null 2>&1
source='hbootparse.c' object='hbootparse.lo' libtool=yes \
depfile='.deps/hbootparse.Plo' tmpdepfile='.deps/hbootparse.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o hbootparse.lo `test -f 'hbootparse.c' || echo './'`hbootparse.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c hbootparse.c -DPIC -o .libs/hbootparse.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c hbootparse.c -DPIC -o hbootparse.o >/dev/null 2>&1
source='lamnet.c' object='lamnet.lo' libtool=yes \
depfile='.deps/lamnet.Plo' tmpdepfile='.deps/lamnet.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o lamnet.lo `test -f 'lamnet.c' || echo './'`lamnet.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c lamnet.c -DPIC -o .libs/lamnet.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c lamnet.c -DPIC -o lamnet.o >/dev/null 2>&1
source='proc_schema.c' object='proc_schema.lo' libtool=yes \
depfile='.deps/proc_schema.Plo' tmpdepfile='.deps/proc_schema.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o proc_schema.lo `test -f 'proc_schema.c' || echo './'`proc_schema.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c proc_schema.c -DPIC -o .libs/proc_schema.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c proc_schema.c -DPIC -o proc_schema.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=link pgcc -O -tp k8-64 -fPIC -tp k8-64 -fPIC -o liblamboot.la app_mgmt.lo asc_parse.lo asc_run.lo asc_schedule.lo asc_workdir.lo bhostparse.lo deallocate.lo hbootparse.lo lamnet.lo proc_schema.lo -lpthread
ar cru .libs/liblamboot.a .libs/app_mgmt.o .libs/asc_parse.o .libs/asc_run.o .libs/asc_schedule.o .libs/asc_workdir.o .libs/bhostparse.o .libs/deallocate.o .libs/hbootparse.o .libs/lamnet.o .libs/proc_schema.o
ranlib .libs/liblamboot.a
creating liblamboot.la
(cd .libs && rm -f liblamboot.la && ln -s ../liblamboot.la liblamboot.la)
make[2]: Leaving directory `/home/mercator/src/lam-7.0.3-64/share/boot'
Making all in etc
make[2]: Entering directory `/home/mercator/src/lam-7.0.3-64/share/etc'
source='T.c' object='T.lo' libtool=yes \
depfile='.deps/T.Plo' tmpdepfile='.deps/T.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o T.lo `test -f 'T.c' || echo './'`T.c
mkdir .libs
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c T.c -DPIC -o .libs/T.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c T.c -DPIC -o T.o >/dev/null 2>&1
source='all_array.c' object='all_array.lo' libtool=yes \
depfile='.deps/all_array.Plo' tmpdepfile='.deps/all_array.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o all_array.lo `test -f 'all_array.c' || echo './'`all_array.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c all_array.c -DPIC -o .libs/all_array.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c all_array.c -DPIC -o all_array.o >/dev/null 2>&1
source='all_hash.c' object='all_hash.lo' libtool=yes \
depfile='.deps/all_hash.Plo' tmpdepfile='.deps/all_hash.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o all_hash.lo `test -f 'all_hash.c' || echo './'`all_hash.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c all_hash.c -DPIC -o .libs/all_hash.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c all_hash.c -DPIC -o all_hash.o >/dev/null 2>&1
source='all_list.c' object='all_list.lo' libtool=yes \
depfile='.deps/all_list.Plo' tmpdepfile='.deps/all_list.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o all_list.lo `test -f 'all_list.c' || echo './'`all_list.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c all_list.c -DPIC -o .libs/all_list.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c all_list.c -DPIC -o all_list.o >/dev/null 2>&1
source='all_queue.c' object='all_queue.lo' libtool=yes \
depfile='.deps/all_queue.Plo' tmpdepfile='.deps/all_queue.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o all_queue.lo `test -f 'all_queue.c' || echo './'`all_queue.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c all_queue.c -DPIC -o .libs/all_queue.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c all_queue.c -DPIC -o all_queue.o >/dev/null 2>&1
source='all_shash.c' object='all_shash.lo' libtool=yes \
depfile='.deps/all_shash.Plo' tmpdepfile='.deps/all_shash.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o all_shash.lo `test -f 'all_shash.c' || echo './'`all_shash.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c all_shash.c -DPIC -o .libs/all_shash.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c all_shash.c -DPIC -o all_shash.o >/dev/null 2>&1
source='all_slist.c' object='all_slist.lo' libtool=yes \
depfile='.deps/all_slist.Plo' tmpdepfile='.deps/all_slist.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o all_slist.lo `test -f 'all_slist.c' || echo './'`all_slist.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c all_slist.c -DPIC -o .libs/all_slist.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c all_slist.c -DPIC -o all_slist.o >/dev/null 2>&1
source='all_squeue.c' object='all_squeue.lo' libtool=yes \
depfile='.deps/all_squeue.Plo' tmpdepfile='.deps/all_squeue.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o all_squeue.lo `test -f 'all_squeue.c' || echo './'`all_squeue.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c all_squeue.c -DPIC -o .libs/all_squeue.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c all_squeue.c -DPIC -o all_squeue.o >/dev/null 2>&1
source='atos.c' object='atos.lo' libtool=yes \
depfile='.deps/atos.Plo' tmpdepfile='.deps/atos.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o atos.lo `test -f 'atos.c' || echo './'`atos.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c atos.c -DPIC -o .libs/atos.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c atos.c -DPIC -o atos.o >/dev/null 2>&1
source='blktype.c' object='blktype.lo' libtool=yes \
depfile='.deps/blktype.Plo' tmpdepfile='.deps/blktype.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o blktype.lo `test -f 'blktype.c' || echo './'`blktype.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c blktype.c -DPIC -o .libs/blktype.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c blktype.c -DPIC -o blktype.o >/dev/null 2>&1
source='bootsockio.c' object='bootsockio.lo' libtool=yes \
depfile='.deps/bootsockio.Plo' tmpdepfile='.deps/bootsockio.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o bootsockio.lo `test -f 'bootsockio.c' || echo './'`bootsockio.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c bootsockio.c -DPIC -o .libs/bootsockio.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c bootsockio.c -DPIC -o bootsockio.o >/dev/null 2>&1
source='combine.c' object='combine.lo' libtool=yes \
depfile='.deps/combine.Plo' tmpdepfile='.deps/combine.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o combine.lo `test -f 'combine.c' || echo './'`combine.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c combine.c -DPIC -o .libs/combine.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c combine.c -DPIC -o combine.o >/dev/null 2>&1
source='f2cstring.c' object='f2cstring.lo' libtool=yes \
depfile='.deps/f2cstring.Plo' tmpdepfile='.deps/f2cstring.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o f2cstring.lo `test -f 'f2cstring.c' || echo './'`f2cstring.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c f2cstring.c -DPIC -o .libs/f2cstring.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c f2cstring.c -DPIC -o f2cstring.o >/dev/null 2>&1
source='fail.c' object='fail.lo' libtool=yes \
depfile='.deps/fail.Plo' tmpdepfile='.deps/fail.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o fail.lo `test -f 'fail.c' || echo './'`fail.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c fail.c -DPIC -o .libs/fail.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c fail.c -DPIC -o fail.o >/dev/null 2>&1
source='few.c' object='few.lo' libtool=yes \
depfile='.deps/few.Plo' tmpdepfile='.deps/few.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o few.lo `test -f 'few.c' || echo './'`few.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c few.c -DPIC -o .libs/few.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c few.c -DPIC -o few.o >/dev/null 2>&1
source='fork.c' object='fork.lo' libtool=yes \
depfile='.deps/fork.Plo' tmpdepfile='.deps/fork.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o fork.lo `test -f 'fork.c' || echo './'`fork.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c fork.c -DPIC -o .libs/fork.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c fork.c -DPIC -o fork.o >/dev/null 2>&1
source='getinetaddr.c' object='getinetaddr.lo' libtool=yes \
depfile='.deps/getinetaddr.Plo' tmpdepfile='.deps/getinetaddr.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o getinetaddr.lo `test -f 'getinetaddr.c' || echo './'`getinetaddr.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c getinetaddr.c -DPIC -o .libs/getinetaddr.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c getinetaddr.c -DPIC -o getinetaddr.o >/dev/null 2>&1
source='getworkdir.c' object='getworkdir.lo' libtool=yes \
depfile='.deps/getworkdir.Plo' tmpdepfile='.deps/getworkdir.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o getworkdir.lo `test -f 'getworkdir.c' || echo './'`getworkdir.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c getworkdir.c -DPIC -o .libs/getworkdir.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c getworkdir.c -DPIC -o getworkdir.o >/dev/null 2>&1
source='ieee.c' object='ieee.lo' libtool=yes \
depfile='.deps/ieee.Plo' tmpdepfile='.deps/ieee.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o ieee.lo `test -f 'ieee.c' || echo './'`ieee.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c ieee.c -DPIC -o .libs/ieee.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c ieee.c -DPIC -o ieee.o >/dev/null 2>&1
source='itoa.c' object='itoa.lo' libtool=yes \
depfile='.deps/itoa.Plo' tmpdepfile='.deps/itoa.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o itoa.lo `test -f 'itoa.c' || echo './'`itoa.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c itoa.c -DPIC -o .libs/itoa.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c itoa.c -DPIC -o itoa.o >/dev/null 2>&1
source='kill.c' object='kill.lo' libtool=yes \
depfile='.deps/kill.Plo' tmpdepfile='.deps/kill.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o kill.lo `test -f 'kill.c' || echo './'`kill.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c kill.c -DPIC -o .libs/kill.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c kill.c -DPIC -o kill.o >/dev/null 2>&1
source='kiproc.c' object='kiproc.lo' libtool=yes \
depfile='.deps/kiproc.Plo' tmpdepfile='.deps/kiproc.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o kiproc.lo `test -f 'kiproc.c' || echo './'`kiproc.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c kiproc.c -DPIC -o .libs/kiproc.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c kiproc.c -DPIC -o kiproc.o >/dev/null 2>&1
source='lam_gethostby.c' object='lam_gethostby.lo' libtool=yes \
depfile='.deps/lam_gethostby.Plo' tmpdepfile='.deps/lam_gethostby.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o lam_gethostby.lo `test -f 'lam_gethostby.c' || echo './'`lam_gethostby.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c lam_gethostby.c -DPIC -o .libs/lam_gethostby.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c lam_gethostby.c -DPIC -o lam_gethostby.o >/dev/null 2>&1
source='lam_gethostname.c' object='lam_gethostname.lo' libtool=yes \
depfile='.deps/lam_gethostname.Plo' tmpdepfile='.deps/lam_gethostname.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o lam_gethostname.lo `test -f 'lam_gethostname.c' || echo './'`lam_gethostname.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c lam_gethostname.c -DPIC -o .libs/lam_gethostname.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c lam_gethostname.c -DPIC -o lam_gethostname.o >/dev/null 2>&1
source='lam_getpid.c' object='lam_getpid.lo' libtool=yes \
depfile='.deps/lam_getpid.Plo' tmpdepfile='.deps/lam_getpid.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o lam_getpid.lo `test -f 'lam_getpid.c' || echo './'`lam_getpid.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c lam_getpid.c -DPIC -o .libs/lam_getpid.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c lam_getpid.c -DPIC -o lam_getpid.o >/dev/null 2>&1
source='lamcommdebug.c' object='lamcommdebug.lo' libtool=yes \
depfile='.deps/lamcommdebug.Plo' tmpdepfile='.deps/lamcommdebug.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o lamcommdebug.lo `test -f 'lamcommdebug.c' || echo './'`lamcommdebug.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c lamcommdebug.c -DPIC -o .libs/lamcommdebug.o
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c lamcommdebug.c -DPIC -o lamcommdebug.o >/dev/null 2>&1
source='lamdebug.c' object='lamdebug.lo' libtool=yes \
depfile='.deps/lamdebug.Plo' tmpdepfile='.deps/lamdebug.TPlo' \
depmode=none /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\"" -DLAM_PREFIX="\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c -o lamdebug.lo `test -f 'lamdebug.c' || echo './'`lamdebug.c
pgcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64/etc\" -DLAM_PREFIX=\"/home/mercator/versions64/lam/lam-7.0.3-pgcc64\" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -tp k8-64 -fPIC -c lamdebug.c -DPIC -o .libs/lamdebug.o
PGC-F-0002-Unable to open source input file: ../../share/include/lam_config.h (lamdebug.c)
PGC/x86-64 Linux/x86-64 5.1-5: compilation aborted
make[2]: *** [lamdebug.lo] Error 1
make[2]: Leaving directory `/home/mercator/src/lam-7.0.3-64/share/etc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mercator/src/lam-7.0.3-64/share'
make: *** [all-recursive] Error 1
============================================================================
== Configuring LAM version 7.0.3
============================================================================
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... pgcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of pgcc... none
checking how to run the C preprocessor... pgcc -E
checking for egrep... grep -E
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O -tp k8-64 -fPIC
checking whether the C compiler (pgcc -O -tp k8-64 -fPIC) accepts ANSI prototypes... yes
checking for __STDC__... yes
checking for type int2... no
checking for type uint2... no
checking for type int4... no
checking for type uint4... no
checking for type int8... no
checking for type uint8... no
checking for type float4... no
checking for type float8... no
checking size of char... 1
checking size of short... 2
checking size of wchar_t... 4
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of float... 4
checking size of double... 8
checking size of long double... 8
checking size of void *... 8
checking alignment of char... 1
checking alignment of short... 2
checking alignment of wchar_t... 4
checking alignment of int... 4
checking alignment of long... 8
checking alignment of long long... 8
checking alignment of float... 4
checking alignment of double... 8
checking alignment of long double... 8
checking alignment of void *... 8
*** C++ Compiler and preprocessor
checking whether we are using the GNU C++ compiler... no
checking whether pgCC accepts -g... yes
checking dependency style of pgCC... none
checking how to run the C++ preprocessor... pgCC -E
checking if want C++ exception handling... no
checking whether pgCC has new(std::nothrow)... yes
checking for C++ template repository directory... *.ti *.ii
checking for C++ compiler template parameters... none needed
checking for type bool... yes
checking for true/false... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking map usability... yes
checking map presence... yes
checking for map... yes
checking for C++ optimization flags... -O -tp k8-64 -fPIC
checking size of bool... 1
checking size of int... 4
checking alignment of bool... 1
checking alignment of int... 4
checking How to store bool in C... unsigned char
*** Fortran Compiler
checking for pgf90... pgf90
checking how to add a library directory to pgf90... "-L"
checking pgf90 external naming convention... FORTRANUNDERSCORE
checking for FORTRAN optimization flags... -O -tp k8-64 -mcmodel=medium -fPIC
checking size of FORTRAN INTEGER... 4
checking size of FORTRAN REAL... 4
checking size of FORTRAN DOUBLE PRECISION... 8
checking size of FORTRAN COMPLEX... 8
checking size of FORTRAN DOUBLE COMPLEX... 16
checking alignment of FORTRAN INTEGER... 4
checking alignment of FORTRAN REAL... 4
checking alignment of FORTRAN DOUBLE PRECISION... 8
checking alignment of FORTRAN COMPLEX... 4
checking alignment of FORTRAN DOUBLE COMPLEX... 8
*** LAM configuration options
checking if want profiling interface... yes
checking if want full installation of Trillium files... no
checking if want ROMIO support... yes
checking for main in -laio... yes
checking for user ROMIO flags... none
checking if want FORTRAN support... yes
checking if want MPI 2 C++ support... yes
checking if want MPI::File C++ binding support... no
checking if want IMPI support... no
configure: WARNING: *** Building ROMIO and shared library support is
configure: WARNING: *** experimental. It should work, but has not been
configure: WARNING: *** well tested by the LAM development team.
configure: WARNING: *** Note that it is not possible to build ROMIO
configure: WARNING: *** as a shared library, so it will still be built as
configure: WARNING: *** a static library
checking how to yeild... yield()
checking for LAM user signal... SIGUSR2
checking if want purify clean... no
checking for desired boot timeout... 60 seconds
checking for desired lamd packet resend time... 500000 seconds
checking for desired lamd heartbeat time... 120 seconds
checking if want stub MPI functions... no
checking if want default promiscuous boot connections... no
*** System-specific tests
checking whether ln -s works... yes
checking for cp... /bin/cp
checking for rm... /bin/rm
checking for sh... /bin/sh
checking if installed perl can support mpiexec... yes
checking for prototype of snprintf... yes
checking for prototype of gethostname... yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking rpc/types.h usability... yes
checking rpc/types.h presence... yes
checking for rpc/types.h... yes
checking for rpc/xdr.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for strings.h... (cached) yes
checking if FIONBIO defined in sys/ioctl.h... not on AIX 4.3.3, so who cares?
checking if SA_RESTART defined in signal.h... yes
checking for sa_len in struct sockaddr... no
checking for union semun in sys/sem.h... no
checking for socket... yes
checking for gethostbyname... yes
checking for login in -lutil... yes
checking for openpty... yes
checking for atexit... yes
checking for getcwd... yes
checking for yield... no
checking for snprintf... yes
checking for atoll... yes
checking for strtoll... yes
checking for sched_yield... yes
checking whether vscanf is declared... no
checking whether va_copy is declared... yes
checking whether __va_copy is declared... no
checking for glibc... yes
checking whether to use prefix memcpy()... yes (default on glibc systems: yes)
checking whether byte ordering is bigendian... no
checking for struct semid_ds... yes
checking if SYSV semaphores work... yes
checking for SYSV semaphore support... yes
checking for struct shmid_ds... yes
checking if SYSV shared memory works... yes
checking for SYSV shared memory support... yes
checking if C compiler and POSIX threads work as is... no
checking if C++ compiler and POSIX threads work as is... no
checking if F77 compiler and POSIX threads work as is... no
checking if C compiler and POSIX threads work with -Kthread... no
checking if C compiler and POSIX threads work with -kthread... no
checking if C compiler and POSIX threads work with -pthread... no
checking if C compiler and POSIX threads work with -pthreads... no
checking if C compiler and POSIX threads work with -mt... no
checking if C compiler and POSIX threads work with -mthreads... no
checking if C++ compiler and POSIX threads work with -Kthread... no
checking if C++ compiler and POSIX threads work with -kthread... no
checking if C++ compiler and POSIX threads work with -pthread... no
checking if C++ compiler and POSIX threads work with -pthreads... no
checking if C++ compiler and POSIX threads work with -mt... no
checking if C++ compiler and POSIX threads work with -mthreads... no
checking if F77 compiler and POSIX threads work with -Kthread... no
checking if F77 compiler and POSIX threads work with -kthread... no
checking if F77 compiler and POSIX threads work with -pthread... no
checking if F77 compiler and POSIX threads work with -pthreads... no
checking if F77 compiler and POSIX threads work with -mt... no
checking if F77 compiler and POSIX threads work with -mthreads... no
checking if C compiler and POSIX threads work with -lpthreads... no
checking if C compiler and POSIX threads work with -llthread... no
checking if C compiler and POSIX threads work with -lpthread... yes
checking if C++ compiler and POSIX threads work with -lpthread... yes
checking if F77 compiler and POSIX threads work with -lpthread... yes
checking for working POSIX threads package... yes
checking if C compiler and Solaris threads work... no
checking if C++ compiler and Solaris threads work... no
checking if F77 compiler and Solaris threads work... no
checking for working Solaris threads package... no
checking for type of thread support... posix
checking if threads have different pids (pthreads on linux)... no
checking for FD_SETSIZE... using system defaults
checking BSD 4.3 for msg_accrights in struct msghdr... no
checking for BSD 4.3 fd passing support... no
checking for POSIX.1g struct msghdr... yes
checking fd passing using RFC2292 API... passed
checking for BSD 4.4 fd passing support... yes (RFC2292 API)
checking for System V Release 4 for struct strrecvfd... yes
checking System V Release 4 fd passing example... failed
checking for System V Release 4 fd passing support... no
checking for BSD ptys... yes
checking for SYSV ptys... yes
checking size of struct stat members... 8
checking type of getsockopt optlen parameter... socklen_t
checking type of recvfrom length parameter... socklen_t
checking if build filesystem is case sensitive... Yes
checking if configuring for case sensitive fs... Yes
*** Optional modules
checking if want MPI C++ bindings... enabled
checking size of int... 4
checking size of bool... 1
checking type of MPI attributes... long
checking for signal declaration... SYSV
checking if want ROMIO... enabled
checking if want TotalView attach support... enabled
checking if want TotalView queue debugging support... disabled (using Portland Group compilers)
checking for bproc_numnodes in -lbproc... no
checking if want BPROC support... no
checking for subdir args... '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC'
============================================================================
== Configuring ROMIO (MPI-2 I/O) support
============================================================================
Configuring ROMIO Version 1.2.5.1/LAM
Configuring with args --prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64 -mpi=lam -from_lam -mpiincdir=/home/mercator/src/lam-7.0.3-64/share/include -I/home/mercator/src/lam-7.0.3-64/share/include -cc=pgcc -fc=pgf90 -mpiolib=/home/mercator/src/lam-7.0.3-64/romio/lib/liblammpio.a -cflags=-O -tp k8-64 -fPIC -DLAM_BUILDING=1 -fflags=-O -tp k8-64 -mcmodel=medium -fPIC
checking for virtual path format... VPATH
checking for architecture... LINUX
ROMIO home directory is /home/mercator/src/lam-7.0.3-64/romio
checking for ranlib
configuring for file systems ufs and nfs
checking for memalign
checking if MPIR_Status_set_bytes is defined... no
checking Fortran external names
Fortran externals have a trailing underscore and are lowercase
checking for inline... yes
checking for unistd.h... yes
checking for size of int... 4
checking for size of void *... 8
checking for int large enough for pointers... no
checking for size of long long... 8
checking if the compiler prints long longs correctly with %lld... yes
defining MPI_Offset as long long in C and integer*8 in Fortran
checking for Fortran 90 KIND parameter for 8-byte integers... unavailable
checking for weak symbol support... pragma weak
checking that weak symbols are visible to other files... yes
checking whether file locks work with NFS... yes
checking for strerror()... yes
setting CC to pgcc
setting F77 to pgf90
setting TEST_CC to mpicc
setting TEST_F77 to mpif77
setting CFLAGS to -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -O -tp k8-64 -fPIC -O -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H
setting USER_CFLAGS to
setting USER_FFLAGS to
creating config.status
creating Makefile
creating mpi-io/Makefile
creating mpi2-other/info/Makefile
creating mpi2-other/array/Makefile
creating adio/common/Makefile
creating test/Makefile
creating test/misc.c
creating test/large_file.c
creating test/runtests
creating util/romioinstall
creating include/mpio.h
creating include/mpiof.h
creating adio/ad_nfs/Makefile
creating adio/ad_ufs/Makefile
creating adio/ad_xfs/Makefile
creating adio/ad_hfs/Makefile
creating adio/ad_sfs/Makefile
creating adio/ad_pfs/Makefile
creating adio/ad_testfs/Makefile
creating adio/ad_pvfs/Makefile
creating adio/ad_piofs/Makefile
creating adio/include/romioconf.h
creating mpi-io/fortran/Makefile
creating mpi2-other/info/fortran/Makefile
creating mpi2-other/array/fortran/Makefile
creating test/fmisc.f
creating test/fcoll_test.f
creating test/pfcoll_test.f
creating test/fperf.f
creating adio/include/romioconf.h
adio/include/romioconf.h is unchanged
*** SSI modules
checking for SSI kinds... boot coll crlam crmpi rpi
configure: LAM configuring in share/ssi/boot/bproc
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
============================================================================
== Configuring SSI boot bproc module version 1.0
============================================================================
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
checking if want bproc boot to be the default... no
*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... pgcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of pgcc... none
checking how to run the C preprocessor... pgcc -E
checking for egrep... grep -E
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O -tp k8-64 -fPIC
*** bproc boot setup
checking for bproc_numnodes in -lbproc... no
configure: error: Cannot continue
configure: /bin/sh './configure' *failed* for share/ssi/boot/bproc
configure: >>> SSI module boot:bproc will *not* be compiled
configure: LAM configuring in share/ssi/boot/globus
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
============================================================================
== Configuring SSI boot globus module version 0.5
============================================================================
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
checking if want globus boot to be the default... no
*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... pgcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of pgcc... none
checking how to run the C preprocessor... pgcc -E
checking for egrep... grep -E
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O -tp k8-64 -fPIC
*** globus boot setup
*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... no
checking whether pgCC accepts -g... yes
checking dependency style of pgCC... none
checking how to run the C++ preprocessor... pgCC -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from pgcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if pgcc static flag works... yes
checking for pgcc option to produce PIC...
checking if pgcc supports -c -o file.o... yes
checking whether the pgcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for pgCC option to produce PIC...
checking if pgCC supports -c -o file.o... yes
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC...
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-boot-globus-config.h
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/boot/globus
configure: >>> SSI module boot:globus will be compiled
configure: LAM configuring in share/ssi/boot/rsh
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
============================================================================
== Configuring SSI boot rsh module version 1.0
============================================================================
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
checking if want rsh boot to be the default... no
*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... pgcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of pgcc... none
checking how to run the C preprocessor... pgcc -E
checking for egrep... grep -E
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O -tp k8-64 -fPIC
*** rsh boot setup
checking for rsh... /usr/kerberos/bin/rsh
checking for remote shell command... rsh
*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... no
checking whether pgCC accepts -g... yes
checking dependency style of pgCC... none
checking how to run the C++ preprocessor... pgCC -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from pgcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if pgcc static flag works... yes
checking for pgcc option to produce PIC...
checking if pgcc supports -c -o file.o... yes
checking whether the pgcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for pgCC option to produce PIC...
checking if pgCC supports -c -o file.o... yes
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC...
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-boot-rsh-config.h
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/boot/rsh
configure: >>> SSI module boot:rsh will be compiled
configure: LAM configuring in share/ssi/boot/tm
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
============================================================================
== Configuring SSI boot tm module version 1.0
============================================================================
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
checking if want tm boot to be the default... yes
*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... pgcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of pgcc... none
checking how to run the C preprocessor... pgcc -E
checking for egrep... grep -E
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O -tp k8-64 -fPIC
*** tm boot setup
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking tm.h usability... yes
checking tm.h presence... yes
checking for tm.h... yes
checking for tm_init in -lpbs... yes
*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... no
checking whether pgCC accepts -g... yes
checking dependency style of pgCC... none
checking how to run the C++ preprocessor... pgCC -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from pgcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if pgcc static flag works... yes
checking for pgcc option to produce PIC...
checking if pgcc supports -c -o file.o... yes
checking whether the pgcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for pgCC option to produce PIC...
checking if pgCC supports -c -o file.o... yes
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC...
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-boot-tm-config.h
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/boot/tm
configure: >>> SSI module boot:tm will be compiled
configure: LAM configuring in share/ssi/coll/impi
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
============================================================================
== Configuring LAM impi collective SSI module version 7.0
============================================================================
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
checking if want IMPI support... no
configure: error: Cannot continue
configure: /bin/sh './configure' *failed* for share/ssi/coll/impi
configure: >>> SSI module coll:impi will *not* be compiled
configure: LAM configuring in share/ssi/coll/lam_basic
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
============================================================================
== Configuring LAM basic collective SSI module version 7.0
============================================================================
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... pgcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of pgcc... none
checking how to run the C preprocessor... pgcc -E
checking for egrep... grep -E
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O -tp k8-64 -fPIC
*** LAM basic collectives setup
*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... no
checking whether pgCC accepts -g... yes
checking dependency style of pgCC... none
checking how to run the C++ preprocessor... pgCC -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from pgcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if pgcc static flag works... yes
checking for pgcc option to produce PIC...
checking if pgcc supports -c -o file.o... yes
checking whether the pgcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for pgCC option to produce PIC...
checking if pgCC supports -c -o file.o... yes
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC...
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-coll-lam-basic-config.h
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/coll/lam_basic
configure: >>> SSI module coll:lam_basic will be compiled
configure: LAM configuring in share/ssi/coll/smp
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
============================================================================
== Configuring LAM smp collective SSI module version 1.0
============================================================================
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... pgcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of pgcc... none
checking how to run the C preprocessor... pgcc -E
checking for egrep... grep -E
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O -tp k8-64 -fPIC
*** LAM smp collectives setup
*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... no
checking whether pgCC accepts -g... yes
checking dependency style of pgCC... none
checking how to run the C++ preprocessor... pgCC -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from pgcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if pgcc static flag works... yes
checking for pgcc option to produce PIC...
checking if pgcc supports -c -o file.o... yes
checking whether the pgcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for pgCC option to produce PIC...
checking if pgCC supports -c -o file.o... yes
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC...
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-coll-smp-config.h
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/coll/smp
configure: >>> SSI module coll:smp will be compiled
configure: LAM configuring in share/ssi/crlam/blcr
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
============================================================================
== Configuring SSI crlam blcr module version 1.0.1
============================================================================
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
checking if want blcr crlam to be the default... no
*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... pgcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of pgcc... none
checking how to run the C preprocessor... pgcc -E
checking for egrep... grep -E
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O -tp k8-64 -fPIC
*** BLCR C/R setup
checking if C compiler and POSIX threads work as is... yes
checking for working POSIX threads package... yes
checking if C compiler and Solaris threads work... no
checking for working Solaris threads package... no
checking for type of thread support... posix
checking if threads have different pids (pthreads on linux)... no
checking for cr_register_callback in -lcr... no
checking if want LBNL checkpoint support... no
configure: error: cannot continue
configure: /bin/sh './configure' *failed* for share/ssi/crlam/blcr
configure: >>> SSI module crlam:blcr will *not* be compiled
configure: LAM configuring in share/ssi/crmpi/blcr
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
============================================================================
== Configuring SSI crmpi blcr module version 1.0.1
============================================================================
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
checking if want blcr crmpi to be the default... no
*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... pgcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of pgcc... none
checking how to run the C preprocessor... pgcc -E
checking for egrep... grep -E
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O -tp k8-64 -fPIC
*** BLCR C/R setup
checking if C compiler and POSIX threads work as is... yes
checking for working POSIX threads package... yes
checking if C compiler and Solaris threads work... no
checking for working Solaris threads package... no
checking for type of thread support... posix
checking if threads have different pids (pthreads on linux)... no
checking for cr_register_callback in -lcr... no
checking if want LBNL checkpoint support... no
configure: error: cannot continue
configure: /bin/sh './configure' *failed* for share/ssi/crmpi/blcr
configure: >>> SSI module crmpi:blcr will *not* be compiled
configure: LAM configuring in share/ssi/rpi/crtcp
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
============================================================================
== Configuring SSI RPI CRTCP module version 1.0
============================================================================
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
checking if want crtcp RPI to be the default... no
*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... pgcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of pgcc... none
checking how to run the C preprocessor... pgcc -E
checking for egrep... grep -E
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O -tp k8-64 -fPIC
*** crtcp RPI setup
checking for CRTCP short message length... 65536 bytes
*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... no
checking whether pgCC accepts -g... yes
checking dependency style of pgCC... none
checking how to run the C++ preprocessor... pgCC -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from pgcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if pgcc static flag works... yes
checking for pgcc option to produce PIC...
checking if pgcc supports -c -o file.o... yes
checking whether the pgcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for pgCC option to produce PIC...
checking if pgCC supports -c -o file.o... yes
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC...
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-rpi-crtcp-config.h
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/rpi/crtcp
configure: >>> SSI module rpi:crtcp will be compiled
configure: LAM configuring in share/ssi/rpi/gm
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
============================================================================
== Configuring SSI RPI gm module version 1.0.1
============================================================================
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
checking if want gm RPI to be the default... no
*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... pgcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of pgcc... none
checking how to run the C preprocessor... pgcc -E
checking for egrep... grep -E
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O -tp k8-64 -fPIC
checking whether we are using the GNU C++ compiler... no
checking whether pgCC accepts -g... yes
checking dependency style of pgCC... none
*** GM RPI setup
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for main in -lgm... no
configure: error: *** Cannot find working libgm.
configure: /bin/sh './configure' *failed* for share/ssi/rpi/gm
configure: >>> SSI module rpi:gm will *not* be compiled
configure: LAM configuring in share/ssi/rpi/lamd
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
============================================================================
== Configuring SSI RPI lamd module version 7.0
============================================================================
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
checking if want lamd RPI to be the default... no
*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... pgcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of pgcc... none
checking how to run the C preprocessor... pgcc -E
checking for egrep... grep -E
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O -tp k8-64 -fPIC
*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... no
checking whether pgCC accepts -g... yes
checking dependency style of pgCC... none
checking how to run the C++ preprocessor... pgCC -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from pgcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if pgcc static flag works... yes
checking for pgcc option to produce PIC...
checking if pgcc supports -c -o file.o... yes
checking whether the pgcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for pgCC option to produce PIC...
checking if pgCC supports -c -o file.o... yes
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC...
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-rpi-lamd-config.h
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/rpi/lamd
configure: >>> SSI module rpi:lamd will be compiled
configure: LAM configuring in share/ssi/rpi/sysv
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
============================================================================
== Configuring SSI RPI sysv module version 7.0
============================================================================
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
checking if want sysv RPI to be the default... no
*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... pgcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of pgcc... none
checking how to run the C preprocessor... pgcc -E
checking for egrep... grep -E
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O -tp k8-64 -fPIC
checking for sys/sem.h... yes
checking for SYSV semaphore support... yes
checking for sys/ipc.h... yes
checking for sys/shm.h... yes
checking for SYSV shared memory support... yes
*** sysv RPI setup
checking for TCP short message length... 65536 bytes
checking user-specified shared memory short message length... 8192 bytes
checking user-specified shared memory pool size... need to calculate
checking user-specified maximum shared memory allocation... need to calculate
checking shared memory poolsize... 16777216 bytes
checking shared memory maxalloc... 1048576 bytes
checking if want use of pthread lock... no
*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... no
checking whether pgCC accepts -g... yes
checking dependency style of pgCC... none
checking how to run the C++ preprocessor... pgCC -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from pgcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if pgcc static flag works... yes
checking for pgcc option to produce PIC...
checking if pgcc supports -c -o file.o... yes
checking whether the pgcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for pgCC option to produce PIC...
checking if pgCC supports -c -o file.o... yes
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC...
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-rpi-sysv-config.h
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/rpi/sysv
configure: >>> SSI module rpi:sysv will be compiled
configure: LAM configuring in share/ssi/rpi/tcp
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
============================================================================
== Configuring SSI RPI TCP module version 7.0
============================================================================
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
checking if want tcp RPI to be the default... yes
*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... pgcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of pgcc... none
checking how to run the C preprocessor... pgcc -E
checking for egrep... grep -E
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O -tp k8-64 -fPIC
*** TCP RPI setup
checking for TCP short message length... 65536 bytes
*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... no
checking whether pgCC accepts -g... yes
checking dependency style of pgCC... none
checking how to run the C++ preprocessor... pgCC -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from pgcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if pgcc static flag works... yes
checking for pgcc option to produce PIC...
checking if pgcc supports -c -o file.o... yes
checking whether the pgcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for pgCC option to produce PIC...
checking if pgCC supports -c -o file.o... yes
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC...
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-rpi-tcp-config.h
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/rpi/tcp
configure: >>> SSI module rpi:tcp will be compiled
configure: LAM configuring in share/ssi/rpi/usysv
configure: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
============================================================================
== Configuring SSI RPI usysv module version 7.0
============================================================================
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
checking if want usysv RPI to be the default... no
*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... pgcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of pgcc... none
checking how to run the C preprocessor... pgcc -E
checking for egrep... grep -E
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O -tp k8-64 -fPIC
checking for sys/sem.h... yes
checking for SYSV semaphore support... yes
checking for sys/ipc.h... yes
checking for sys/shm.h... yes
checking for SYSV shared memory support... yes
*** usysv RPI setup
checking for TCP short message length... 65536 bytes
checking user-specified shared memory short message length... 8192 bytes
checking user-specified shared memory pool size... need to calculate
checking user-specified maximum shared memory allocation... need to calculate
checking shared memory poolsize... 16777216 bytes
checking shared memory maxalloc... 1048576 bytes
checking if want use of pthread lock... no
*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... no
checking whether pgCC accepts -g... yes
checking dependency style of pgCC... none
checking how to run the C++ preprocessor... pgCC -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from pgcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if pgcc static flag works... yes
checking for pgcc option to produce PIC...
checking if pgcc supports -c -o file.o... yes
checking whether the pgcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for pgCC option to produce PIC...
checking if pgCC supports -c -o file.o... yes
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC...
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/lam-ssi-rpi-usysv-config.h
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for share/ssi/rpi/usysv
configure: >>> SSI module rpi:usysv will be compiled
============================================================================
== Final top-level LAM configuration
============================================================================
*** GNU libtool setup
checking for a sed that does not truncate output... /bin/sed
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU Fortran 77 compiler... no
checking whether pgf90 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from pgcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for file... /usr/bin/file
checking if pgcc static flag works... yes
checking for pgcc option to produce PIC...
checking if pgcc supports -c -o file.o... yes
checking whether the pgcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for pgCC option to produce PIC...
checking if pgCC supports -c -o file.o... yes
checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pgf90 option to produce PIC...
checking if pgf90 supports -c -o file.o... yes
checking whether the pgf90 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
*** Miscellaneous final setup
checking if want extra wrapper compiler LDFLAGS... no
checking which of CFLAGS are ok for TotalView modules... -tp k8-64 -fPIC
checking extra CFLAGS for TotalView modules... -g
*** Final output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating share/include/lam_build_info.h
config.status: creating config/Makefile
config.status: creating config/lam-shell-setup.sh
config.status: creating config/lam-shell-setup.csh
config.status: creating config/lam_module.tcl
config.status: creating doc/Makefile
config.status: creating doc/install/Makefile
config.status: creating doc/user/Makefile
config.status: creating etc/Makefile
config.status: creating examples/Makefile
config.status: creating examples/alltoall/Makefile
config.status: creating examples/cxx/Makefile
config.status: creating examples/fault/Makefile
config.status: creating examples/hello/Makefile
config.status: creating examples/mandelbrot/Makefile
config.status: creating examples/mandelbrot/myapp
config.status: creating examples/pi/Makefile
config.status: creating examples/ring/Makefile
config.status: creating examples/romio/Makefile
config.status: creating examples/topology/Makefile
config.status: creating examples/trivial/Makefile
config.status: creating examples/trivial/myapp
config.status: creating examples/wave1d/Makefile
config.status: creating examples/wave1d/myapp
config.status: creating man/Makefile
config.status: creating man/man1/Makefile
config.status: creating man/man2/Makefile
config.status: creating man/man3/Makefile
config.status: creating man/man5/Makefile
config.status: creating man/man7/Makefile
config.status: creating man/mans/Makefile
config.status: creating otb/Makefile
config.status: creating otb/bfctl/Makefile
config.status: creating otb/bfstate/Makefile
config.status: creating otb/doom/Makefile
config.status: creating otb/fctl/Makefile
config.status: creating otb/filedr/Makefile
config.status: creating otb/fstate/Makefile
config.status: creating otb/ipcdr/Makefile
config.status: creating otb/kdump/Makefile
config.status: creating otb/lamclean/Makefile
config.status: creating otb/lamexec/Makefile
config.status: creating otb/lamhalt/Makefile
config.status: creating otb/lamgrow/Makefile
config.status: creating otb/lamnodes/Makefile
config.status: creating otb/lamshrink/Makefile
config.status: creating otb/lamtrace/Makefile
config.status: creating otb/loadgo/Makefile
config.status: creating otb/mpimsg/Makefile
config.status: creating otb/mpirun/Makefile
config.status: creating otb/mpitask/Makefile
config.status: creating otb/state/Makefile
config.status: creating otb/sys/Makefile
config.status: creating otb/sys/bforward/Makefile
config.status: creating otb/sys/bufferd/Makefile
config.status: creating otb/sys/dli_inet/Makefile
config.status: creating otb/sys/dlo_inet/Makefile
config.status: creating otb/sys/echod/Makefile
config.status: creating otb/sys/filed/Makefile
config.status: creating otb/sys/flatd/Makefile
config.status: creating otb/sys/iod/Makefile
config.status: creating otb/sys/haltd/Makefile
config.status: creating otb/sys/kenyad/Makefile
config.status: creating otb/sys/kernel/Makefile
config.status: creating otb/sys/loadd/Makefile
config.status: creating otb/sys/router/Makefile
config.status: creating otb/sys/traced/Makefile
config.status: creating otb/sys/versiond/Makefile
config.status: creating otb/sys/lamd/Makefile
config.status: creating otb/sys/impid/Makefile
config.status: creating otb/tping/Makefile
config.status: creating share/Makefile
config.status: creating share/args/Makefile
config.status: creating share/boot/Makefile
config.status: creating share/etc/Makefile
config.status: creating share/freq/Makefile
config.status: creating share/impi/Makefile
config.status: creating share/kreq/Makefile
config.status: creating share/include/Makefile
config.status: creating share/include/mpif.h
config.status: creating share/include/patchlevel.h
config.status: creating share/include/mpi2cxx/Makefile
config.status: creating share/mpi/Makefile
config.status: creating share/mpi/cxx/Makefile
config.status: creating share/mpi/f77/Makefile
config.status: creating share/mpi/totalview/Makefile
config.status: creating share/nreq/Makefile
config.status: creating share/pmpi/Makefile
config.status: creating share/pmpi/f77/Makefile
config.status: creating share/rreq/Makefile
config.status: creating share/ssi/Makefile
config.status: creating share/ssi/base/Makefile
config.status: creating share/ssi/include/Makefile
config.status: creating share/ssi/rpi/Makefile
config.status: creating share/ssi/rpi/base/Makefile
config.status: creating share/ssi/boot/Makefile
config.status: creating share/ssi/boot/base/Makefile
config.status: creating share/ssi/coll/Makefile
config.status: creating share/ssi/coll/base/Makefile
config.status: creating share/ssi/crlam/Makefile
config.status: creating share/ssi/crlam/base/Makefile
config.status: creating share/ssi/crmpi/Makefile
config.status: creating share/ssi/crmpi/base/Makefile
config.status: creating share/threads/Makefile
config.status: creating share/trillium/Makefile
config.status: creating share/tstdio/Makefile
config.status: creating tools/Makefile
config.status: creating tools/hboot/Makefile
config.status: creating tools/lamboot/Makefile
config.status: creating tools/laminfo/Makefile
config.status: creating tools/mpiexec/Makefile
config.status: creating tools/recon/Makefile
config.status: creating tools/tkill/Makefile
config.status: creating tools/wipe/Makefile
config.status: creating tools/wrappers/Makefile
config.status: creating romio/util/lam-configure-values
config.status: creating share/include/lam_config.h
config.status: executing depfiles commands
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ ./configure --prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64 --with-boot=tm --with-tm=/usr/local/torque-1.1.0p0/src --with-pic --with-prefix=memcopy --enable-shared
## --------- ##
## Platform. ##
## --------- ##
hostname = baltic
uname -m = x86_64
uname -r = 2.4.21-15.ELsmp
uname -s = Linux
uname -v = #1 SMP Thu Apr 22 00:09:01 EDT 2004
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/mercator
PATH: /home/mercator/versions64/lam/lam-7.0.3-pgcc64/bin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /opt/scali/bin
PATH: /opt/scali/sbin
PATH: /opt/scali/contrib/pbs/bin
PATH: /home/mercator/versions64/pgi/5.1/bin
PATH: .
PATH: /usr/pgi/linux86-64/5.1/bin
PATH: /home/mercator/bin64
PATH: /home/mercator/versions64/pgi/5.1/linux86-64/5.1/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1683: checking for a BSD-compatible install
configure:1737: result: /usr/bin/install -c
configure:1748: checking whether build environment is sane
configure:1791: result: yes
configure:1824: checking for gawk
configure:1840: found /bin/gawk
configure:1850: result: gawk
configure:1860: checking whether make sets $(MAKE)
configure:1880: result: yes
configure:2069: checking build system type
configure:2087: result: x86_64-unknown-linux-gnu
configure:2115: checking host system type
configure:2129: result: x86_64-unknown-linux-gnu
configure:2586: checking if want debugging output support
configure:2600: result: no
configure:2661: checking for gcc
configure:2687: result: pgcc
configure:2931: checking for C compiler version
configure:2934: pgcc --version </dev/null >&5
pgcc-Warning-Unknown switch: --version
pgcc-Warning-No files to process
configure:2937: $? = 0
configure:2939: pgcc -v </dev/null >&5
pgcc-Warning-No files to process
configure:2942: $? = 0
configure:2944: pgcc -V </dev/null >&5
pgcc 5.1-5
Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
Copyright 2000-2003, STMicroelectronics, Inc. All Rights Reserved.
configure:2947: $? = 0
configure:2971: checking for C compiler default output
configure:2974: pgcc -tp k8-64 -fPIC -tp k8-64 -fPIC conftest.c >&5
configure:2977: $? = 0
configure:3023: result: a.out
configure:3028: checking whether the C compiler works
configure:3034: ./a.out
configure:3037: $? = 0
configure:3054: result: yes
configure:3061: checking whether we are cross compiling
configure:3063: result: no
configure:3066: checking for suffix of executables
configure:3068: pgcc -o conftest -tp k8-64 -fPIC -tp k8-64 -fPIC conftest.c >&5
configure:3071: $? = 0
configure:3096: result:
configure:3102: checking for suffix of object files
configure:3124: pgcc -c -tp k8-64 -fPIC conftest.c >&5
configure:3127: $? = 0
configure:3149: result: o
configure:3153: checking whether we are using the GNU C compiler
configure:3178: pgcc -c -tp k8-64 -fPIC conftest.c >&5
PGC-S-0040-Illegal use of symbol, choke (configure: 3181)
PGC/x86-64 Linux/x86-64 5.1-5: compilation completed with severe errors
configure:3181: $? = 2
configure: failed program was:
| #line 3158 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:3200: result: no
configure:3206: checking whether pgcc accepts -g
configure:3228: pgcc -c -g conftest.c >&5
configure:3231: $? = 0
configure:3234: test -s conftest.o
configure:3237: $? = 0
configure:3248: result: yes
configure:3265: checking for pgcc option to accept ANSI C
configure:3326: pgcc -c -tp k8-64 -fPIC conftest.c >&5
configure:3329: $? = 0
configure:3332: test -s conftest.o
configure:3335: $? = 0
configure:3353: result: none needed
configure:3371: pgcc -c -tp k8-64 -fPIC conftest.c >&5
PGC-S-0035-Syntax error: Recovery attempted by replacing identifier me by ';' (conftest.c: 2)
PGC-W-0057-Old-style declaration used; int assumed (conftest.c: 2)
PGC/x86-64 Linux/x86-64 5.1-5: compilation completed with severe errors
configure:3374: $? = 2
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3494: checking for style of include used by make
configure:3522: result: GNU
configure:3550: checking dependency style of pgcc
configure:3633: result: none
configure:3656: checking how to run the C preprocessor
configure:3692: pgcc -E conftest.c
configure:3698: $? = 0
configure:3730: pgcc -E conftest.c
PGC-F-0206-Can't find include file ac_nonexistent.h (conftest.c: 3739)
PGC/x86-64 Linux/x86-64 5.1-5: compilation aborted
configure:3736: $? = 2
configure: failed program was:
| #line 3721 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3774: result: pgcc -E
configure:3799: pgcc -E conftest.c
configure:3805: $? = 0
configure:3837: pgcc -E conftest.c
PGC-F-0206-Can't find include file ac_nonexistent.h (conftest.c: 3846)
PGC/x86-64 Linux/x86-64 5.1-5: compilation aborted
configure:3843: $? = 2
configure: failed program was:
| #line 3828 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3886: checking for egrep
configure:3896: result: grep -E
configure:3964: checking for AIX
configure:3987: result: no
configure:3997: checking if need special C compiler/linker flags
configure:4030: result: none needed
configure:4192: checking for C optimization flags
configure:4194: result: -O -tp k8-64 -fPIC
configure:4202: checking whether the C compiler (pgcc -O -tp k8-64 -fPIC) accepts ANSI prototypes
configure:4215: result: yes
configure:4255: checking for __STDC__
configure:4280: pgcc -O -tp k8-64 -fPIC -o conftest conftest.c
configure:4287: $? = 0
configure:4297: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:4304: $? = 0
configure:4319: result: yes
configure:4350: checking for type int2
configure:4368: $CPP $CPPFLAGS conftest.c
configure:4378: $? = 0
configure:4387: ...some ugly egrepping...
configure:4397: $? = 1
configure:4416: result: no
configure:4425: checking for type uint2
configure:4443: $CPP $CPPFLAGS conftest.c
configure:4453: $? = 0
configure:4462: ...some ugly egrepping...
configure:4472: $? = 1
configure:4491: result: no
configure:4500: checking for type int4
configure:4518: $CPP $CPPFLAGS conftest.c
configure:4528: $? = 0
configure:4537: ...some ugly egrepping...
configure:4547: $? = 1
configure:4566: result: no
configure:4575: checking for type uint4
configure:4593: $CPP $CPPFLAGS conftest.c
configure:4603: $? = 0
configure:4612: ...some ugly egrepping...
configure:4622: $? = 1
configure:4641: result: no
configure:4650: checking for type int8
configure:4668: $CPP $CPPFLAGS conftest.c
configure:4678: $? = 0
configure:4687: ...some ugly egrepping...
configure:4697: $? = 1
configure:4716: result: no
configure:4725: checking for type uint8
configure:4743: $CPP $CPPFLAGS conftest.c
configure:4753: $? = 0
configure:4762: ...some ugly egrepping...
configure:4772: $? = 1
configure:4791: result: no
configure:4800: checking for type float4
configure:4818: $CPP $CPPFLAGS conftest.c
configure:4828: $? = 0
configure:4837: ...some ugly egrepping...
configure:4847: $? = 1
configure:4866: result: no
configure:4875: checking for type float8
configure:4893: $CPP $CPPFLAGS conftest.c
configure:4903: $? = 0
configure:4912: ...some ugly egrepping...
configure:4922: $? = 1
configure:4941: result: no
configure:4956: checking size of char
configure:4980: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:4983: $? = 0
configure:4985: ./conftest
configure:4988: $? = 0
configure:5002: result: 1
configure:5030: checking size of short
configure:5054: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:5057: $? = 0
configure:5059: ./conftest
configure:5062: $? = 0
configure:5076: result: 2
configure:5104: checking size of wchar_t
configure:5128: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:5131: $? = 0
configure:5133: ./conftest
configure:5136: $? = 0
configure:5150: result: 4
configure:5178: checking size of int
configure:5202: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:5205: $? = 0
configure:5207: ./conftest
configure:5210: $? = 0
configure:5224: result: 4
configure:5252: checking size of long
configure:5276: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:5279: $? = 0
configure:5281: ./conftest
configure:5284: $? = 0
configure:5298: result: 8
configure:5326: checking size of long long
configure:5350: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:5353: $? = 0
configure:5355: ./conftest
configure:5358: $? = 0
configure:5372: result: 8
configure:5400: checking size of float
configure:5424: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:5427: $? = 0
configure:5429: ./conftest
configure:5432: $? = 0
configure:5446: result: 4
configure:5474: checking size of double
configure:5498: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:5501: $? = 0
configure:5503: ./conftest
configure:5506: $? = 0
configure:5520: result: 8
configure:5548: checking size of long double
configure:5572: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:5575: $? = 0
configure:5577: ./conftest
configure:5580: $? = 0
configure:5594: result: 8
configure:5622: checking size of void *
configure:5646: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:5649: $? = 0
configure:5651: ./conftest
configure:5654: $? = 0
configure:5668: result: 8
configure:5702: checking alignment of char
configure:5732: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:5735: $? = 0
configure:5737: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:5740: $? = 0
configure:5764: result: 1
configure:5780: checking alignment of short
configure:5810: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:5813: $? = 0
configure:5815: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:5818: $? = 0
configure:5842: result: 2
configure:5858: checking alignment of wchar_t
configure:5888: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:5891: $? = 0
configure:5893: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:5896: $? = 0
configure:5920: result: 4
configure:5936: checking alignment of int
configure:5966: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:5969: $? = 0
configure:5971: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:5974: $? = 0
configure:5998: result: 4
configure:6014: checking alignment of long
configure:6044: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:6047: $? = 0
configure:6049: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:6052: $? = 0
configure:6076: result: 8
configure:6092: checking alignment of long long
configure:6122: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:6125: $? = 0
configure:6127: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:6130: $? = 0
configure:6154: result: 8
configure:6170: checking alignment of float
configure:6200: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:6203: $? = 0
configure:6205: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:6208: $? = 0
configure:6232: result: 4
configure:6248: checking alignment of double
configure:6278: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:6281: $? = 0
configure:6283: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:6286: $? = 0
configure:6310: result: 8
configure:6326: checking alignment of long double
configure:6356: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:6359: $? = 0
configure:6361: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:6364: $? = 0
configure:6388: result: 8
configure:6404: checking alignment of void *
configure:6434: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:6437: $? = 0
configure:6439: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:6442: $? = 0
configure:6466: result: 8
configure:6580: checking for C++ compiler version
configure:6583: pgCC --version </dev/null >&5
pgCC 5.1-5
Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
Copyright 2000-2003, STMicroelectronics, Inc. All Rights Reserved.
configure:6586: $? = 0
configure:6588: pgCC -v </dev/null >&5
pgCC-Warning-No files to process
configure:6591: $? = 0
configure:6593: pgCC -V </dev/null >&5
pgCC 5.1-5
Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
Copyright 2000-2003, STMicroelectronics, Inc. All Rights Reserved.
configure:6596: $? = 0
configure:6599: checking whether we are using the GNU C++ compiler
configure:6624: pgCC -c -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
"configure", line 6657: error: identifier "choke" is undefined
choke me
^
"configure", line 6657: warning: variable "me" was declared but never
referenced
choke me
^
1 error detected in the compilation of "conftest.cc".
configure:6627: $? = 2
configure: failed program was:
| #line 6604 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:6646: result: no
configure:6652: checking whether pgCC accepts -g
configure:6674: pgCC -c -g -DLAM_BUILDING=1 conftest.cc >&5
configure:6677: $? = 0
configure:6680: test -s conftest.o
configure:6683: $? = 0
configure:6694: result: yes
configure:6738: pgCC -c -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:6741: $? = 0
configure:6744: test -s conftest.o
configure:6747: $? = 0
configure:6774: pgCC -c -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
"configure", line 6809: error: identifier "exit" is undefined
exit (42);
^
1 error detected in the compilation of "conftest.cc".
configure:6777: $? = 2
configure: failed program was:
| #line 6757 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:6738: pgCC -c -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:6741: $? = 0
configure:6744: test -s conftest.o
configure:6747: $? = 0
configure:6774: pgCC -c -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:6777: $? = 0
configure:6780: test -s conftest.o
configure:6783: $? = 0
configure:6808: checking dependency style of pgCC
configure:6891: result: none
configure:6913: checking how to run the C++ preprocessor
configure:6945: pgCC -E -DLAM_BUILDING=1 conftest.cc
configure:6951: $? = 0
configure:6983: pgCC -E -DLAM_BUILDING=1 conftest.cc
"configure", line 7025: catastrophic error: could not open source file
"ac_nonexistent.h"
#include <ac_nonexistent.h>
^
1 catastrophic error detected in the compilation of "conftest.cc".
Compilation terminated.
configure:6989: $? = 2
configure: failed program was:
| #line 6974 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7027: result: pgCC -E
configure:7052: pgCC -E -DLAM_BUILDING=1 conftest.cc
configure:7058: $? = 0
configure:7090: pgCC -E -DLAM_BUILDING=1 conftest.cc
"configure", line 7132: catastrophic error: could not open source file
"ac_nonexistent.h"
#include <ac_nonexistent.h>
^
1 catastrophic error detected in the compilation of "conftest.cc".
Compilation terminated.
configure:7096: $? = 2
configure: failed program was:
| #line 7081 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7174: checking if want C++ exception handling
configure:7176: result: no
configure:7430: checking whether pgCC has new(std::nothrow)
configure:7443: pgCC -tp k8-64 -fPIC conftest.cc -o conftest
"conftest.cc", line 4: warning: variable "baz" was set but never used
int *baz;
^
configure:7448: result: yes
configure:7500: checking for C++ template repository directory
configure:7558: pgCC -tp k8-64 -fPIC -c conftest1.C
configure:7569: pgCC -tp k8-64 -fPIC -c conftest2.C
C++ prelinker: executing: /home/mercator/versions64/pgi/5.1/linux86-64/5.1/bin/pgCC -tp k8-64 -fPIC -c conftest1.C
configure:7628: result: *.ti *.ii
configure:7656: checking for C++ compiler template parameters
configure:7664: result: none needed
configure:7695: checking for type bool
configure:7708: pgCC -tp k8-64 -fPIC conftest.cc -o conftest
configure:7712: result: yes
configure:7769: checking for true/false
configure:7784: pgCC -tp k8-64 -fPIC conftest.cc -o conftest
configure:7788: result: yes
configure:7852: checking for ANSI C header files
configure:7878: pgCC -c -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:7881: $? = 0
configure:7884: test -s conftest.o
configure:7887: $? = 0
configure:7976: pgCC -o conftest -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.cc >&5
configure:7979: $? = 0
configure:7981: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:7984: $? = 0
configure:7999: result: yes
configure:8023: checking for sys/types.h
configure:8040: pgCC -c -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8043: $? = 0
configure:8046: test -s conftest.o
configure:8049: $? = 0
configure:8060: result: yes
configure:8023: checking for sys/stat.h
configure:8040: pgCC -c -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8043: $? = 0
configure:8046: test -s conftest.o
configure:8049: $? = 0
configure:8060: result: yes
configure:8023: checking for stdlib.h
configure:8040: pgCC -c -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8043: $? = 0
configure:8046: test -s conftest.o
configure:8049: $? = 0
configure:8060: result: yes
configure:8023: checking for string.h
configure:8040: pgCC -c -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8043: $? = 0
configure:8046: test -s conftest.o
configure:8049: $? = 0
configure:8060: result: yes
configure:8023: checking for memory.h
configure:8040: pgCC -c -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8043: $? = 0
configure:8046: test -s conftest.o
configure:8049: $? = 0
configure:8060: result: yes
configure:8023: checking for strings.h
configure:8040: pgCC -c -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8043: $? = 0
configure:8046: test -s conftest.o
configure:8049: $? = 0
configure:8060: result: yes
configure:8023: checking for inttypes.h
configure:8040: pgCC -c -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8043: $? = 0
configure:8046: test -s conftest.o
configure:8049: $? = 0
configure:8060: result: yes
configure:8023: checking for stdint.h
configure:8040: pgCC -c -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8043: $? = 0
configure:8046: test -s conftest.o
configure:8049: $? = 0
configure:8060: result: yes
configure:8023: checking for unistd.h
configure:8040: pgCC -c -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8043: $? = 0
configure:8046: test -s conftest.o
configure:8049: $? = 0
configure:8060: result: yes
configure:8082: checking map usability
configure:8095: pgCC -c -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.cc >&5
configure:8098: $? = 0
configure:8101: test -s conftest.o
configure:8104: $? = 0
configure:8114: result: yes
configure:8118: checking map presence
configure:8129: pgCC -E -DLAM_BUILDING=1 conftest.cc
configure:8135: $? = 0
configure:8154: result: yes
configure:8190: checking for map
configure:8197: result: yes
configure:8319: checking for C++ optimization flags
configure:8321: result: -O -tp k8-64 -fPIC
configure:8340: checking size of bool
configure:8364: pgCC -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.cc >&5
configure:8367: $? = 0
configure:8369: ./conftest
configure:8372: $? = 0
configure:8386: result: 1
configure:8429: checking size of int
configure:8453: pgCC -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.cc >&5
configure:8456: $? = 0
configure:8458: ./conftest
configure:8461: $? = 0
configure:8475: result: 4
configure:8522: checking alignment of bool
configure:8552: pgCC -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.cc >&5
configure:8555: $? = 0
configure:8557: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:8560: $? = 0
configure:8584: result: 1
configure:8615: checking alignment of int
configure:8645: pgCC -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.cc >&5
configure:8648: $? = 0
configure:8650: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:8653: $? = 0
configure:8677: result: 4
configure:8701: checking How to store bool in C
configure:8721: result: unsigned char
configure:8789: checking for pgf90
configure:8805: found /home/mercator/versions64/pgi/5.1/linux86-64/5.1/bin/pgf90
configure:8815: result: pgf90
configure:8920: checking how to add a library directory to pgf90
configure:8925: result: "-L"
configure:8936: checking pgf90 external naming convention
configure:8959: result: FORTRANUNDERSCORE
configure:9066: checking for FORTRAN optimization flags
configure:9068: result: -O -tp k8-64 -mcmodel=medium -fPIC
configure:9080: checking size of FORTRAN INTEGER
configure:9159: pgcc -O -tp k8-64 -fPIC -I. -c conftest.c
configure:9166: $? = 0
configure:9176: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:9183: $? = 0
configure:9193: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:9200: $? = 0
configure:9219: result: 4
configure:9284: checking size of FORTRAN REAL
configure:9363: pgcc -O -tp k8-64 -fPIC -I. -c conftest.c
configure:9370: $? = 0
configure:9380: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:9387: $? = 0
configure:9397: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:9404: $? = 0
configure:9423: result: 4
configure:9488: checking size of FORTRAN DOUBLE PRECISION
configure:9567: pgcc -O -tp k8-64 -fPIC -I. -c conftest.c
configure:9574: $? = 0
configure:9584: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:9591: $? = 0
configure:9601: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:9608: $? = 0
configure:9627: result: 8
configure:9692: checking size of FORTRAN COMPLEX
configure:9771: pgcc -O -tp k8-64 -fPIC -I. -c conftest.c
configure:9778: $? = 0
configure:9788: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:9795: $? = 0
configure:9805: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:9812: $? = 0
configure:9831: result: 8
configure:9896: checking size of FORTRAN DOUBLE COMPLEX
configure:9975: pgcc -O -tp k8-64 -fPIC -I. -c conftest.c
configure:9982: $? = 0
configure:9992: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:9999: $? = 0
configure:10009: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:10016: $? = 0
configure:10035: result: 16
configure:10106: checking alignment of FORTRAN INTEGER
configure:10191: pgcc -O -tp k8-64 -fPIC -I. -c conftest.c
configure:10198: $? = 0
configure:10208: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:10215: $? = 0
configure:10225: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:10232: $? = 0
configure:10251: result: 4
configure:10316: checking alignment of FORTRAN REAL
configure:10401: pgcc -O -tp k8-64 -fPIC -I. -c conftest.c
configure:10408: $? = 0
configure:10418: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:10425: $? = 0
configure:10435: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:10442: $? = 0
configure:10461: result: 4
configure:10526: checking alignment of FORTRAN DOUBLE PRECISION
configure:10611: pgcc -O -tp k8-64 -fPIC -I. -c conftest.c
configure:10618: $? = 0
configure:10628: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:10635: $? = 0
configure:10645: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:10652: $? = 0
configure:10671: result: 8
configure:10736: checking alignment of FORTRAN COMPLEX
configure:10821: pgcc -O -tp k8-64 -fPIC -I. -c conftest.c
configure:10828: $? = 0
configure:10838: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:10845: $? = 0
configure:10855: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:10862: $? = 0
configure:10881: result: 4
configure:10946: checking alignment of FORTRAN DOUBLE COMPLEX
configure:11031: pgcc -O -tp k8-64 -fPIC -I. -c conftest.c
configure:11038: $? = 0
configure:11048: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
configure:11055: $? = 0
configure:11065: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:11072: $? = 0
configure:11091: result: 8
configure:11293: checking if want profiling interface
configure:11295: result: yes
configure:11335: checking if want full installation of Trillium files
configure:11337: result: no
configure:11394: checking if want ROMIO support
configure:11396: result: yes
configure:11412: checking for main in -laio
configure:11437: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c -laio >&5
configure:11440: $? = 0
configure:11443: test -s conftest
configure:11446: $? = 0
configure:11458: result: yes
configure:11476: checking for user ROMIO flags
configure:11479: result: none
configure:11547: checking if want FORTRAN support
configure:11575: result: yes
configure:11606: checking if want MPI 2 C++ support
configure:11608: result: yes
configure:11647: checking if want MPI::File C++ binding support
configure:11649: result: no
configure:11692: checking if want IMPI support
configure:11694: result: no
configure:11817: WARNING: *** Building ROMIO and shared library support is
configure:11819: WARNING: *** experimental. It should work, but has not been
configure:11821: WARNING: *** well tested by the LAM development team.
configure:11823: WARNING: *** Note that it is not possible to build ROMIO
configure:11825: WARNING: *** as a shared library, so it will still be built as
configure:11827: WARNING: *** a static library
configure:11855: checking how to yeild
configure:11872: result: yield()
configure:11887: checking for LAM user signal
configure:11906: result: SIGUSR2
configure:11918: checking if want purify clean
configure:11940: result: no
configure:11974: checking for desired boot timeout
configure:11976: result: 60 seconds
configure:11978: checking for desired lamd packet resend time
configure:11980: result: 500000 seconds
configure:11982: checking for desired lamd heartbeat time
configure:11984: result: 120 seconds
configure:12016: checking if want stub MPI functions
configure:12018: result: no
configure:12059: checking if want default promiscuous boot connections
configure:12061: result: no
configure:12091: checking whether ln -s works
configure:12095: result: yes
configure:12110: checking for cp
configure:12128: found /bin/cp
configure:12140: result: /bin/cp
configure:12155: checking for rm
configure:12173: found /bin/rm
configure:12185: result: /bin/rm
configure:12205: checking for sh
configure:12223: found /bin/sh
configure:12235: result: /bin/sh
configure:12251: checking if installed perl can support mpiexec
configure:12270: result: yes
configure:12282: checking for prototype of snprintf
configure:12307: pgcc -E -O -tp k8-64 -fPIC conftest.c
configure:12317: $? = 0
configure:12326: ...some ugly egrepping...
configure:12336: $? = 0
configure:12345: ...some ugly egrepping...
configure:12355: $? = 0
configure:12364: result: yes
configure:12380: checking for prototype of gethostname
configure:12405: pgcc -E -O -tp k8-64 -fPIC conftest.c
configure:12415: $? = 0
configure:12424: ...some ugly egrepping...
configure:12434: $? = 0
configure:12443: ...some ugly egrepping...
configure:12453: $? = 0
configure:12462: result: yes
configure:12501: checking stropts.h usability
configure:12514: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:12517: $? = 0
configure:12520: test -s conftest.o
configure:12523: $? = 0
configure:12533: result: yes
configure:12537: checking stropts.h presence
configure:12548: pgcc -E -DLAM_BUILDING=1 conftest.c
configure:12554: $? = 0
configure:12573: result: yes
configure:12609: checking for stropts.h
configure:12616: result: yes
configure:12501: checking grp.h usability
configure:12514: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:12517: $? = 0
configure:12520: test -s conftest.o
configure:12523: $? = 0
configure:12533: result: yes
configure:12537: checking grp.h presence
configure:12548: pgcc -E -DLAM_BUILDING=1 conftest.c
configure:12554: $? = 0
configure:12573: result: yes
configure:12609: checking for grp.h
configure:12616: result: yes
configure:12501: checking netinet/tcp.h usability
configure:12514: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:12517: $? = 0
configure:12520: test -s conftest.o
configure:12523: $? = 0
configure:12533: result: yes
configure:12537: checking netinet/tcp.h presence
configure:12548: pgcc -E -DLAM_BUILDING=1 conftest.c
configure:12554: $? = 0
configure:12573: result: yes
configure:12609: checking for netinet/tcp.h
configure:12616: result: yes
configure:12501: checking sys/select.h usability
configure:12514: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:12517: $? = 0
configure:12520: test -s conftest.o
configure:12523: $? = 0
configure:12533: result: yes
configure:12537: checking sys/select.h presence
configure:12548: pgcc -E -DLAM_BUILDING=1 conftest.c
configure:12554: $? = 0
configure:12573: result: yes
configure:12609: checking for sys/select.h
configure:12616: result: yes
configure:12501: checking sys/resource.h usability
configure:12514: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:12517: $? = 0
configure:12520: test -s conftest.o
configure:12523: $? = 0
configure:12533: result: yes
configure:12537: checking sys/resource.h presence
configure:12548: pgcc -E -DLAM_BUILDING=1 conftest.c
configure:12554: $? = 0
configure:12573: result: yes
configure:12609: checking for sys/resource.h
configure:12616: result: yes
configure:12643: checking rpc/types.h usability
configure:12656: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:12659: $? = 0
configure:12662: test -s conftest.o
configure:12665: $? = 0
configure:12675: result: yes
configure:12679: checking rpc/types.h presence
configure:12690: pgcc -E -DLAM_BUILDING=1 conftest.c
configure:12696: $? = 0
configure:12715: result: yes
configure:12751: checking for rpc/types.h
configure:12758: result: yes
configure:12775: checking for rpc/xdr.h
configure:12795: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:12798: $? = 0
configure:12801: test -s conftest.o
configure:12804: $? = 0
configure:12815: result: yes
configure:12841: checking pty.h usability
configure:12854: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:12857: $? = 0
configure:12860: test -s conftest.o
configure:12863: $? = 0
configure:12873: result: yes
configure:12877: checking pty.h presence
configure:12888: pgcc -E -DLAM_BUILDING=1 conftest.c
configure:12894: $? = 0
configure:12913: result: yes
configure:12949: checking for pty.h
configure:12956: result: yes
configure:12841: checking util.h usability
configure:12854: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
PGC-F-0206-Can't find include file util.h (configure: 12993)
PGC/x86-64 Linux/x86-64 5.1-5: compilation aborted
configure:12857: $? = 2
configure: failed program was:
| #line 12843 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #include <sys/types.h>
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <util.h>
configure:12873: result: no
configure:12877: checking util.h presence
configure:12888: pgcc -E -DLAM_BUILDING=1 conftest.c
PGC-F-0206-Can't find include file util.h (configure: 12995)
PGC/x86-64 Linux/x86-64 5.1-5: compilation aborted
configure:12894: $? = 2
configure: failed program was:
| #line 12879 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #include <sys/types.h>
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| /* end confdefs.h. */
| #include <util.h>
configure:12913: result: no
configure:12949: checking for util.h
configure:12956: result: no
configure:12989: checking sched.h usability
configure:13002: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:13005: $? = 0
configure:13008: test -s conftest.o
configure:13011: $? = 0
configure:13021: result: yes
configure:13025: checking sched.h presence
configure:13036: pgcc -E -DLAM_BUILDING=1 conftest.c
configure:13042: $? = 0
configure:13061: result: yes
configure:13097: checking for sched.h
configure:13104: result: yes
configure:12980: checking for strings.h
configure:12985: result: yes
configure:13141: checking if FIONBIO defined in sys/ioctl.h
configure:13177: result: not on AIX 4.3.3, so who cares?
configure:13184: checking if SA_RESTART defined in signal.h
configure:13212: result: yes
configure:13215: checking for sa_len in struct sockaddr
configure:13235: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
PGC-S-0060-sa_len is not a member of this struct or union (configure: 13341)
PGC/x86-64 Linux/x86-64 5.1-5: compilation completed with severe errors
configure:13238: $? = 2
configure: failed program was:
| #line 13217 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
| int
| main ()
| {
| struct sockaddr s; s.sa_len;
| ;
| return 0;
| }
configure:13259: result: no
configure:13262: checking for union semun in sys/sem.h
configure:13282: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
PGC-S-0060-val is not a member of this struct or union (configure: 13389)
PGC/x86-64 Linux/x86-64 5.1-5: compilation completed with severe errors
configure:13285: $? = 2
configure: failed program was:
| #line 13264 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/sem.h>
| int
| main ()
| {
| union semun s; s.val;
| ;
| return 0;
| }
configure:13306: result: no
configure:13321: checking for socket
configure:13371: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:13374: $? = 0
configure:13377: test -s conftest
configure:13380: $? = 0
configure:13391: result: yes
configure:13461: checking for gethostbyname
configure:13511: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:13514: $? = 0
configure:13517: test -s conftest
configure:13520: $? = 0
configure:13531: result: yes
configure:13609: checking for login in -lutil
configure:13640: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c -lutil >&5
configure:13643: $? = 0
configure:13646: test -s conftest
configure:13649: $? = 0
configure:13661: result: yes
configure:13674: checking for openpty
configure:13724: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c -lutil >&5
configure:13727: $? = 0
configure:13730: test -s conftest
configure:13733: $? = 0
configure:13744: result: yes
configure:13782: checking for atexit
configure:13832: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:13835: $? = 0
configure:13838: test -s conftest
configure:13841: $? = 0
configure:13852: result: yes
configure:13881: checking for getcwd
configure:13931: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:13934: $? = 0
configure:13937: test -s conftest
configure:13940: $? = 0
configure:13951: result: yes
configure:13980: checking for yield
configure:14030: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
conftest.o(.text+0x7): In function `main':
: undefined reference to `yield'
conftest.o(.data+0x0): undefined reference to `yield'
configure:14033: $? = 2
configure: failed program was:
| #line 13985 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char yield (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char yield ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_yield) || defined (__stub___yield)
| choke me
| #else
| char (*f) () = yield;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != yield;
| ;
| return 0;
| }
configure:14050: result: no
configure:14079: checking for snprintf
configure:14129: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:14132: $? = 0
configure:14135: test -s conftest
configure:14138: $? = 0
configure:14149: result: yes
configure:14178: checking for atoll
configure:14228: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:14231: $? = 0
configure:14234: test -s conftest
configure:14237: $? = 0
configure:14248: result: yes
configure:14277: checking for strtoll
configure:14327: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:14330: $? = 0
configure:14333: test -s conftest
configure:14336: $? = 0
configure:14347: result: yes
configure:14376: checking for sched_yield
configure:14426: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:14429: $? = 0
configure:14432: test -s conftest
configure:14435: $? = 0
configure:14446: result: yes
configure:14471: checking whether vscanf is declared
configure:14496: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
PGC-S-0039-Use of undeclared variable vscanf (configure: 14643)
PGC-W-0155-Pointer value created from a nonlong integral type (configure: 14643)
PGC/x86-64 Linux/x86-64 5.1-5: compilation completed with severe errors
configure:14499: $? = 2
configure: failed program was:
| #line 14476 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef vscanf
| char *p = (char *) vscanf;
| #endif
|
| ;
| return 0;
| }
configure:14516: result: no
configure:14532: checking whether va_copy is declared
configure:14558: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:14561: $? = 0
configure:14564: test -s conftest.o
configure:14567: $? = 0
configure:14578: result: yes
configure:14592: checking whether __va_copy is declared
configure:14618: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
PGC-S-0039-Use of undeclared variable __va_copy (configure: 14734)
PGC-W-0155-Pointer value created from a nonlong integral type (configure: 14734)
PGC/x86-64 Linux/x86-64 5.1-5: compilation completed with severe errors
configure:14621: $? = 2
configure: failed program was:
| #line 14597 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| /* end confdefs.h. */
| #include <stdarg.h>
|
| int
| main ()
| {
| #ifndef __va_copy
| char *p = (char *) __va_copy;
| #endif
|
| ;
| return 0;
| }
configure:14638: result: no
configure:14688: checking for glibc
configure:14720: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:14723: $? = 0
configure:14725: ./conftest
configure:14728: $? = 0
configure:14741: result: yes
configure:14751: checking whether to use prefix memcpy()
configure:14794: result: yes (default on glibc systems: yes)
configure:14802: checking whether byte ordering is bigendian
configure:14830: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:14833: $? = 0
configure:14836: test -s conftest.o
configure:14839: $? = 0
configure:14864: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
PGC-S-0035-Syntax error: Recovery attempted by replacing identifier big by '!=' (configure: 14982)
PGC-S-0039-Use of undeclared variable not (configure: 14985)
PGC-S-0039-Use of undeclared variable endian (configure: 14985)
PGC/x86-64 Linux/x86-64 5.1-5: compilation completed with severe errors
configure:14867: $? = 2
configure: failed program was:
| #line 14842 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:14987: result: no
configure:15041: checking for struct semid_ds
configure:15063: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:15066: $? = 0
configure:15069: test -s conftest.o
configure:15072: $? = 0
configure:15082: result: yes
configure:15092: checking if SYSV semaphores work
configure:15130: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:15133: $? = 0
configure:15135: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:15138: $? = 0
configure:15159: result: yes
configure:15247: checking for SYSV semaphore support
configure:15250: result: yes
configure:15342: checking for struct shmid_ds
configure:15363: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 conftest.c >&5
configure:15366: $? = 0
configure:15369: test -s conftest.o
configure:15372: $? = 0
configure:15382: result: yes
configure:15392: checking if SYSV shared memory works
configure:15436: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
configure:15439: $? = 0
configure:15441: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:15444: $? = 0
configure:15465: result: yes
configure:15558: checking for SYSV shared memory support
configure:15561: result: yes
configure:15680: checking if C compiler and POSIX threads work as is
configure:15740: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -D_REENTRANT -tp k8-64 -fPIC conftest.c >&5
conftest.o(.text+0xb): In function `main':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `main':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `main':
: undefined reference to `pthread_create'
conftest.o(.text+0x37): In function `main':
: undefined reference to `_pthread_cleanup_pop'
configure:15743: $? = 2
configure: failed program was:
| #line 15721 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:15773: result: no
configure:15785: checking if C++ compiler and POSIX threads work as is
configure:15845: pgCC -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.cc >&5
"configure", line 15965: warning: variable "th" is used before its value is set
pthread_t th; pthread_join(th, 0);
^
conftest.o(.text+0x17): In function `main':
: undefined reference to `pthread_join'
conftest.o(.text+0x2b): In function `main':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x38): In function `main':
: undefined reference to `pthread_create'
conftest.o(.text+0x43): In function `main':
: undefined reference to `_pthread_cleanup_pop'
configure:15848: $? = 2
configure: failed program was:
| #line 15826 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:15878: result: no
configure:15890: checking if F77 compiler and POSIX threads work as is
configure:15965: pgcc -O -tp k8-64 -fPIC -I. -c conftest.c
configure:15972: $? = 0
configure:15982: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest
conftestf.f:
conftest.o(.text+0xb): In function `lam_pthread':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `lam_pthread':
: undefined reference to `pthread_create'
conftest.o(.text+0x37): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_pop'
configure:15989: $? = 2
configure:16012: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
pthread_t th;
pthread_join(th, 0);
pthread_attr_init(0);
pthread_cleanup_push(0, 0);
pthread_create(0,0,0,0);
pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:16040: here is the fortran program:
program fpthread
INTEGER i
i = 1
end
configure:16063: result: no
configure:16099: checking if C compiler and POSIX threads work with -Kthread
configure:16133: pgcc -o conftest -O -tp k8-64 -fPIC -Kthread -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
pgcc-Warning-Unknown switch: -Kthread
conftest.o(.text+0xb): In function `main':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `main':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `main':
: undefined reference to `pthread_create'
conftest.o(.text+0x37): In function `main':
: undefined reference to `_pthread_cleanup_pop'
configure:16136: $? = 2
configure: failed program was:
| #line 16114 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16168: result: no
configure:16099: checking if C compiler and POSIX threads work with -kthread
configure:16133: pgcc -o conftest -O -tp k8-64 -fPIC -kthread -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
pgcc-Warning-Unknown switch: -kthread
conftest.o(.text+0xb): In function `main':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `main':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `main':
: undefined reference to `pthread_create'
conftest.o(.text+0x37): In function `main':
: undefined reference to `_pthread_cleanup_pop'
configure:16136: $? = 2
configure: failed program was:
| #line 16114 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16168: result: no
configure:16099: checking if C compiler and POSIX threads work with -pthread
configure:16133: pgcc -o conftest -O -tp k8-64 -fPIC -pthread -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
pgcc-Warning-Unknown switch: -pthread
conftest.o(.text+0xb): In function `main':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `main':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `main':
: undefined reference to `pthread_create'
conftest.o(.text+0x37): In function `main':
: undefined reference to `_pthread_cleanup_pop'
configure:16136: $? = 2
configure: failed program was:
| #line 16114 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16168: result: no
configure:16099: checking if C compiler and POSIX threads work with -pthreads
configure:16133: pgcc -o conftest -O -tp k8-64 -fPIC -pthreads -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
pgcc-Warning-Unknown switch: -pthreads
conftest.o(.text+0xb): In function `main':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `main':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `main':
: undefined reference to `pthread_create'
conftest.o(.text+0x37): In function `main':
: undefined reference to `_pthread_cleanup_pop'
configure:16136: $? = 2
configure: failed program was:
| #line 16114 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16168: result: no
configure:16099: checking if C compiler and POSIX threads work with -mt
configure:16133: pgcc -o conftest -O -tp k8-64 -fPIC -mt -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
pgcc-Warning-Unknown switch: -mt
conftest.o(.text+0xb): In function `main':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `main':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `main':
: undefined reference to `pthread_create'
conftest.o(.text+0x37): In function `main':
: undefined reference to `_pthread_cleanup_pop'
configure:16136: $? = 2
configure: failed program was:
| #line 16114 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16168: result: no
configure:16099: checking if C compiler and POSIX threads work with -mthreads
configure:16133: pgcc -o conftest -O -tp k8-64 -fPIC -mthreads -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.c >&5
pgcc-Warning-Unknown switch: -mthreads
conftest.o(.text+0xb): In function `main':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `main':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `main':
: undefined reference to `pthread_create'
conftest.o(.text+0x37): In function `main':
: undefined reference to `_pthread_cleanup_pop'
configure:16136: $? = 2
configure: failed program was:
| #line 16114 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16168: result: no
configure:16181: checking if C++ compiler and POSIX threads work with -Kthread
configure:16215: pgCC -o conftest -O -tp k8-64 -fPIC -Kthread -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.cc >&5
pgCC-Warning-Unknown switch: -Kthread
"configure", line 16335: warning: variable "th" is used before its value is set
pthread_t th; pthread_join(th, 0);
^
conftest.o(.text+0x17): In function `main':
: undefined reference to `pthread_join'
conftest.o(.text+0x2b): In function `main':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x38): In function `main':
: undefined reference to `pthread_create'
conftest.o(.text+0x43): In function `main':
: undefined reference to `_pthread_cleanup_pop'
configure:16218: $? = 2
configure: failed program was:
| #line 16196 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16250: result: no
configure:16181: checking if C++ compiler and POSIX threads work with -kthread
configure:16215: pgCC -o conftest -O -tp k8-64 -fPIC -kthread -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.cc >&5
pgCC-Warning-Unknown switch: -kthread
"configure", line 16335: warning: variable "th" is used before its value is set
pthread_t th; pthread_join(th, 0);
^
conftest.o(.text+0x17): In function `main':
: undefined reference to `pthread_join'
conftest.o(.text+0x2b): In function `main':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x38): In function `main':
: undefined reference to `pthread_create'
conftest.o(.text+0x43): In function `main':
: undefined reference to `_pthread_cleanup_pop'
configure:16218: $? = 2
configure: failed program was:
| #line 16196 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16250: result: no
configure:16181: checking if C++ compiler and POSIX threads work with -pthread
configure:16215: pgCC -o conftest -O -tp k8-64 -fPIC -pthread -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.cc >&5
pgCC-Warning-Unknown switch: -pthread
"configure", line 16335: warning: variable "th" is used before its value is set
pthread_t th; pthread_join(th, 0);
^
conftest.o(.text+0x17): In function `main':
: undefined reference to `pthread_join'
conftest.o(.text+0x2b): In function `main':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x38): In function `main':
: undefined reference to `pthread_create'
conftest.o(.text+0x43): In function `main':
: undefined reference to `_pthread_cleanup_pop'
configure:16218: $? = 2
configure: failed program was:
| #line 16196 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16250: result: no
configure:16181: checking if C++ compiler and POSIX threads work with -pthreads
configure:16215: pgCC -o conftest -O -tp k8-64 -fPIC -pthreads -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.cc >&5
pgCC-Warning-Unknown switch: -pthreads
"configure", line 16335: warning: variable "th" is used before its value is set
pthread_t th; pthread_join(th, 0);
^
conftest.o(.text+0x17): In function `main':
: undefined reference to `pthread_join'
conftest.o(.text+0x2b): In function `main':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x38): In function `main':
: undefined reference to `pthread_create'
conftest.o(.text+0x43): In function `main':
: undefined reference to `_pthread_cleanup_pop'
configure:16218: $? = 2
configure: failed program was:
| #line 16196 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16250: result: no
configure:16181: checking if C++ compiler and POSIX threads work with -mt
configure:16215: pgCC -o conftest -O -tp k8-64 -fPIC -mt -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.cc >&5
pgCC-Warning-Unknown switch: -mt
"configure", line 16335: warning: variable "th" is used before its value is set
pthread_t th; pthread_join(th, 0);
^
conftest.o(.text+0x17): In function `main':
: undefined reference to `pthread_join'
conftest.o(.text+0x2b): In function `main':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x38): In function `main':
: undefined reference to `pthread_create'
conftest.o(.text+0x43): In function `main':
: undefined reference to `_pthread_cleanup_pop'
configure:16218: $? = 2
configure: failed program was:
| #line 16196 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16250: result: no
configure:16181: checking if C++ compiler and POSIX threads work with -mthreads
configure:16215: pgCC -o conftest -O -tp k8-64 -fPIC -mthreads -DLAM_BUILDING=1 -tp k8-64 -fPIC conftest.cc >&5
pgCC-Warning-Unknown switch: -mthreads
"configure", line 16335: warning: variable "th" is used before its value is set
pthread_t th; pthread_join(th, 0);
^
conftest.o(.text+0x17): In function `main':
: undefined reference to `pthread_join'
conftest.o(.text+0x2b): In function `main':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x38): In function `main':
: undefined reference to `pthread_create'
conftest.o(.text+0x43): In function `main':
: undefined reference to `_pthread_cleanup_pop'
configure:16218: $? = 2
configure: failed program was:
| #line 16196 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16250: result: no
configure:16263: checking if F77 compiler and POSIX threads work with -Kthread
configure:16323: pgcc -O -tp k8-64 -fPIC -I. -c conftest.c
configure:16330: $? = 0
configure:16340: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC -Kthread conftestf.f conftest.o -o conftest
pgf90-Warning-Unknown switch: -Kthread
conftestf.f:
conftest.o(.text+0xb): In function `lam_pthread':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `lam_pthread':
: undefined reference to `pthread_create'
conftest.o(.text+0x37): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_pop'
configure:16347: $? = 2
configure:16370: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
pthread_t th;
pthread_join(th, 0);
pthread_attr_init(0);
pthread_cleanup_push(0, 0);
pthread_create(0,0,0,0);
pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:16398: here is the fortran program:
program fpthread
INTEGER i
i = 1
end
configure:16425: result: no
configure:16263: checking if F77 compiler and POSIX threads work with -kthread
configure:16323: pgcc -O -tp k8-64 -fPIC -I. -c conftest.c
configure:16330: $? = 0
configure:16340: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC -kthread conftestf.f conftest.o -o conftest
pgf90-Warning-Unknown switch: -kthread
conftestf.f:
conftest.o(.text+0xb): In function `lam_pthread':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `lam_pthread':
: undefined reference to `pthread_create'
conftest.o(.text+0x37): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_pop'
configure:16347: $? = 2
configure:16370: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
pthread_t th;
pthread_join(th, 0);
pthread_attr_init(0);
pthread_cleanup_push(0, 0);
pthread_create(0,0,0,0);
pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:16398: here is the fortran program:
program fpthread
INTEGER i
i = 1
end
configure:16425: result: no
configure:16263: checking if F77 compiler and POSIX threads work with -pthread
configure:16323: pgcc -O -tp k8-64 -fPIC -I. -c conftest.c
configure:16330: $? = 0
configure:16340: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC -pthread conftestf.f conftest.o -o conftest
pgf90-Warning-Unknown switch: -pthread
conftestf.f:
conftest.o(.text+0xb): In function `lam_pthread':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `lam_pthread':
: undefined reference to `pthread_create'
conftest.o(.text+0x37): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_pop'
configure:16347: $? = 2
configure:16370: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
pthread_t th;
pthread_join(th, 0);
pthread_attr_init(0);
pthread_cleanup_push(0, 0);
pthread_create(0,0,0,0);
pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:16398: here is the fortran program:
program fpthread
INTEGER i
i = 1
end
configure:16425: result: no
configure:16263: checking if F77 compiler and POSIX threads work with -pthreads
configure:16323: pgcc -O -tp k8-64 -fPIC -I. -c conftest.c
configure:16330: $? = 0
configure:16340: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC -pthreads conftestf.f conftest.o -o conftest
pgf90-Warning-Unknown switch: -pthreads
conftestf.f:
conftest.o(.text+0xb): In function `lam_pthread':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `lam_pthread':
: undefined reference to `pthread_create'
conftest.o(.text+0x37): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_pop'
configure:16347: $? = 2
configure:16370: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
pthread_t th;
pthread_join(th, 0);
pthread_attr_init(0);
pthread_cleanup_push(0, 0);
pthread_create(0,0,0,0);
pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:16398: here is the fortran program:
program fpthread
INTEGER i
i = 1
end
configure:16425: result: no
configure:16263: checking if F77 compiler and POSIX threads work with -mt
configure:16323: pgcc -O -tp k8-64 -fPIC -I. -c conftest.c
configure:16330: $? = 0
configure:16340: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC -mt conftestf.f conftest.o -o conftest
pgf90-Warning-Unknown switch: -mt
conftestf.f:
conftest.o(.text+0xb): In function `lam_pthread':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `lam_pthread':
: undefined reference to `pthread_create'
conftest.o(.text+0x37): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_pop'
configure:16347: $? = 2
configure:16370: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
pthread_t th;
pthread_join(th, 0);
pthread_attr_init(0);
pthread_cleanup_push(0, 0);
pthread_create(0,0,0,0);
pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:16398: here is the fortran program:
program fpthread
INTEGER i
i = 1
end
configure:16425: result: no
configure:16263: checking if F77 compiler and POSIX threads work with -mthreads
configure:16323: pgcc -O -tp k8-64 -fPIC -I. -c conftest.c
configure:16330: $? = 0
configure:16340: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC -mthreads conftestf.f conftest.o -o conftest
pgf90-Warning-Unknown switch: -mthreads
conftestf.f:
conftest.o(.text+0xb): In function `lam_pthread':
: undefined reference to `pthread_join'
conftest.o(.text+0x1f): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_push'
conftest.o(.text+0x2c): In function `lam_pthread':
: undefined reference to `pthread_create'
conftest.o(.text+0x37): In function `lam_pthread':
: undefined reference to `_pthread_cleanup_pop'
configure:16347: $? = 2
configure:16370: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
pthread_t th;
pthread_join(th, 0);
pthread_attr_init(0);
pthread_cleanup_push(0, 0);
pthread_create(0,0,0,0);
pthread_cleanup_pop(0);
}
#ifdef __cplusplus
}
#endif
configure:16398: here is the fortran program:
program fpthread
INTEGER i
i = 1
end
configure:16425: result: no
configure:16456: checking if C compiler and POSIX threads work with -lpthreads
configure:16504: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -D_REENTRANT -tp k8-64 -fPIC conftest.c -lpthreads >&5
/usr/bin/ld: cannot find -lpthreads
configure:16507: $? = 2
configure: failed program was:
| #line 16485 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16539: result: no
configure:16456: checking if C compiler and POSIX threads work with -llthread
configure:16504: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -D_REENTRANT -tp k8-64 -fPIC conftest.c -llthread >&5
/usr/bin/ld: cannot find -llthread
configure:16507: $? = 2
configure: failed program was:
| #line 16485 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:16539: result: no
configure:16456: checking if C compiler and POSIX threads work with -lpthread
configure:16504: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -D_REENTRANT -tp k8-64 -fPIC conftest.c -lpthread >&5
configure:16507: $? = 0
configure:16510: test -s conftest
configure:16513: $? = 0
configure:16533: result: yes
configure:16552: checking if C++ compiler and POSIX threads work with -lpthread
configure:16600: pgCC -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -D_REENTRANT -tp k8-64 -fPIC conftest.cc -lpthread >&5
"configure", line 16720: warning: variable "th" is used before its value is set
pthread_t th; pthread_join(th, 0);
^
configure:16603: $? = 0
configure:16606: test -s conftest
configure:16609: $? = 0
configure:16629: result: yes
configure:16737: checking if F77 compiler and POSIX threads work with -lpthread
configure:16797: pgcc -O -tp k8-64 -fPIC -I. -c conftest.c
configure:16804: $? = 0
configure:16814: pgf90 -O -tp k8-64 -mcmodel=medium -fPIC conftestf.f conftest.o -o conftest -lpthread
conftestf.f:
configure:16821: $? = 0
configure:16893: result: yes
configure:17101: checking for working POSIX threads package
configure:17104: result: yes
configure:17143: checking if C compiler and Solaris threads work
configure:17179: pgcc -o conftest -D_REENTRANT conftest.c -lthread >&5
PGC-F-0206-Can't find include file thread.h (conftest.c: 17296)
PGC/x86-64 Linux/x86-64 5.1-5: compilation aborted
configure:17182: $? = 2
configure: failed program was:
| #line 17161 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <thread.h>
| int
| main ()
| {
| thread_t th; thr_join(th, 0, 0);
| thr_create(0,0,0,0,0,0);
| ;
| return 0;
| }
configure:17210: result: no
configure:17231: checking if C++ compiler and Solaris threads work
configure:17263: pgCC -o conftest -D_REENTRANT conftest.cc -lthread >&5
"configure", line 17380: catastrophic error: could not open source file
"thread.h"
#include <thread.h>
^
1 catastrophic error detected in the compilation of "conftest.cc".
Compilation terminated.
configure:17266: $? = 2
configure: failed program was:
| #line 17245 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <thread.h>
| int
| main ()
| {
| thread_t th; thr_join(th, 0, 0);
| thr_create(0,0,0,0,0,0);
| ;
| return 0;
| }
configure:17294: result: no
configure:17313: checking if F77 compiler and Solaris threads work
configure:17369: pgcc -I. -c conftest.c
PGC-F-0206-Can't find include file thread.h (conftest.c: 3)
PGC/x86-64 Linux/x86-64 5.1-5: compilation aborted
configure:17376: $? = 2
configure:17416: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <thread.h>
#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
thread_t th;
thr_join(th, 0, 0);
thr_create(0,0,0,0,0,0);
}
#ifdef __cplusplus
}
#endif
configure:17444: here is the fortran program:
program fpthread
INTEGER i
i = 1
end
configure:17467: result: no
configure:17496: checking for working Solaris threads package
configure:17502: result: no
configure:17510: checking for type of thread support
configure:17575: result: posix
configure:17639: checking if threads have different pids (pthreads on linux)
configure:17685: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -D_REENTRANT -tp k8-64 -fPIC conftest.c -lpthread >&5
PGC-W-0155-Pointer value created from a nonlong integral type (configure: 17811)
PGC-W-0118-Function checkpid does not contain a return statement (configure: 17812)
PGC/x86-64 Linux/x86-64 5.1-5: compilation completed with warnings
configure:17688: $? = 0
configure:17690: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:17693: $? = 0
configure:17711: result: no
configure:18047: checking for FD_SETSIZE
configure:18058: result: using system defaults
configure:18118: checking BSD 4.3 for msg_accrights in struct msghdr
configure:18138: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -D_REENTRANT conftest.c >&5
PGC-S-0060-msg_accrights is not a member of this struct or union (configure: 18264)
PGC/x86-64 Linux/x86-64 5.1-5: compilation completed with severe errors
configure:18141: $? = 2
configure: failed program was:
| #line 18120 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_FD_SETSIZE 0
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
| int
| main ()
| {
| struct msghdr m; m.msg_accrights = 0;
| ;
| return 0;
| }
configure:18157: result: no
configure:18274: checking for BSD 4.3 fd passing support
configure:18276: result: no
configure:18337: checking for POSIX.1g struct msghdr
configure:18361: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -D_REENTRANT conftest.c >&5
configure:18364: $? = 0
configure:18367: test -s conftest.o
configure:18370: $? = 0
configure:18380: result: yes
configure:18389: checking fd passing using RFC2292 API
configure:18462: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -D_REENTRANT -I. -tp k8-64 -fPIC conftest.c -lutil -lpthread >&5
configure:18465: $? = 0
configure:18467: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:18470: $? = 0
configure:18485: result: passed
configure:18601: checking for BSD 4.4 fd passing support
configure:18603: result: yes (RFC2292 API)
configure:18665: checking for System V Release 4 for struct strrecvfd
configure:18686: pgcc -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -D_REENTRANT conftest.c >&5
configure:18689: $? = 0
configure:18692: test -s conftest.o
configure:18695: $? = 0
configure:18705: result: yes
configure:18716: checking System V Release 4 fd passing example
configure:18787: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -D_REENTRANT -I. -tp k8-64 -fPIC conftest.c -lutil -lpthread >&5
configure:18790: $? = 0
configure:18792: ./conftest
./conftest: Symbol `exit' causes overflow in R_X86_64_PC32 relocation
configure:18795: $? = 2
configure: program exited with status 2
configure: failed program was:
| #line 18731 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_FD_SETSIZE 0
| #define LAM_HAVE_BSD43_FD_PASSING 0
| #define LAM_HAVE_RFC2292_FD_PASSING 1
| #define LAM_HAVE_POSIX_1G_FD_PASSING 0
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/wait.h>
| #include <sys/socket.h>
| #include <sys/stropts.h>
| #include <signal.h>
| #include <stdio.h>
| #include <unistd.h>
|
| #define LAM_HAVE_SVR4_FD_PASSING 1
| #include <conftest_fd_include.c>
|
| /*
| * Global so that we can kill the child if the parent barfs
| */
| pid_t child_pid = 0;
|
| int
| main(int argc, char **argv)
| {
| int fd[2];
| int status = 0;
|
| if (pipe(fd)) {
| perror("pipe");
| exit(1);
| }
|
| if ((child_pid = fork()) < 0) {
| perror("fork");
| } else if (child_pid > 0) {
| /* I am the parent... */
| if (sfh_send_fd(fd[0], 0)) {
| /* Renice? You must mean kill -9. */
| kill(child_pid, 9);
| waitpid(child_pid, &status, 0);
| return (2);
| }
| waitpid(child_pid, &status, 0);
| } else {
| /* I am the child... */
| if (sfh_recv_fd(fd[1]) == -1) {
| exit(3);
| }
| }
|
| return status;
| }
configure:18810: result: failed
configure:18823: checking for System V Release 4 fd passing support
configure:18825: result: no
configure:18886: checking for BSD ptys
configure:18902: result: yes
configure:18905: checking for SYSV ptys
configure:18921: result: yes
configure:18938: checking size of struct stat members
configure:18958: result: 8
configure:18978: checking type of getsockopt optlen parameter
#include <sys/types.h>
#include <sys/socket.h>
int foobar(void *optval)
{
socklen_t optlen=0;
return getsockopt(0, SOL_SOCKET, SO_SNDBUF, optval, &optlen);
}
configure:19018: result: socklen_t
configure:19037: checking type of recvfrom length parameter
#include <sys/types.h>
#include <sys/socket.h>
int foobar(void *buffer)
{
socklen_t optlen=0;
return recvfrom(0, buffer, 0, 0, (struct sockaddr*) 0, &optlen);
}
configure:19081: result: socklen_t
configure:19121: checking if build filesystem is case sensitive
configure:19133: result: Yes
configure:19146: checking if configuring for case sensitive fs
configure:19164: result: Yes
configure:19212: checking if want MPI C++ bindings
configure:19215: result: enabled
configure:19335: checking size of int
configure:19359: pgCC -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -D_REENTRANT conftest.cc >&5
configure:19362: $? = 0
configure:19364: ./conftest
configure:19367: $? = 0
configure:19381: result: 4
configure:19409: checking size of bool
configure:19433: pgCC -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -D_REENTRANT conftest.cc >&5
configure:19436: $? = 0
configure:19438: ./conftest
configure:19441: $? = 0
configure:19455: result: 1
configure:19491: checking type of MPI attributes
configure:19511: pgCC -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -D_REENTRANT -tp k8-64 -fPIC conftest.cc -lpthread >&5
"configure", line 19651: warning: statement is unreachable
return 0;
^
configure:19514: $? = 0
configure:19516: ./conftest
configure:19519: $? = 255
configure: program exited with status 255
configure: failed program was:
| #line 19496 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_FD_SETSIZE 0
| #define LAM_HAVE_BSD43_FD_PASSING 0
| #define LAM_HAVE_RFC2292_FD_PASSING 1
| #define LAM_HAVE_POSIX_1G_FD_PASSING 0
| #define LAM_HAVE_SVR4_FD_PASSING 0
| #define LAM_HAVE_FD_PASSING 1
| #define LAM_HAVE_BSD_PTYS 1
| #define LAM_HAVE_SYSV_PTYS 1
| #define LAM_STAT_MEMBERS_INT4 0
| #define LAM_SOCK_OPTLEN_T socklen_t
| #define LAM_RECVFROM_LEN_T socklen_t
| #define MPI2CPP_SIZEOF_INT 4
| #define MPI2CPP_SIZEOF_BOOL_T 1
| /* end confdefs.h. */
| int main()
| {
| if (sizeof(int) != sizeof(int *))
| return -1;
| return 0;
| }
configure:19547: result: long
configure:19556: checking for signal declaration
configure:19580: pgCC -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -D_REENTRANT conftest.cc >&5
"configure", line 19716: error: argument of type
"void (*)(int, int, sigcontext *, char *)" is incompatible with
parameter of type "__sighandler_t"
signal(1, bsd_handler);
^
"configure", line 19718: error: a value of type
"void (*)(int, int, sigcontext *, char *)" cannot be assigned to an
entity of type "__sighandler_t"
n.sa_handler= bsd_handler;
^
"configure", line 19717: warning: variable "n" was set but never used
struct sigaction n;
^
2 errors detected in the compilation of "conftest.cc".
configure:19583: $? = 2
configure: failed program was:
| #line 19558 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_FD_SETSIZE 0
| #define LAM_HAVE_BSD43_FD_PASSING 0
| #define LAM_HAVE_RFC2292_FD_PASSING 1
| #define LAM_HAVE_POSIX_1G_FD_PASSING 0
| #define LAM_HAVE_SVR4_FD_PASSING 0
| #define LAM_HAVE_FD_PASSING 1
| #define LAM_HAVE_BSD_PTYS 1
| #define LAM_HAVE_SYSV_PTYS 1
| #define LAM_STAT_MEMBERS_INT4 0
| #define LAM_SOCK_OPTLEN_T socklen_t
| #define LAM_RECVFROM_LEN_T socklen_t
| #define MPI2CPP_SIZEOF_INT 4
| #define MPI2CPP_SIZEOF_BOOL_T 1
| #define MPI2CPP_ATTR long
| /* end confdefs.h. */
| #include<signal.h>
| extern "C" void bsd_handler(int sig, int code, struct sigcontext *scp, char *addr);
|
| int
| main ()
| {
| signal(1, bsd_handler);
| struct sigaction n;
| n.sa_handler= bsd_handler;
|
| ;
| return 0;
| }
configure:19640: pgCC -c -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -D_REENTRANT conftest.cc >&5
configure:19643: $? = 0
configure:19646: test -s conftest.o
configure:19649: $? = 0
configure:19668: result: SYSV
configure:19697: checking if want ROMIO
configure:19700: result: enabled
configure:19718: checking if want TotalView attach support
configure:19721: result: enabled
configure:19738: checking if want TotalView queue debugging support
configure:19750: result: disabled (using Portland Group compilers)
configure:19887: checking for bproc_numnodes in -lbproc
configure:19918: pgcc -o conftest -O -tp k8-64 -fPIC -DLAM_BUILDING=1 -D_REENTRANT -tp k8-64 -fPIC conftest.c -lbproc -lpthread >&5
/usr/bin/ld: cannot find -lbproc
configure:19921: $? = 2
configure: failed program was:
| #line 19894 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 0
| #define LAM_RELEASE_VERSION 3
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_CVS_VERSION 0
| #define LAM_VERSION "7.0.3"
| #define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "pgcc"
| #define LAM_CONFIG_FORCE_PROTOS 0
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 8
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 8
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define LAM_CXX "pgCC"
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LAM_CXX_STL 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_ALIGNMENT_FORTRAN_INT 4
| #define LAM_ALIGNMENT_FORTRAN_REAL 4
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "pgf90"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_RPC_XDR_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_HAVE_OPENPTY 1
| #define LAM_HAVE_ATEXIT 1
| #define LAM_HAVE_GETCWD 1
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 1
| #define LAM_HAVE_ATOLL 1
| #define LAM_HAVE_STRTOLL 1
| #define LAM_HAVE_SCHED_YIELD 1
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 0
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_FD_SETSIZE 0
| #define LAM_HAVE_BSD43_FD_PASSING 0
| #define LAM_HAVE_RFC2292_FD_PASSING 1
| #define LAM_HAVE_POSIX_1G_FD_PASSING 0
| #define LAM_HAVE_SVR4_FD_PASSING 0
| #define LAM_HAVE_FD_PASSING 1
| #define LAM_HAVE_BSD_PTYS 1
| #define LAM_HAVE_SYSV_PTYS 1
| #define LAM_STAT_MEMBERS_INT4 0
| #define LAM_SOCK_OPTLEN_T socklen_t
| #define LAM_RECVFROM_LEN_T socklen_t
| #define MPI2CPP_SIZEOF_INT 4
| #define MPI2CPP_SIZEOF_BOOL_T 1
| #define MPI2CPP_ATTR long
| #define MPI2CPP_SYSV_SIGNAL 1
| #define MPI2CPP_BSD_SIGNAL 0
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char bproc_numnodes ();
| int
| main ()
| {
| bproc_numnodes ();
| ;
| return 0;
| }
configure:19939: result: no
configure:20097: checking if want BPROC support
configure:20117: result: no
configure:20139: checking for subdir args
configure:20193: result: '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC'
configure:20445: checking for SSI kinds
configure:20470: result: boot coll crlam crmpi rpi
configure:20546: LAM configuring in share/ssi/boot/bproc
configure:20642: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:20652: /bin/sh './configure' *failed* for share/ssi/boot/bproc
configure:20719: >>> SSI module boot:bproc will *not* be compiled
configure:20546: LAM configuring in share/ssi/boot/globus
configure:20642: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:20648: /bin/sh './configure' succeeded for share/ssi/boot/globus
configure:20685: >>> SSI module boot:globus will be compiled
configure:20546: LAM configuring in share/ssi/boot/rsh
configure:20642: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:20648: /bin/sh './configure' succeeded for share/ssi/boot/rsh
configure:20685: >>> SSI module boot:rsh will be compiled
configure:20546: LAM configuring in share/ssi/boot/tm
configure:20642: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:20648: /bin/sh './configure' succeeded for share/ssi/boot/tm
configure:20685: >>> SSI module boot:tm will be compiled
configure:20546: LAM configuring in share/ssi/coll/impi
configure:20642: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:20652: /bin/sh './configure' *failed* for share/ssi/coll/impi
configure:20719: >>> SSI module coll:impi will *not* be compiled
configure:20546: LAM configuring in share/ssi/coll/lam_basic
configure:20642: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:20648: /bin/sh './configure' succeeded for share/ssi/coll/lam_basic
configure:20685: >>> SSI module coll:lam_basic will be compiled
configure:20546: LAM configuring in share/ssi/coll/smp
configure:20642: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:20648: /bin/sh './configure' succeeded for share/ssi/coll/smp
configure:20685: >>> SSI module coll:smp will be compiled
configure:20546: LAM configuring in share/ssi/crlam/blcr
configure:20642: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:20652: /bin/sh './configure' *failed* for share/ssi/crlam/blcr
configure:20719: >>> SSI module crlam:blcr will *not* be compiled
configure:20546: LAM configuring in share/ssi/crmpi/blcr
configure:20642: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:20652: /bin/sh './configure' *failed* for share/ssi/crmpi/blcr
configure:20719: >>> SSI module crmpi:blcr will *not* be compiled
configure:20546: LAM configuring in share/ssi/rpi/crtcp
configure:20642: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:20648: /bin/sh './configure' succeeded for share/ssi/rpi/crtcp
configure:20685: >>> SSI module rpi:crtcp will be compiled
configure:20546: LAM configuring in share/ssi/rpi/gm
configure:20642: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:20652: /bin/sh './configure' *failed* for share/ssi/rpi/gm
configure:20719: >>> SSI module rpi:gm will *not* be compiled
configure:20546: LAM configuring in share/ssi/rpi/lamd
configure:20642: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:20648: /bin/sh './configure' succeeded for share/ssi/rpi/lamd
configure:20685: >>> SSI module rpi:lamd will be compiled
configure:20546: LAM configuring in share/ssi/rpi/sysv
configure:20642: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:20648: /bin/sh './configure' succeeded for share/ssi/rpi/sysv
configure:20685: >>> SSI module rpi:sysv will be compiled
configure:20546: LAM configuring in share/ssi/rpi/tcp
configure:20642: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:20648: /bin/sh './configure' succeeded for share/ssi/rpi/tcp
configure:20685: >>> SSI module rpi:tcp will be compiled
configure:20546: LAM configuring in share/ssi/rpi/usysv
configure:20642: running /bin/sh './configure' '--prefix=/home/mercator/versions64/lam/lam-7.0.3-pgcc64' '--with-boot=tm' '--with-tm=/usr/local/torque-1.1.0p0/src' '--with-pic' '--with-prefix=memcopy' '--enable-shared' 'CC=pgcc' 'CFLAGS=-tp k8-64 -fPIC' 'CXXFLAGS=-tp k8-64 -fPIC' 'CXX=pgCC' 'FC=pgf90' 'FFLAGS=-tp k8-64 -mcmodel=medium -fPIC' 'LDFLAGS=-tp k8-64 -fPIC' --cache-file=/dev/null --srcdir=.
configure:20648: /bin/sh './configure' succeeded for share/ssi/rpi/usysv
configure:20685: >>> SSI module rpi:usysv will be compiled
configure:20864: checking for a sed that does not truncate output
configure:20918: result: /bin/sed
configure:20965: checking for non-GNU ld
configure:20999: result: /usr/bin/ld
configure:21008: checking if the linker (/usr/bin/ld) is GNU ld
configure:21023: result: yes
configure:21028: checking for /usr/bin/ld option to reload object files
configure:21035: result: -r
configure:21044: checking for BSD-compatible nm
configure:21086: result: /usr/bin/nm -B
configure:21090: checking how to recognise dependent libraries
configure:21290: result: file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
configure:21374: pgcc -c -O -tp k8-64 -fPIC -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -D_REENTRANT conftest.c >&5
configure:21377: $? = 0
configure:21502: checking dlfcn.h usability
configure:21515: pgcc -c -O -tp k8-64 -fPIC -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -D_REENTRANT conftest.c >&5
configure:21518: $? = 0
configure:21521: test -s conftest.o
configure:21524: $? = 0
configure:21534: result: yes
configure:21538: checking dlfcn.h presence
configure:21549: pgcc -E -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -D_REENTRANT conftest.c
configure:21555: $? = 0
configure:21574: result: yes
configure:21610: checking for dlfcn.h
configure:21617: result: yes
configure:21725: checking for Fortran 77 compiler version
configure:21725: pgf90 --version </dev/null >&5
pgf90-Warning-Unknown switch: --version
pgf90-Warning-No files to process
configure:21728: $? = 0
configure:21730: pgf90 -v </dev/null >&5
pgf90-Warning-No files to process
configure:21733: $? = 0
configure:21735: pgf90 -V </dev/null >&5
pgf90 5.1-5
Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
Copyright 2000-2003, STMicroelectronics, Inc. All Rights Reserved.
configure:21738: $? = 0
configure:21745: checking whether we are using the GNU Fortran 77 compiler
configure:21759: pgf90 -c -O -tp k8-64 -mcmodel=medium -fPIC conftest.F >&5
PGF90-S-0034-Syntax error at or near end of line (conftest.F: 3)
0 inform, 0 warnings, 1 severes, 0 fatal for main
configure:21762: $? = 2
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:21781: result: no
configure:21788: checking whether pgf90 accepts -g
configure:21800: pgf90 -c -g conftest.f >&5
configure:21803: $? = 0
configure:21806: test -s conftest.o
configure:21809: $? = 0
configure:21821: result: yes
configure:21849: checking the maximum length of command line arguments
configure:21908: result: 32768
configure:21919: checking command to parse /usr/bin/nm -B output from pgcc object
configure:22008: pgcc -c -O -tp k8-64 -fPIC -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -D_REENTRANT conftest.c >&5
configure:22011: $? = 0
configure:22015: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:22018: $? = 0
configure:22070: pgcc -o conftest -O -tp k8-64 -fPIC -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -D_REENTRANT -tp k8-64 -fPIC conftest.c conftstm.o >&5
conftest.c:
configure:22073: $? = 0
configure:22111: result: ok
configure:22115: checking for objdir
configure:22130: result: .libs
configure:22220: checking for ar
configure:22236: found /usr/bin/ar
configure:22247: result: ar
configure:22300: checking for ranlib
configure:22316: found /usr/bin/ranlib
configure:22327: result: ranlib
configure:22380: checking for strip
configure:22396: found /usr/bin/strip
configure:22407: result: strip
configure:22461: checking for file
configure:22514: result: /usr/bin/file
configure:22669: checking if pgcc static flag works
configure:22692: result: yes
configure:22757: checking for pgcc option to produce PIC
configure:22934: result:
configure:22998: checking if pgcc supports -c -o file.o
configure:23029: pgcc -c -O -tp k8-64 -fPIC -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -D_REENTRANT -o out/conftest2.o conftest.c >&5
configure:23033: $? = 0
configure:23047: result: yes
configure:23073: checking whether the pgcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:23867: result: yes
configure:23938: checking how to hardcode library paths into programs
configure:23963: result: immediate
configure:23977: checking whether stripping libraries is possible
configure:23982: result: yes
configure:24004: checking dynamic linker characteristics
configure:24515: result: GNU/Linux ld.so
configure:25241: checking if libtool supports shared libraries
configure:25243: result: yes
configure:25246: checking whether to build shared libraries
configure:25295: result: yes
configure:25298: checking whether to build static libraries
configure:25302: result: yes
configure:25393: creating libtool
configure:26079: checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:26874: result: yes
configure:26892: pgCC -c -O -tp k8-64 -fPIC -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -D_REENTRANT conftest.cc >&5
configure:26895: $? = 0
configure:26991: checking for pgCC option to produce PIC
configure:27243: result:
configure:27307: checking if pgCC supports -c -o file.o
configure:27338: pgCC -c -O -tp k8-64 -fPIC -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -D_REENTRANT -o out/conftest2.o conftest.cc >&5
configure:27342: $? = 0
configure:27356: result: yes
configure:27382: checking whether the pgCC linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:27407: result: yes
configure:27478: checking how to hardcode library paths into programs
configure:27503: result: immediate
configure:27517: checking whether stripping libraries is possible
configure:27522: result: yes
configure:27544: checking dynamic linker characteristics
configure:28055: result: GNU/Linux ld.so
configure:29254: checking if libtool supports shared libraries
configure:29256: result: yes
configure:29259: checking whether to build shared libraries
configure:29277: result: yes
configure:29280: checking whether to build static libraries
configure:29284: result: yes
configure:29296: checking for pgf90 option to produce PIC
configure:29473: result:
configure:29537: checking if pgf90 supports -c -o file.o
configure:29568: pgf90 -c -O -tp k8-64 -mcmodel=medium -fPIC -o out/conftest2.o conftest.f >&5
configure:29572: $? = 0
configure:29586: result: yes
configure:29612: checking whether the pgf90 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:30384: result: yes
configure:30455: checking how to hardcode library paths into programs
configure:30480: result: immediate
configure:30494: checking whether stripping libraries is possible
configure:30499: result: yes
configure:30521: checking dynamic linker characteristics
configure:31032: result: GNU/Linux ld.so
configure:34958: checking if want extra wrapper compiler LDFLAGS
configure:35046: result: no
configure:35594: checking which of CFLAGS are ok for TotalView modules
configure:35596: result: -tp k8-64 -fPIC
configure:35598: checking extra CFLAGS for TotalView modules
configure:35600: result: -g
configure:35821: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on baltic
config.status:866: creating Makefile
config.status:866: creating share/include/lam_build_info.h
config.status:866: creating config/Makefile
config.status:866: creating config/lam-shell-setup.sh
config.status:866: creating config/lam-shell-setup.csh
config.status:866: creating config/lam_module.tcl
config.status:866: creating doc/Makefile
config.status:866: creating doc/install/Makefile
config.status:866: creating doc/user/Makefile
config.status:866: creating etc/Makefile
config.status:866: creating examples/Makefile
config.status:866: creating examples/alltoall/Makefile
config.status:866: creating examples/cxx/Makefile
config.status:866: creating examples/fault/Makefile
config.status:866: creating examples/hello/Makefile
config.status:866: creating examples/mandelbrot/Makefile
config.status:866: creating examples/mandelbrot/myapp
config.status:866: creating examples/pi/Makefile
config.status:866: creating examples/ring/Makefile
config.status:866: creating examples/romio/Makefile
config.status:866: creating examples/topology/Makefile
config.status:866: creating examples/trivial/Makefile
config.status:866: creating examples/trivial/myapp
config.status:866: creating examples/wave1d/Makefile
config.status:866: creating examples/wave1d/myapp
config.status:866: creating man/Makefile
config.status:866: creating man/man1/Makefile
config.status:866: creating man/man2/Makefile
config.status:866: creating man/man3/Makefile
config.status:866: creating man/man5/Makefile
config.status:866: creating man/man7/Makefile
config.status:866: creating man/mans/Makefile
config.status:866: creating otb/Makefile
config.status:866: creating otb/bfctl/Makefile
config.status:866: creating otb/bfstate/Makefile
config.status:866: creating otb/doom/Makefile
config.status:866: creating otb/fctl/Makefile
config.status:866: creating otb/filedr/Makefile
config.status:866: creating otb/fstate/Makefile
config.status:866: creating otb/ipcdr/Makefile
config.status:866: creating otb/kdump/Makefile
config.status:866: creating otb/lamclean/Makefile
config.status:866: creating otb/lamexec/Makefile
config.status:866: creating otb/lamhalt/Makefile
config.status:866: creating otb/lamgrow/Makefile
config.status:866: creating otb/lamnodes/Makefile
config.status:866: creating otb/lamshrink/Makefile
config.status:866: creating otb/lamtrace/Makefile
config.status:866: creating otb/loadgo/Makefile
config.status:866: creating otb/mpimsg/Makefile
config.status:866: creating otb/mpirun/Makefile
config.status:866: creating otb/mpitask/Makefile
config.status:866: creating otb/state/Makefile
config.status:866: creating otb/sys/Makefile
config.status:866: creating otb/sys/bforward/Makefile
config.status:866: creating otb/sys/bufferd/Makefile
config.status:866: creating otb/sys/dli_inet/Makefile
config.status:866: creating otb/sys/dlo_inet/Makefile
config.status:866: creating otb/sys/echod/Makefile
config.status:866: creating otb/sys/filed/Makefile
config.status:866: creating otb/sys/flatd/Makefile
config.status:866: creating otb/sys/iod/Makefile
config.status:866: creating otb/sys/haltd/Makefile
config.status:866: creating otb/sys/kenyad/Makefile
config.status:866: creating otb/sys/kernel/Makefile
config.status:866: creating otb/sys/loadd/Makefile
config.status:866: creating otb/sys/router/Makefile
config.status:866: creating otb/sys/traced/Makefile
config.status:866: creating otb/sys/versiond/Makefile
config.status:866: creating otb/sys/lamd/Makefile
config.status:866: creating otb/sys/impid/Makefile
config.status:866: creating otb/tping/Makefile
config.status:866: creating share/Makefile
config.status:866: creating share/args/Makefile
config.status:866: creating share/boot/Makefile
config.status:866: creating share/etc/Makefile
config.status:866: creating share/freq/Makefile
config.status:866: creating share/impi/Makefile
config.status:866: creating share/kreq/Makefile
config.status:866: creating share/include/Makefile
config.status:866: creating share/include/mpif.h
config.status:866: creating share/include/patchlevel.h
config.status:866: creating share/include/mpi2cxx/Makefile
config.status:866: creating share/mpi/Makefile
config.status:866: creating share/mpi/cxx/Makefile
config.status:866: creating share/mpi/f77/Makefile
config.status:866: creating share/mpi/totalview/Makefile
config.status:866: creating share/nreq/Makefile
config.status:866: creating share/pmpi/Makefile
config.status:866: creating share/pmpi/f77/Makefile
config.status:866: creating share/rreq/Makefile
config.status:866: creating share/ssi/Makefile
config.status:866: creating share/ssi/base/Makefile
config.status:866: creating share/ssi/include/Makefile
config.status:866: creating share/ssi/rpi/Makefile
config.status:866: creating share/ssi/rpi/base/Makefile
config.status:866: creating share/ssi/boot/Makefile
config.status:866: creating share/ssi/boot/base/Makefile
config.status:866: creating share/ssi/coll/Makefile
config.status:866: creating share/ssi/coll/base/Makefile
config.status:866: creating share/ssi/crlam/Makefile
config.status:866: creating share/ssi/crlam/base/Makefile
config.status:866: creating share/ssi/crmpi/Makefile
config.status:866: creating share/ssi/crmpi/base/Makefile
config.status:866: creating share/threads/Makefile
config.status:866: creating share/trillium/Makefile
config.status:866: creating share/tstdio/Makefile
config.status:866: creating tools/Makefile
config.status:866: creating tools/hboot/Makefile
config.status:866: creating tools/lamboot/Makefile
config.status:866: creating tools/laminfo/Makefile
config.status:866: creating tools/mpiexec/Makefile
config.status:866: creating tools/recon/Makefile
config.status:866: creating tools/tkill/Makefile
config.status:866: creating tools/wipe/Makefile
config.status:866: creating tools/wrappers/Makefile
config.status:866: creating romio/util/lam-configure-values
config.status:1792: creating share/include/lam_config.h
config.status:2377: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=no
ac_cv_cxx_compiler_gnu=no
ac_cv_env_CC_set=set
ac_cv_env_CC_value=pgcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-tp k8-64 -fPIC'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-tp k8-64 -fPIC'
ac_cv_env_CXXLDFLAGS_set=
ac_cv_env_CXXLDFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=pgCC
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FC_set=set
ac_cv_env_FC_value=pgf90
ac_cv_env_FFLAGS_set=set
ac_cv_env_FFLAGS_value='-tp k8-64 -mcmodel=medium -fPIC'
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-tp k8-64 -fPIC'
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_func_atexit=yes
ac_cv_func_atoll=yes
ac_cv_func_getcwd=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_openpty=yes
ac_cv_func_sched_yield=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_strtoll=yes
ac_cv_func_yield=no
ac_cv_have_decl___va_copy=no
ac_cv_have_decl_va_copy=yes
ac_cv_have_decl_vscanf=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_map=yes
ac_cv_header_memory_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_pty_h=yes
ac_cv_header_rpc_types_h=yes
ac_cv_header_rpc_xdr_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_stropts_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=no
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux-gnu
ac_cv_lib_aio_main=yes
ac_cv_lib_bproc_bproc_numnodes=no
ac_cv_lib_util_login=yes
ac_cv_objext=o
ac_cv_path_CP=/bin/cp
ac_cv_path_RM=/bin/rm
ac_cv_path_SHELL_CMD=/bin/sh
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='pgcc -E'
ac_cv_prog_CXXCPP='pgCC -E'
ac_cv_prog_F77=pgf90
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=pgcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.2.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=
lt_cv_path_MAGIC_CMD=/usr/bin/file
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGISTW][ABCDGISTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/mercator/src/lam-7.0.3-64/config/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/mercator/src/lam-7.0.3-64/config/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/mercator/src/lam-7.0.3-64/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/mercator/src/lam-7.0.3-64/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/mercator/src/lam-7.0.3-64/config/missing --run automake-1.7'
AWK='gawk'
CASE_SENSITIVE_FS_FALSE='#'
CASE_SENSITIVE_FS_TRUE=''
CC='pgcc'
CCDEPMODE='depmode=none'
CFLAGS='-O -tp k8-64 -fPIC '
CFLAGS_WITHOUT_OPTFLAGS=' -tp k8-64 -fPIC'
CLEANFILES='*~'
CP='/bin/cp'
CPP='pgcc -E'
CPPFLAGS='-I$(top_srcdir)/share/include -DLAM_BUILDING=1 -D_REENTRANT'
CXX='pgCC'
CXXCPP='pgCC -E'
CXXCPPFLAGS='-I$(top_srcdir)/share/include '
CXXDEPMODE='depmode=none'
CXXFLAGS='-O -tp k8-64 -fPIC '
CXXLDFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77='pgf90'
F77_BUILD_DIR='f77'
F77_LTPLIB='f77/liblamf77pmpi.la'
FC='pgf90'
FFLAGS='-O -tp k8-64 -mcmodel=medium -fPIC '
IMPID_DIR=''
IMPI_DIR=''
IMPI_LIB=''
IMPI_OBJS=''
IMPI_SERVER=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LAM_ALPHA_VERSION='0'
LAM_BETA_VERSION='0'
LAM_CONFIGURE_DATE='Tue Jun 22 10:02:16 GMT 2004'
LAM_CONFIGURE_HOST='baltic'
LAM_CONFIGURE_USER='mercator'
LAM_CVS_VERSION='0'
LAM_CXX_TEMPLATE_REPOSITORY=' *.ti *.ii '
LAM_MAJOR_VERSION='7'
LAM_MINOR_VERSION='0'
LAM_RELEASE_VERSION='3'
LAM_SSI_boot_LTLIBS='tm/liblam_ssi_boot_tm.la rsh/liblam_ssi_boot_rsh.la globus/liblam_ssi_boot_globus.la '
LAM_SSI_boot_SUBDIRS='globus rsh tm'
LAM_SSI_coll_LTLIBS='smp/liblam_ssi_coll_smp.la lam_basic/liblam_ssi_coll_lam_basic.la '
LAM_SSI_coll_SUBDIRS='lam_basic smp'
LAM_SSI_crlam_LTLIBS=''
LAM_SSI_crlam_SUBDIRS=''
LAM_SSI_crmpi_LTLIBS=''
LAM_SSI_crmpi_SUBDIRS=''
LAM_SSI_rpi_LTLIBS='usysv/liblam_ssi_rpi_usysv.la tcp/liblam_ssi_rpi_tcp.la sysv/liblam_ssi_rpi_sysv.la lamd/liblam_ssi_rpi_lamd.la crtcp/liblam_ssi_rpi_crtcp.la '
LAM_SSI_rpi_SUBDIRS='crtcp lamd sysv tcp usysv'
LAM_TOP_BUILDDIR='/home/mercator/src/lam-7.0.3-64'
LAM_VERSION='7.0.3'
LAM_WANT_INSTALL_MPIEXEC_FALSE='#'
LAM_WANT_INSTALL_MPIEXEC_TRUE=''
LDFLAGS='-tp k8-64 -fPIC '
LIBLAM_EXTRA_LDFLAGS=''
LIBLAM_EXTRA_LIBS=' -lutil -lpthread'
LIBMPI_EXTRA_LDFLAGS=''
LIBMPI_EXTRA_LIBS=' -laio'
LIBOBJS=''
LIBS=' -lpthread'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/mercator/src/lam-7.0.3-64/config/missing --run makeinfo'
OBJEXT='o'
PACKAGE='lam'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RM='/bin/rm'
ROMIO_ARCH_FLAGS=''
ROMIO_USER_FLAGS=''
SET_MAKE=''
SHELL='/bin/sh'
SHELL_CMD='/bin/sh'
STRIP='strip'
TOTALVIEW_DEBUG_FLAGS='-g'
TOTALVIEW_DLL_DIR=''
VERSION='7.0.3'
WANT_CPPFILE_FALSE=''
WANT_CPPFILE_TRUE='#'
WANT_FORTRAN_FALSE='#'
WANT_FORTRAN_TRUE=''
WANT_IMPI_BUILD_FALSE=''
WANT_IMPI_BUILD_TRUE='#'
WANT_MPI2CPP_FALSE='#'
WANT_MPI2CPP_TRUE=''
WANT_MPI_STUBS_FALSE=''
WANT_MPI_STUBS_TRUE='#'
WANT_PREFIX_MEMCPY_FALSE='#'
WANT_PREFIX_MEMCPY_TRUE=''
WANT_PROFILE_BUILD_FALSE='#'
WANT_PROFILE_BUILD_TRUE=''
WANT_ROMIO_FALSE='#'
WANT_ROMIO_TRUE=''
WANT_TRILLIUM_INSTALL_FALSE=''
WANT_TRILLIUM_INSTALL_TRUE='#'
WRAPPER_EXTRA_CFLAGS='-D_REENTRANT'
WRAPPER_EXTRA_CXXFLAGS='-D_REENTRANT'
WRAPPER_EXTRA_FFLAGS=''
WRAPPER_EXTRA_LDFLAGS=''
WRAPPER_EXTRA_LIBS=' -laio -lutil -lpthread'
ac_ct_AR='ar'
ac_ct_CC='pgcc'
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_prefix_program=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/mercator/src/lam-7.0.3-64/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/home/mercator/versions64/lam/lam-7.0.3-pgcc64'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_DLFCN_H 1
#define HAVE_GRP_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBAIO 1
#define HAVE_MEMORY_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_PTY_H 1
#define HAVE_RPC_TYPES_H 1
#define HAVE_RPC_XDR_H 1
#define HAVE_SCHED_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STROPTS_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define LAM_ALIGNMENT_CHAR 1
#define LAM_ALIGNMENT_CXX_BOOL 1
#define LAM_ALIGNMENT_CXX_INT 4
#define LAM_ALIGNMENT_DOUBLE 8
#define LAM_ALIGNMENT_FLOAT 4
#define LAM_ALIGNMENT_FORTRAN_COMPLEX 4
#define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 8
#define LAM_ALIGNMENT_FORTRAN_DBLPREC 8
#define LAM_ALIGNMENT_FORTRAN_INT 4
#define LAM_ALIGNMENT_FORTRAN_REAL 4
#define LAM_ALIGNMENT_INT 4
#define LAM_ALIGNMENT_LONG 8
#define LAM_ALIGNMENT_LONG_DOUBLE 8
#define LAM_ALIGNMENT_LONG_LONG 8
#define LAM_ALIGNMENT_SHORT 2
#define LAM_ALIGNMENT_VOID_P 8
#define LAM_ALIGNMENT_WCHAR 4
#define LAM_ALPHA_VERSION 0
#define LAM_ARCH "x86_64-unknown-linux-gnu"
#define LAM_BETA_VERSION 0
#define LAM_CC "pgcc"
#define LAM_CONFIG_FORCE_PROTOS 0
#define LAM_CVS_VERSION 0
#define LAM_CXX "pgCC"
#define LAM_CXX_BOOL 1
#define LAM_CXX_BOOL_TYPE unsigned char
#define LAM_CXX_NOTHROW_NEW 1
#define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
#define LAM_CXX_STL 1
#define LAM_CXX_TRUE_FALSE 1
#define LAM_DEPENDENCY_PREFIX "/home/mercator/versions64/lam/lam-7.0.3-pgcc64"
#define LAM_DISINFECT 0
#define LAM_F77 "pgf90"
#define LAM_FD_SETSIZE 0
#define LAM_FLIBPATH "-L"
#define LAM_FORTRANCAPS 0
#define LAM_FORTRANDOUBLEUNDERSCORE 0
#define LAM_FORTRANNOUNDERSCORE 0
#define LAM_FORTRANUNDERSCORE 1
#define LAM_HAVE_ATEXIT 1
#define LAM_HAVE_ATOLL 1
#define LAM_HAVE_BPROC 0
#define LAM_HAVE_BSD43_FD_PASSING 0
#define LAM_HAVE_BSD_PTYS 1
#define LAM_HAVE_FD_PASSING 1
#define LAM_HAVE_FIONBIO 0
#define LAM_HAVE_GETCWD 1
#define LAM_HAVE_OPENPTY 1
#define LAM_HAVE_POSIX_1G_FD_PASSING 0
#define LAM_HAVE_POSIX_THREADS 1
#define LAM_HAVE_PROTO_gethostname 1
#define LAM_HAVE_PROTO_snprintf 1
#define LAM_HAVE_RFC2292_FD_PASSING 1
#define LAM_HAVE_SA_LEN 0
#define LAM_HAVE_SA_RESTART 1
#define LAM_HAVE_SCHED_YIELD 1
#define LAM_HAVE_SNPRINTF 1
#define LAM_HAVE_SOLARIS_THREADS 0
#define LAM_HAVE_STRTOLL 1
#define LAM_HAVE_SVR4_FD_PASSING 0
#define LAM_HAVE_SYSV_PTYS 1
#define LAM_HAVE_SYSV_SEMAPHORES 1
#define LAM_HAVE_SYSV_SHMEM 1
#define LAM_HAVE_TV_QUEUE_DLL 0
#define LAM_HAVE_UNDERSCORE_VA_COPY 0
#define LAM_HAVE_UNION_SEMUN 0
#define LAM_HAVE_VA_COPY 1
#define LAM_HAVE_VSCANF 0
#define LAM_HAVE_YIELD 0
#define LAM_HAVE_float4 0
#define LAM_HAVE_float8 0
#define LAM_HAVE_int2 0
#define LAM_HAVE_int4 0
#define LAM_HAVE_int8 0
#define LAM_HAVE_uint2 0
#define LAM_HAVE_uint4 0
#define LAM_HAVE_uint8 0
#define LAM_MAJOR_VERSION 7
#define LAM_MINOR_VERSION 0
#define LAM_RECVFROM_LEN_T socklen_t
#define LAM_RELEASE_VERSION 3
#define LAM_RM "/bin/rm -f"
#define LAM_SIGUSR SIGUSR2
#define LAM_SIZEOF_CHAR 1
#define LAM_SIZEOF_CXX_BOOL 1
#define LAM_SIZEOF_CXX_INT 4
#define LAM_SIZEOF_DOUBLE 8
#define LAM_SIZEOF_FLOAT 4
#define LAM_SIZEOF_FORTRAN_COMPLEX 8
#define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
#define LAM_SIZEOF_FORTRAN_DBLPREC 8
#define LAM_SIZEOF_FORTRAN_INT 4
#define LAM_SIZEOF_FORTRAN_REAL 4
#define LAM_SIZEOF_INT 4
#define LAM_SIZEOF_LONG 8
#define LAM_SIZEOF_LONG_DOUBLE 8
#define LAM_SIZEOF_LONG_LONG 8
#define LAM_SIZEOF_SHORT 2
#define LAM_SIZEOF_VOID_P 8
#define LAM_SIZEOF_WCHAR 4
#define LAM_SOCK_OPTLEN_T socklen_t
#define LAM_STAT_MEMBERS_INT4 0
#define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
#define LAM_TO_BOOT 60
#define LAM_TO_DLO_ACK 500000
#define LAM_TO_DLO_IDLE 120
#define LAM_USE_SELECT_YIELD 0
#define LAM_VERSION "7.0.3"
#define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
#define LAM_WANT_CPPFILE 0
#define LAM_WANT_DEBUG 0
#define LAM_WANT_FORTRAN 1
#define LAM_WANT_IMPI 0
#define LAM_WANT_MPI2CPP 1
#define LAM_WANT_MPI_STUBS 0
#define LAM_WANT_PREFIX_MEMCPY 1
#define LAM_WANT_PROFILE 1
#define LAM_WANT_ROMIO 1
#define LAM_WANT_TRILLIUM_INSTALL 0
#define LIBLAM_EXTRA_LDFLAGS ""
#define LIBLAM_EXTRA_LIBS " -lutil -lpthread"
#define LIBMPI_EXTRA_LDFLAGS ""
#define LIBMPI_EXTRA_LIBS " -laio"
#define MPI2CPP_ATTR long
#define MPI2CPP_BSD_SIGNAL 0
#define MPI2CPP_SIZEOF_BOOL_T 1
#define MPI2CPP_SIZEOF_INT 4
#define MPI2CPP_SYSV_SIGNAL 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define WRAPPER_EXTRA_CFLAGS "-D_REENTRANT"
#define WRAPPER_EXTRA_CXXFLAGS "-D_REENTRANT"
#define WRAPPER_EXTRA_FFLAGS ""
#define WRAPPER_EXTRA_LDFLAGS ""
#define WRAPPER_EXTRA_LIBS " -laio -lutil -lpthread"
#endif
#ifdef __cplusplus
#include <stdlib.h>
configure: exit 0
|