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

📄 mpid_time.h

📁 Path MPICH-V for MPICH the MPI Implementation
💻 H
字号:
#ifndef MPID_Wtime/* Special features of timer for NX */#ifndef ANSI_ARGS#if defined(__STDC__) || defined(__cplusplus)#define ANSI_ARGS(a) a#else#define ANSI_ARGS(a) ()#endif#endifextern double v_time ANSI_ARGS((void));extern void v_tick ANSI_ARGS((double *));#define MPID_Wtime(t) *(t)= v_time()#define MPID_Wtick(t) v_tick( t )#define MPID_Wtime_is_global MPID_Time_is_global#endif

⌨️ 快捷键说明

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