From bb1de3b880fbf37ed94e0b74210e1415299a510e Mon Sep 17 00:00:00 2001
From: Kjartan Thor Wikfeldt <ktwikfeldt@gmail.com>
Date: Wed, 14 Aug 2019 08:52:42 +0200
Subject: [PATCH] clarification

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3322300..9740068 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ You might also need to specify a **reservation** by adding the flag
 An environment variable specifying the number of threads should also be set:
 
 ```
-export OMP_NUM_THREADS=<number-of-threads>
+export OMP_NUM_THREADS=32
 ```
 
 Then the srun command is used to launch an OpenMP application:
-- 
GitLab