From b46b3bd7413ebc04fd598838800942bc238d2f88 Mon Sep 17 00:00:00 2001 From: Sander Vandenhaute <45051541+svandenhaute@users.noreply.github.com> Date: Tue, 7 Nov 2023 10:10:10 +0200 Subject: [PATCH] Update README.md --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 130ef5f..d1f35ed 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 --psiflow-config eurohpc_lumi.py # remote execution on LUMI +python eurohpc_lumi.yaml # remote execution on LUMI ```