1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00: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

11
HOWTO Normal file
View File

@ -0,0 +1,11 @@
1. Load necessary modules
sh ./load_cgpu_modules.sh
2. run bootstrap scrip
./bootstrap.sh
3. run configure script
sh config-command
4. compile
make -j8

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