A few hints:
- qsub will only submit scripts
- the script only runs on a single host of the allocated group
- the script is responsible for launching on the rest of the nodes (via mpirun, mpd, etc.)
- an environment is created around the script to help (e.g. use $PBS_NODEFILE)
- specify nodes and procs per node "-l nodes=X:ppn=X"
- script must be final qsub argument
- use -I (instead of script) to run interactively... gets you shell on launch host. Go see env your script will see and experiment.
- `man qsub` (gives you much of this)


Jeremy

At 06:52 AM 3/1/2004, seid mehdi bostandoust nik wrote:
Hi
I need to submit a xhpl package(parallel linpack
benchmark) on the oscar cluster that I work with.
I want to run xhpl on 8 node.
How can I submit it?
I wonder if sb help me.

bye

__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools


------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users



------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to