Changeset 38079 for trunk/ippScripts/scripts/sc_prepare_run.pl
- Timestamp:
- Apr 2, 2015, 2:07:03 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/sc_prepare_run.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/sc_prepare_run.pl
r37833 r38079 24 24 # my $remote_root = '/lustre/scratch1/turquoise/watersc1/ps1/'; # Far side destination base location 25 25 my $remote_root = '/scratch3/watersc1/'; 26 my $remote_raw = "${remote_root}/tmp/"; # Directory to find raw data in.27 28 my $threads = 2; # How many threads are we going to use?26 my $remote_raw = "${remote_root}/tmp/"; # Directory to find raw data in. 27 28 my $threads = 2; # How many threads are we going to use? 29 29 30 30 my $fail_state = "prep_fail"; … … 37 37 $job_cost{"stack"} = 1500 / 60 / 60; 38 38 $job_cost{"staticsky"} = 2; # really? avg time of 5720s? 39 $job_cost{"diff"} = 300 / 60 / 60; 39 40 40 41 # This object holds how "expensive" a given job is in terms of cores on a node. … … 46 47 $job_subscription{"stack"} = 3; 47 48 $job_subscription{"staticsky"} = 3; 49 $job_subscription{"diff"} = 1; 48 50 49 51 my $proc_per_node = 24; # processors per node
Note:
See TracChangeset
for help on using the changeset viewer.
