~ubuntu-branches/ubuntu/precise/torque/precise-updates

« back to all changes in this revision

Viewing changes to src/include/pbs_config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Dominique Belhachemi
  • Date: 2010-05-17 20:56:46 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100517205646-yjsoqs5r1s9xpnu9
Tags: upstream-2.4.8+dfsg
ImportĀ upstreamĀ versionĀ 2.4.8+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#ifndef _PBS_CONFIG_H_
4
4
#define _PBS_CONFIG_H_
5
5
 
6
 
/* turns on the compilation to include x attributes in accounting logs */
 
6
/* Define to add x attributes to accounting log */
7
7
#undef ATTR_X_ACCT
8
8
 
9
9
/* turns on the compilation of AUTORUN_JOBS code */
27
27
/* Define to enable Cray's CPA support */
28
28
#undef ENABLE_CPA
29
29
 
 
30
/* Define to enable Cray's CSA support */
 
31
#undef ENABLE_CSA
 
32
 
30
33
/* Define to enable unix domain sockets */
31
34
#undef ENABLE_UNIX_SOCKETS
32
35
 
299
302
/* the machine specific resc_def_* file name */
300
303
#undef MACH_RESC_DEFS
301
304
 
302
 
/* turns on the compilation of RESOURCEMAXNOTDEFAULT code */
303
 
#undef RESOURCEMAXNOTDEFAULT
304
 
 
305
305
/* Define to error if spool is full on MOM */
306
306
#undef MOMCHECKLOCALSPOOL
307
307
 
319
319
/* use nodemask-based scheduling on O2k */
320
320
#undef NODEMASK
321
321
 
322
 
/* Define to disable posix memlock */
 
322
/* Define to disable mlockall */
323
323
#undef NOPOSIXMEMLOCK
324
324
 
325
325
/* Define to disable privileged ports */
401
401
/* Define to the path of the qstat init file */
402
402
#undef QSTATRC_PATH
403
403
 
404
 
/* Define to disable Qsub keep(-k) override */
 
404
/* turns on the QSUB_KEEP_NO_OVERRIDE flag */
405
405
#undef QSUB_KEEP_NO_OVERRIDE
406
406
 
407
407
/* turns on the compilation of QUICKCOMMIT code */
408
408
#undef QUICKCOMMIT
409
409
 
 
410
/* turns on the compilation of RESOURCEMAXNOTDEFAULT code */
 
411
#undef RESOURCEMAXNOTDEFAULT
 
412
 
410
413
/* Define to enable RPP resource queries */
411
414
#undef RPP
412
415