Ignore:
Timestamp:
01/07/12 21:21:29 (12 years ago)
Author:
mmamonski
Message:

store job exit status in file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_drmaa/session.h

    r45 r52  
    8484         */ 
    8585        int wait_thread_sleep_time; 
     86 
     87        /* 
     88         * The prefix of the directory where the job exit status information is stored (default: %HOME/.pbs-drmaa/ 
     89         */ 
     90        char *job_exit_status_file_prefix; 
    8691}; 
    8792 
Note: See TracChangeset for help on using the changeset viewer.