nils-braun / b2luigi

Task scheduling and batch running for basf2 jobs made simple
GNU General Public License v3.0
17 stars 11 forks source link

Use latest gbasf2 release on cvmfs as default install directory #126

Closed meliache closed 3 years ago

meliache commented 3 years ago

Since recently, it is recommended to use gbasf2 via CVMFS. In b2luigi, we use the gbasf2 install directory to source the correct setup script to get the correct environment for our gbasf2 subprocesses. There is a symlink on CVMFS that points to a subdirectory of the latest gbasf2 install directory:

/cvmfs/belle.kek.jp/grid/gbasf2/pro → /cvmfs/belle.kek.jp/grid/BelleDIRAC/Belle-KEK.v5r1p3/BelleDIRAC/gbasf2 

In this PR I take the parent of that symlink as a default gbasf2 install directory. See discussion in #125

Closes #125