Changeset 37 for trunk


Ignore:
Timestamp:
10/27/11 18:00:59 (12 years ago)
Author:
mmamonski
Message:

version 1.0.10

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r31 r37  
    2323PBS_DRMAA_MAJOR=1 
    2424PBS_DRMAA_MINOR=0 
    25 PBS_DRMAA_MICRO=9 
    26 PBS_DRMAA_VERSION_INFO=1:9:0 
     25PBS_DRMAA_MICRO=10 
     26PBS_DRMAA_VERSION_INFO=1:10:0 
    2727AC_SUBST([PBS_DRMAA_MAJOR]) 
    2828AC_SUBST([PBS_DRMAA_MINOR]) 
  • trunk/pbs_drmaa/submit.c

    r29 r37  
    672672                                                        break; 
    673673                                                case 'q' : 
     674                                                        if (self->destination_queue) 
     675                                                                fsd_free(self->destination_queue); 
     676 
    674677                                                        self->destination_queue = fsd_strdup( arg ); 
    675678                                                        fsd_log_debug(("self->destination_queue = %s", self->destination_queue)); 
Note: See TracChangeset for help on using the changeset viewer.