...
http://acesgrid.org/getting_started.html
Wiki Markup |
---|
Some of the information might be old. For example, there are not currently office hours and you should just email \[greg\] if you need help with something specific. If you sign up for the aces-support list, you will get some emails (although I imagine very infrequently) about this. |
I'll just summarize a few things I am aware of.
...
The website has some examples of how to submit a job. Try to follow their examples.
From the login (head) node, you can find out about the queue system with the command:
qstat -q
And from the login (head) node, you can find out about the qsub command-line options and what they mean with (if you do this from an interactive node you will get a different manual):
man qsub
Note: You can not qsub when you are logged into an interactive node (qubert), it says "qsub: command not found". Instead, qsub from the headnode head node upon logging in.
This script ran on aces by qsubbing the file below like this:
qsub multiple_scripts1-10
...