Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 8c8cc5b

Browse files
committed
platform/lanl: do not use ptmalloc2
Signed-off-by: Nathan Hjelm <[email protected]>
1 parent b90b83d commit 8c8cc5b

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

contrib/platform/lanl/cray_xc_cle5.2/debug-common

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,5 @@ enable_mca_direct=pml-ob1
3232
# enable development headers
3333
with_devel_headers=yes
3434

35-
# enable ptmalloc (enables lazy deregistration)
36-
with_memory_manager=linux
37-
3835
# disable valgrind
3936
with_valgrind=no

contrib/platform/lanl/cray_xc_cle5.2/optimized-common

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,5 @@ enable_mca_direct=pml-ob1
4040
# enable development headers
4141
with_devel_headers=yes
4242

43-
# enable ptmalloc (enables lazy deregistration)
44-
with_memory_manager=linux
45-
4643
# disable valgrind
4744
with_valgrind=no

contrib/platform/lanl/darwin/darwin-common

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ enable_cxx_exceptions=no
2222
# Disable components not needed on any TOSS platform
2323
enable_mca_no_build=carto,crs,filem,routed-linear,snapc,pml-dr,pml-crcp2,pml-crcpw,pml-v,pml-example,crcp,btl-tcp
2424

25-
# Enable malloc hooks for mpi_leave_pinned
26-
with_memory_manager=linux
27-
2825
# TOSS2 uses slurm
2926
with_slurm=yes
3027
with_tm=no

contrib/platform/lanl/toss/toss-common

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ enable_cxx_exceptions=no
2222
# Disable components not needed on any TOSS platform
2323
enable_mca_no_build=carto,crs,filem,routed-linear,snapc,pml-dr,pml-crcp2,pml-crcpw,pml-v,pml-example,crcp,btl-tcp
2424

25-
# Enable malloc hooks for mpi_leave_pinned
26-
with_memory_manager=linux
27-
2825
# TOSS2 uses slurm
2926
with_slurm=yes
3027
with_tm=no

0 commit comments

Comments
 (0)