Changes between Version 27 and Version 28 of WikiStart
- Timestamp:
- 06/12/11 17:54:45 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v27 v28 94 94 Type: integer, Default: 0 95 95 96 [=#pbs_home] 96 97 pbs_home:: 97 98 Path to Torque/PBS Pro spool directory that contains server logs (e.g.: /var/spool/pbs). … … 287 288 288 289 * Waiting functions (`drmaa_wait()` and `drmaa_synchronize()`) 289 must pool DRM to find out whether job finished , if the library is not configured to utilize the pbs log file (see: `pbs_home`)290 must pool DRM to find out whether job finished. Since version 1.0.3 you can avoid this and configure to utilize the pbs log file (see: [#pbs_home pbs_home configuration property]). 290 291 291 292 [=#dev_tools] 292 == = Developer tools ===293 == Developer tools == 293 294 294 295 Although not needed for library user the following tools may be required … … 303 304 * [http://www.complang.org/ragel/ RAGEL] State Machine Compiler, 304 305 * [http://www.gnu.org/software/gperf/ gperf] gperf - a perfect hash function generator. 305 306 === Links ===307 308 [=#drmaa] DRMAA: http://www.drmaa.org/ \\309 [=#open_grid_forum] Open Grid Forum: http://www.gridforum.org/ \\310 [=#specification] DRMAA 1.0 specification: http://www.ogf.org/documents/GFD.133.pdf \\311 [=#testsuite] Official DRMAA test-suite: http://drmaa.org/testsuite.php \\312 [=#smoa_comp] Smoa Computing: http://apps.man.poznan.pl/trac/smoa-comp \\313 [=#bison] Bison: http://www.gnu.org/software/bison/ \\