sun grid engine?

Philippe Blaise - GRENOBLE philippe.blaise at cea.fr
Thu Mar 27 09:04:33 PST 2003


Oh Oh... Tim it's very interesting (I'm a grid beginner).
The machines, what are they ? What I want under unix, linux, windows ?
And everything where I can get a telnet/ssh access and a mpich like installed
?

(If It's a local cluster I understand that SGE is no more than a good NQS).

Sorry If my question is a little bit naive.

Philippe

Tim Wait wrote:

> Philippe Blaise - GRENOBLE wrote:
> > Sorry but,
> > does anyone try to run a parallel MPI application under SGE ?
>
> Every day. SGE is no different in it's behaviour with
> parallel jobs than any other resource manager. Well, slightly
> different... syntatically mostly.
>
> ie, here's a sample job script:
>
> #!/bin/sh
> #$ -N myjob
> #$ -S /bin/csh
> #$ -o job.out
> #$ -e job.err
> #$ -cwd
> #
> #$ -pe mpi 8
> #
> # This is to reformat the hostfile into something MPICH and ScaMPI can use.
> #
> /home/sge/mpi/startmpi.sh $PE_HOSTFILE
>
> # Launch the job
>
> mpirun -np $NSLOTS -machinefile $TMPDIR/machines ./myjob






More information about the Beowulf mailing list