run_local_modelverse.sh 311 B

1234567891011121314
  1. #!/bin/bash
  2. set -e
  3. trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT
  4. filename=`realpath ${1-bootstrap/bootstrap.m}`
  5. source library.sh
  6. echo "Compiling MvK server"
  7. cd hybrid_server
  8. ${python} python_sccd_compiler/sccdc.py -p threads server.xml
  9. echo "Starting MvK"
  10. ${python} run_mvk_server.py ${filename}