diff --git a/lab_1/README.md b/lab_1/README.md index 59bd2901b23590ca75e80a2cacee199583590d6f..6c5a56b1e95b342584725c714e6481a65e92d29b 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? ---