Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mpi_wtime(3) [redhat man page]

MPI_Wtime(3)							      LAM/MPI							      MPI_Wtime(3)

NAME
MPI_Wtime - Returns an elapsed time on the calling processor SYNOPSIS
#include <mpi.h> double MPI_Wtime(void) RETURN VALUE
Time in seconds since an arbitrary time in the past. NOTES
This is intended to be a high-resolution, elapsed (or wall) clock. See MPI_Wtick to determine the resolution of MPI_Wime . If the attribute MPI_WTIME_IS_GLOBAL is defined and true, then the value is synchronized across all processes in MPI_COMM_WORLD . NOTES FOR FORTRAN
This function is declared as DOUBLE PRECISION MPI_WTIME() in Fortran. SEE ALSO
MPI_Wtick, MPI_Comm_get_attr MORE INFORMATION
For more information, please see the official MPI Forum web site, which contains the text of both the MPI-1 and MPI-2 standards. These documents contain detailed information about each MPI function (most of which is not duplicated in these man pages). http://www.mpi-forum.org/ ACKNOWLEDGEMENTS
The LAM Team would like the thank the MPICH Team for the handy program to generate man pages ("doctext" from ftp://ftp.mcs.anl.gov/pub/sow- ing/sowing.tar.gz ), the initial formatting, and some initial text for most of the MPI-1 man pages. LOCATION
wtime.c LAM
/MPI 6.5.8 11/10/2002 MPI_Wtime(3)

Check Out this Related Man Page

MPI_Initialized(3)						      LAM/MPI							MPI_Initialized(3)

NAME
MPI_Initialized - Indicates whether MPI_Init has been called. SYNOPSIS
#include <mpi.h> int MPI_Initialized(int *flag) OUTPUT PARAMETER
flag - Flag is true (1) if MPI_Init has been called and false (0) otherwise. NOTES
This function always returns MPI_SUCCESS . NOTES FOR FORTRAN
All MPI routines in Fortran (except for MPI_WTIME and MPI_WTICK ) have an additional argument ierr at the end of the argument list. ierr is an integer and has the same meaning as the return value of the routine in C. In Fortran, MPI routines are subroutines, and are invoked with the call statement. All MPI objects (e.g., MPI_Datatype , MPI_Comm ) are of type INTEGER in Fortran. MORE INFORMATION
For more information, please see the official MPI Forum web site, which contains the text of both the MPI-1 and MPI-2 standards. These documents contain detailed information about each MPI function (most of which is not duplicated in these man pages). http://www.mpi-forum.org/ ACKNOWLEDGEMENTS
The LAM Team would like the thank the MPICH Team for the handy program to generate man pages ("doctext" from ftp://ftp.mcs.anl.gov/pub/sow- ing/sowing.tar.gz ), the initial formatting, and some initial text for most of the MPI-1 man pages. LOCATION
inited.c LAM
/MPI 6.5.8 11/10/2002 MPI_Initialized(3)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

(newbieee)help regarding for loop

Hi!! This forum been very helpful in my earlier issues. I hope i'll get the resolution this time too. My query (might seem very silly) is: I am using following code snippet to find the lines matching to certain string. .... .... var=`cat temp.txt` echo $var for line_read in `echo... (2 Replies)
Discussion started by: reply2priyanka
2 Replies

2. High Performance Computing

problem installing software package with MPI support

So I have been struggling for the past few days to install a simulation package lammps (http://lammps.sandia.gov/) on my Mac OS X. I am well aware that this is a Ubuntu forum, but you guys seem to know a lot of UNIX stuff, so I was hoping someone might have a solution to my problem... To run... (1 Reply)
Discussion started by: oscar78
1 Replies

3. Post Here to Contact Site Administrators and Moderators

Regarding suggestion

Hello Admin/moderators Team, Greetings !! This is regarding a suggestion which may help our forum if this is possible. Thanks, R. Singh "GOD helps those who help themselves" (2 Replies)
Discussion started by: RavinderSingh13
2 Replies

4. What is on Your Mind?

Forum Description Animation with jQuery

I found that the pages that lists all the forums were too cluttered with the forum descriptions, so I added a bit of jQuery to hide the forum descriptions and to fade them in and out on mouseover: <script> $(document).ready(function() { jQuery(".neo-forum-description").hide();... (2 Replies)
Discussion started by: Neo
2 Replies

5. What is on Your Mind?

Status of UNIX.COM Forum Transformation

Having spent a lot of time over the past year taking a legacy vBulletin site (this forum) and making the site responsive on mobile; I've happy with the results; but it will soon be time to move on. Basically, at our core, we are a LAMP (Linux, Apache2, MySQL and PHP) site, and vBulletin was... (6 Replies)
Discussion started by: Neo
6 Replies