4 lines
39 B
Plaintext
4 lines
39 B
Plaintext
|
#!/bin/sh
|
||
|
#SBATCH -N 2
|
||
|
mpiexec program
|