File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def cluster
26
26
end
27
27
28
28
def available_versions
29
- [ '2020' , '2022' ]
29
+ [ '2020' , '2022' , '2023' ]
30
30
end
31
31
32
32
def job_name
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ echo "starting at $(date)"
50
50
module purge
51
51
# load the singularity and ACCAD modules and record the loaded module list
52
52
module use /usr/local/share/lmodfiles/project/osc
53
- module load singularity/current
54
53
module load ruby
55
54
56
55
< %
@@ -89,7 +88,8 @@ END_FRAMES=(shift <%= task_end_frames.join(' ')%>)
89
88
export TASK_START_FRAME=${START_FRAMES[$SLURM_ARRAY_TASK_ID]}
90
89
export TASK_END_FRAME=${END_FRAMES[$SLURM_ARRAY_TASK_ID]}
91
90
92
- CMD=(singularity exec -B $BIND_DIRS $MAYA_IMG Render)
91
+ ulimit -c 0
92
+ CMD=(apptainer exec -B $BIND_DIRS $MAYA_IMG Render)
93
93
CMD+=(-r $RENDERER $SKIP_EXISTING ${EXTRA_ARGS} -proj $PRJ_DIR -s $TASK_START_FRAME -e $TASK_END_FRAME )
94
94
95
95
echo " executing: ${CMD[@]} <%= Shellwords.escape(file) %>"
You can’t perform that action at this time.
0 commit comments