File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ async def submit_simulation_job(
113113 pushd { experiment_path } /output/
114114 zip -r { experiment_path } /results.zip ./*
115115 popd
116- chmod u=rwx,g=rx,o=rx { experiment_path }
117116 echo "Simulation run completed. data saved to { experiment_path !s} ."
118117 """ )
119118 f .write (script_content )
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ spec:
1616 spec :
1717 nodeSelector :
1818 vlan : internal
19- # securityContext:
20- # runAsUser: 17163
21- # runAsGroup: 10000
22- # fsGroup: 10000
19+ securityContext :
20+ runAsUser : 16997
21+ runAsGroup : 10000
22+ fsGroup : 10000
2323 containers :
2424 - name : api
2525 image : ghcr.io/biosimulations/compose-api:latest
Original file line number Diff line number Diff line change 11# SLURM_SUBMIT_HOST=hamantis.cam.uchc.edu
2- SLURM_SUBMIT_HOST = mantis-sub-7 .cam.uchc.edu
2+ SLURM_SUBMIT_HOST = hamantis .cam.uchc.edu
33SLURM_SUBMIT_USER = crbmapi
44# SLURM_SUBMIT_KEY_PATH=/run/secrets/slurmsubmitkeyfile/ssh-privatekey
55SLURM_PARTITION = general
You can’t perform that action at this time.
0 commit comments