#!/usr/bin/env zsh #BSUB -J Photon_Worker # job name #BSUB -o /home/nv267033/worker_out/job_%J.txt # output file #BSUB -u nicolai.viol@comsys.rwth-aachen.de # #BSUB -B # semd mail wen job is done #BSUB -W 02:00 # job time #BSUB -M 2048 # required memory in MB #BSUB -q gpu # put to gpu batch queue # #BSUB -a gpu # put to gpu exclusive queue (for testing only) # #BSUB -n 12 # #BSUB -x # #BSUB -a openmpi #LD_LIBRARY_PATH=/rwthfs/rz/cluster/home/dr872860/photon/boost_1_47_0/stage/lib/:/usr/local/cuda/lib64:$LD_LIBRARY_PATH # set env variable source $HOME/lws-env/bin/activate #CC=gcc #CXX=g++ OMP_NUM_THREADS=20 #JOB_TIME=900 JOB_TIME=7000 #JOB_TIME=18000 cd $HOME export PYTHONPATH=$HOME/lws-trunk:$HOME/lws-trunk/3rdparty:$HOME/lws-trunk/worker python -m photon_worker -w 1 -p $HOME/photon -u http://nostromo.informatik.rwth-aachen.de:20089 -t $JOB_TIME & python -m photon_worker -w 2 -p $HOME/photon -u http://nostromo.informatik.rwth-aachen.de:20089 -t $JOB_TIME