Skip to content

Instantly share code, notes, and snippets.

@mcitron
Created May 30, 2023 20:16
Show Gist options
  • Save mcitron/23c0481d13f851bafa797bf766b47108 to your computer and use it in GitHub Desktop.
Save mcitron/23c0481d13f851bafa797bf766b47108 to your computer and use it in GitHub Desktop.
Production instructions
#setup cmssw
mkdir bparkingGeneration
cd bparkingGeneration
source /cvmfs/cms.cern.ch/cmsset_default.sh
cmsrel CMSSW_10_2_22
cd CMSSW_10_2_22/src
git clone [email protected]:mieskolainen/nanotron.git nanotron
#use singularity for slc6
cmssw-cc6
cmsenv
scram b -j 8
exit
cd -
cp -r ~/public_html/forRyan/bparkGeneration/* .
./scramAndTar.sh
source ~/ProjectMetis/setup.sh
python submit_bpark.py
#NB: For Run 3 conditions need to update CMSSW versions, SCRAM_ARCH and psets in submitted executable (executables/condor_executable_hv.sh)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment