From 0e0fe1146b5900abce6dc29b472f3ae4cdc12878 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 5 Mar 2024 14:51:01 +0100 Subject: [PATCH 1/2] README --- README.md | 16 ++++++++-------- setup.json | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c193b1b..fc483c9 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ You will be promted some questions but answering them is very easy. Setting up P Now you need to specify computer where you want to run your calculations. Here is the setup for your local computer. First setup a `yaml` file with setting called `localhost.yaml` and then setup the code. ``` -$ cat localhost.yaml +$ cat > localhost.yaml --- label: "localhost" hostname: "localhost" @@ -43,9 +43,9 @@ use_double_quotes: true mpirun_command: "mpirun -np {tot_num_mpiprocs}" mpiprocs_per_machine: "8" prepend_text: " " -appent_test: " " +append_text: " " -$ verdi copmuter setup --config localhost.yaml +$ verdi computer setup --config localhost.yaml ``` One can test the computer via `verdi computer test