Fortran 90 and BeoMPI
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.
Toon Moene toon at moene.indiv.nluug.nlWed Mar 14 12:09:11 PST 2001
- Previous message: Fortran 90 and BeoMPI
- Next message: Switch configuration for channel bonding
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Martin Siegert wrote: ... > > mpi_heat.o(.data+0x30): undefined reference to `mpi_null_delete_fn_' > > mpi_heat.o(.data+0x34): undefined reference to `mpi_dup_fn_' > The problem is g77 and libraries built to work with g77: > g77 has the "unfortunate" (to put it mildly) property to append two > underscores to a function name Well, it doesn't *have* to. System integrators could just as well build the MPI libraries with g77 [other-options] -fno-second-underscore ... to prevent this effect. Of course, *then* they have to tell g77 users of their systems to _also_ use this option when compiling stuff that needed MPI libs. -- Toon Moene - mailto:toon at moene.indiv.nluug.nl - phoneto: +31 346 214290 Saturnushof 14, 3738 XG Maartensdijk, The Netherlands Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)
- Previous message: Fortran 90 and BeoMPI
- Next message: Switch configuration for channel bonding
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
