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

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

dev_omp

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