updated documentation regarding last commit's change (rewriting in python)

work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3372]
This commit is contained in:
Guillaume Raffy 2024-10-07 12:06:45 +02:00
parent 4e0e3b60bc
commit 49aebf38a5
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ This example illustrates how `starbench` is used at IPR (Institut de Physique de
usage:
```sh
graffy@physix-frontal:/opt/ipr/cluster/work.global/graffy/starbench$ ./hibench-on-physix.sh 53894da48505892bfa05693a52312bacb12c70c9
graffy@physix-frontal:/opt/ipr/cluster/work.global/graffy/starbench$ ./hibenchonphysix.py --commit-id 53894da48505892bfa05693a52312bacb12c70c9 --results-dir $GLOBAL_WORK_DIR/graffy/hibridon/benchmarks/starbench
```
`hibench-on-physix.sh` script launches two `sge` jobs for each machine type in `physix` cluster:
`hibenchonphysix.py` 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