Created
May 30, 2023 20:16
-
-
Save mcitron/23c0481d13f851bafa797bf766b47108 to your computer and use it in GitHub Desktop.
Production instructions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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