On Wed, 6 Dec 2006, Ryan Thompson wrote:
> Hi Anthony, > > I made some progress, however, I still get the same trace_API.h > error, although I'm not certain if it is important. trace_sample is a sample TRACE-API implementation for SLOG2, e.g. for people who write their own trace and to generate their own SLOG2 files. trace_rlog is MPICH2's internal logging format (standalone MPE does not distinguish which MPI implementation you are using). If you don't need them, add --disable-rlog and --disable-sample to your configure command. > It appears that the binaries are built regardless and the > installcheck-all appears to pass on all tests. I don't see any errors in any of the output files that you sent me. Everything appears to finish successfully. Did you pipe both standard output and standard error to the files ? > > As requested, I've attached a gzip'd tarball of my configure, make, > make install, & make installcheck-all. > > Also, here are my configure arguments, as they appear in my 'do- > configure' shell script... > > # MPE do.sh > > JAVA="/opt/sun-jdk-1.5.0.08" > MPERUN="/opt/openmpi/bin/mpiexec -n 4" > > ./configure --prefix=/opt/openmpi \ > --enable-logging=yes \ > --disable-f77 \ > --enable-slog2=build \ > --enable-collchk=no \ > --enable-graphics=no \ > --with-mpicc="/opt/openmpi/bin/mpicc" \ > --with-mpiinc="-I/opt/openmpi/include" \ > --with-mpilibs="-L/opt/openmpi/lib" \ > --with-java=$JAVA A.Chan