4 lines
124 B
Bash
4 lines
124 B
Bash
#!/bin/bash
|
|
|
|
mpiexec --allow-run-as-root -n 5 --hostfile /kube-openmpi/generated/hostfile python3 calculate_pi.py > mpi.out
|