From: Greg Ercolano <erco@(email surpressed)>
Subject: [Q+A] Are there any simple rush submit scripts in Python? Bash? Csh?
   Date: Tue, 01 Apr 2008 20:24:50 -0400
Msg# 1715
View Complete Thread (1 article) | All Threads
Last Next
> Are there any simple Python scripts for submitting rush jobs?
> We'd like to submit jobs using our own custom python scripts
> and would like to know how to start.

    Yes.. here are some simple rush submit/render scripts in..


    Python:
	http://www.seriss.com/rush-current/rush/rush-submit.html#Python-Simple
	http://www.seriss.com/rush-current/rush/rush-submit.html#Python-Irush

    Bash:
	http://www.seriss.com/rush-current/rush/rush-submit.html#Bourne-Simple
	http://www.seriss.com/rush-current/rush/rush-submit.html#Bourne-Irush

    Csh:
	http://www.seriss.com/rush-current/rush/rush-submit.html#Csh-Simple
	http://www.seriss.com/rush-current/rush/rush-submit.html#Csh-Irush

    C/C++:
	http://www.seriss.com/rush-current/rush/rush-submit.html#C-Simple
	http://www.seriss.com/rush-current/rush/rush-submit.html#C-Irush

    Perl:
	http://www.seriss.com/rush-current/rush/rush-submit.html#Perl-Simple
	http://www.seriss.com/rush-current/rush/rush-submit.html#Perl-Irush


    These are basically the same scripts functionally, just implemented
    in different languages. You might find comparing these scripts useful
    to learn one language by knowing the other.

    Keep in mind its up to you to set any needed environment variables
    that your render commands might need at the top of your script,
    or at very least, in the render section where it will be needed most.

Last Next