~ubuntu-branches/ubuntu/vivid/mpich/vivid-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-04-01 20:24:20 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401202420-t5ey1ia2klt5dkq3
Tags: 3.1-4
* [c3e3398] Disable test_primitives, which is unreliable on some platforms.
            (Closes: #743047)
* [265a699] Add minimal autotest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
#undef ENABLE_FTB
57
57
 
58
58
/* Define to 1 to enable nemesis-related MPI_T performance variables */
59
 
#undef ENABLE_NEM_STATISTICS
 
59
#undef ENABLE_PVAR_NEM
60
60
 
61
61
/* Define to 1 to enable message receive queue-related MPI_T performance
62
62
   variables */
63
 
#undef ENABLE_RECVQ_STATISTICS
 
63
#undef ENABLE_PVAR_RECVQ
 
64
 
 
65
/* Define to 1 to enable rma-related MPI_T performance variables */
 
66
#undef ENABLE_PVAR_RMA
64
67
 
65
68
/* The value of false in Fortran */
66
69
#undef F77_FALSE_VALUE
142
145
/* Define to 1 if you have the `bindprocessor' function. */
143
146
#undef HAVE_BINDPROCESSOR
144
147
 
 
148
/* Define to 1 if the compiler supports __builtin_expect. */
 
149
#undef HAVE_BUILTIN_EXPECT
 
150
 
145
151
/* define if the compiler defines __FUNC__ */
146
152
#undef HAVE_CAP__FUNC__
147
153
 
188
194
/* Define to 1 if you have the <dlfcn.h> header file. */
189
195
#undef HAVE_DLFCN_H
190
196
 
191
 
/* Define if you have the dlopen function. */
192
 
#undef HAVE_DLOPEN
193
 
 
194
197
/* Controls how alignment of doubles is performed, separate from other FP
195
198
   values */
196
199
#undef HAVE_DOUBLE_ALIGNMENT_EXCEPTION
298
301
/* Define to 1 if you have the `cr' library (-lcr). */
299
302
#undef HAVE_LIBCR
300
303
 
 
304
/* Define to 1 if you have the `dcfa' library (-ldcfa). */
 
305
#undef HAVE_LIBDCFA
 
306
 
301
307
/* Define to 1 if you have the `ftb' library (-lftb). */
302
308
#undef HAVE_LIBFTB
303
309
 
 
310
/* Define to 1 if you have the `ibverbs' library (-libverbs). */
 
311
#undef HAVE_LIBIBVERBS
 
312
 
304
313
/* Define to 1 if you have the `myriexpress' library (-lmyriexpress). */
305
314
#undef HAVE_LIBMYRIEXPRESS
306
315
 
332
341
/* Define to 1 if you have the `mach_absolute_time' function. */
333
342
#undef HAVE_MACH_ABSOLUTE_TIME
334
343
 
335
 
/* Define to 1 if you have the <mach-o/dyld.h> header file. */
336
 
#undef HAVE_MACH_O_DYLD_H
337
 
 
338
344
/* Define if C99-style variable argument list macro functionality */
339
345
#undef HAVE_MACRO_VA_ARGS
340
346
 
341
 
/* Define to 1 if you have the <malloc.h> header file. */
342
 
#undef HAVE_MALLOC_H
343
 
 
344
 
/* Define to 1 if you have the <math.h> header file. */
345
 
#undef HAVE_MATH_H
346
 
 
347
347
/* Controls byte alignment of structs with doubles */
348
348
#undef HAVE_MAX_DOUBLE_FP_ALIGNMENT
349
349
 
361
361
   */
362
362
#undef HAVE_MAX_STRUCT_ALIGNMENT
363
363
 
364
 
/* Define to 1 if you have the `MD5' function. */
365
 
#undef HAVE_MD5
366
 
 
367
 
/* Define if you have the md5_calc function. */
368
 
#undef HAVE_MD5_CALC
369
 
 
370
 
/* Define to 1 if you have the <md5.h> header file. */
371
 
#undef HAVE_MD5_H
372
 
 
373
364
/* Define to 1 if you have the <memory.h> header file. */
374
365
#undef HAVE_MEMORY_H
375
366
 
417
408
/* Define if the Fortran types are not available in C */
418
409
#undef HAVE_NO_FORTRAN_MPI_TYPES_IN_C
419
410
 
420
 
/* Define to 1 if you have the `NSLinkModule' function. */
421
 
#undef HAVE_NSLINKMODULE
422
 
 
423
 
/* Define to 1 if you have the <openssl/md5.h> header file. */
424
 
#undef HAVE_OPENSSL_MD5_H
425
 
 
426
411
/* Define is the OSX thread affinity policy macros defined */
427
412
#undef HAVE_OSX_THREAD_AFFINITY
428
413
 
 
414
/* Define if PAMI_CLIENT_MEMORY_OPTIMIZE is defined in pami.h */
 
415
#undef HAVE_PAMI_CLIENT_MEMORY_OPTIMIZE
 
416
 
 
417
/* Define if PAMI_CLIENT_NONCONTIG is defined in pami.h */
 
418
#undef HAVE_PAMI_CLIENT_NONCONTIG
 
419
 
 
420
/* Define if PAMI_GEOMETRY_MEMORY_OPTIMIZE is defined in pami.h */
 
421
#undef HAVE_PAMI_GEOMETRY_MEMORY_OPTIMIZE
 
422
 
 
423
/* Define if PAMI_GEOMETRY_NONCONTIG is defined in pami.h */
 
424
#undef HAVE_PAMI_GEOMETRY_NONCONTIG
 
425
 
 
426
/* Define if PAMI_IN_PLACE is defined in pami.h */
 
427
#undef HAVE_PAMI_IN_PLACE
 
428
 
429
429
/* Define to 1 if you have the <poll.h> header file. */
430
430
#undef HAVE_POLL_H
431
431
 
474
474
/* Define if ROMIO is enabled */
475
475
#undef HAVE_ROMIO
476
476
 
477
 
/* Define if MPI supports MPI_THREAD_MULTIPLE with a runtime check for thread
478
 
   level */
479
 
#undef HAVE_RUNTIME_THREADCHECK
480
 
 
481
477
/* Define to 1 if you have the `sched_getaffinity' function. */
482
478
#undef HAVE_SCHED_GETAFFINITY
483
479
 
496
492
/* Define to 1 if you have the `select' function. */
497
493
#undef HAVE_SELECT
498
494
 
499
 
/* Define to 1 if you have the `setenv' function. */
500
 
#undef HAVE_SETENV
501
 
 
502
495
/* Define to 1 if you have the `setitimer' function. */
503
496
#undef HAVE_SETITIMER
504
497
 
622
615
/* Define to 1 if you have the <sys/shm.h> header file. */
623
616
#undef HAVE_SYS_SHM_H
624
617
 
625
 
/* Define if you have the <sys/socket.h> header file. */
 
618
/* Define to 1 if you have the <sys/socket.h> header file. */
626
619
#undef HAVE_SYS_SOCKET_H
627
620
 
628
621
/* Define to 1 if you have the <sys/sockio.h> header file. */
643
636
/* Define to 1 if you have the <sys/un.h> header file. */
644
637
#undef HAVE_SYS_UN_H
645
638
 
646
 
/* Define to 1 if you have the <sys/wait.h> header file. */
647
 
#undef HAVE_SYS_WAIT_H
648
 
 
649
 
/* Define to 1 if you have the <termios.h> header file. */
650
 
#undef HAVE_TERMIOS_H
651
 
 
652
639
/* Define to 1 if you have the <thread.h> header file. */
653
640
#undef HAVE_THREAD_H
654
641
 
709
696
/* Define to 1 if you have the <wait.h> header file. */
710
697
#undef HAVE_WAIT_H
711
698
 
 
699
/* Attribute style weak pragma */
 
700
#undef HAVE_WEAK_ATTRIBUTE
 
701
 
712
702
/* Define to 1 if you have the `yield' function. */
713
703
#undef HAVE_YIELD
714
704
 
771
761
/* Define to enable multirail support in newmad module */
772
762
#undef MPID_MAD_MODULE_MULTIRAIL
773
763
 
 
764
/* Release date of the IB netmod */
 
765
#undef MPID_NEM_IB_RELEASE_DATE
 
766
 
 
767
/* Version of the IB netmod */
 
768
#undef MPID_NEM_IB_VERSION
 
769
 
774
770
/* Define to turn on the inlining optimizations in Nemesis code */
775
771
#undef MPID_NEM_INLINE
776
772
 
851
847
   decimal */
852
848
#undef MPIR_UPINT_FMT_DEC_SPEC
853
849
 
 
850
/* MPIR_Ucount is an unsigned MPI_Count-sized integer */
 
851
#undef MPIR_Ucount
 
852
 
854
853
/* MPIR_Upint is an unsigned pointer-sized integer */
855
854
#undef MPIR_Upint
856
855
 
891
890
/* Define if gethostname needs a declaration */
892
891
#undef NEEDS_GETHOSTNAME_DECL
893
892
 
 
893
/* Define if getsid needs a declaration */
 
894
#undef NEEDS_GETSID_DECL
 
895
 
894
896
/* Define if mkstemp needs a declaration */
895
897
#undef NEEDS_MKSTEMP_DECL
896
898
 
927
929
/* Define if vsnprintf needs a declaration */
928
930
#undef NEEDS_VSNPRINTF_DECL
929
931
 
930
 
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
931
 
#undef NO_MINUS_C_MINUS_O
932
 
 
933
932
/* Name of package */
934
933
#undef PACKAGE
935
934
 
951
950
/* Define to the version of this package. */
952
951
#undef PACKAGE_VERSION
953
952
 
 
953
/* Define if PAMI_IN_PLACE is not defined in pami.h */
 
954
#undef PAMI_IN_PLACE
 
955
 
954
956
/* Define to turn on the prefetching optimization in Nemesis code */
955
957
#undef PREFETCH_CELL
956
958
 
1119
1121
/* Define if we have sysv shared memory */
1120
1122
#undef USE_MMAP_SHM
1121
1123
 
1122
 
/* Define this to enable internal instrumentation */
1123
 
#undef USE_MPIU_INSTR
1124
 
 
1125
1124
/* Define if mpiexec should create a new process group session */
1126
1125
#undef USE_NEW_SESSION
1127
1126
 
1138
1137
   is allowed */
1139
1138
#undef USE_PMI_PORT
1140
1139
 
1141
 
/* define if the file descriptor for stdin cannot be passed to poll */
1142
 
#undef USE_PTHREAD_STDIN_REDIRECTION
1143
 
 
1144
1140
/* Define to use sched_yield to yield processor */
1145
1141
#undef USE_SCHED_YIELD_FOR_YIELD
1146
1142
 
1156
1152
/* Define to use sleep to yield processor */
1157
1153
#undef USE_SLEEP_FOR_YIELD
1158
1154
 
1159
 
/* define to enable SMP/multi-core aware collectives */
1160
 
#undef USE_SMP_COLLECTIVES
1161
 
 
1162
1155
/* Define it the socket verify macros should be enabled */
1163
1156
#undef USE_SOCK_VERIFY
1164
1157