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

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

branch merged with trunk @1645. arch file (ep&mpi) added for ADA

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