MC tuning environment with Professor
For use with https://gitlab.cern.ch/lhcb-simulation/parameter-tuning
How we set up the environment at the moment:
-
Create a conda enviroment from this file
-
install
yq
curl -L https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 > ${CONDA_PREFIX}/bin/yq
chmod +x ${CONDA_PREFIX}/bin/yq
- compile and install Professor:
git clone https://gitlab.com/hepcedar/professor.git --branch main --single-branch
cd professor/
git reset --hard e13df804
make PROF_VERSION=2.3.3 CPPFLAGS=-I${CONDA_PREFIX}/include/eigen3 PREFIX=${CONDA_PREFIX}
make install PROF_VERSION=2.3.3 CPPFLAGS=-I${CONDA_PREFIX}/include/eigen3 PREFIX=${CONDA_PREFIX}
Edited by Adam Morris