9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
rsync -vt *.c *.h Makefile stampede.slurm stampede:work/ejp_trg/
|
||
|
#rsync -lvt /usr/lib/libmps.so* /usr/include/mps utexas:work/ejp_trg/libs/
|
||
|
|
||
|
# now run it with a job script
|
||
|
|
||
|
# get MPSolve from https://numpi.dm.unipi.it/_media/software/mpsolve/mpsolve-3.2.1.tar.bz2
|