I am using a very busy cluster with PBS/Maui and its friends and submitted a job about 2 hours ago. Now I noticed that there's a mistake in the command line of my program, so I need to change the job script (just my program's options, none of the #PBS lines).
As I mentioned, the cluster is quite busy, so I'd like to avoid deleting the job and resubmitting (there are already 150 jobs after mine in the queue).
I'd like to know if the job script is "cached" somehow by the queueing system at submission time (with qsub) or if the job script is read from disk at execution time.
Thanks!