|
17 | 17 | * Copyright (c) 2006-2007 Voltaire All rights reserved. |
18 | 18 | * Copyright (c) 2009-2010 Oracle and/or its affiliates. All rights reserved. |
19 | 19 | * 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 |
21 | 21 | * and Technology (RIST). All rights reserved. |
22 | 22 | * Copyright (c) 2014 Intel, Inc. All rights reserved. |
23 | 23 | * $COPYRIGHT$ |
@@ -711,20 +711,6 @@ int btl_openib_register_mca_params(void) |
711 | 711 | "(0 = do not allow; 1 = allow)", |
712 | 712 | false, &mca_btl_openib_component.allow_different_subnets)); |
713 | 713 |
|
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 | | - |
728 | 714 | /* Register any MCA params for the connect pseudo-components */ |
729 | 715 | if (OPAL_SUCCESS == ret) { |
730 | 716 | ret = opal_btl_openib_connect_base_register(); |
|
0 commit comments