source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/XIOS/extern/remap/src/cputime.cpp @ 6607

Last change on this file since 6607 was 6607, checked in by acosce, 10 months ago

XIOS used for ICOLMDZORINCA_CO2_Transport_GMD_2023

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.