Mail Archives: djgpp/2000/02/07/22:35:15
Newsgroups: | comp.os.msdos.djgpp
|
From: | fanzhang AT eecg DOT toronto DOT edu (Fan Zhang)
|
Subject: | MPI lib with g77
|
X-Nntp-Posting-Host: | nmos.eecg.toronto.edu
|
Message-ID: | <389F82B9.98AA9059@eecg.toronto.edu>
|
Organization: | eecg
|
X-Accept-Language: | en
|
Date: | 8 Feb 2000 02:44:06 GMT
|
MIME-Version: | 1.0
|
X-Mailer: | Mozilla 4.7 [en] (WinNT; I)
|
Lines: | 15
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
Hi,
I'm trying to compile a bunch of Fortran programs using MPI with g77.
But it turns out that after g77 compiled, the MPI functions in the
object files change it's name to lower case. Then, when I link those
object files with the MPI library ( in which most of the functions have
the name like MPI_xxxx ), it gives me the error that those functions
were undefined.
I'm using Windows NT with V2 of DJGPP.
Any help is appreciated.
Fan
- Raw text -