gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gluster-devel] Problem with interaction between PBS-Torque and Mpich2


From: David A Gonzalez Marquez
Subject: [Gluster-devel] Problem with interaction between PBS-Torque and Mpich2
Date: Fri, 7 Mar 2008 13:25:32 -0200 (ARST)

Hello,

I install Torque and Mpich2 on a cluster. I can run
jobs using Mpich2. Before run a job, I up the demons
(Mpd) in all the machines (mpdboot), and run the job.

The problem is, that I can not do the same using
Torque, because when I run more than one job in the
queue, any jobs dies.

I think that the mpd deamon kill the other mpd deamon.

I am using the next script to run on the queue:

-------------------------

#PBS -l nodes=3
#PBS -j eo
#PBS -m bae
#PBS -M address@hidden
#PBS -V

NP=$(wc -l $PBS_NODEFILE | awk '{print $1}')

echo "nodes ($NP cpu total):"
sort $PBS_NODEFILE | uniq
echo

cd $PBS_O_WORKDIR

cat $PBS_NODEFILE > mpd.hosts

mpdboot -n $NP

mpirun -machinefile $PBS_NODEFILE -np $NP
$PBS_O_WORKDIR/IMB_3.0/src/IMB-MPI1

mpdallexit

exit 0

-------------------------

A lot of tanks!

David.

__________________________________________________

"quien dice muchos, dice infinito..."


      Tarjeta de crédito Yahoo! de Banco Supervielle.
Solicitá tu nueva Tarjeta de crédito. De tu PC directo a tu casa. 
www.tuprimeratarjeta.com.ar 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]