Ignore:
Timestamp:
01/08/12 17:38:24 (12 years ago)
Author:
mmamonski
Message:

on site fixies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_drmaa/submit.c

    r56 r57  
    354354                if( wd != NULL ) 
    355355                        s += sprintf( s, "cd %s; ", wd ); 
    356                 s += sprintf( s, "touch %s/$PBS_JOBID.started;", ((pbsdrmaa_session_t *)self->session)->job_exit_status_file_prefix) 
     356                s += sprintf( s, "touch %s/$PBS_JOBID.started;", ((pbsdrmaa_session_t *)self->session)->job_exit_status_file_prefix); 
    357357                s += sprintf( s, "%s", executable ); 
    358358                if( argv != NULL ) 
Note: See TracChangeset for help on using the changeset viewer.