From 196c4f357e3cb4152d357a8ad30b30d9b6c2f5d9 Mon Sep 17 00:00:00 2001 From: Joakim Eriksson Date: Fri, 19 Apr 2024 09:45:30 +0200 Subject: [PATCH] Update README.md Fixed argument to the new command (from -e to -n) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81ec496..f7afad5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Execute this code on your **local computer** to execute main.py **remotely on th ```console mkdir test; cd test -pollinator new -e lumi-small-hpcexecutor +pollinator new -n lumi-small-hpcexecutor echo "print('LUMI Supercomputer says Hi!')" > ./cfs/src/main.py pollinator run --follow ``` @@ -100,7 +100,7 @@ cd lumi First, we need to generate a new Pollinator project. ```console -pollinator new -e lumi-standard-hpcexecutor +pollinator new -n lumi-standard-hpcexecutor ``` This will generate a **project.yaml** file and the **src**, **data**, **result** directories. It also generates some sample code in Python.