Re: [Beowulf] Using LSF

2008-02-23 Thread bala
On 2/21/08, Mark Hahn <[EMAIL PROTECTED]> wrote: > > > submit the jobs through a job scheduler (LSF in this case). We used the > > machinefile option with mpirun to order the nodes on which the processes > has > > to be started. > > > > But i am not able to do this with the current setup where LSF

Re: [Beowulf] Using LSF

2008-02-20 Thread Mark Hahn
submit the jobs through a job scheduler (LSF in this case). We used the machinefile option with mpirun to order the nodes on which the processes has to be started. But i am not able to do this with the current setup where LSF is used for scheduling and SLURM for resource management. I have tried

[Beowulf] Using LSF

2008-02-20 Thread bala
Hi all, I am stuck with a problem related to LSF. I want to submit a MPI job with the critera the process with rank 1 should start on node2, rank 2 should start on node 4, rank 3 should start on node 1 and so on. This order is pretty much random. Accomplishing this was not a problem till we didn