Skip to content

Commit 890086a

Browse files
committed
cleaned run script
1 parent 0c4b19a commit 890086a

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

examples/sessions/runtest.sh

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
#!/bin/sh
22
#set -ex
3-
prefix="/nfs/tmp2/lee218/delete/spack-graphlib3/spack/opt/spack/linux-redhat6-x86_64/gcc-4.4.7/stat-3.0.0b-m3z4ap2tywfmpyqehv6qr7purrqyrk7g"
4-
#prefix="/nfs/tmp2/lee218/delete/stat-prefix"
5-
#prefix="/collab/usr/global/tools/stat/chaos_5_x86_64_ib/stat-3.0.0b"
6-
prefix2="/collab/usr/global/tools/stat/chaos_5_x86_64_ib/stat-test"
3+
prefix="/usr/local"
74
testnums="01 02 03"
85
testmodes="attach launch"
9-
testnums="01"
10-
testmodes="attach"
11-
#testmodes="launch"
126

137
statcl_command="${prefix}/bin/stat-cl"
14-
app_exe="${prefix2}/share/STAT/examples/bin/dysect_test"
8+
app_exe="${prefix}/share/STAT/examples/bin/dysect_test"
159
logmode=" -l FE -l BE -l CP "
16-
topologymode=""
17-
#topologymode=" -u 1-1-1 -p 8 -A -n 8 "
10+
topologymode=" -u 1-1-1 -p 8 -A -n 8 "
1811

1912
rm -rf test_results
2013

0 commit comments

Comments
 (0)