Project

General

Profile

Idea #12289

Updated by Tom Morris over 6 years ago

Currently nodemanager & crunch-dispatch-slurm parse parses the output of Slurm command line utilities to get the information that it needs. This is fragile and labor intensive since changes to the output format must be tracked by the parsing code. 

 We should investigate switching to using the actual Slurm API. 
 https://github.com/PySlurm/pyslurm

Back