source: XIOS/dev/dev_trunk_omp/extern/remap/src/cputime.cpp @ 1602

Last change on this file since 1602 was 1602, checked in by yushan, 5 years ago

branch_openmp merged with trunk r1597

File size: 116 bytes
Line 
1#include "mpi.hpp"
2using namespace ep_lib;
3
4namespace sphereRemap {
5 
6double cputime()
7{
8        return MPI_Wtime();
9}
10
11}
Note: See TracBrowser for help on using the repository browser.