4 lines
74 B
Bash
4 lines
74 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
srun --nodes=1 --exclusive ./main -t 64 -n 10 4096 4096 4096
|