Changeset 38079
- Timestamp:
- Apr 2, 2015, 2:07:03 PM (11 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 added
- 3 edited
-
sc_check_diff.pl (added)
-
sc_prepare_camera.pl (modified) (1 diff)
-
sc_prepare_diff.pl (added)
-
sc_prepare_run.pl (modified) (3 diffs)
-
sc_remote_poll.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/sc_prepare_camera.pl
r38000 r38079 90 90 my ($workdir,$exp_tag,$reduction); 91 91 { 92 ### $command = "$camtool -processedexp -cam_id $cam_id "; ### THIS LINE ONLY TO TEST! 92 93 93 my $command = "$camtool -pendingexp -cam_id $cam_id "; 94 $command = "$camtool -processedexp -cam_id $cam_id "; ### THIS LINE ONLY TO TEST! 94 95 $command .= " -dbname $dbname " if defined($dbname); 95 96 -
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 -
trunk/ippScripts/scripts/sc_remote_poll.pl
r37833 r38079 510 510 ($class_id, $stage_id) = $file =~ /(skycell.\d\d\d\d.\d\d\d).stk.(\d*).dbinfo/; 511 511 } 512 512 elsif ($stage eq 'staticsky') { 513 # ($class_id, $stage_id) = $file =~ /(/; 514 } 515 elsif ($stage eq 'diff') { 516 # ($class_id,$stage_id) = $file =~ /(/; 517 } 513 518 return ($stage_id, $class_id); 514 519 }
Note:
See TracChangeset
for help on using the changeset viewer.
