source: proiecte/PDAD/trunk/run_all.sh @ 154

Last change on this file since 154 was 154, checked in by (none), 14 years ago

PDAD project

File size: 600 bytes
Line 
1#!/bin/sh
2
3echo '--------------------------------------'
4echo 'Running LANL'
5echo '--------------------------------------'
6./run_cristina.sh lanl05_tab_union
7
8echo '--------------------------------------'
9echo 'Running Grid5000'
10echo '--------------------------------------'
11./run_cristina.sh g5k06_tab
12
13echo '--------------------------------------'
14echo 'Running Microsoft'
15echo '--------------------------------------'
16./run_cristina.sh microsoft99_tab
17
18echo '--------------------------------------'
19echo 'Running SETI'
20echo '--------------------------------------'
21./run_cristina.sh seti09_tab
22
23
24
Note: See TracBrowser for help on using the repository browser.