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

New native specification in User Slurm #63

Open yaowei2010 opened 2 years ago

yaowei2010 commented 2 years ago

Hi, I have a question. If we create a new specification like -P for Project_ID which is defined as the id of the particular project like account. Can I update the DRMAA-Slurm library for this attribute by myself? Thanks.

natefoo commented 2 years ago

Most options can be added pretty easily, check out #9 for an example of how to do this.