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

📄 mpi_wtick.3

📁 MPI stands for the Message Passing Interface. Written by the MPI Forum (a large committee comprising
💻 3
字号:
.\"Copyright 2006, Sun Microsystems, Inc..\" Copyright (c) 1996 Thinking Machines Corporation.TH MPI_Wtick 3OpenMPI "September 2006" "Open MPI 1.2" " ".SH NAME\fBMPI_Wtick\fP \- Returns the resolution of MPI_Wtime..SH SYNTAX.ft R.SH C Syntax.nf#include <mpi.h>double MPI_Wtick().SH Fortran Syntax.nfINCLUDE 'mpif.h'DOUBLE PRECISION MPI_WTICK().SH C++ Syntax.nf#include <mpi.h>double Wtick().SH RETURN VALUE.ft RTime in seconds of resolution of MPI_Wtime..SH DESCRIPTION.ft RMPI_Wtick returns the resolution of MPI_Wtime in seconds. That is, it returns, as a double-precision value, the number of seconds between successive clock ticks. For example, if the clock is implemented by the hardware as a counter that is incremented every millisecond, the value returned by MPI_Wtick should be 10^-3..PP.SH NOTEThis function does not return an error value. Consequently, the result of calling it before MPI_Init or after MPI_Finalize is undefined..SH SEE ALSO .ft R.spMPI_Wtime' @(#)MPI_Wtick.3 1.21 06/03/09   

⌨️ 快捷键说明

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