missed one!
[debian/atlc] / tools / remoterun
1 #! /bin/sh
2 teston -T -m check tiger $1
3 teston -T -m check woodpecker  $1
4 teston -T -m check dove  $1
5 teston -T -m check crow  $1
6 teston -T -m check blackbird   $1
7 teston -T -m check bluetit    $1
8
9 sleep 400
10
11 teston -T -m check -c '--with-threads' tiger $1
12 teston -T -m check -c '--with-threads' woodpecker $1
13 teston -T -m check -c '--with-threads' dove  $1
14 teston -T -m check -c '--with-threads' crow  $1
15 teston -T -m check -c '--with-threads' blackbird  $1
16 teston -T -m check -c '--with-threads' bluetit   $1
17
18 sleep 400
19 teston -T -m check -c '--with-mpi' tiger $1
20 teston -T -m check -c '--with-mpi' woodpecker $1
21 teston -T -m check -c '--with-mpi' dove  $1
22 teston -T -m check -c '--with-mpi' crow  $1
23 teston -T -m check -c '--with-mpi' blackbird  $1
24 teston -T -m check -c '--with-mpi' bluetit    $1
25
26 sleep 400
27 teston -T -m check -c '--with-mpe' tiger $1
28 teston -T -m check -c '--with-mpe' woodpecker $1
29 teston -T -m check -c '--with-mpe' dove  $1
30 teston -T -m check -c '--with-mpe' crow  $1
31 teston -T -m check -c '--with-mpe' blackbird  $1
32 teston -T -m check -c '--with-mpe' bluetit    $1