From b5ade8a24e58d6d0934e832e3f31fc0573b4a50a Mon Sep 17 00:00:00 2001 From: Mark Palmeri Date: Sat, 18 Feb 2023 12:45:44 -0500 Subject: [PATCH] update run script to work on the DCC --- examples/compress_cube/run.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/compress_cube/run.py b/examples/compress_cube/run.py index bbb55337..2992874b 100644 --- a/examples/compress_cube/run.py +++ b/examples/compress_cube/run.py @@ -33,7 +33,9 @@ generate_loads(loadtype='disp', direction=2, amplitude=-0.1, top_face=(0, 0, 0, 0, 0, 1), lcid=1) -system('ls-dyna-d ncpu={} i={}'.format(NTASKS, DYNADECK)) +#system('ls-dyna-d ncpu={} i={}'.format(NTASKS, DYNADECK)) +system('singularity exec -p -B /work/krn/FEMTesting/CompressCubeScripts /opt/apps/staging/ls-dyna-singularity/ls-dyna.sif ls-dyna-d ncpu={} i={} memory = 600000000'.format(NTASKS, DYNADECK)) + create_disp_dat()