File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def cluster
2626 end
2727
2828 def available_versions
29- [ '2020' , '2022' ]
29+ [ '2020' , '2022' , '2023' ]
3030 end
3131
3232 def job_name
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ echo "starting at $(date)"
5050module purge
5151# load the singularity and ACCAD modules and record the loaded module list
5252module use /usr/local/share/lmodfiles/project/osc
53- module load singularity/current
5453module load ruby
5554
5655< %
@@ -89,7 +88,8 @@ END_FRAMES=(shift <%= task_end_frames.join(' ')%>)
8988export TASK_START_FRAME=${START_FRAMES[$SLURM_ARRAY_TASK_ID]}
9089export TASK_END_FRAME=${END_FRAMES[$SLURM_ARRAY_TASK_ID]}
9190
92- CMD=(singularity exec -B $BIND_DIRS $MAYA_IMG Render)
91+ ulimit -c 0
92+ CMD=(apptainer exec -B $BIND_DIRS $MAYA_IMG Render)
9393CMD+=(-r $RENDERER $SKIP_EXISTING ${EXTRA_ARGS} -proj $PRJ_DIR -s $TASK_START_FRAME -e $TASK_END_FRAME )
9494
9595echo " executing: ${CMD[@]} <%= Shellwords.escape(file) %>"
You can’t perform that action at this time.
0 commit comments