Mag,
When I look at the last line of output in your build process, I don't see a
-L/<path-to-mpich>/lib -lmpich -lfmpich , and all the unknown symbols are
from the mpi library, even though you have mpich installed, it doesn't look
like you are linking to it:
buildstamp.o flash_release.o buildstats.o flashModules.o -L/usr/local/lib
-lhdf5 -lz
flash.o(.text+0x1d): In function `main':
: undefined reference to `mpi_wtime_'
You should also have a -L/<path-to-mpich> -lmpich -lfmpich after the hdf5
and zlib libraries above. At any rate the undefined symbol errors are
definitely because the linker is not finding the mpich library, and fromt he
output you sent me it looks like its not there. Let me know if it is but was
just missing from the output you sent to the list.
Thanks
--Brad
Malgorzata Selwa wrote:
> Hi,
>
> > It looks like you are not linking to an mpi library. Do you have mpich
> > installed?
>
> I have mpich and it is correcly installed. Makefile is also good.
>
> I do not understand why it works with Red Hat 7.*, Slackware 8.1 and does
> not work with Red Hat 9.0 or Slackware 9.0 with the same installation of
> HDF, MPI and FLASH.
>
> What is wrong?
>
> Regards,
>
> Mag
-- Brad Gallagher ASCI Flash Center jbgallag@flash.uchicago.eduReceived on Tue Sep 2 19:40:04 2003
This archive was generated by hypermail 2.1.8 : Thu Aug 31 2006 - 21:20:48 CDT