compute_pool / setup.sh
oscarwang2's picture
Create setup.sh
0ebc491 verified
raw
history blame contribute delete
94 Bytes
#!/bin/bash
# Update package list and install mpiexec
apt-get update
apt-get install -y mpich