1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-14 05:07:05 +01:00

Convenience multi-compiler build with out of source compile

This commit is contained in:
Peter Boyle
2015-05-15 12:21:10 +01:00
parent 100323ab4d
commit f92fda0cfd
4 changed files with 58 additions and 8 deletions

10
configure-mic Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
DIRS="build-icpc-mic"
for D in $DIRS
do
mkdir -p $D
cd $D
../configure-commands
cd ..
done