source: XIOS/dev/branch_openmp/extern/remap/src/cputime.cpp @ 1328

Last change on this file since 1328 was 1328, checked in by yushan, 6 years ago

dev_omp

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.