A demo of using the Cycles-utils Python package CyclesRunner module to run Cycles simulations on the Penn State Roar cluster.
This repository contains a Cycles v1.5.20 executable, and requires Cycles-utils v4.0.2.
You can refer to the Cycles User Reference Guide Cycles on Roar section for instructions on how to install the Cycles-utils package on Roar.
You can either do
./submit_cycles.jobto run the demo interactively, or submit the job by doing
sbatch ./submit_cycles.jobNote that you will need to edit the submit_cycles.job to put in your own email address.
You can also change the number of nodes requested (nodes), number of cores (ntasks), maximum wall time (time), and minimum memory required per CPU (mem-per-cpu).