Ignore:
Timestamp:
12/07/11 18:00:32 (12 years ago)
Author:
mmamonski
Message:

node_properties and custom_resources support. Now one can request resources via env variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_drmaa/pbs_attrib.h

    r47 r48  
    5353#define PBSDRMAA_PROCS                  "Resource_List.procs" 
    5454#define PBSDRMAA_NCPUS                  "Resource_List.ncpus" 
    55 #define PBSDRMAA_SOFTWARE               "Resource_List.software" 
    5655#define PBSDRMAA_MAIL_POINTS            "Mail_Points" 
    5756#define PBSDRMAA_OUTPUT_PATH            "Output_Path" 
     
    8584#define PBSDRMAA_SUBMIT_ARGS            "submit_args" 
    8685#define PBSDRMAA_MTIME                  "mtime" 
    87  
     86#define PBSDRMAA_NODE_PROPERTIES        "pbsdrmaa.node_properties" 
     87#define PBSDRMAA_CUSTOM_RESOURCES       "pbsdrmaa.custom_resources" 
    8888 
    8989typedef enum { 
     
    142142        PBSDRMAA_ATTR_SUBMIT_ARGS, 
    143143        PBSDRMAA_ATTR_MTIME, 
     144        PBSDRMAA_ATTR_NODE_PROPERTIES, 
     145        PBSDRMAA_ATTR_CUSTOM_RESOURCES, 
    144146 
    145147        PBSDRMAA_N_PBS_ATTRIBUTES 
Note: See TracChangeset for help on using the changeset viewer.