1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Some useful XC30 commands

This commit is contained in:
paboyle 2015-07-01 22:50:13 +01:00
parent d4c4ce49fc
commit 4cbcc7fd23
2 changed files with 12 additions and 0 deletions

10
scripts/configure-cray Executable file
View 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
View File

@ -0,0 +1,2 @@
module swap PrgEnv-cray PrgEnv-intel
module swap intel/14.0.4.211 intel/15.0.2.164