SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
dwalltime00_.c
Go to the documentation of this file.
1#include "Bdef.h"
2
3#if (INTFACE == C_CALL)
4double Cdwalltime00(void)
5#else
7#endif
8{
9 return(MPI_Wtime());
10}
#define F_DOUBLE_FUNC
Definition Bdef.h:234
F_DOUBLE_FUNC dwalltime00_(void)
Definition dwalltime00_.c:6