Make sure to use libthr, via the following /etc/libmap.conf:

---
libpthread.so.2		libthr.so.2
libpthread.so		libthr.so
---

Make sure that junk filling is off.  Use 'aj' for /etc/malloc.conf.

=== lever ===
malloc_test_run

=== super-smack === (mysql 5.1.5, super-smack 1.3)

Running the server:

cd /var/db/mysql
LD_PRELOAD=/tmp/jemalloc/libc/libc.so.6 mysqld_safe
(Suspend, then kill w/ job control.)
killall -9 mysqld

Running the client:

for nthreads in 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100; do
    for rep in 1 2 3 4 5 6 7 8 9 10; do
	echo "nthreads: ${nthreads}, rep: ${rep}"
	LD_PRELOAD=/tmp/jemalloc/libc/libc.so.6 super-smack -d mysql /usr/local/share/super-smack/select-key.smack ${nthreads} `expr 100000 / ${nthreads}`
    done
done

=== cfrac ===
cfrac 47582602774358115722167492755475367767

=== cca === (perl-5.8.8)
cat /usr/src/lib/libc/**/*.[ch] > input
cca -cdeltv -gp /dev/null -f input

=== smlng === (onyx 5.1.2, single-threaded)
Make sure onyx is single-threaded.

smlc.nx < input > /dev/null

=== sh6bench ===
Modify source to use 2500 iterations, min size 1, max size 1000.

Modify source to use calloc() instead of malloc().

sh6bench

=== gs === (ghostscript-afpl-nox11-8.53_1,1)
gs -dBATCH -dNODISPLAY PS3.ps
