Skip to content

Commit

Permalink
make use of run-ib-testbase.sh for igprof test
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Nov 11, 2016
1 parent 5799e0f commit 5c17bc9
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions run-ib-igprof
@@ -1,15 +1,6 @@
#!/bin/sh -ex

# Runs igprof for an IB
WORKSPACE="${WORKSPACE-$PWD}"
RELEASE_FORMAT=$1
ARCHITECTURE=$2
WORKFLOWS=$3
PROFILES=$4
scram -a $ARCHITECTURE project $RELEASE_FORMAT
cd $RELEASE_FORMAT
eval `scram run -sh`
voms-proxy-init -valid 24:00 || true
WORKFLOWS=$1
PROFILES=$2
for prof in ${PROFILES} ; do
mkdir -p $WORKSPACE/igprof/${prof}
cd $WORKSPACE/igprof/${prof}
Expand Down

0 comments on commit 5c17bc9

Please sign in to comment.