Skip to content
Snippets Groups Projects
Commit 31a8eb74 authored by Christoph Alt's avatar Christoph Alt
Browse files

updated the gather benchmarks and added more memory bandwidth benchmarks

parent 357be13f
No related merge requests found
Pipeline #57940 passed with stages
in 1 minute and 41 seconds
...@@ -14,6 +14,8 @@ PERF_BENCHMARKS=$(likwid-bench -a | grep -i "${PRECISION}-precision" | grep "pea ...@@ -14,6 +14,8 @@ PERF_BENCHMARKS=$(likwid-bench -a | grep -i "${PRECISION}-precision" | grep "pea
# look for all avaialbe load benchmarks # look for all avaialbe load benchmarks
MEM_BENCHMARKS=$(likwid-bench -a | awk -F "-" '{print $1}' | grep "load" | awk '{ printf "%s", $0 } END{ print "" }') MEM_BENCHMARKS=$(likwid-bench -a | awk -F "-" '{print $1}' | grep "load" | awk '{ printf "%s", $0 } END{ print "" }')
MEM_BENCHMARKS+=$(likwid-bench -a | awk -F "-" '{print $1}' | grep "copy" | awk '{ printf "%s", $0 } END{ print "" }')
MEM_BENCHMARKS+=$(likwid-bench -a | awk -F "-" '{print $1}' | grep "stream" | awk '{ printf "%s", $0 } END{ print "" }')
current_date=$(date) current_date=$(date)
mkdir -p ${HOSTNAME} mkdir -p ${HOSTNAME}
...@@ -21,6 +23,9 @@ SUMMARY_FILE="${HOSTNAME}/summary.txt" ...@@ -21,6 +23,9 @@ SUMMARY_FILE="${HOSTNAME}/summary.txt"
module load python module load python
machinestate -a -o "${HOSTNAME}/machinestate_${HOSTNAME}.json" machinestate -a -o "${HOSTNAME}/machinestate_${HOSTNAME}.json"
likwid-setFrequencies -reset
likwid-setFrequencies -ureset
likwid-setFrequencies -p > "${HOSTNAME}/likwid-setFrequencies.txt"
run_benchmark(){ run_benchmark(){
benchmarks="$1" benchmarks="$1"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment