HiCMA
Hierarchical Computations on Manycore Architectures
hicma_common.h File Reference
#include "starsh.h"

Go to the source code of this file.

Macros

#define PROGRESS(str)
 

Variables

struct hicma_context hicma_context
 

Macro Definition Documentation

◆ PROGRESS

#define PROGRESS (   str)
Value:
int myrank = MORSE_My_Mpi_Rank();\
time(&timer); \
tm_info = localtime(&timer); \
strftime(datebuf, 26, "%Y-%m-%d %H:%M:%S",tm_info); \
fprintf(stderr, "%d:%s\t%d\t%s\t%s\n", myrank, datebuf, __LINE__, __func__, str);\
fflush(stderr);\
}
time_t timer
struct tm * tm_info
char datebuf[128]
int print_progress

Definition at line 9 of file hicma_common.h.

Variable Documentation

◆ hicma_context