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

Moved things around

This commit is contained in:
Peter Boyle
2015-05-16 06:40:10 +01:00
parent 2e4ba02443
commit 462bafdd2c
5 changed files with 41 additions and 22 deletions

10
scripts/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