3 lines
70 B
Plaintext
3 lines
70 B
Plaintext
|
#!/bin/bash
|
||
|
echo "Cleaning up: Killing all mpi processes"
|
||
|
pkill -9 mpi
|