source: XIOS/trunk/extern/remap/src/cputime.cpp @ 1614

Last change on this file since 1614 was 694, checked in by rlacroix, 9 years ago

Fix compilation issues caused by the new "remap" library.

Use our MPI header so that C++ bindings are always disabled.

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.