forked from karavdin/ZprimeClassifier
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsubmit_steer_inputs_DNN.sh
19 lines (18 loc) · 991 Bytes
/
submit_steer_inputs_DNN.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
#SBATCH --partition=cms-uhh,cms,allgpu
#SBATCH --time=1-00:00:00 # Maximum time requested
#SBATCH --constraint=GPU
#SBATCH --nodes=1 # Number of nodes
#SBATCH --job-name steer
#SBATCH --output steer-%N-%j.out # File to which STDOUT will be written
#SBATCH --error steer-%N-%j.err # File to which STDERR will be written
#SBATCH --mail-type ALL # Type of email notification- BEGIN,END,FAIL,ALL
#SBATCH --mail-user [email protected] # Email to which notifications will be sent. It defaults to <[email protected]> if none is set.
#SBATCH --requeue
source .setenv_V4
export PATH="/beegfs/desy/user/deleokse/anaconda2/bin:$PATH"
source activate py27_Zprime
source /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.22.00/x86_64-centos7-gcc48-opt/bin/thisroot.sh
echo $PYTHONPATH
cd /beegfs/desy/user/deleokse/ZprimeClassifier_UL18_DeepAK8
./steer_inputs_DNN.py