Project

General

Profile

Wiki » History » Version 8

Mariana Khachatryan, 03/03/2026 10:51 AM

1 1 Alexandre Camsonne
h1. Wiki
2
3
4
Pytorch C++ API
5
6
https://pytorch.org/cppdocs/installing.html
7
8
Installed the CPU version in :
9
10
/u/group/ldrdgff/libtorch-cpu
11 2 Alexandre Camsonne
12
13
14
Partons installation
15
16
https://partons.cea.fr/partons/doc/html/index.html
17 3 Alexandre Camsonne
18 4 Alexandre Camsonne
For Debian like distribution :
19
20
sudo apt-get install libeigen3-dev libcln-dev libsfml-dev libqt4-dev libqt4-sql-mysql libgsl-dev
21
22 3 Alexandre Camsonne
For Redhat like distributions 
23
24
SFML needs to be installed from  source 
25
26 5 Alexandre Camsonne
https://www.overleaf.com/4258233554jvqzwjcxthxr#4908a9
27
28 3 Alexandre Camsonne
On JLab farm :
29
30
on /group/ldrdgff/Partons
31 6 Alexandre Camsonne
32 8 Mariana Khachatryan
Installing on macOS Tahoe 26.2 with intel processor:
33
For up to date information on partons installation use following page: https://3d-partons.github.io/partons/instalation.html
34
Use homebrew to install dependencies listed in installation page above (SFML (install version sfml@2), CLN, GSL, Libxml2, Eigen3, LHAPDF, Apfel++)
35
Then move on building subprojects as indicated in the installation page. To skip last "make install" step, download each subproject into the same directory (so they are at the same level).
36
elementary-utils 
37
numa (you will need to make some modifications with the help of LLMs to succesfully build this)
38
partons 
39
partons-example
40 6 Alexandre Camsonne
41 7 Alexandre Camsonne
[[How to use Partons on JLab farm]]