Changeset 37391
- Timestamp:
- Sep 12, 2014, 2:47:14 PM (12 years ago)
- Location:
- tags/ipp-pv3-20140717/ippScripts/scripts
- Files:
-
- 2 edited
-
lap_science.pl (modified) (1 diff)
-
sc_prepare_run.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140717/ippScripts/scripts/lap_science.pl
r37374 r37391 34 34 my $qstack_threshold = 0.05; # Only make a quickstack if more than 5% of the exposures require it. 35 35 my $minimum_stack_inputs = 2; # We can avoid magicking stack inputs if we have more than this number. 36 my $maximum_stack_inputs = 0; # This is the place-holder guess on how big a stack we should process locally. 25 is the best guess.36 my $maximum_stack_inputs = 25; # This is the place-holder guess on how big a stack we should process locally. 25 is the best guess. 37 37 my $do_updates_pv2 = 0; # Do updates using the calls needed for PV2. 38 38 -
tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_run.pl
r37372 r37391 251 251 print COMMAND "date\n"; 252 252 print COMMAND 'srun -n $SLURM_JOB_NUM_NODES -m cyclic -l /bin/hostname | sort -n | awk \'{printf "%s\n", $2}\' > hosts.${SLURM_JOB_ID}' . "\n"; 253 print COMMAND "${remote_root}/stask_chip.py $remote_config " . 'hosts.${SLURM_JOB_ID} ' . $job_subscription{$stage} . "\n"; 253 if ($stage eq "stack") { 254 print COMMAND "${remote_root}/stask_stack.py $remote_config " . 'hosts.${SLURM_JOB_ID} ' . $job_subscription{$stage} . "\n"; 255 } 256 else { 257 print COMMAND "${remote_root}/stask_chip.py $remote_config " . 'hosts.${SLURM_JOB_ID} ' . $job_subscription{$stage} . "\n"; 258 } 254 259 print COMMAND "date\n"; 255 260 close(COMMAND);
Note:
See TracChangeset
for help on using the changeset viewer.
