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

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

dev on ADA. add flag switch _usingEP/_usingMPI

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