1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 07:17: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

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