Changeset 22 for trunk/slurm_drmaa


Ignore:
Timestamp:
02/01/12 12:43:10 (13 years ago)
Author:
mmamonski
Message:

accept -time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/slurm_drmaa/util.c

    r20 r22  
    345345                } 
    346346                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) { 
    347350                        slurmdrmaa_add_attribute(job_desc,SLURM_NATIVE_TIME_LIMIT,value); 
    348351                } else { 
Note: See TracChangeset for help on using the changeset viewer.