Jeff,
Thank you for your reply.
Following your comments, we set $TMPDIR to "." and the lamboot now works
okay.
A sample C program can be paralleled.(mpirun works okay.)
But mpif77 still does not work. The --with-fc=f77 option has been used in my
configure.
Would you please give me some comments?
Thank you very much.
Wei Zhang.
++++++++++++++++++++++++
A example as shows below:
-------------
mpif77 wave.f -o wave
Error: bad option: -pthread
mpif77: No such file or directory
-------------
Here is the laminfo:
LAM/MPI: 7.0
Prefix: /home/cfd/fds4.0
Architecture: i686-pc-linux-gnu
Configured by: cfd
Configured on: Tue Aug 26 11:15:40 EDT 2003
Configure host: master.cl.csefire.com
C bindings: yes
C++ bindings: yes
Fortran bindings: yes
C profiling: yes
C++ profiling: yes
Fortran profiling: yes
ROMIO support: yes
IMPI support: no
Debug support: no
Purify clean: no
SSI boot: globus (Module v0.5)
SSI boot: rsh (Module v1.0)
SSI coll: lam_basic (Module v7.0)
SSI coll: smp (Module v1.0)
SSI rpi: crtcp (Module v1.0)
SSI rpi: gm (Module v1.0)
SSI rpi: lamd (Module v7.0)
SSI rpi: sysv (Module v7.0)
SSI rpi: tcp (Module v7.0)
SSI rpi: usysv (Module v7.0)
--------------------------------------
----- Original Message -----
From: "Jeff Squyres" <jsquyres_at_[hidden]>
To: "General LAM/MPI mailing list" <lam_at_[hidden]>
Sent: Friday, August 22, 2003 8:15 PM
Subject: Re: LAM: LAM/MPI Error message from lamboot
> On Fri, 22 Aug 2003, wei zhang wrote:
>
> > (1) When I did lamboot my_host_file, I got the following error message.
>
> --------------------------------------------------------------------------
--
> > It seems that LAM was not able to remove a directory properly. This
should
> > not happen, and will probably require manual intervention on your part.
> > tkill was trying to remove the following directory:
> >
> > ./lam-cfd_at_[hidden]
> > [snipped]
>
> --------------------------------------------------------------------------
--
>
> This is an odd error, and suggests a higher-level problem. I'm concerned
> that it was unable to remove the directory, and I'm concerned that your
> session directory was created off ".".
>
> A few questions:
>
> - Do you have $TMPDIR set to "."?
> - Is "." a network-mounted filesystem?
> - Is `pwd` of "." available on all nodes that you're trying to run on?
>
> This is all with the big disclaimer assuming that you can't just remove
> this directory manually and run lamboot successfully. If you *can*
> manually remove the directory and run lamboot successfully, then this is
> all moot. :-)
>
> > (4) When I ran " mpirun C hello", I got following massage.
>
> --------------------------------------------------------------------------
--
> > It seems that there is no lamd running on the host master.xx.xxxxx.com.
> > [snipped]
>
> This is probably likely, given that lamboot failed.
|