Changes between Version 11 and Version 12 of impatient
- Timestamp:
- Jan 5, 2025, 5:42:50 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
impatient
v11 v12 23 23 2. download and unpacking: 24 24 {{{ 25 wget --content-disposition https://gibuu.hepforge.org/downloads?f=release202 3.tar.gz26 wget --content-disposition https://gibuu.hepforge.org/downloads?f=buuinput202 3.tar.gz25 wget --content-disposition https://gibuu.hepforge.org/downloads?f=release2025.tar.gz 26 wget --content-disposition https://gibuu.hepforge.org/downloads?f=buuinput2025.tar.gz 27 27 28 tar -xzvf buuinput202 3.tar.gz29 tar -xzvf release202 3.tar.gz28 tar -xzvf buuinput2025.tar.gz 29 tar -xzvf release2025.tar.gz 30 30 }}} 31 32 For some setups, you may need additional in medium input files: 33 {{{ 34 wget --content-disposition https://gibuu.hepforge.org/downloads?f=buuinput2025_inMed.tar.gz 35 36 tar -xzvf buuinput2025_inMed.tar.gz 37 }}} 38 39 31 40 32 41 3. change into release directory: … … 56 65 2. download and unpacking: 57 66 {{{ 58 wget --content-disposition https://gibuu.hepforge.org/downloads?f=release202 3.tar.gz59 wget --content-disposition https://gibuu.hepforge.org/downloads?f=buuinput202 3.tar.gz60 wget --content-disposition https://gibuu.hepforge.org/downloads?f=libraries202 3_RootTuple.tar.gz67 wget --content-disposition https://gibuu.hepforge.org/downloads?f=release2025.tar.gz 68 wget --content-disposition https://gibuu.hepforge.org/downloads?f=buuinput2025.tar.gz 69 wget --content-disposition https://gibuu.hepforge.org/downloads?f=libraries2025_RootTuple.tar.gz 61 70 62 tar -xzvf buuinput202 3.tar.gz63 tar -xzvf release202 3.tar.gz64 tar -xzvf libraries202 3_RootTuple.tar.gz71 tar -xzvf buuinput2025.tar.gz 72 tar -xzvf release2025.tar.gz 73 tar -xzvf libraries2025_RootTuple.tar.gz 65 74 }}} 66 75 … … 94 103 }}} 95 104 96 == Installation with HepMC3 output (future v2024)==105 == Installation with HepMC3 output == 97 106 98 107 If you want to use the possibility to get event output in HepMC3 format via the HepMC3 C++ library, the installation has to be slightly modified: … … 105 114 2. download and unpacking: 106 115 {{{ 107 wget --content-disposition https://gibuu.hepforge.org/downloads?f=release202 4.tar.gz108 wget --content-disposition https://gibuu.hepforge.org/downloads?f=buuinput202 4.tar.gz109 wget --content-disposition https://gibuu.hepforge.org/downloads?f=libraries202 4_HEPMC3.tar.gz116 wget --content-disposition https://gibuu.hepforge.org/downloads?f=release2025.tar.gz 117 wget --content-disposition https://gibuu.hepforge.org/downloads?f=buuinput2025.tar.gz 118 wget --content-disposition https://gibuu.hepforge.org/downloads?f=libraries2025_HEPMC3.tar.gz 110 119 111 tar -xzvf buuinput202 4.tar.gz112 tar -xzvf release202 4.tar.gz113 tar -xzvf libraries202 4_HEPMC3.tar.gz120 tar -xzvf buuinput2025.tar.gz 121 tar -xzvf release2025.tar.gz 122 tar -xzvf libraries2025_HEPMC3.tar.gz 114 123 }}} 115 124