Skip to content

LBL Cori

michaeljteng edited this page Apr 8, 2019 · 3 revisions

Cori Supercomputing

Ask Frank if you can access this resource. If you can, it is a 180,000 core supercomputer at Lawrence Berkeley Lab. This is everything you need to know

Quick Start

Coming soon. Before anything you will need to use docker and make sure you have MPI libraries installed in your image.

salloc --qos=interactive -N 32 -t 4:00:00 -C knl --image=mteng/legbat:latest

srun -n 2176 shifter --volume=$SCRATCH:/workspace /bin/bash -c "python /workspace/some_python_script.py"

You do not need to run things with "mpirun -n [something]"

Clone this wiki locally