Changes between Version 48 and Version 49 of WikiStart

Show
Ignore:
Timestamp:
09/13/12 17:51:30 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v48 v49  
    232232||  ..                    ||  Resource_List            ||    `-l` resources      || 
    233233 
    234  
    235 == Changelog == 
    236 === Changes in 1.0.11 release === 
     234== Submit filter == 
     235Because PBS DRMAA use Torque C API instead of commandline tools (like `qsub`) it also bypass the 
     236 [http://www.clusterresources.com/torquedocs21/a.jqsubwrapper.shtml| job submission filter].  
     237Fortunately since version 1.0.12 PBS DRMAA implements its own, complementary, mechanism. Before every job submission it check if the PBSDRMAA_SUBMIT_FILTER environment variable is set and executes a script pointed by it passing the  
     238job'a PBS attributes (`man pbs_job_attributes`). The script can echo, dismiss or alter any of the attribute. In case the submission process should be stopped the script should exit with non-zero status and print error message to stderr. 
     239 
     240= Changelog = 
     241== Changes in 1.0.11 release == 
    237242 * added two new configuraiton parameters: `wait_thread_wait_time` and `max_retries_count` 
    238243 * added handling of npcus and procs resources in native 
    239 === Changes in 1.0.10 release === 
     244== Changes in 1.0.10 release == 
    240245 * redesigned log parsing facility 
    241246 * fixed handling of `-q queue` attribute in native specification 
    242 === Changes in 1.0.9 release === 
     247== Changes in 1.0.9 release == 
    243248 * setting of PBS_O_WORKDIR variable 
    244249 * now one can use '-lmem' in native specification attribute 
    245 === Changes in 1.0.8 release === 
     250== Changes in 1.0.8 release == 
    246251 * use accounting logs to get execution hosts of short running jobs 
    247 === Changes in 1.0.7 release === 
     252== Changes in 1.0.7 release == 
    248253 * print info log message on qstat 
    249 === Changes in 1.0.6 release === 
     254== Changes in 1.0.6 release == 
    250255 * missing Resource_List.mem attribute added 
    251 === Changes in 1.0.5 release === 
     256== Changes in 1.0.5 release == 
    252257 * make drmaa tolerant to torque restarts 
    253258 * now one can use '-lmem' in native specification attribute 
    254259 
    255 === Changes in 1.0.4 release === 
     260== Changes in 1.0.4 release == 
    256261 * fix "mtime" date parsing ('triggered' mode) 
    257262 * fix "submit_args" attribute bug (PBS Professional only) 
    258263 
    259 === Changes in 1.0.3 release === 
     264== Changes in 1.0.3 release == 
    260265 
    261266 * new implementation of the "wait thread" which reads PBS log files (increased scalability) 
     
    266271 * other bug fixes 
    267272 
    268 === Changes in 1.0.2 release === 
     273== Changes in 1.0.2 release == 
    269274 
    270275 * automatic reconnect on PBS connection errors  
     
    272277 * other bug fixes 
    273278  
    274 === Changes in 1.0.1 release === 
     279== Changes in 1.0.1 release == 
    275280 
    276281 * number of attributes implemented: