Skip to content

Commit

Permalink
Take out debugging print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Aug 27, 2024
1 parent a777e47 commit 71679c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,6 @@ def pre_sanitycheck_sentencepiece(self, *args, **kwargs):
Avoids "libtcmalloc_minimal.so.4: cannot allocate memory in static TLS block" error
See https://github.com/EESSI/software-layer/pull/585/#issuecomment-2286068465
"""
print("APPLYING HOOK")
if self.name == "SentencePiece" and get_cpu_architecture() == AARCH64:
# We want to set LD_PRELOAD so that it loads the libtcmalloc_minimal.so library from gperftools
# However, if LD_PRELOAD is already set, we need to prepend to it.
Expand Down

0 comments on commit 71679c7

Please sign in to comment.