Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
PalNilsson committed Dec 19, 2016
1 parent e92314d commit 81b7377
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,14 @@ https://github.com/PanDAWMS/pilot/pull/100

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

67.4

General changes:
- Removed duplicated call to downloadEventRanges() with numRanges set to 2 (RunJobHpcEvent)
- Restored correct version of storm mover in pilot tarball

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

TODO:

OS log transfers:
Expand Down
2 changes: 1 addition & 1 deletion PILOTVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PICARD 67.3
PICARD 67.4
2 changes: 1 addition & 1 deletion RunJobHpcEvent.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ def updateEventRanges(self, event_ranges):

def getJobEventRanges(self, job, numRanges=2):
""" Download event ranges from the Event Server """
message = EventRanges.downloadEventRanges(job.jobId, job.jobsetID, job.taskID, numRanges=2)

tolog("Server: Downloading new event ranges..")

message = EventRanges.downloadEventRanges(job.jobId, job.jobsetID, job.taskID, numRanges=numRanges)
Expand Down

0 comments on commit 81b7377

Please sign in to comment.