1
1
openmpi/oshmem/util/oshmem_util.h
Mike Dubman 361f15d5d7 OSHMEM: fix use of opal_verbose
fixed by Roman, reviewed by Igor/Mike

cmr=v1.7.5:reviewer=ompi-rm1.7

This commit was SVN r30943.
2014-03-05 08:49:14 +00:00

27 строки
686 B
C

/*
* Copyright (c) 2014 Mellanox Technologies, Inc.
* All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
#ifndef OSHMEM_UTIL_H
#define OSHMEM_UTIL_H
#include "oshmem_config.h"
void oshmem_output_verbose(int level, int output_id, const char* prefix,
const char* file, int line, const char* function, const char* format, ...);
/*
* Temporary wrapper which ingores output verbosity level
* to ensure error messages are seeing by user
*/
void oshmem_output(int output_id, const char* prefix, const char* file,
int line, const char* function, const char* format, ...);
#endif /* OSHMEM_UTIL_H */