From b314c5f3fdaf7aa3a85de8c76b72cb07bf7b5bc2 Mon Sep 17 00:00:00 2001 From: Domenico Giordano <domenico.giordano@cern.ch> Date: Fri, 9 Sep 2022 12:03:40 +0200 Subject: [PATCH] fix path in the documentation --- patch_SPEC2006/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patch_SPEC2006/README.md b/patch_SPEC2006/README.md index f1b991f..6698455 100644 --- a/patch_SPEC2006/README.md +++ b/patch_SPEC2006/README.md @@ -10,11 +10,11 @@ https://www.spec.org/cpu2006/Docs/tools-build.html#how Given a *writable* SPEC CPU 2006 area (SPEC_path), run the script as follow ``` git clone https://gitlab.cern.ch/hep-benchmarks/hep-spec.git -./hep-spec/patch_spec06_in_2021.sh $SPEC_path +./hep-spec/patch_SPEC2006/patch_spec06_in_2021.sh $SPEC_path ``` NB: the script has 2 env variables to fix the toolkit folder name. The current values are ``` myOS=linux-centos7 myHW=aarch64 -``` \ No newline at end of file +``` -- GitLab