/* * Copyright (C) 2015 University of Chicago. * See COPYRIGHT notice in top-level directory. * */ #ifndef __DARSHAN_BGQ_LOG_UTILS_H #define __DARSHAN_BGQ_LOG_UTILS_H
extern char *bgq_counter_names[]; extern char *bgq_f_counter_names[]; extern struct darshan_mod_logutil_funcs bgq_logutils;
#endif