oscarwang2 commited on
Commit
0ebc491
1 Parent(s): 6de502f

Create setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +5 -0
setup.sh ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Update package list and install mpiexec
4
+ apt-get update
5
+ apt-get install -y mpich