mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01:00
Convenience multi-compiler build with out of source compile
This commit is contained in:
11
configure-all
Executable file
11
configure-all
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
DIRS="build-icpc-avx build-icpc-avx512 build-clang-avx build-clang-avx-openmp build-clang-avx-openmp-mpi build-clang-avx-mpi"
|
||||
|
||||
for D in $DIRS
|
||||
do
|
||||
echo $D
|
||||
mkdir -p $D
|
||||
cd $D
|
||||
../configure-commands $D
|
||||
cd ..
|
||||
done
|
Reference in New Issue
Block a user