mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-11 03:46:55 +01:00
Moved things around
This commit is contained in:
12
scripts/configure-all
Executable file
12
scripts/configure-all
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIRS="clang-avx clang-avx-openmp clang-avx-openmp-mpi clang-avx-mpi clang-avx2 clang-avx2-openmp clang-avx2-openmp-mpi clang-avx2-mpi icpc-avx icpc-avx2 icpc-avx512 g++-sse4 g++-avx"
|
||||
|
||||
for D in $DIRS
|
||||
do
|
||||
echo $D
|
||||
mkdir -p builds/$D
|
||||
cd builds/$D
|
||||
../../configure-commands $D
|
||||
cd ../..
|
||||
done
|
Reference in New Issue
Block a user