mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Some useful XC30 commands
This commit is contained in:
parent
d4c4ce49fc
commit
4cbcc7fd23
10
scripts/configure-cray
Executable file
10
scripts/configure-cray
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
DIRS="g++-avx-openmp g++-avx clang-xc30 clang-xc30-openmp"
|
||||||
|
|
||||||
|
for D in $DIRS
|
||||||
|
do
|
||||||
|
mkdir -p builds/$D
|
||||||
|
cd builds/$D
|
||||||
|
../../scripts/configure-commands $D
|
||||||
|
cd ../..
|
||||||
|
done
|
2
scripts/cray-modules
Normal file
2
scripts/cray-modules
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
module swap PrgEnv-cray PrgEnv-intel
|
||||||
|
module swap intel/14.0.4.211 intel/15.0.2.164
|
Loading…
Reference in New Issue
Block a user