add run script

This commit is contained in:
Florian Stecker
2021-10-02 09:28:36 -05:00
parent 1ee211de70
commit cd84e6c0c4
9 changed files with 294 additions and 0 deletions

7
sync_utexas Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
rsync -vt *.c *.h Makefile hostfile hostfile_big allhosts localnames run_utexas run_local utexas:svmpi/
rsync -lvt /usr/lib/libmps.so* utexas:svmpi/libs/
rsync -rvt /usr/include/mps utexas:svmpi/libs/
# now run it with ssh utexas -t ssh linux50 svmpi/run_utexas