Changeset 13


Ignore:
Timestamp:
04/20/11 17:43:33 (13 years ago)
Author:
mmamonski
Message:

workaround on bug in some older PBS releasaes (no -fPIC)

Location:
trunk/pbs_drmaa
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_drmaa/job.c

    r12 r13  
    205205                        fsd_log_error(("pbs_statjob error: %d, %s, %s", pbs_errno, pbse_to_txt(pbs_errno), pbs_strerror(pbs_errno))); 
    206206#else 
     207#ifndef PBS_PROFESSIONAL_NO_LOG 
    207208                        fsd_log_error(("pbs_statjob error: %d, %s", pbs_errno, pbse_to_txt(pbs_errno))); 
     209#else 
     210                        fsd_log_error(("pbs_statjob error: %d", pbs_errno)); 
    208211#endif 
    209212                        switch( pbs_errno ) 
  • trunk/pbs_drmaa/util.c

    r12 r13  
    9595         */ 
    9696        /* XXX: PBSPro has some link problems with pbse_to_txt function */ 
    97 #if 1 
     97#if PBS_PROFESSIONAL_NO_LOG 
    9898        message = pbse_to_txt( pbs_errno ); 
    9999#else 
Note: See TracChangeset for help on using the changeset viewer.