From 8026dc771194253292e57af0ef6a6e59b7bff7c7 Mon Sep 17 00:00:00 2001 From: Kjartan Thor Wikfeldt <ktwikfeldt@gmail.com> Date: Wed, 14 Aug 2019 10:45:04 +0200 Subject: [PATCH] add comment about reservation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 04f910f..0ae090c 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ First it is necessary to book a node for interactive use: salloc -A <allocation-name> -N 1 -t 1:0:0 ``` +You might also need to specify a reservation by adding the flag +`--reservation=<name-of-reservation>`. + Then the srun command is used to launch an MPI application: ``` -- GitLab