Changeset 13 for trunk/pbs_drmaa/util.c


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.