Changes between Version 56 and Version 57 of WikiStart
- Timestamp:
- 11/02/12 13:24:22 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v56 v57 168 168 169 169 Library covers all [http://www.ogf.org/documents/GFD.133.pdf DRMAA 1.0 specification] with exceptions listed 170 below. It was successfully tested with [https://computing.llnl.gov/linux/slurm/ Simple Linux Utility for Resource Management (SLURM) 2.1.13 and 2.2] on Linux and passes 44/44 tests of the [http://drmaa.org/testsuite.php official DRMAA test-suite] (running as SLURM administrator). 171 Using regular user account SLURM DRMAA passes 40/44 tests of the official DRMAA test-suite on SLURM version 2.1.13 and 42/44 on version 2.2. 172 170 below. It was successfully tested with [https://computing.llnl.gov/linux/slurm/ Simple Linux Utility for Resource Management (SLURM) 2.1.13, 2.2 and 2.3.3]. 173 171 Known limitations: 174 172 … … 177 175 * `drmaa_wct_slimit` not implemented 178 176 * optional attributes `drmaa_deadline_time`, `drmaa_duration_hlimit`, `drmaa_duration_slimit`, `drmaa_transfer_files` not implemented 179 177 * The SPANK client side (i.e. not remote) plugins chain is not invoked in DRMAA run job call. For this reason we advice you to use [http://code.google.com/p/slurm-spank-plugins/wiki/UseEnvSyntax#TASK_BLOCKS TASK BLOCKS] in the `UseEnv` SPANK plugin. 180 178 181 179 === Authors ===