add mpi snow demo

This commit is contained in:
glmdev 2019-05-02 11:23:41 -05:00
parent a0d1602033
commit 20f8122558

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
mpiexec -n 1 --hostfile /kube-openmpi/generated/hostfile R --vanilla -f snow-hello.R mpiexec --allow-run-as-root -n 1 --hostfile /kube-openmpi/generated/hostfile R --vanilla -f snow-hello.R > mpi.out