[Beowulf] Error with mpif90
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.
john.brookes at quadrics.com john.brookes at quadrics.comFri Nov 26 03:29:27 PST 2004
- Previous message: [Beowulf] 5 DAYS left until the deadline: WSEAS World Congress on FLUID MECHANICS and HEAT and MASS TRANSFER. Send us your Abstract now. Special Issue of IASME / WSEAS Transactions (participates in Science Citation Indexes)
- Next message: [Beowulf] Opteron performance
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I remember seeing something like this a while back. In that case, it was simply that someone was using an mpif90 script provided in a gnu-compiled distro of mpich. as gnu doesn't have a f90 compiler, the F90 variable in the script was left blank, meaning that was should've been: eval 'f90 <options>' was actually evaluated as: eval '<options>' check that you have correctly filled in the F90 variable in the mpif90 script. hth, John Brookes Quadrics T: +44 (0)117 9155526 F: +44 (0)117 9075395 E: johnb at quadrics.com W3: www.quadrics.com > -----Original Message----- > From: Michel Dierks [mailto:m.dierks at skynet.be] > Sent: 25 November 2004 00:41 > To: Beowulf at beowulf.org > Subject: Re: [Beowulf] Error with mpif90 > > > Mark Hahn wrote: > > >>[root at localhost Download]# /usr/local/mpich-1.2.5.2/bin/mpif90 -o > >>pingpong pingpong.F > >>/usr/local/mpich-1.2.5.2/bin/mpif90: line 332: eval: -c: > invalid option > >>eval: usage: eval [arg ...] > >> > >>Can anyone help me with this? > >> > >> > > > >adding the -v switch to mpif90 will show you more detail on > what it's doing. > > > > > > > > > > > Adding the -v switch give: > > [root at localhost Download]# /usr/local/mpich-1.2.5.2/bin/mpif90 -v -o > pingpong pingpong.F > mpif90 for 1.2.5 (release) of : 2003/01/13 16:21:53 > /usr/local/mpich-1.2.5.2/bin/mpif90: line 332: eval: -c: > invalid option > eval: usage: eval [arg ...] > > ?? > > _______________________________________________ > 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: [Beowulf] 5 DAYS left until the deadline: WSEAS World Congress on FLUID MECHANICS and HEAT and MASS TRANSFER. Send us your Abstract now. Special Issue of IASME / WSEAS Transactions (participates in Science Citation Indexes)
- Next message: [Beowulf] Opteron performance
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
