⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 daemoncom.h

📁 Path MPICH-V for MPICH the MPI Implementation
💻 H
字号:
/** @file daemoncom.h defines the communication between daemons implied in the fault tolerant protocol */#ifndef DAEMONCOM_H#define DAEMONCOM_H#include "debug.h"#include "config.h"#include "connect.h"#include "vtypes.h"#include "flitvec.h"#define ftp_finalize() do {} while(0)#define ftp_probeSaveOrReplay(a) 0#define ftp_readReplay(tag) 0#define ftp_readSave(pkt) do {} while(0)#define ftp_connection_read(a, b) 0#define ftp_connection_write(a, b) 0#define ftp_connection_starting_state( a ) CO_DONE#define ftp_msgrecv_possible(mpipeer, rank) 1#define ftp_msgsend_needed(mpipeer, rank) 0#include "FTPI/ftp_dcom.h"#endif /* DAEMONCOM_H */

⌨️ 快捷键说明

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