From 22e4f6e046103c33ecc83ea8ed9f3e7e7f1a2eff Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 24 Jan 2017 20:51:32 -0800 Subject: [PATCH] openib: remove stale comment about ptmalloc2 Signed-off-by: Jeff Squyres --- opal/mca/btl/openib/btl_openib_component.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/opal/mca/btl/openib/btl_openib_component.c b/opal/mca/btl/openib/btl_openib_component.c index 2abc414238c..449eece7025 100644 --- a/opal/mca/btl/openib/btl_openib_component.c +++ b/opal/mca/btl/openib/btl_openib_component.c @@ -2872,11 +2872,6 @@ btl_openib_component_init(int *num_btl_modules, mca_btl_openib_component.if_exclude_list = NULL; } - /* If we are using ptmalloc2 and there are no posix threads - available, this will cause memory corruption. Refuse to run. - Right now, ptmalloc2 is the only memory manager that we have on - OS's that support OpenFabrics that provide both FREE and MUNMAP - support, so the following test is [currently] good enough... */ value = opal_mem_hooks_support_level(); #if OPAL_CUDA_SUPPORT