diff options
author | Patrick Simianer <p@simianer.de> | 2015-05-13 17:46:03 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-05-13 17:46:03 +0200 |
commit | aa79a39c1c98313d73eed107623fe435c46acc42 (patch) | |
tree | 4d7bd49d2e38fdc357db6209868d3ff150de055d /model/run | |
parent | aa97f229d6a6a1e5bc2bd133d0d39eefff888566 (diff) |
full feature set
Diffstat (limited to 'model/run')
-rwxr-xr-x | model/run | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/model/run b/model/run deleted file mode 100755 index 2ab2498..0000000 --- a/model/run +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -x - -export LD_LIBRARY_PATH=/fast_scratch/simianer/lfpe/nanomsg-0.5-beta/lib - -while true; do -/fast_scratch/simianer/lfpe/cdec_net/training/dtrain/dtrain_net_interface -c dtrain.ini -a ipc:///tmp/dtrain.ipc &>dtrain.out & -PID=$! -sleep 600 -kill $PID -done - |