-
Notifications
You must be signed in to change notification settings - Fork 4
NERSC
robnagler edited this page May 16, 2022
·
1 revision
We support Shifter on NERSC. The image is radiasoft/sirepo:prod
. We
also have beta and alpha images.
To run shifter on cori on a login node:
shifter run --image=radiasoft/sirepo:prod --entrypoint python program
To queue an sbatch job:
[your sbatch commands]
#SBATCH --image=radiasoft/sirepo:prod
exec srun --cpu-bind=cores shifter --entrypoint python prog.py