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

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

PDAD project

  • Property svn:executable set to *
File size: 613 bytes
Line 
1#!/bin/sh
2
3echo '--------------------------------------'
4echo 'Running LANL'
5echo '--------------------------------------'
6./run_pig_cristina.sh lanl05_tab_union
7
8echo '--------------------------------------'
9echo 'Running Grid5000'
10echo '--------------------------------------'
11./run_pig_cristina.sh g5k06_tab
12
13echo '--------------------------------------'
14echo 'Running Microsoft'
15echo '--------------------------------------'
16./run_pig_cristina.sh microsoft99_tab
17
18echo '--------------------------------------'
19echo 'Running SETI'
20echo '--------------------------------------'
21./run_pig_cristina.sh seti09_tab
Note: See TracBrowser for help on using the repository browser.