This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
public:docs:2021:singularity_amcatnlo_3x [2021/12/30 19:50] – [Singularity recipe file] Junghwan Goh | public:docs:2021:singularity_amcatnlo_3x [2022/01/02 06:35] (current) – Junghwan Goh | ||
---|---|---|---|
Line 36: | Line 36: | ||
## Install internal subpackages within the Madgraph_aMC@NLO | ## Install internal subpackages within the Madgraph_aMC@NLO | ||
./ | ./ | ||
- | install zlib | + | install zlib; install boost; |
- | install boost | + | install hepmc; install lhapdf6; |
- | install hepmc | + | install ninja; install collier; install QCDLoop; |
- | install lhapdf6 | + | |
- | install ninja | + | |
- | install collier | + | |
- | install QCDLoop | + | |
- | EOF | + | |
- | + | ||
- | ./ | + | |
- | install looptools | + | |
- | cuttools install | + | |
- | iregi install | + | |
EOF | EOF | ||
+ | # ./ | ||
+ | #install looptools | ||
+ | #cuttools install | ||
+ | #iregi install | ||
+ | #EOF | ||
./ | ./ | ||
install pythia8; | install pythia8; | ||
Line 80: | Line 74: | ||
### Allow generic users to run executables | ### Allow generic users to run executables | ||
- | | + | chmod go+rx bin/* HEPTools/ |
- | | + | chmod -R go+r . |
%environment | %environment | ||
Line 93: | Line 87: | ||
#python / | #python / | ||
- | /bin/bash | + | |
+ | / | ||
</ | </ |