Path MPICH-V for MPICH the MPI Implementation

源代码在线查看: mpid_time.h

软件大小: 369 K
上传用户: downloader_006
关键词: Implementation MPICH-V MPICH Path
下载地址: 免注册下载 普通下载 VIP

相关代码

				#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				#endif								extern 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											

相关资源