natefoo / slurm-drmaa

DRMAA for Slurm: Implementation of the DRMAA C bindings for Slurm
GNU General Public License v3.0
48 stars 22 forks source link

Handle new Slurm job states #12

Closed natefoo closed 6 years ago

natefoo commented 6 years ago

As of Slurm 17.11 there are new job states that slurm-drmaa is not handling. These include JOB_OOM (OUT_OF_MEMORY), among others. As a result, the DRMAA state will be UNDETERMINED until the job exceeds Slurm's MinJobAge.

Need to determine if JOB_OOM is only returned when the job is terminal, or at any time that the OOM killer has activated.