Skip to content
meifeng edited this page Jun 1, 2020 · 4 revisions

Compiling and Running on Cori GPU

  • Login to cori.nersc.gov
  • Modules that need to be loaded
module load gcc/7.3.0
module load cuda/10.1.243
module load llvm/11.0.0-git_20200409
module load esslurm
  • Check out the code
git clone https://github.com/meifeng/GridMini
git checkout clang-omp
Clone this wiki locally