8 lines
276 B
Bash
Executable File
8 lines
276 B
Bash
Executable File
#!/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
|