Changeset 22 for trunk/slurm_drmaa
- Timestamp:
- 02/01/12 12:43:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/slurm_drmaa/util.c
r20 r22 345 345 } 346 346 else if(strcmp(name,"time_limit") == 0) { 347 slurmdrmaa_add_attribute(job_desc,SLURM_NATIVE_TIME_LIMIT,value); 348 } 349 else if(strcmp(name,"time") == 0) { 347 350 slurmdrmaa_add_attribute(job_desc,SLURM_NATIVE_TIME_LIMIT,value); 348 351 } else {
Note: See TracChangeset
for help on using the changeset viewer.