Back to the main page.
Bug 304 - the user should be allowed to specify the variance of timreq
| Status | CLOSED FIXED |
| Reported | 2010-12-13 23:29:00 +0100 |
| Modified | 2011-01-05 12:01:05 +0100 |
| Product: | FieldTrip |
| Component: | peer |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Mac OS |
| Importance: | P1 normal |
| Assigned to: | Robert Oostenveld |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Robert Oostenveld - 2010-12-13 23:29:02 +0100
this should affect the timreq when submitting and hence when the slave kills the job
Robert Oostenveld - 2010-12-15 21:34:17 +0100
This is implemented in peercellfun by using the user specifying timreq and by using mintimreq if isempty(timreq) % assume a default job duration of one hour timreq = 3600; % the estimated time that a job requires will be auto-adjusted mintimreq = 0; else % use the specified time as the minimum that a job required % it will be auto-adjusted to larger values, not to smaller values mintimreq = timreq; end and further elseif ~isempty(timreq) % assume that it will not take more than 3x the required time estimated = 3*timreq;
Robert Oostenveld - 2010-12-15 21:42:26 +0100
the timavail has been tightened in rev 2442.
Robert Oostenveld - 2011-01-05 11:57:00 +0100
selected a long list of resolved bugs from roboos and changed the status into "RESOLVED"