using mpich 1.2.2.2 with ifc
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Jaco Schieke schieke at cae.wisc.eduMon Oct 22 12:22:58 PDT 2001
- Previous message: Core files under mpich, p4 device
- Next message: using mpich 1.2.2.2 with ifc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This looks like a name mangling problem. See if there are any references in the ifc to underscores and how it handles name mangling. I suspect that your mpich was compiled using g77, which might add a different number of underscores (probably 2?) in the lib files. Hope this helps - sorry - I do not have access to ifc. Jaco Schieke Research Assistant Dept. of Chemical Engineering Univ. of Wisconsin Madison ----- Original Message ----- From: "Eduardo Melione Abreu" <melione at carcara.lncc.br> To: <beowulf at beowulf.org> Sent: Monday, October 22, 2001 1:31 PM Subject: using mpich 1.2.2.2 with ifc > Hello, > > I'm having a problem to compile a fortran 90 code with mpich > libraries. My compiler is Intel Fortran 90 for linux (ifc), kernel 2.2 > and the version of mpich is 1.2.2.2 > > After configure and make mpif90, it doesn't work. > > -------------------------------------------------------------------------- > > ~> mpif90 all2all.f90 -L/local/tmp/mpich-1.2.2.2/lib/ -lfmpich -lmpich -lmpichf90 -lmpichf90nc -lmpichfsup > > program ALLTOALL > > integer*8 MPI_DISPLACEMENT_CURRENT > ^ > Warning 2 at (248:/local/tmp/mpich-1.2.2.2/include/mpif.h): Type size > specifiers are an extension to standard Fortran 95 > > 285 Lines Compiled all2all.o: > In function `main': > all2all.o(.text+0x2c): undefined reference to `mpi_init_' > all2all.o(.text+0x48): undefined reference to `mpi_comm_size_' > all2all.o(.text+0x64): undefined reference to `mpi_comm_rank_' > all2all.o(.text+0x1df): undefined reference to `mpi_alltoall_' > all2all.o(.text+0x26c): undefined reference to `mpi_finalize_' > > --------------------------------------------------------------------------------- > and no executable is created. > --------------------------------------------------------------------------------- > > Do you have any idea about what can be wrong? > Any environment variable could be incorrect? > What is the steps to configure mpich 1.2.2.2 with ifc? > > Thanks, > > Eduardo Melione. > > > _______________________________________________ > Beowulf mailing list, Beowulf at beowulf.org > To change your subscription (digest mode or unsubscribe) visit http://www.beowulf.org/mailman/listinfo/beowulf > _______________________________________________ Beowulf mailing list, Beowulf at beowulf.org To change your subscription (digest mode or unsubscribe) visit http://www.beowulf.org/mailman/listinfo/beowulf
- Previous message: Core files under mpich, p4 device
- Next message: using mpich 1.2.2.2 with ifc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
