(0) create script file which displays hostname of the machine. Name the file as "test"
#!/bin/sh
/bin/hostname
(1) submit job test to the pbs queue.
qsub -o test.out -e test.err test
(2) check result file
*Useful guide
http://www.teragrid.org/userinfo/jobs/pbs.php
Friday, January 11, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment