Skip to content
Snippets Groups Projects

Update experiments.md

1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -439,7 +439,7 @@ print("%d of %d" % (comm.Get_rank(), comm.Get_size()))
For the multi-node case, use a script similar to this:
```Bash
```bash
#!/bin/bash
#SBATCH --nodes=2
#SBATCH -p ml
Loading