From 2d193bfb77e5e43070bad8ac91cae1be7cb3a336 Mon Sep 17 00:00:00 2001 From: Artem Zhmurov <zhmurov@gmail.com> Date: Mon, 23 Aug 2021 08:59:48 +0300 Subject: [PATCH] Fix a typo --- lab_1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab_1/README.md b/lab_1/README.md index 59bd290..6c5a56b 100644 --- a/lab_1/README.md +++ b/lab_1/README.md @@ -83,7 +83,7 @@ Hello from the GPU! My threadId is 31 **Questions** -- Why should ``srun`` be called with the argument ``-n 1`` and note ``-n 24`` like in the MPI lab? +- Why should ``srun`` be called with the argument ``-n 1`` and not ``-n 24`` like in the MPI lab? - Were you able to see the suggested output? If not, can you guess why only the CPU code generated the output? --- -- GitLab