Skip to content
Leszek Grzanka edited this page Nov 3, 2021 · 1 revision

Welcome to the pps_sw_plan wiki!

Quick and dirty usage guide (for copy-paste):

source /cvmfs/cms.cern.ch/cmsset_default.sh
export CMSSW_VER=CMSSW_12_1_0_pre4
scram project CMSSW $CMSSW_VER
cd $CMSSW_VER
cmsenv
git clone https://github.com/CTPPS/pps-quick-test.git -b 12_1
cd pps-quick-test/
./run_multiple -o version_0
Clone this wiki locally