view scripts/test_SetBaseDirs.pl @ 15:db3409eab322

exec_time_vs_task_size: data generation script for xoanon, because of higher core count
author Merten Sach <msach@mailbox.tu-berlin.de>
date Mon, 06 Feb 2012 16:29:36 +0100
parents
children
line source
1 #!/usr/bin/perl
3 #Set the base directories -- this should be used by all other scripts in
4 # this directory
7 use SetBaseDirs;
9 print "$baseDir\n";
10 print "$scriptsDir\n";
11 print "$executablesDir\n";
12 print "$resultsBaseDir\n";
13 print "$codeBaseDir\n";