Changeset 37
- Timestamp:
- 10/27/11 18:00:59 (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r31 r37 23 23 PBS_DRMAA_MAJOR=1 24 24 PBS_DRMAA_MINOR=0 25 PBS_DRMAA_MICRO= 926 PBS_DRMAA_VERSION_INFO=1: 9:025 PBS_DRMAA_MICRO=10 26 PBS_DRMAA_VERSION_INFO=1:10:0 27 27 AC_SUBST([PBS_DRMAA_MAJOR]) 28 28 AC_SUBST([PBS_DRMAA_MINOR]) -
trunk/pbs_drmaa/submit.c
r29 r37 672 672 break; 673 673 case 'q' : 674 if (self->destination_queue) 675 fsd_free(self->destination_queue); 676 674 677 self->destination_queue = fsd_strdup( arg ); 675 678 fsd_log_debug(("self->destination_queue = %s", self->destination_queue));
Note: See TracChangeset
for help on using the changeset viewer.