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.
2 parents 902aefa + e4ce893 commit 9314a42Copy full SHA for 9314a42
ompi/mpiext/affinity/c/mpiext_affinity_c.h
@@ -3,6 +3,9 @@
3
* All rights reserved.
4
* Copyright (c) 2010-2012 Cisco Systems, Inc. All rights reserved.
5
* Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
6
+ * Copyright (c) 2021 The University of Tennessee and the University
7
+ * of Tennessee research Foundation. All rights
8
+ * reserved.
9
* $COPYRIGHT$
10
*
11
* Additional copyrights may follow
@@ -11,7 +14,7 @@
14
12
15
*/
13
16
-#define OMPI_AFFINITY_STRING_MAX BUFSIZ
17
+#define OMPI_AFFINITY_STRING_MAX 1024
18
19
typedef enum ompi_affinity_fmt {
20
OMPI_AFFINITY_RSRC_STRING_FMT,
0 commit comments