
# MM Test Parameters
export MMTESTS="sembench-sem sembench-nanosleep sembench-futex"
export SKIP_WARMUP=yes

# Profiling parameters
export RUN_NOPROFILE=yes
export RUN_FINEPROFILE=no
export RUN_COARSEPROFILE=no
#export OPROFILE_REPORT_ANNOTATE=yes
#export OPROFILE_REPORT_CALLGRAPH=8

# Machine configuration

# List of monitors
export RUN_MONITOR=yes
export MONITORS_ALWAYS=
export MONITORS_PLAIN=
export MONITORS_GZIP="proc-vmstat top"
export MONITOR_UPDATE_FREQUENCY=10
export MONITOR_PERF_EVENTS=node-load-misses,node-store-misses

# sembench
export SEMBENCH_MIN_THREADS=2
export SEMBENCH_MAX_THREADS=$((NUMCPUS*64))
