Back to the main page.
Bug 956 - waittime error
Status | CLOSED WORKSFORME |
Reported | 2011-09-12 15:46:00 +0200 |
Modified | 2011-11-11 11:19:52 +0100 |
Product: | FieldTrip |
Component: | peer |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P1 normal |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Marcel Zwiers - 2011-09-12 15:46:39 +0200
qsubcellfun does not compute the waittime correctly: >>qsubcellfun(@pause, repmat({30},100,1), 'TimReq',30)
Marcel Zwiers - 2011-09-12 15:51:38 +0200
=>> PBS: job killed: walltime 221 exceeded limit 210 ??? Error using ==> qsubget at 77 the batch queue system returned an error Error in ==> qsubcellfun at 150 [argout, options] = qsubget(jobid{collect}, 'output', 'cell', 'diary', diary, 'StopOnError', StopOnError);
Robert Oostenveld - 2011-09-12 16:16:59 +0200
er wordt op de timreq nu standaard 180 seconden bijgeteld in qsubfeval. Dat zou genoeg moeten zijn om matlab op te starten, maar is het in jouw geval blijkbaar niet. Ik zag bij Irina dat addpath(genpath(getenv('HOME'))) een hele lange tijd duurde. Kan het bij jou ook zijn dat je path settings (of iets anders in je startup) vertragend werkt?
Marcel Zwiers - 2011-09-13 13:13:42 +0200
Nee, ik heb niks bijzonders in mijn startup.m staan.
Robert Oostenveld - 2011-10-06 20:26:44 +0200
lijkt me geen issue meer