1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 15:27:06 +01:00

Add simple HOWTO instructions and module load script for Cori GPU

This commit is contained in:
Meifeng Lin
2022-12-20 10:10:27 -08:00
parent 1df8669898
commit 36ffe79093
2 changed files with 17 additions and 0 deletions

6
load_cgpu_modules.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh -f
module load cgpu
module load gcc/8.3.0
module load cuda/11.0.3
module load llvm/14.0.0-git_20211104b