annotate scripts/test_SetBaseDirs.pl @ 2:c2e8c3b49545
plot__exe_vs_task_size: Script to plot the results of the exec_vs_task_size benchmarks
| author |
Merten Sach <msach@mailbox.tu-berlin.de> |
| date |
Fri, 09 Dec 2011 15:09:34 +0100 |
| parents |
|
| children |
|
| rev |
line source |
|
Me@0
|
1 #!/usr/bin/perl
|
|
Me@0
|
2
|
|
Me@0
|
3 #Set the base directories -- this should be used by all other scripts in
|
|
Me@0
|
4 # this directory
|
|
Me@0
|
5
|
|
Me@0
|
6
|
|
Me@0
|
7 use SetBaseDirs;
|
|
Me@0
|
8
|
|
Me@0
|
9 print "$baseDir\n";
|
|
Me@0
|
10 print "$scriptsDir\n";
|
|
Me@0
|
11 print "$executablesDir\n";
|
|
Me@0
|
12 print "$resultsBaseDir\n";
|
|
Me@0
|
13 print "$codeBaseDir\n";
|