|
2 years ago | |
---|---|---|
KFParticle | 2 years ago | |
bbc | 2 years ago | |
bmd | 2 years ago | |
clustering | 2 years ago | |
cmake | 2 years ago | |
config | 2 years ago | |
cpc | 2 years ago | |
dch | 2 years ago | |
emc | 2 years ago | |
etof | 2 years ago | |
eventdisplay | 2 years ago | |
ffd | 2 years ago | |
fsa | 2 years ago | |
gconfig | 2 years ago | |
generators | 2 years ago | |
geometry | 2 years ago | |
input | 2 years ago | |
kalman | 2 years ago | |
lhetrack | 2 years ago | |
macro | 2 years ago | |
mcord | 2 years ago | |
mcstack | 2 years ago | |
mpdbase | 2 years ago | |
mpddst | 2 years ago | |
mpdfield | 2 years ago | |
mpdpid | 2 years ago | |
ndet | 2 years ago | |
passive | 2 years ago | |
physics | 2 years ago | |
scripts | 2 years ago | |
sft | 2 years ago | |
shield_pack | 2 years ago | |
strawECT | 2 years ago | |
strawendcap | 2 years ago | |
sts | 2 years ago | |
stt | 2 years ago | |
tgem | 2 years ago | |
tof | 2 years ago | |
tpc | 2 years ago | |
zdc | 2 years ago | |
.gitignore | 2 years ago | |
.gitlab-ci.yml | 2 years ago | |
.gitmodules | 2 years ago | |
CDash_Env_MpdRoot.sh | 2 years ago | |
CDash_ShortHelp.txt | 2 years ago | |
CDash_Test.sh | 2 years ago | |
CMakeLists.txt | 2 years ago | |
CMakeListst_new.txt | 2 years ago | |
CTestConfig.cmake | 2 years ago | |
CTestCustom.cmake | 2 years ago | |
Dart.sh | 2 years ago | |
INSTALL | 2 years ago | |
INSTALL.JINR | 2 years ago | |
MpdRoot_test.cmake | 2 years ago | |
MpdRoot_test1.cmake | 2 years ago | |
README.md | 2 years ago | |
SetEnv.sh | 2 years ago |
The main framework for the MPD experiment at NICA.
http://mpd.jinr.ru/
Based on:
FairSoft
and
FairRoot
for RedHat-based OS (eg, CentOS, Scientific Linux):
sudo su
yum install subversion git make cmake gcc-gfortran gcc-c++ \
binutils file patch redhat-lsb-core libX11-devel libXmu-devel \
libXpm-devel libXft-devel libXext-devel mesa-libGLU-devel \
libxml2-devel expat-devel zlib-devel postgresql-devel \
mysql-devel openssl-devel curl-devel automake libtool fftw3-devel \
for Debian-based OS (eg, Ubuntu):
sudo su
apt install subversion git make cmake g++ gcc gfortran binutils \
patch lsb-release libx11-dev libxmu-dev libxpm-dev libxft-dev \
libxext-dev dpkg-dev xlibmesa-glu-dev libglew-dev libxml2-dev \
libexpat1-dev zlib1g-dev libpqxx-dev libmysqlclient-dev libssl-dev \
libcurl4-openssl-dev automake libtool fftw3-dev
After cloning FairSoft make sure to check fairsoft/DEPENDENCIES
export INSTALLATION_PATH=/opt
cd $INSTALLATION_PATH
git clone https://github.com/FairRootGroup/FairSoft.git fairsoft
cd fairsoft
git checkout jun19_patches
./configure.sh
1) GCC (on Linux)
1) No Debug Info / or Optimize and Debug if you prefer
2) No (do not install FairMQ Only)
1) Yes (install Simulation engines and event generators)
2) Internet (install G4 files from internet)
2) No (do not compile Geant4 in multihreaded mode)
2) No (do not install the python bindings)
path: $INSTALLATION_PATH/fairsoft/install
#### Install FairRoot
export INSTALLATION_PATH=/opt
cd $INSTALLATION_PATH
export SIMPATH=$INSTALLATION_PATH/fairsoft/install
export PATH=$SIMPATH/bin:$PATH
git clone https://github.com/FairRootGroup/FairRoot.git fairroot
cd fairroot
git checkout v18.2_patches
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX="$INSTALLATION_PATH/fairroot/install" ..
make
make install
dev - developer branch - contains latest changes
pro - master stable branch
HTTPS (read-only access, e.g. for regular users)
git clone -b dev --recursive https://git.jinr.ru/nica/mpdroot.git
SSH (for developers)
git clone -b dev --recursive git@git.jinr.ru:nica/mpdroot.git
cd mpdroot
mkdir build
By default, in the SetEnv.sh file SIMPATH points to /opt/fairsoft/mpd/new, and
FAIRROOTPATH – /opt/fairroot/mpd/new directories. If you installed FairSoft or FairRoot to another directory,
please, change SIMPATH and FAIRROOTPATH variables in the file to correct install paths.
e.g.
export SIMPATH=/opt/fairsoft/install
export FAIRROOTPATH=/opt/fairroot/install
. SetEnv.sh
cd build
cmake ..
make
. config.sh
Make sure you use the config file in each new terminal.