Well, it's a workaround, but you can export specific environment variables
on the fly to a PBS script with a call like:
qsub -N Model1 script.pbs -v MODELNUM=1
qsub -N Model2 script.pbs -v MODELNUM=2
qsub -N Model3 script.pbs -v MODELNUM=3

and then inside the PBS script just call $MODELNUM. It's kind of a hack, but
I'm using perl to write the script and submit the jobs, so it's not too bad.
Ever helpful,
Mix

Brian E. Williams
Software Developer and Systems Administrator
Quantum Leap Innovations
(302)894-8036               [EMAIL PROTECTED]
http://copland.udel.edu/~brianw


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Oscar-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to