Changeset 61 for trunk/pbs_drmaa


Ignore:
Timestamp:
01/09/12 17:18:05 (12 years ago)
Author:
mmamonski
Message:

Use ; instead of , to separate custom resources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_drmaa/submit.c

    r57 r61  
    156156                                /* matlab:2,simulink:1 */ 
    157157 
    158                                 for (res_token = strtok_r(value_copy, ",", &tok_comma_ctx); res_token; res_token = strtok_r(NULL, ",", &tok_comma_ctx)) 
     158                                for (res_token = strtok_r(value_copy, ";", &tok_comma_ctx); res_token; res_token = strtok_r(NULL, ";", &tok_comma_ctx)) 
    159159                                 { 
    160160                                        char *value_p = strstr(res_token, ":"); 
Note: See TracChangeset for help on using the changeset viewer.