From be1b66c22ec5af2f9f2eeae1f6b7bdc0559d4e57 Mon Sep 17 00:00:00 2001 From: crkovska Date: Mon, 25 Oct 2021 08:33:25 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 37ef3d0..5094c31 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,12 @@ Repository to share code among the members of the SHM Working Group. - makelist.sh to get a list of failed jobs - getCrashedJobs.sh to get a list of failed Hydro events from the failed job list - resubmitHydro.sh to resubmit the failed events + + +## To run ROOT on virgo-centos7: +Add the following code into the script you call with sbatch: + +export ALIEN_SITE=GSI +source /cvmfs/alice.cern.ch/etc/login.sh +export ALIPHYSICS_VERSION=VO_ALICE@AliPhysics::vAN-20200206_ROOT6-1 +eval $(alienv printenv $ALIPHYSICS_VERSION) \ No newline at end of file