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