Skip to content
robnagler edited this page May 16, 2022 · 1 revision

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
Clone this wiki locally