Back to the main page.
Bug 935 - implement qsublisten function
Status | CLOSED FIXED |
Reported | 2011-09-06 10:29:00 +0200 |
Modified | 2011-10-19 15:21:26 +0200 |
Product: | FieldTrip |
Component: | peer |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P1 normal |
Assigned to: | Eelke Spaak |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Eelke Spaak - 2011-09-06 10:29:23 +0200
Which checks the pwd for new output files, and fires a callback when new job output is available. This will greatly improve the efficiency of queue-handling code (i.e., qsubget will not have to be called repeatedly anymore).
Eelke Spaak - 2011-09-27 11:10:02 +0200
I implemented said function. Probably qsubcellfun can be rewritten to use this instead, rather than have its own loop to repeatedly call qsubget. Shall I make these changes, Robert?