From: Daniel G. <dg...@cp...> - 2005-11-14 16:51:45
|
Hi Patrice, I use bjs, which is the batch scheduler that comes with cm5. I use version 1.6. It is pretty simple minded, but it works quite well. The only issue with it - and it may not be an issue for you at all - is that the batch system gives you nodes, rather than processors. In other words, if your nodes are dual-cpu you need to run 2 processes on the node in order to take advantage of the machine. We do this for serial jobs by submitting 2 processes in the script that the user submits to bjs. For mpi codes this is not a problem at all - you simply tell mpirun to pack the processes on the nodes (you need to use the mpirun that is supplied with clustermatic, since it is the only one that is bproc-aware). It would be really nice if someone went through the trouble of porting SGE or OpenPBS or something else to bproc, but in the meantime bjs does the job. Regards, Daniel On Mon, Nov 14, 2005 at 11:18:59AM +0100, patrice descourt wrote: > Hello > > I use Clustermatic 5 right now on a 16 diskless nodes cluster and look > for a good Queueing and Batch job submission system to run with > Clustermatic 5 > > Does anyone know one ? > > Thx a lot > > P.Descourt > > U650 INSERM, > Laboratoire de Traitement d'Information Medicale (LaTIM), > Equipe 'Quantification en Tomographie d'Emission', > CHU Morvan, > 5 avenue Foch, > 29609 Brest, France > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > BProc-users mailing list > BPr...@li... > https://lists.sourceforge.net/lists/listinfo/bproc-users -- Dr. Daniel Gruner dg...@ch... Dept. of Chemistry dan...@ut... University of Toronto phone: (416)-978-8689 80 St. George Street fax: (416)-978-5325 Toronto, ON M5S 3H6, Canada finger for PGP public key |