Changeset 61
- Timestamp:
- 01/09/12 17:18:05 (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r45 r61 1 AC_INIT([DRMAA for PBS Pro], [1.0.1 1], [mamonski@man.poznan.pl], [pbs-drmaa])1 AC_INIT([DRMAA for PBS Pro], [1.0.12], [mamonski@man.poznan.pl], [pbs-drmaa]) 2 2 AC_PREREQ(2.59) 3 3 AC_REVISION([$Id$]) … … 23 23 PBS_DRMAA_MAJOR=1 24 24 PBS_DRMAA_MINOR=0 25 PBS_DRMAA_MICRO=1 126 PBS_DRMAA_VERSION_INFO=1:1 1:025 PBS_DRMAA_MICRO=12 26 PBS_DRMAA_VERSION_INFO=1:12:0 27 27 AC_SUBST([PBS_DRMAA_MAJOR]) 28 28 AC_SUBST([PBS_DRMAA_MINOR]) -
trunk/pbs_drmaa/submit.c
r57 r61 156 156 /* matlab:2,simulink:1 */ 157 157 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)) 159 159 { 160 160 char *value_p = strstr(res_token, ":");
Note: See TracChangeset
for help on using the changeset viewer.