NERSC - radiasoft/devops GitHub Wiki
Using NERSC (cori)
We support Shifter on NERSC. The image is radiasoft/sirepo:prod
. We
also have beta and alpha images.
Shell execution with Shifter
To run shifter on cori on a login node:
shifter run --image=radiasoft/sirepo:prod --entrypoint python program
Sbatch execution with Shifter
To queue an sbatch job:
[your sbatch commands]
#SBATCH --image=radiasoft/sirepo:prod
exec srun --cpu-bind=cores shifter --entrypoint python prog.py