IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26754


Ignore:
Timestamp:
Feb 1, 2010, 3:05:49 PM (16 years ago)
Author:
eugene
Message:

extend timeout for flatproc, do not allow parallel analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ippTasks/flatcorr.pro

    r25915 r26754  
    251251task           flatcorr.run
    252252  host         local
     253  npending     1
    253254
    254255  periods      -poll $LOADPOLL
    255256  periods      -exec $LOADEXEC
    256   periods      -timeout 60
     257  periods      -timeout 3600
    257258
    258259  # silently drop stdout
     
    282283    book getword flatcorrBook $pageName workdir     -var WORKDIR_TEMPLATE
    283284
    284     # specify choice of remote host
    285     # set a specific DVO host here
    286     if ($PARALLEL)
    287       host anyhost
    288     else
    289       host local
    290     end
    291 
    292285    # save the pageName for future reference below
    293286    options $pageName
Note: See TracChangeset for help on using the changeset viewer.