Hi,
My LAM/MPI was compiled with the following flags:
./configure --prefix=/HOME02/snc/snc0602/lam7 --enable-shared --with-modules
--with-trillium --with-rsh=ssh --with-fc=gfortran --with-boot-tm=/opt/torque
--disable-static
Then I added:
export PATH=/HOME02/snc/snc0602/lam7/bin:$PATH
export LD_LIBRARY_PATH=/HOME02/snc/snc0602/lam7/lib:$LD_LIBRARY_PATH
to .bashrc
Then I tried to run the following commands:
qsub -I -l nodes=4:ppn=1 -l walltime=1:00:00
cat $PBS_NODEFILE >> $PBS_O_WORKDIR/lam-bhost.def
cd $PBS_O_WORKDIR
lamboot -v lam.def
The following error message was returned:
LAM 7.1.4/MPI 2 C++/ROMIO - Indiana University
n-1<2543> ssi:boot:base:linear_windowed: booting n0 (opto009)
mkdir: No such file or directory
n-1<2543> ssi:boot:base:linear_windowed: booting n1 (opto008)
mkdir: No such file or directory
chdir failed!: No such file or directory
mkdir: No such file or directory
mkdir: No such file or directory
chdir failed!: No such file or directory
However, if I don't use qsub but ssh into that node and run lamboot, no
error message was returned. Can anybody help me in this?
Thanks!
Cheers,
Yan
|