SIONlib  1.7.7
Scalable I/O library for parallel access to task-local files
sion_printts.h
Go to the documentation of this file.
1 /****************************************************************************
2 ** SIONLIB http://www.fz-juelich.de/jsc/sionlib **
3 *****************************************************************************
4 ** Copyright (c) 2008-2019 **
5 ** Forschungszentrum Juelich, Juelich Supercomputing Centre **
6 ** **
7 ** See the file COPYRIGHT in the package base directory for details **
8 ****************************************************************************/
9 
16 #ifndef SION_SION_PRINTTS_H
17 #define SION_SION_PRINTTS_H
18 
19 int sion_print_time_stamp (int rank, char *desc);
20 double _sion_get_time(void);
21 
22 #endif
int sion_print_time_stamp(int rank, char *desc)
Prints a sion time stamp.
Definition: sion_printts.c:91
double _sion_get_time(void)
Returns the current time as a double.
Definition: sion_printts.c:70