From e44d2816b3bb8629a2161e995aa0476231a02899 Mon Sep 17 00:00:00 2001 From: Sander Vandenhaute <45051541+svandenhaute@users.noreply.github.com> Date: Tue, 21 Nov 2023 20:01:05 +0100 Subject: [PATCH] Update README.md --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index d1f35ed..5138d78 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,5 +1,5 @@ These examples illustrate some of the core features of psiflow. All execution-side parameters should be defined in a [psiflow configuration file](/configs). Next, simply run the example and pass the configuration file as an argument: ``` -python # for local execution -python eurohpc_lumi.yaml # remote execution on LUMI +python # for local execution +python lumi.yaml # remote execution on LUMI ```