Guillaume Raffy
46d7fd1fa7
- added the ability to show the performance per clock cycle (eg to see if avx512 has an effect on the computation) - the cpus are now sorted on x axis depending on their generation work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3372] |
||
---|---|---|
.. | ||
hibench-on-physix.sh | ||
readme.md | ||
showresults.py | ||
starbench-template.job |
readme.md
This example illustrates how starbench
is used at IPR (Institut de Physique de Rennes) to measure the performance of hibridon on IPR's cluster (physix
)
usage:
graffy@physix-frontal:/opt/ipr/cluster/work.global/graffy/starbench$ ./hibench-on-physix.sh 53894da48505892bfa05693a52312bacb12c70c9
hibench-on-physix.sh
script launches two sge
jobs for each machine type in physix
cluster:
- one job that performs a benchmark of hibridon with
gfortran
compiler - one job that performs a benchmark of hibridon with
ifort
compiler
When the job successfully completes, it puts the results of the benchmark on physix
's global work directory (eg /opt/ipr/cluster/work.global/graffy/hibridon/benchmarks/starbench/53894da48505892bfa05693a52312bacb12c70c9/nh3h2_qma_long/intel_xeon_x5550/gfortran
)