source: proiecte/PDAD/trunk/run_cristina.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: 306 bytes
Line 
1#!/bin/sh
2
3cd failurecause/mapreduce
4./run.sh $1
5cd ../../mediumevents_s/mapreduce
6./run.sh $1
7cd ../../mediumevents/mapreduce
8./run.sh $1
9cd ../../nodeslocation/mapreduce
10./run.sh $1
11
12
13cd ../../endreason
14make -i run APP="$1"
15cd ../endreasonstat
16make -i run APP="$1"
17cd ../comptype
18make -i run APP="$1"
19
20
21
Note: See TracBrowser for help on using the repository browser.