Newsgroups: comp.parallel.mpi
From: biodesig@maxwell (Zhuo Min Chen)
Subject: Q: how to get global synchronous time?
Organization: Texas Center for Advanced Molecular Computation
Date: 7 Jun 1995 19:22:31 GMT
Message-ID: <3r4u9n$9n8@masala.cc.uh.edu>

Try
Call MPI_BARRIER (COMM,IER)
call MPI_Wtime


.... tasking
Call MPI_BARRIER
Call MPI_Wtime


