Project

General

Profile

Actions

Alma9 Setup on ifarm » History » Revision 9

« Previous | Revision 9/14 (diff) | Next »
Muhammad Junaid, 06/20/2024 11:01 PM


Alma9 Setup on ifarm

  • Compiled hcana with new root version (6.24.08-gcc11.4.0) located at the following path:
    /u/group/c-pionlt/hcana_17_06_24_Root6_24_08_Alma9/build/bin
  • First load modules by executing the following commands:
    module use /cvmfs/oasis.opensciencegrid.org/jlab/scicomp/sw/el9/modulefiles
    module load root/6.24.08-gcc11.4.0
  • Create a virtual environment by running the following command:
    python3 -m venv replay_lt_env
  • Source the environment (Need to source it during every login. Add it to .login file):
    source replay_lt_env/bin/activate.csh
  • Install the following packages:
    pip install numpy==1.23.0
    pip install pandas wheel scipy root-numpy==4.8.0 root-pandas==0.7.0 uproot
  • Copy the latest LTSep package from the following path.
    /u/group/c-pionlt/USERS/junaid/share/
  • To the following path
    replay_lt_env/lib/python3.9/site-packages/

Once all steps are complete then test it by running analysis scripts.

Updated by Muhammad Junaid 25 days ago · 9 revisions