add environment variable for server
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
8
backends/htcondor/run.sh
Normal file → Executable file
8
backends/htcondor/run.sh
Normal file → Executable file
@@ -1,9 +1,9 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# apparently this vodoo kills all processes opened in this script
|
||||
trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT
|
||||
# trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT
|
||||
# ssh -N -L 8080:localhost:8080 lxplus7103 &
|
||||
# sleep 10
|
||||
|
||||
ssh -N -L 8080:localhost:8080 lxplus7103 &
|
||||
/home/home4/institut_1b/jheuel/repositories/zoidberg/target/release/zoidberg_client
|
||||
|
||||
sleep 10
|
||||
/afs/cern.ch/work/j/jheuel/zoidberg/target/debug/zoidberg_client http://localhost:8080
|
||||
|
||||
@@ -6,9 +6,10 @@ error = output/stderr.$(Process)
|
||||
log = output/log.$(Process)
|
||||
|
||||
request_cpus = 1
|
||||
#request_memory = 1024
|
||||
request_memory = 4096
|
||||
#request_disk = 10240
|
||||
|
||||
getenv = True
|
||||
should_transfer_files = no
|
||||
|
||||
queue 150
|
||||
queue 20
|
||||
|
||||
Reference in New Issue
Block a user