Skip to content

Commit

Permalink
Update 01_modules_make_batch_jobs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csccva authored Jun 14, 2024
1 parent d561177 commit 52fa2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion computer-platforms/docs/01_modules_make_batch_jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<project_id> –-partition=small –-nodes=2 –-ntasks-per-nodes=128 --time=00:30:00
Expand Down

0 comments on commit 52fa2d8

Please sign in to comment.