Skip to content

Commit 22e4f6e

Browse files
committed
openib: remove stale comment about ptmalloc2
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 5a9ba57 commit 22e4f6e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

opal/mca/btl/openib/btl_openib_component.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2872,11 +2872,6 @@ btl_openib_component_init(int *num_btl_modules,
28722872
mca_btl_openib_component.if_exclude_list = NULL;
28732873
}
28742874

2875-
/* If we are using ptmalloc2 and there are no posix threads
2876-
available, this will cause memory corruption. Refuse to run.
2877-
Right now, ptmalloc2 is the only memory manager that we have on
2878-
OS's that support OpenFabrics that provide both FREE and MUNMAP
2879-
support, so the following test is [currently] good enough... */
28802875
value = opal_mem_hooks_support_level();
28812876

28822877
#if OPAL_CUDA_SUPPORT

0 commit comments

Comments
 (0)