From 944e09e4ca5827467f77c1df703e5bfae9889372 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= <berykubik@gmail.com>
Date: Wed, 22 Nov 2023 14:43:13 +0100
Subject: [PATCH] Add exercise 1b

---
 README.md             | 1 +
 exercise-1b/README.md | 4 ++++
 2 files changed, 5 insertions(+)
 create mode 100644 exercise-1b/README.md

diff --git a/README.md b/README.md
index 0b9be59..b2d5f20 100644
--- a/README.md
+++ b/README.md
@@ -9,3 +9,4 @@ This repository contains a few simple tasks for practicing work with HyperQueue.
 First, download and extract [HyperQueue](https://github.com/It4innovations/hyperqueue/releases/download/v0.17.0/hq-v0.17.0-linux-x64.tar.gz).
 
 - [Exercise 1](exercise-1)
+- [Exercise 1b](exercise-1b)
diff --git a/exercise-1b/README.md b/exercise-1b/README.md
new file mode 100644
index 0000000..1b213c6
--- /dev/null
+++ b/exercise-1b/README.md
@@ -0,0 +1,4 @@
+# Exercise 1b
+Perform the same computation as in [exercise-1](../exercise-1), but this time use
+[Automatic allocation](https://it4innovations.github.io/hyperqueue/stable/deployment/allocation/)
+system to start workers (do not start any workers manually).
-- 
GitLab