sun grid engine?
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Philippe Blaise - GRENOBLE philippe.blaise at cea.frThu Mar 27 09:04:33 PST 2003
- Previous message: sun grid engine?
- Next message: sun grid engine?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: sun grid engine?
- Next message: sun grid engine?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
