Changeset 37492
- Timestamp:
- Oct 17, 2014, 12:14:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140717/ippScripts/scripts/sc_remote_poll.pl
r37488 r37492 98 98 $runData = $metadata->[0]; # There should be only one 99 99 } 100 my $stage = $runData->{stage}; 100 101 101 102 # STEP 3: Poll the job status … … 168 169 my @words = split (" ", $line); 169 170 170 my ($stage_id, $class_id, $component) = get_stage_id_from_filename ($words[0] );171 my ($stage_id, $class_id, $component) = get_stage_id_from_filename ($words[0],$stage); 171 172 unless(defined($stage_id)) { 172 173 print STDERR "Unable to convert file: $words[0]\n";
Note:
See TracChangeset
for help on using the changeset viewer.
