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 17202e5 + 60fd25f commit 340152aCopy full SHA for 340152a
opal/mca/btl/vader/btl_vader_xpmem.h
@@ -2,6 +2,7 @@
2
/*
3
* Copyright (c) 2013-2014 Los Alamos National Security, LLC. All rights
4
* reserved.
5
+ * Copyright (c) 2016 ARM, Inc. All rights reserved.
6
* $COPYRIGHT$
7
*
8
* Additional copyrights may follow
@@ -32,7 +33,12 @@
32
33
* necessary */
34
35
/* largest address we can attach to using xpmem */
36
+#if defined(__x86_64__)
37
#define VADER_MAX_ADDRESS ((uintptr_t)0x7ffffffff000ul)
38
+#else
39
+#define VADER_MAX_ADDRESS XPMEM_MAXADDR_SIZE
40
+#endif
41
+
42
43
int mca_btl_vader_xpmem_init (void);
44
0 commit comments