Skip to content
Snippets Groups Projects
Select Git revision
  • f24ba87c93dc90b2f7056e53edf06c79529c0d01
  • main default protected
2 results

maxwell_integrate_to_h5.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    submit 336 B
    #!/bin/zsh
    
    #eval `/usr/bin/modulecmd zsh use -a /afs/desy.de/group/cms/modulefiles/`
    #eval `/usr/bin/modulecmd zsh load cmssw`
    #eval `scramv1 runtime -sh`
    
    export LD_LIBRARY_PATH_STORED=$LD_LIBRARY_PATH
    export NJOBS=1000
    
    for i in {1..$NJOBS}
    do
        j=$((i-1))
        rm -rf $j
        mkdir $j
    done
    
    condor_submit -batch-name ${PWD##*/} job