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:
parent
1df8669898
commit
36ffe79093
11
HOWTO
Normal file
11
HOWTO
Normal 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
6
load_cgpu_modules.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user