Skip to content

Commit 5a8cbe5

Browse files
committed
btl/openib: remove obsolete reference to MEMORY_LINUX_MALLOC_ALIGN_ENABLED macro
1 parent 8466a3d commit 5a8cbe5

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

opal/mca/btl/openib/btl_openib_mca.c

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Copyright (c) 2006-2007 Voltaire All rights reserved.
1818
* Copyright (c) 2009-2010 Oracle and/or its affiliates. All rights reserved.
1919
* Copyright (c) 2013-2015 NVIDIA Corporation. All rights reserved.
20-
* Copyright (c) 2014-2015 Research Organization for Information Science
20+
* Copyright (c) 2014-2016 Research Organization for Information Science
2121
* and Technology (RIST). All rights reserved.
2222
* Copyright (c) 2014 Intel, Inc. All rights reserved.
2323
* $COPYRIGHT$
@@ -711,20 +711,6 @@ int btl_openib_register_mca_params(void)
711711
"(0 = do not allow; 1 = allow)",
712712
false, &mca_btl_openib_component.allow_different_subnets));
713713

714-
#if MEMORY_LINUX_MALLOC_ALIGN_ENABLED
715-
tmp = mca_base_var_find ("opal", "memory", "linux", "memalign");
716-
if (0 <= tmp) {
717-
(void) mca_base_var_register_synonym(tmp, "opal", "btl", "openib", "memalign",
718-
MCA_BASE_VAR_SYN_FLAG_DEPRECATED);
719-
}
720-
721-
tmp = mca_base_var_find ("opal", "memory", "linux", "memalign_threshold");
722-
if (0 <= tmp) {
723-
(void) mca_base_var_register_synonym(tmp, "opal", "btl", "openib", "memalign_threshold",
724-
MCA_BASE_VAR_SYN_FLAG_DEPRECATED);
725-
}
726-
#endif /* MEMORY_LINUX_MALLOC_ALIGN_ENABLED */
727-
728714
/* Register any MCA params for the connect pseudo-components */
729715
if (OPAL_SUCCESS == ret) {
730716
ret = opal_btl_openib_connect_base_register();

0 commit comments

Comments
 (0)