Alma9 Setup on ifarm » History » Version 11
  Muhammad Junaid, 06/20/2024 11:05 PM 
  
| 1 | 1 | Muhammad Junaid | h1. Alma9 Setup on ifarm | 
|---|---|---|---|
| 2 | |||
| 3 | 8 | Muhammad Junaid | * Compiled hcana with new root version (6.24.08-gcc11.4.0) located at the following path: | 
| 4 | 11 | Muhammad Junaid | For PionLT: | 
| 5 | 6 | Muhammad Junaid | /u/group/c-pionlt/hcana_17_06_24_Root6_24_08_Alma9/build/bin | 
| 6 | 11 | Muhammad Junaid | For KaonLT: | 
| 7 | /u/group/c-kaonlt/hcana_17_06_24_Root6_24_08_Alma9/build/bin | ||
| 8 | 6 | Muhammad Junaid | |
| 9 | 7 | Muhammad Junaid | * First load modules by executing the following commands: | 
| 10 | 6 | Muhammad Junaid | module use /cvmfs/oasis.opensciencegrid.org/jlab/scicomp/sw/el9/modulefiles | 
| 11 | module load root/6.24.08-gcc11.4.0 | ||
| 12 | |||
| 13 | 3 | Muhammad Junaid | * Create a virtual environment by running the following command: | 
| 14 | 1 | Muhammad Junaid | python3 -m venv replay_lt_env | 
| 15 | 2 | Muhammad Junaid | |
| 16 | 7 | Muhammad Junaid | * Source the environment (Need to source it during every login. Add it to .login file): | 
| 17 | 1 | Muhammad Junaid | source replay_lt_env/bin/activate.csh | 
| 18 | 2 | Muhammad Junaid | |
| 19 | 3 | Muhammad Junaid | * Install the following packages: | 
| 20 | 1 | Muhammad Junaid | pip install numpy==1.23.0 | 
| 21 | pip install pandas wheel scipy root-numpy==4.8.0 root-pandas==0.7.0 uproot | ||
| 22 | 4 | Muhammad Junaid | |
| 23 | 10 | Muhammad Junaid | * Copy the latest LTSep package from the following path: | 
| 24 | 5 | Muhammad Junaid | /u/group/c-pionlt/USERS/junaid/share/ | 
| 25 | 10 | Muhammad Junaid | * To the following path: | 
| 26 | 6 | Muhammad Junaid | replay_lt_env/lib/python3.9/site-packages/ | 
| 27 | |||
| 28 | Once all steps are complete then test it by running analysis scripts. |