Dear Jeff and another LAM users,
I installed LAM on HP-UX 10.20 succsesfully. NOw I try install ON HP Superdome (OS HP-UX 11.11). I did:
./configure --without-threads --with-rsh=rsh --with-rpi=usysv CC=cc FC=f90 F77=f90 CXX=aCC
I got (attach). If I change aCC on another (cpp) configure failed.
Sergey
No suffix list.
Making all in config
No suffix list.
Making all in doc
No suffix list.
Making all in install
Making all in user
No suffix list.
Making all in share
No suffix list.
Making all in include
No suffix list.
make all-recursive
No suffix list.
Making all in mpi2cxx
No suffix list.
No suffix list.
Making all in args
Making all in boot
Making all in etc
Making all in freq
Making all in kreq
Making all in impi
Making all in mpi
Making all in f77
Making all in cxx
source='win.cc' object='win.lo' libtool=yes \
depfile='.deps/win.Plo' tmpdepfile='.deps/win.TPlo' \
depmode=none /bin/sh ../../.././config/depcomp \
/bin/sh ../../../libtool --mode=compile aCC -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O -c -o win.lo `test -f 'win.cc' || echo './'`win.cc
aCC -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1 -O -c win.cc -o win.o
Error 112: "win.cc", line 20 # Include file <iostream> not found.
#include <iostream>
^^^^^^^^^^
Warning 749: "win.cc", line 77 # The cast from 'const MPI::Intracomm &' to 'PMPI::Intracomm &' is performed as a 'reinterpret_cast'. This operation is non-portable and potentially unsafe.
(PMPI::Intracomm&)comm);
^^^^^^^^^^^^^^^^^^
Warning 749: "win.cc", line 76 # The cast from 'const MPI::Info &' to 'PMPI::Info &' is performed as a 'reinterpret_cast'. This operation is non-portable and potentially unsafe.
disp_unit,(PMPI::Info&) info,
^^^^^^^^^^^^^
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
|