diff --git a/backends/htcondor/run.sh b/backends/htcondor/run.sh new file mode 100644 index 0000000..f73f33d --- /dev/null +++ b/backends/htcondor/run.sh @@ -0,0 +1,9 @@ +#!/usr/bin/bash + +# apparently this vodoo kills all processes opened in this script +trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT + +ssh -N -L 8080:localhost:8080 lxplus7103 & + +sleep 10 +/afs/cern.ch/work/j/jheuel/zoidberg/target/debug/zoidberg_client http://localhost:8080 diff --git a/backends/htcondor/worker.submit b/backends/htcondor/worker.submit new file mode 100644 index 0000000..26a6653 --- /dev/null +++ b/backends/htcondor/worker.submit @@ -0,0 +1,14 @@ +executable = run.sh +#arguments = SomeArgument + +output = output/stdout.$(Process) +error = output/stderr.$(Process) +log = output/log.$(Process) + +request_cpus = 1 +#request_memory = 1024 +#request_disk = 10240 + +should_transfer_files = no + +queue 150