diff --git a/computer-platforms/docs/01_modules_make_batch_jobs.md b/computer-platforms/docs/01_modules_make_batch_jobs.md index c012a694f..56e9ad21c 100644 --- a/computer-platforms/docs/01_modules_make_batch_jobs.md +++ b/computer-platforms/docs/01_modules_make_batch_jobs.md @@ -272,7 +272,7 @@ srun --account=<...> –-partition=<...> –-time=00:10:00 –-nodes=2 –-ntask In this case the output will be shown on the terminal (job will fail if the connection is lost). -When debugging or doing performance analysys the user needs to interact with application on the compute nodes. +When debugging or doing performance analisys the user needs to interact with the application. ```bash salloc --account= –-partition=small –-nodes=2 –-ntasks-per-nodes=128 --time=00:30:00