[Beowulf] Error with mpif90
john.brookes at quadrics.com
john.brookes at quadrics.com
Fri Nov 26 03:29:27 PST 2004
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
>
More information about the Beowulf
mailing list