Skip to content

Commit

Permalink
Also do not use jemalloc for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jan 14, 2025
1 parent b01966b commit 63fc0d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci-support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -586,11 +586,11 @@ run_examples()
CONDA_JEMALLOC="$CONDA_PREFIX/lib/libjemalloc.so.2"
if test "$CONDA_PREFIX" != "" && test -f "$CONDA_JEMALLOC"; then
echo "*** running with $CONDA_JEMALLOC in LD_PRELOAD"
CI_SUPPORT_LD_PRELOAD="$CONDA_JEMALLOC"
else
CI_SUPPORT_LD_PRELOAD="$LD_PRELOAD"
# echo "*** running with $CONDA_JEMALLOC in LD_PRELOAD"
# CI_SUPPORT_LD_PRELOAD="$CONDA_JEMALLOC"
echo "*** $CONDA_JEMALLOC installed, skipping because of crashes observed in January 2025"
fi
CI_SUPPORT_LD_PRELOAD="$LD_PRELOAD"
if [[ $example_script == *mpi* ]]; then
# FIXME: This command line is OpenMPI-specific.)
Expand Down

0 comments on commit 63fc0d6

Please sign in to comment.