Changes between Version 48 and Version 49 of WikiStart
- Timestamp:
- 09/13/12 17:51:30 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v48 v49 232 232 || .. || Resource_List || `-l` resources || 233 233 234 235 == Changelog == 236 === Changes in 1.0.11 release === 234 == Submit filter == 235 Because 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]. 237 Fortunately 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 238 job'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 == 237 242 * added two new configuraiton parameters: `wait_thread_wait_time` and `max_retries_count` 238 243 * added handling of npcus and procs resources in native 239 == = Changes in 1.0.10 release ===244 == Changes in 1.0.10 release == 240 245 * redesigned log parsing facility 241 246 * fixed handling of `-q queue` attribute in native specification 242 == = Changes in 1.0.9 release ===247 == Changes in 1.0.9 release == 243 248 * setting of PBS_O_WORKDIR variable 244 249 * now one can use '-lmem' in native specification attribute 245 == = Changes in 1.0.8 release ===250 == Changes in 1.0.8 release == 246 251 * 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 == 248 253 * print info log message on qstat 249 == = Changes in 1.0.6 release ===254 == Changes in 1.0.6 release == 250 255 * missing Resource_List.mem attribute added 251 == = Changes in 1.0.5 release ===256 == Changes in 1.0.5 release == 252 257 * make drmaa tolerant to torque restarts 253 258 * now one can use '-lmem' in native specification attribute 254 259 255 == = Changes in 1.0.4 release ===260 == Changes in 1.0.4 release == 256 261 * fix "mtime" date parsing ('triggered' mode) 257 262 * fix "submit_args" attribute bug (PBS Professional only) 258 263 259 == = Changes in 1.0.3 release ===264 == Changes in 1.0.3 release == 260 265 261 266 * new implementation of the "wait thread" which reads PBS log files (increased scalability) … … 266 271 * other bug fixes 267 272 268 == = Changes in 1.0.2 release ===273 == Changes in 1.0.2 release == 269 274 270 275 * automatic reconnect on PBS connection errors … … 272 277 * other bug fixes 273 278 274 == = Changes in 1.0.1 release ===279 == Changes in 1.0.1 release == 275 280 276 281 * number of attributes implemented: