A Batch Connect app designed for OnDemand that launches blender with multi node rendering features within an cluster batch job.
This Batch Connect app requires the following software be installed on the compute nodes that the batch job is intended to run on (NOT the OnDemand node):
-
Use Git to clone this app and checkout the desired branch/version you want to use and place this wherever you store batch connect apps (
/var/www/ood/apps/sys
or~/ondemand/dev
):git clone <repo> cd <dir> git checkout <tag/branch>
-
Deploy code-server on your systems.
-
Update form.yml to use the correct cluster, and any other changes as necessary to form.yml or submit.yml that is appropriate for your cluster.
To update the app you would:
cd <dir>
git fetch
git checkout <tag/branch>
Again, you do not need to restart the app as it isn't a Passenger app.
- None.