We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b1701 commit 2fc5713Copy full SHA for 2fc5713
opal/mca/pmix/pmix2x/pmix2x.h
@@ -1,6 +1,6 @@
1
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
2
/*
3
- * Copyright (c) 2014-2017 Intel, Inc. All rights reserved.
+ * Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
4
* Copyright (c) 2014-2015 Mellanox Technologies, Inc.
5
* All rights reserved.
6
* Copyright (c) 2016 Research Organization for Information Science
@@ -38,6 +38,9 @@
38
BEGIN_C_DECLS
39
40
#ifdef OPAL_C_HAVE_VISIBILITY
41
+ #ifdef PMIX_HAVE_VISIBILITY
42
+ #undef PMIX_HAVE_VISIBILITY
43
+ #endif
44
#define PMIX_HAVE_VISIBILITY 1
45
#else
46
#undef PMIX_HAVE_VISIBILITY
0 commit comments