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

Unable to compile slurm-drmaa on CentOS 7.5 with SLURM 18.0.8 #17

Closed ItenIsmail closed 5 years ago

ItenIsmail commented 5 years ago

Dear Developers, We are unable to compile slurm-drmaa 1.0.7 on this version of slurm? Is the code compatible with this version of slurm?? Please find the errors below:


util.c:175:19: error: 'job_desc_msg_t' has no member named 'gres'
  fsd_free(job_desc->gres);```

util.c:322:12: error: 'job_desc_msg_t' has no member named 'gres'
    job_desc->gres = fsd_strdup(value);

Please advise.
Thank you ,
Iten 
natefoo commented 5 years ago

Slurm-drmaa 1.0.7 is not compatible with newer versions of Slurm. Please try the latest pre-release from the releases tab.