config.h.in

来自「Path MPICH-V for MPICH the MPI Implement」· IN 代码 · 共 57 行

IN
57
字号
/* config.h.in.  Generated from configure.ac by autoheader.  *//* Define to the address where bug reports for this package should be sent. */#undef PACKAGE_BUGREPORT/* Define to the full name of this package. */#undef PACKAGE_NAME/* Define to the full name and version of this package. */#undef PACKAGE_STRING/* Define to the one symbol short name of this package. */#undef PACKAGE_TARNAME/* Define to the version of this package. */#undef PACKAGE_VERSION/* Define to the version string (version of this package + protocol) */#undef VERSION/* DEBUG information  * define with --with-debug * default : undefined */#undef DEBUG/*  activate/deactivate the use of checkpointing. When disabling it, *  MPI process will produce a warning if the library calls checkpointing *  setup  *  undefined by default with Vcl and Vcausal, *  undefined by using --with-checkpoint=condor or --with-checkpoint=ckpt *  defined by using --without-checkpoint (beware, Vcl without checkpoint is *  dumb) */#undef NO_CHECKPOINT/* activate/deactivate the use of event logging. */#undef NO_EVENTLOGGER/* if defined, the checkpoint mechanism will be blocking, that is the   MPI process will not be able to continue its execution until the   checkpoint image is sent to a checkpoint server */#undef CHECKPOINT_WAIT/*  define this if you want to have statistical information about events *  logging when using Vcausal */#undef CAUSALITY_STATISTICS/* define this if you want to use the manetho algorithm when using Vcausal */#undef MANETHO/*  location of temporary directory to store pipes and named sockets */#undef TMPDIR

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?