From 49aebf38a5583bacb43956c4aa6042cdd07da02c Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Mon, 7 Oct 2024 12:06:45 +0200 Subject: [PATCH] updated documentation regarding last commit's change (rewriting in python) work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3372] --- usecases/ipr/hibench/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usecases/ipr/hibench/readme.md b/usecases/ipr/hibench/readme.md index a5650d8..fdd9923 100644 --- a/usecases/ipr/hibench/readme.md +++ b/usecases/ipr/hibench/readme.md @@ -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