Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 24/10/2021, à 22:25

Sophie.r

Re : Besoin d'aide pour installer un logiciel avec Ubuntu svp

@Qrcode :

Voilà ce que j'obtiens quand je rentre les commandes que tu m'as indiquées :
pwd
ça donne /home/sophie

et ls
ça donne
MG5_aMC_v3.2.0.tar.gz (en rouge) Untitled.ipynb   root (en bleu)
MG5_aMC_v3_2_0  (en bleu)       Untitled1.ipynb  root_v6.24.02.Linux-ubuntu20-x86_64-gcc9.3.tar.gz (en rouge)


@Tuxmarc, je galère déjà à utiliser Ubuntu sur mon PC windows, alors être sur un ordinateur qui tourne à 100% avec Linux, ça n'est pas pour tout de suite lol

Hors ligne

#27 Le 24/10/2021, à 22:36

gribouille28

Re : Besoin d'aide pour installer un logiciel avec Ubuntu svp

Bonjour Sophie
tu es dans ton ubuntu
ce dossier /home/sophie t'appartient et tu peux accéder et modifier tous les dossiers et fichiers inclus dedans sans mot de passe . Tout les autres dossiers / fichiers appartiennent à

root

et tu ne peux les modifier qu'en rentrant

sudo suivi de ton mot de passe

.c'est pour ça que quand on installe un logiciel sous ubuntu le système réclame un mot de passe car il va devoir inscrire des choses dans ces dossiers protégés .
Mais la bonne nouvelle c'est que MadGraph ne s'installe pas dans ton ubuntu il fonctionne en mémoire et n'installe rien dans le système donc pas de mot de passe a taper ni de risque de corrompre le systeme
je te propose de faire un

 sudo apt update 

qui confirmera ta version ubuntu et vérifiera que ton ubuntu est bien relié à internet
puis un

sudo apt upgrade

qui mettra ton système à jour
puis de faire

cd MG5_aMC_v3_2_0 

qui te dirige vers ton dossier madgraphe
puis :

./bin/mg5_aMC

qui lance ton logiciel
pour sortir de madgraph : exit

si tu veux relancer madgraph (lors de la même session) :

./bin/mg5_aMC

si nouvelle session

cd MG5_aMC_v3_2_0 

puis :

./bin/mg5_aMC

Ps : le système se souvient des commandes que tu tape nul besoin de les retaper à chaque fois il suffit d'appuyer sur la touche tab
.

Dernière modification par gribouille28 (Le 26/10/2021, à 05:39)

Hors ligne

#28 Le 02/11/2021, à 20:14

Sophie.r

Re : Besoin d'aide pour installer un logiciel avec Ubuntu svp

Un énorme merci à toi QRcode.
En suivant toutes tes commandes, j'ai pu lancer MadGraph ! smile

Par contre, je t'avoue que je ne comprends parce que je n'arrive pas à faire fonctionner les commandes.
Ma question est peut-être trop spécifique;  en fait aucunes commandes des sections 3 et 4 de ce guide ne fonctionnent dans madgraph. :
https://twiki.cern.ch/twiki/pub/Main/KU … _Guide.pdf

-Par exemple pour l'installation de madanalysis, ça me met : Not recognize program madanalysis
-Pour l'installation de Pythia 6 , ça me met Require g77 or Gfortran compiler

- et surtout, un truc que je ne comprends ABSOLUMENT PAS, c'est quand j'essaie d'installer RootAnalysis, avec la commande
"install ExRootAnalysis", ça me met you need to install Root on your computer first

Alors que Root est déjà installé.

En consultant des forums, je suis tombée sur cette page :
https://answers.launchpad.net/mg5amcnlo … ion/230777

Et  il faudrait apparemment définir une "environment variable"
et un utilisateur a rentré les commandes suivantes.

export PATH=$ROOTSYS/bin:$PATH
export LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH
cd root
. bin/thisroot.sh
cd

je les ai recopiées dans ubuntu sans trop réfléchir mais ça ne change rien, malheureusement.

Si jamais tu as une idée, je suis preneuse...
Merci.

Hors ligne

#29 Le 22/11/2021, à 13:14

geole

Re : Besoin d'aide pour installer un logiciel avec Ubuntu svp

Bonjour
En regardant ce qui est proposé dans les sections 3 et 4, il n'est pas fait mention d'interface graphique. Donc en théorie que l'application fonctionne sous le contrôle de WSL2 ne doit pas  faire de différence avec  une installation classique dans un ubuntu

J'ai vu cette remarque "Note: You will need to have ROOT installed for this step to work properly".
je ne la comprends pas trop
EDIT.  Qrcode donne la réponse dans le message qui suit.
Mais..Ubuntu and Debian-based distributionsPermalink
The ROOT team is working on the release of an official .deb package. More news on this topic very soon.
In the meanwhile, ROOT is available on Ubuntu via conda or our pre-compiled binaries.

Dernière modification par geole (Le 22/11/2021, à 16:11)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#30 Le 22/11/2021, à 15:58

gribouille28

Re : Besoin d'aide pour installer un logiciel avec Ubuntu svp

Bonjour ,

sophie r a écrit :

Alors que Root est déjà installé

non il ne faut pas confondre l'administrateur systeme root et le framework ROOT .
apparement il s'agit du framework ROOT dont MADGRAPH a besoin pour fonctionner
https://root.cern/install/
il comprend d'ailleurs le compilateur gfortran qu'il manque pour l'installation de Pythia 6 .
il faut commencer par installer les dépendances .
c'est un peu compliqué pour un newbie à comprendre
et même pour un utilisateur averti .
Mais oui Geole a raison une interface graphique ne servira pas plus puisque MADGRAPH est a utiliser en CLI

Dernière modification par gribouille28 (Le 23/11/2021, à 05:56)

Hors ligne

#31 Le 27/11/2021, à 14:52

geole

Re : Besoin d'aide pour installer un logiciel avec Ubuntu svp

Sophie.r a écrit :

Bonjour à tous,
Par ailleurs @geole, j'ai suivi pas à pas le guide que tu as inséré dans ton message, mais je suis bloquée à l'étape 5.
.

Bonjour.

Le point 3 de la section 1 dit de regarder la version python présente.
Avais-tu bien une version 2.6 ou 2.7 ????
Pour ma part, je constate un gros problème

python --version

Command 'python' not found, did you mean:

  command 'python3' from deb python3
  command 'python' from deb python-is-python3

python3 --version
Python 3.8.10


lsb_release -rc
Release:        20.04
Codename:       focal

Je suis actuellement sur le site

Developer's kit. The latest version of the MadGraph5_aMC matrix element generator package.
Please note that you need Python v 2.7 or 3.7 (and higher) to use MadGraph5_aMC. Untar, and start the user interface by running
./bin/mg5_amc
Then type
tutorial
to start a short tutorial how to use the program.
See the MadGraph5_aMC@NLO Launchpad page for more info about MadGraph5_aMC. Update notes.
Note: The generate_processes page will run LO order process for you on our web server and create a self-contained customized event generator for you to download. So for most people there is no need to download this package.

Le téléchargement est maintenant fini.  Bien entendu, il est stocké chez l'utilisateur windows
Je le "détarre" avec cette commande

tar -xzvf /mnt/c/Users/NonUtilisateurWindows/Downloads/MG5_aMC_v2.9.6.tar.gz -C $HOME

Je trouve intéressant de lire le fichier install

grep -v "*" MG5_aMC_v2_9_6/INSTALL

Dependencies :
===============


- Python 3.7 (or higher, python2.7 is also working for the time being)

Package for the LO cross-section computation and generation of events

- bash
- perl 5.8 (or higher)
- a Fortran 77 compiler (such as g77 or gfortran)

Package for the NLO cross-section computation (matched to shower) and
generation of events

- bash
- gfortran4.6 (or higher)

On Windows:
===========

In order to run MG5 you need to
1) add the Python directory to the PATH
2) run $> python ./bin/mg5_aMC

Note that most of the output (including madevent/aMCatNLO)
are not compatible with Windows even with cygwin.

Le contrôle

dpkg -l | grep perl
ii  liberror-perl                  0.17029-1                             all          Perl module for error/exception handling in an OO-ish way
ii  liblocale-gettext-perl         1.07-4                                amd64        module using libc functions for internationalization in Perl
ii  libperl5.30:amd64              5.30.0-9ubuntu0.2                     amd64        shared Perl library
ii  libtext-charwidth-perl         0.04-10                               amd64        get display widths of characters on the terminal
ii  libtext-iconv-perl             1.7-7                                 amd64        module to convert between character sets in Perl
ii  libtext-wrapi18n-perl          0.06-9                                all          internationalized substitute of Text::Wrap
ii  perl                           5.30.0-9ubuntu0.2                     amd64        Larry Wall's Practical Extraction and Report Language
ii  perl-base                      5.30.0-9ubuntu0.2                     amd64        minimal Perl system
ii  perl-modules-5.30              5.30.0-9ubuntu0.2                     all          Core Perl modules
ii  python3-hyperlink              19.0.0-1                              all          Immutable, Pythonic, correct URLs.

dpkg -l | grep ortran

dpkg -l | grep g77

Donc on installe et on contrôle.

sudo apt install gfortran
.........
dpkg -l | grep ortran
ii  gfortran                       4:9.3.0-1ubuntu2                      amd64        GNU Fortran 95 compiler
ii  gfortran-9                     9.3.0-17ubuntu1~20.04                 amd64        GNU Fortran compiler
ii  libgfortran-9-dev:amd64        9.3.0-17ubuntu1~20.04                 amd64        Runtime library for GNU Fortran applications (development files)
ii  libgfortran5:amd64             10.3.0-1ubuntu1~20.04                 amd64        Runtime library for GNU Fortran applications

La suite va montrer qu'ils ont oublié de signaler que les commandes make c++ doivent fonctionner donc, il faut aussi les installer

sudo apt install make
sudo apt install g++

Pour le lancement

ls -ls MG5_aMC_v2_9_6/bin
total 16
 4 -rwxr-xr-x 1 a a 1376 Nov  2 15:27 mg5
12 -rwxr-xr-x 1 a a 8785 Nov  2 15:27 mg5_aMC

./MG5_aMC_v2_9_6/bin/mg5_aMC

Dernière modification par geole (Le 28/11/2021, à 12:55)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#32 Le 27/11/2021, à 18:43

geole

Re : Besoin d'aide pour installer un logiciel avec Ubuntu svp

Sophie.r a écrit :

.
Ma question est peut-être trop spécifique;  en fait aucunes commandes des sections 3 et 4 de ce guide ne fonctionnent dans madgraph. :
https://twiki.cern.ch/twiki/pub/Main/KU … _Guide.pdf

-Par exemple pour l'installation de madanalysis, ça me met : Not recognize program madanalysis
-Pour l'installation de Pythia 6 , ça me met Require g77 or Gfortran compiler

- et surtout, un truc que je ne comprends ABSOLUMENT PAS, c'est quand j'essaie d'installer RootAnalysis, avec la commande
.

Bonjour
En donnant,  l'intégralité des réponses il devrait être possible d'avancer
On tombe alors sur les bugs du logiciel ou de la documentation et on frappe la bonne commande
1) cas de la première.

install  MadAnalysis5

ou une version  plus ancienne

install  MadAnalysis4

C'est en train d'installer des dizaines de fichiers
Mais il semble y avoir pas mal d'erreurs. (make command not found)

===>>>>

 make

Command 'make' not found, but can be installed with:

sudo apt install make        # version 4.2.1-1.2, or
sudo apt install make-guile  # version 4.2.1-1.2

sudo apt install make
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  make-doc
The following NEW packages will be installed:
  make
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 162 kB of archives.
After this operation, 393 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
Fetched 162 kB in 0s (401 kB/s)
Selecting previously unselected package make.
(Reading database ... 36589 files and directories currently installed.)
Preparing to unpack .../make_4.2.1-1.2_amd64.deb ...
Unpacking make (4.2.1-1.2) ...
Setting up make (4.2.1-1.2) ...
Processing triggers for man-db (2.9.1-1) ...

====>>>   La suite plus tard après être allé au bout de la chose, je réinstalle.

>install MadAnalysis5 --force
   You are installing 'MadAnalysis5', please cite ref(s): arXiv:1206.1599.
Downloading the HEPToolInstaller at:
   http://madgraph.physics.illinois.edu/Downloads/HEPToolsInstaller/HEPToolsInstaller_V164.tar.gz
Now installing madanalysis5. Be patient...
Removing existing installation of tool 'madanalysis5' in '/home/a/MG5_aMC_v2_9_6/HEPTools'.
Fetching data with command:
  wget --no-check-certificate http://madgraph.phys.ucl.ac.be/Downloads/ma5_py3/MA5_PY3_164.tar.gz
--2021-11-28 18:03:43--  http://madgraph.phys.ucl.ac.be/Downloads/ma5_py3/MA5_PY3_164.tar.gz
Resolving madgraph.phys.ucl.ac.be (madgraph.phys.ucl.ac.be)... 130.104.133.249
Connecting to madgraph.phys.ucl.ac.be (madgraph.phys.ucl.ac.be)|130.104.133.249|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 857200 (837K) [application/x-gzip]
Saving to: ‘MA5_PY3_164.tar.gz’

MA5_PY3_164.tar.gz            100%[=================================================>] 837.11K   984KB/s    in 0.9s

2021-11-28 18:03:44 (984 KB/s) - ‘MA5_PY3_164.tar.gz’ saved [857200/857200]

Installing tool 'madanalysis5'...
    > Follow the installation progress by running the command below in a separate terminal)
    > tail -f /home/a/MG5_aMC_v2_9_6/HEPTools/madanalysis5/madanalysis5_install.log
 Note that Madanalysis5 for Python3 is still in ALPHA stage.
Successful installation of 'madanalysis5' in '/home/a/MG5_aMC_v2_9_6/HEPTools'.
madanalysis5 successfully installed in /home/a/MG5_aMC_v2_9_6/HEPTools.
save configuration file to /home/a/MG5_aMC_v2_9_6/input/mg5_configuration.txt

Pour la seconde commande, ce n'est pas gagné non plus. Notons qu'il faut d'abord installer le compilateur fortran

install pythia-pgs
   You are installing 'pythia-pgs', please cite ref(s): arXiv:0603175.
Please Note that this package is NOT maintained anymore by their author(s).
  You should consider installing and using pythia8, with:
   > install pythia8
Do you really want to continue? [n, y][60s to answer]
>y
Downloading http://madgraph.phys.ucl.ac.be/Downloads/pythia-pgs_V2.4.5.tar.gz
--2021-11-27 19:29:50--  http://madgraph.phys.ucl.ac.be/Downloads/pythia-pgs_V2.4.5.tar.gz
Resolving madgraph.phys.ucl.ac.be (madgraph.phys.ucl.ac.be)... 130.104.133.249
Connecting to madgraph.phys.ucl.ac.be (madgraph.phys.ucl.ac.be)|130.104.133.249|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2726899 (2.6M) [application/x-gzip]
Saving to: ‘pythia-pgs.tgz’

pythia-pgs.tgz                100%[=================================================>]   2.60M  1.09MB/s    in 2.4s

2021-11-27 19:29:52 (1.09 MB/s) - ‘pythia-pgs.tgz’ saved [2726899/2726899]

compile pythia-pgs. This might take a while.
cd src;make all; cd ..
make[1]: Entering directory '/home/a/MG5_aMC_v2_9_6/pythia-pgs/libraries/pylib/src'
gfortran -O1 -fno-automatic  -c pygaga.f
gfortran -O1 -fno-automatic  -c ssmssm.f
gfortran -O1 -fno-automatic  -c py4frm.f
gfortran -O1 -fno-automatic  -c pyi3au.f
gfortran -O1 -fno-automatic  -c pyfscr.f
gfortran -O1 -fno-automatic  -c pyxjet.f
gfortran -O1 -fno-automatic  -c pyedit.f
gfortran -O1 -fno-automatic  -c pywaux.f
gfortran -O1 -fno-automatic  -c pycmqr.f
gfortran -O1 -fno-automatic  -c pyshow.f
gfortran -O1 -fno-automatic  -c pyeevt.f
gfortran -O1 -fno-automatic  -c pyhist.f
gfortran -O1 -fno-automatic  -c pyhggm.f
gfortran -O1 -fno-automatic  -c pytabu.f
gfortran -O1 -fno-automatic  -c pysghg.f
gfortran -O1 -fno-automatic  -c pyname.f
gfortran -O1 -fno-automatic  -c pypdfl.f
gfortran -O1 -fno-automatic  -c pylist.f
gfortran -O1 -fno-automatic  -c pycrth.f
pycrth.f:68:72:

   68 |   100    SCALE = SCALE + DABS(AR(I,M-1)) + DABS(AI(I,M-1))
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 100 at (1)
gfortran -O1 -fno-automatic  -c pycmq2.f
pycmq2.f:330:72:

  330 |          DO 440 J = I, N
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 440 at (1)
pycmq2.f:398:72:

  398 |          DO 540 I = LOW, IGH
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 540 at (1)
gfortran -O1 -fno-automatic  -c pytime.f
gfortran -O1 -fno-automatic  -c fhsetflags.f
gfortran -O1 -fno-automatic  -c pytest.f
gfortran -O1 -fno-automatic  -c pybksb.f
gfortran -O1 -fno-automatic  -c pypcmp.f
gfortran -O1 -fno-automatic  -c pyptfs.f
gfortran -O1 -fno-automatic  -c pyfill.f
gfortran -O1 -fno-automatic  -c pyglui.f
gfortran -O1 -fno-automatic  -c pyevol.f
gfortran -O1 -fno-automatic  -c pyrnm3.f
gfortran -O1 -fno-automatic  -c pyangl.f
gfortran -O1 -fno-automatic  -c pyinre.f
gfortran -O1 -fno-automatic  -c pydisg.f
gfortran -O1 -fno-automatic  -c pylamf.f
gfortran -O1 -fno-automatic  -c pytbhb.f
gfortran -O1 -fno-automatic  -c pyptdi.f
gfortran -O1 -fno-automatic  -c pygrvs.f
gfortran -O1 -fno-automatic  -c pyexec.f
gfortran -O1 -fno-automatic  -c pypdga.f
gfortran -O1 -fno-automatic  -c pytbbn.f
gfortran -O1 -fno-automatic  -c py4jet.f
gfortran -O1 -fno-automatic  -c pyfact.f
gfortran -O1 -fno-automatic  -c pydump.f
gfortran -O1 -fno-automatic  -c pygfxx.f
gfortran -O1 -fno-automatic  -c py2frm.f
gfortran -O1 -fno-automatic  -c pydecy.f
gfortran -O1 -fno-automatic  -c pyrvr.f
gfortran -O1 -fno-automatic  -c pyspli.f
gfortran -O1 -fno-automatic  -c pycdiv.f
gfortran -O1 -fno-automatic  -c pysimp.f
gfortran -O1 -fno-automatic  -c pyp.f
gfortran -O1 -fno-automatic  -c pycomp.f
gfortran -O1 -fno-automatic  -c pyscat.f
pyscat.f:73:72:

   73 |   100   VINT(J)=VINTSV(J)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 100 at (1)
gfortran -O1 -fno-automatic  -c pybesq.f
gfortran -O1 -fno-automatic  -c pytbhq.f
gfortran -O1 -fno-automatic  -c pyinpr.f
gfortran -O1 -fno-automatic  -c fhhiggscorr.f
gfortran -O1 -fno-automatic  -c pymihk.f
gfortran -O1 -fno-automatic  -c pycell.f
gfortran -O1 -fno-automatic  -c pygram.f
gfortran -O1 -fno-automatic  -c pyremn.f
gfortran -O1 -fno-automatic  -c pygrvl.f
gfortran -O1 -fno-automatic  -c pyxtot.f
gfortran -O1 -fno-automatic  -c pygrvv.f
gfortran -O1 -fno-automatic  -c fhsetpara.f
gfortran -O1 -fno-automatic  -c pytbhg.f
gfortran -O1 -fno-automatic  -c pyrand.f
gfortran -O1 -fno-automatic  -c pystat.f
gfortran -O1 -fno-automatic  -c pyhext.f
gfortran -O1 -fno-automatic  -c pymirm.f
gfortran -O1 -fno-automatic  -c pyrvsb.f
gfortran -O1 -fno-automatic  -c pyrobo.f
gfortran -O1 -fno-automatic  -c pyfram.f
gfortran -O1 -fno-automatic  -c pysgqc.f
gfortran -O1 -fno-automatic  -c pypdpr.f
gfortran -O1 -fno-automatic  -c pycba2.f
gfortran -O1 -fno-automatic  -c pyalem.f
gfortran -O1 -fno-automatic  -c pyqqbh.f
gfortran -O1 -fno-automatic  -c pyupin.f
gfortran -O1 -fno-automatic  -c pyckbd.f
gfortran -O1 -fno-automatic  -c pymewt.f
gfortran -O1 -fno-automatic  -c pyldcm.f
gfortran -O1 -fno-automatic  -c pycjdc.f
gfortran -O1 -fno-automatic  -c pygraw.f
gfortran -O1 -fno-automatic  -c upveto.f
gfortran -O1 -fno-automatic  -c pygive.f
gfortran -O1 -fno-automatic  -c pyinki.f
gfortran -O1 -fno-automatic  -c pymass.f
gfortran -O1 -fno-automatic  -c pyptmi.f
gfortran -O1 -fno-automatic  -c pygano.f
gfortran -O1 -fno-automatic  -c pyhfth.f
gfortran -O1 -fno-automatic  -c pythru.f
gfortran -O1 -fno-automatic  -c visaje.f
gfortran -O1 -fno-automatic  -c pyrvg1.f
gfortran -O1 -fno-automatic  -c pyplot.f
gfortran -O1 -fno-automatic  -c pymsin.f
gfortran -O1 -fno-automatic  -c pystop.f
gfortran -O1 -fno-automatic  -c pyrvgl.f
gfortran -O1 -fno-automatic  -c pysave.f
gfortran -O1 -fno-automatic  -c sugra.f
gfortran -O1 -fno-automatic  -c pyupda.f
gfortran -O1 -fno-automatic  -c pygbeh.f
gfortran -O1 -fno-automatic  -c pythrg.f
gfortran -O1 -fno-automatic  -c py6frm.f
gfortran -O1 -fno-automatic  -c pycttr.f
gfortran -O1 -fno-automatic  -c pywidt.f
gfortran -O1 -fno-automatic  -c pyfisb.f
gfortran -O1 -fno-automatic  -c pyalps.f
gfortran -O1 -fno-automatic  -c pydiff.f
gfortran -O1 -fno-automatic  -c pyk.f
gfortran -O1 -fno-automatic  -c pygamm.f
gfortran -O1 -fno-automatic  -c pyreco.f
gfortran -O1 -fno-automatic  -c pysigh.f
gfortran -O1 -fno-automatic  -c pyrvg2.f
gfortran -O1 -fno-automatic  -c pytaud.f
gfortran -O1 -fno-automatic  -c pynull.f
gfortran -O1 -fno-automatic  -c pyapps.f
gfortran -O1 -fno-automatic  -c pycteq.f
gfortran -O1 -fno-automatic  -c pyevnt.f
gfortran -O1 -fno-automatic  -c pyerrm.f
gfortran -O1 -fno-automatic  -c pykmap.f
gfortran -O1 -fno-automatic  -c pypdfu.f
gfortran -O1 -fno-automatic  -c pytecm.f
gfortran -O1 -fno-automatic  -c pygdir.f
gfortran -O1 -fno-automatic  -c pyrvi1.f
gfortran -O1 -fno-automatic  -c pymemx.f
gfortran -O1 -fno-automatic  -c pyuedc.f
gfortran -O1 -fno-automatic  -c pytbhs.f
gfortran -O1 -fno-automatic  -c pysgex.f
gfortran -O1 -fno-automatic  -c pysfdc.f
gfortran -O1 -fno-automatic  -c pyadsh.f
gfortran -O1 -fno-automatic  -c pysubh.f
gfortran -O1 -fno-automatic  -c pyx4jt.f
gfortran -O1 -fno-automatic  -c pyxued.f
gfortran -O1 -fno-automatic  -c pyzdis.f
gfortran -O1 -fno-automatic  -c pynmes.f
gfortran -O1 -fno-automatic  -c pysgtc.f
gfortran -O1 -fno-automatic  -c pytune.f
gfortran -O1 -fno-automatic  -c pyrvch.f
gfortran -O1 -fno-automatic  -c pyfint.f
gfortran -O1 -fno-automatic  -c pyjurf.f
gfortran -O1 -fno-automatic  -c pywidx.f
gfortran -O1 -fno-automatic  -c pyr.f
gfortran -O1 -fno-automatic  -c pyxdin.f
gfortran -O1 -fno-automatic  -c py3ent.f
gfortran -O1 -fno-automatic  -c pyonof.f
gfortran -O1 -fno-automatic  -c py2ent.f
gfortran -O1 -fno-automatic  -c pymign.f
gfortran -O1 -fno-automatic  -c pyfeyn.f
gfortran -O1 -fno-automatic  -c pynjdc.f
gfortran -O1 -fno-automatic  -c pyveto.f
gfortran -O1 -fno-automatic  -c pymael.f
gfortran -O1 -fno-automatic  -c pymult.f
gfortran -O1 -fno-automatic  -c pyinit.f
gfortran -O1 -fno-automatic  -c pyclus.f
gfortran -O1 -fno-automatic  -c pyklim.f
gfortran -O1 -fno-automatic  -c pysphe.f
gfortran -O1 -fno-automatic  -c pypole.f
gfortran -O1 -fno-automatic  -c py4ent.f
gfortran -O1 -fno-automatic  -c pyrvgw.f
gfortran -O1 -fno-automatic  -c pyrvg3.f
gfortran -O1 -fno-automatic  -c pyx2xh.f
gfortran -O1 -fno-automatic  -c pyxkfl.f
gfortran -O1 -fno-automatic  -c pyprep.f
gfortran -O1 -fno-automatic  -c pyradk.f
gfortran -O1 -fno-automatic  -c pydocu.f
gfortran -O1 -fno-automatic  -c pyupev.f
gfortran -O1 -fno-automatic  -c pyrvsf.f
gfortran -O1 -fno-automatic  -c pyonia.f
gfortran -O1 -fno-automatic  -c pyevwt.f
gfortran -O1 -fno-automatic  -c pytbdy.f
gfortran -O1 -fno-automatic  -c pyggam.f
gfortran -O1 -fno-automatic  -c pykcut.f
gfortran -O1 -fno-automatic  -c pyx3jt.f
gfortran -O1 -fno-automatic  -c pysgwz.f
gfortran -O1 -fno-automatic  -c pyevnw.f
gfortran -O1 -fno-automatic  -c pylhef.f
gfortran -O1 -fno-automatic  -c pyptis.f
gfortran -O1 -fno-automatic  -c pykfin.f
gfortran -O1 -fno-automatic  -c pyresd.f
gfortran -O1 -fno-automatic  -c pyrnmq.f
gfortran -O1 -fno-automatic  -c pythag.f
gfortran -O1 -fno-automatic  -c pychge.f
gfortran -O1 -fno-automatic  -c pyct5m.f
gfortran -O1 -fno-automatic  -c pysspa.f
gfortran -O1 -fno-automatic  -c pydcyk.f
gfortran -O1 -fno-automatic  -c pyxxz6.f
gfortran -O1 -fno-automatic  -c pystbh.f
gfortran -O1 -fno-automatic  -c pysugi.f
gfortran -O1 -fno-automatic  -c pygvmd.f
gfortran -O1 -fno-automatic  -c pypdpo.f
gfortran -O1 -fno-automatic  -c pyh2xx.f
gfortran -O1 -fno-automatic  -c pyinom.f
gfortran -O1 -fno-automatic  -c pycbal.f
pycbal.f:137:72:

  137 |   220 SCALE(I) = 1.0D0
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 220 at (1)
gfortran -O1 -fno-automatic  -c pyrget.f
gfortran -O1 -fno-automatic  -c pysghf.f
gfortran -O1 -fno-automatic  -c pyeig4.f
gfortran -O1 -fno-automatic  -c pyrset.f
gfortran -O1 -fno-automatic  -c pybook.f
gfortran -O1 -fno-automatic  -c pyrvi2.f
gfortran -O1 -fno-automatic  -c pyct5l.f
gfortran -O1 -fno-automatic  -c pyoper.f
gfortran -O1 -fno-automatic  -c pyupre.f
gfortran -O1 -fno-automatic  -c pyjoin.f
gfortran -O1 -fno-automatic  -c pygrvm.f
gfortran -O1 -fno-automatic  -c pydata.f
gfortran -O1 -fno-automatic  -c pygrvd.f
gfortran -O1 -fno-automatic  -c pypdel.f
gfortran -O1 -fno-automatic  -c pytbbc.f
gfortran -O1 -fno-automatic  -c pystrf.f
gfortran -O1 -fno-automatic  -c pymrun.f
gfortran -O1 -fno-automatic  -c py1ent.f
gfortran -O1 -fno-automatic  -c pyx2xg.f
gfortran -O1 -fno-automatic  -c pyofsh.f
gfortran -O1 -fno-automatic  -c pyrvi3.f
gfortran -O1 -fno-automatic  -c pymihg.f
gfortran -O1 -fno-automatic  -c pyeicg.f
gfortran -O1 -fno-automatic  -c pyhepc.f
gfortran -O1 -fno-automatic  -c pyrghm.f
gfortran -O1 -fno-automatic  -c pyfcmp.f
gfortran -O1 -fno-automatic  -c pyjmas.f
gfortran -O1 -fno-automatic  -c pyindf.f
gfortran -O1 -fno-automatic  -c pywdkk.f
gfortran -O1 -fno-automatic  -c pyxtee.f
gfortran -O1 -fno-automatic  -c pypdpi.f
gfortran -O1 -fno-automatic  -c pyxdif.f
gfortran -O1 -fno-automatic  -c pymaxi.f
gfortran -O1 -fno-automatic  -c pykfdi.f
gfortran -O1 -fno-automatic  -c pyrvg4.f
gfortran -O1 -fno-automatic  -c pyslha.f
gfortran -O1 -fno-automatic  -c py4jts.f
gfortran -O1 -fno-automatic  -c pyrvne.f
gfortran -O1 -fno-automatic  -c pyxxga.f
gfortran -O1 -fno-automatic  -c pycsrt.f
gfortran -O1 -fno-automatic  -c pygau2.f
gfortran -O1 -fno-automatic  -c pysgsu.f
gfortran -O1 -fno-automatic  -c pyboei.f
gfortran -O1 -fno-automatic  -c pyfowo.f
gfortran -O1 -fno-automatic  -c pygrvw.f
gfortran -O1 -fno-automatic  -c pyspen.f
gfortran -O1 -fno-automatic  -c pyinbm.f
gfortran -O1 -fno-automatic  -c py4jtw.f
gfortran -O1 -fno-automatic  -c pypile.f
gfortran -O1 -fno-automatic  -c pygaus.f
gfortran -O1 -fno-automatic  -c pyrvs.f
gfortran -O1 -fno-automatic  -c pylogo.f
ar rcu ../lib/libpythiaext.a pygaga.o ssmssm.o py4frm.o pyi3au.o pyfscr.o pyxjet.o pyedit.o pywaux.o pycmqr.o pyshow.o pyeevt.o pyhist.o pyhggm.o pytabu.o pysghg.o pyname.o pypdfl.o pylist.o pycrth.o pycmq2.o pytime.o fhsetflags.o pytest.o pybksb.o pypcmp.o pyptfs.o pyfill.o pyglui.o pyevol.o pyrnm3.o pyangl.o pyinre.o pydisg.o pylamf.o pytbhb.o pyptdi.o pygrvs.o pyexec.o pypdga.o pytbbn.o py4jet.o pyfact.o pydump.o pygfxx.o py2frm.o pydecy.o pyrvr.o pyspli.o pycdiv.o pysimp.o pyp.o pycomp.o pyscat.o pybesq.o pytbhq.o pyinpr.o fhhiggscorr.o pymihk.o pycell.o pygram.o pyremn.o pygrvl.o pyxtot.o pygrvv.o fhsetpara.o pytbhg.o pyrand.o pystat.o pyhext.o pymirm.o pyrvsb.o pyrobo.o pyfram.o pysgqc.o pypdpr.o pycba2.o pyalem.o pyqqbh.o pyupin.o pyckbd.o pymewt.o pyldcm.o pycjdc.o pygraw.o upveto.o pygive.o pyinki.o pymass.o pyptmi.o pygano.o pyhfth.o pythru.o visaje.o pyrvg1.o pyplot.o pymsin.o pystop.o pyrvgl.o pysave.o sugra.o pyupda.o pygbeh.o pythrg.o py6frm.o pycttr.o pywidt.o pyfisb.o pyalps.o pydiff.o pyk.o pygamm.o pyreco.o pysigh.o pyrvg2.o pytaud.o pynull.o pyapps.o pycteq.o pyevnt.o pyerrm.o pykmap.o pypdfu.o pytecm.o pygdir.o pyrvi1.o pymemx.o pyuedc.o pytbhs.o pysgex.o pysfdc.o pyadsh.o pysubh.o pyx4jt.o pyxued.o pyzdis.o pynmes.o pysgtc.o pytune.o pyrvch.o pyfint.o pyjurf.o pywidx.o pyr.o pyxdin.o py3ent.o pyonof.o py2ent.o pymign.o pyfeyn.o pynjdc.o pyveto.o pymael.o pymult.o pyinit.o pyclus.o pyklim.o pysphe.o pypole.o py4ent.o pyrvgw.o pyrvg3.o pyx2xh.o pyxkfl.o pyprep.o pyradk.o pydocu.o pyupev.o pyrvsf.o pyonia.o pyevwt.o pytbdy.o pyggam.o pykcut.o pyx3jt.o pysgwz.o pyevnw.o pylhef.o pyptis.o pykfin.o pyresd.o pyrnmq.o pythag.o pychge.o pyct5m.o pysspa.o pydcyk.o pyxxz6.o pystbh.o pysugi.o pygvmd.o pypdpo.o pyh2xx.o pyinom.o pycbal.o pyrget.o pysghf.o pyeig4.o pyrset.o pybook.o pyrvi2.o pyct5l.o pyoper.o pyupre.o pyjoin.o pygrvm.o pydata.o pygrvd.o pypdel.o pytbbc.o pystrf.o pymrun.o py1ent.o pyx2xg.o pyofsh.o pyrvi3.o pymihg.o pyeicg.o pyhepc.o pyrghm.o pyfcmp.o pyjmas.o pyindf.o pywdkk.o pyxtee.o pypdpi.o pyxdif.o pymaxi.o pykfdi.o pyrvg4.o pyslha.o py4jts.o pyrvne.o pyxxga.o pycsrt.o pygau2.o pysgsu.o pyboei.o pyfowo.o pygrvw.o pyspen.o pyinbm.o py4jtw.o pypile.o pygaus.o pyrvs.o pylogo.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib ../lib/libpythiaext.a
make[1]: Leaving directory '/home/a/MG5_aMC_v2_9_6/pythia-pgs/libraries/pylib/src'
cd src; make
make[1]: Entering directory '/home/a/MG5_aMC_v2_9_6/pythia-pgs/src'
ln -sf ../libraries/PGS4/examples/mass_width_2004.mc  .
cd ../libraries/pylib; mkdir -p lib; make all
make[2]: Entering directory '/home/a/MG5_aMC_v2_9_6/pythia-pgs/libraries/pylib'
cd src;make all; cd ..
make[3]: Entering directory '/home/a/MG5_aMC_v2_9_6/pythia-pgs/libraries/pylib/src'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/a/MG5_aMC_v2_9_6/pythia-pgs/libraries/pylib/src'
make[2]: Leaving directory '/home/a/MG5_aMC_v2_9_6/pythia-pgs/libraries/pylib'
cd ../libraries/PGS4; mkdir -p lib; make all
make[2]: Entering directory '/home/a/MG5_aMC_v2_9_6/pythia-pgs/libraries/PGS4'

----- Now compiling PGSLIB -----

gfortran -fno-automatic -c -o ./lib/pgslib.o ./src/pgslib.f
./src/pgslib.f:1027:72:

 1027 |     3    T = 0.5*T
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 3 at (1)
./src/pgslib.f:1028:72:

 1028 |     2 U(II) = S
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 2 at (1)
./src/pgslib.f:1031:72:

 1031 |     4 TWOM24 = 0.5*TWOM24
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 4 at (1)
./src/pgslib.f:2727:17:

 2727 |       pt1 = v4pt(p1)
      |                 1
Warning: Rank mismatch in argument ‘p’ at (1) (rank-1 and scalar) [-Wargument-mismatch]
./src/pgslib.f:2728:17:

 2728 |       pt2 = v4pt(p2)
      |                 1
Warning: Rank mismatch in argument ‘p’ at (1) (rank-1 and scalar) [-Wargument-mismatch]
./src/pgslib.f:2780:38:

 2780 |           pgs_kt_beam_distance = v4pt(p1)**2
      |                                      1
Warning: Rank mismatch in argument ‘p’ at (1) (rank-1 and scalar) [-Wargument-mismatch]
./src/pgslib.f:2784:42:

 2784 |           pgs_kt_beam_distance = 1.0/v4pt(p1)**2
      |                                          1
Warning: Rank mismatch in argument ‘p’ at (1) (rank-1 and scalar) [-Wargument-mismatch]
./src/pgslib.f:5267:33:

 5267 |       del_phi = v4phi(p) - v4phi(q)
      |                                 1
Error: Actual argument contains too few elements for dummy argument ‘p’ (3/4) at (1)
./src/pgslib.f:5267:22:

 5267 |       del_phi = v4phi(p) - v4phi(q)
      |                      1
Error: Actual argument contains too few elements for dummy argument ‘p’ (3/4) at (1)
make[2]: *** [Makefile:126: lib/libpgslib.a] Error 1
make[2]: Leaving directory '/home/a/MG5_aMC_v2_9_6/pythia-pgs/libraries/PGS4'
make[1]: *** [makefile:72: libpgs] Error 2
make[1]: Leaving directory '/home/a/MG5_aMC_v2_9_6/pythia-pgs/src'
make: *** [makefile:3: all] Error 2
Error detected in "install pythia-pgs"
write debug file MG5_debug
If you need help with this issue please contact us on https://answers.launchpad.net/mg5amcnlo
str : A compilation Error occurs when trying to compile /home/a/MG5_aMC_v2_9_6/pythia-pgs.
        The compilation fails with the following output message:
            cd src; make
            make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
            make[1]: Entering directory '/home/a/MG5_aMC_v2_9_6/pythia-pgs/src'
            ln -sf ../libraries/PGS4/examples/mass_width_2004.mc  .
            cd ../libraries/pylib; mkdir -p lib; make all
            make[2]: Entering directory '/home/a/MG5_aMC_v2_9_6/pythia-pgs/libraries/pylib'
            cd src;make all; cd ..
            make[3]: Entering directory '/home/a/MG5_aMC_v2_9_6/pythia-pgs/libraries/pylib/src'
            gfortran -O1 -fno-automatic  -c pygaga.f
            gfortran -O1 -fno-automatic  -c ssmssm.f
            gfortran -O1 -fno-automatic  -c py4frm.f
            gfortran -O1 -fno-automatic  -c pyi3au.f
            gfortran -O1 -fno-automatic  -c pyfscr.f
            gfortran -O1 -fno-automatic  -c pyxjet.f
            gfortran -O1 -fno-automatic  -c pyedit.f
            gfortran -O1 -fno-automatic  -c pywaux.f
            gfortran -O1 -fno-automatic  -c pycmqr.f
            gfortran -O1 -fno-automatic  -c pyshow.f
            gfortran -O1 -fno-automatic  -c pyeevt.f
            gfortran -O1 -fno-automatic  -c pyhist.f
            gfortran -O1 -fno-automatic  -c pyhggm.f
            gfortran -O1 -fno-automatic  -c pytabu.f
            gfortran -O1 -fno-automatic  -c pysghg.f
            gfortran -O1 -fno-automatic  -c pyname.f
            gfortran -O1 -fno-automatic  -c pypdfl.f
            gfortran -O1 -fno-automatic  -c pylist.f
            gfortran -O1 -fno-automatic  -c pycrth.f
            pycrth.f:68:72:

               68 |   100    SCALE = SCALE + DABS(AR(I,M-1)) + DABS(AI(I,M-1))
                  |                                                                        1
            Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 100 at (1)
            gfortran -O1 -fno-automatic  -c pycmq2.f
            pycmq2.f:330:72:

              330 |          DO 440 J = I, N
                  |                                                                        1
            Warning: Fortran 2018 deleted feature: Shared DO termination label 440 at (1)
            pycmq2.f:398:72:

              398 |          DO 540 I = LOW, IGH
                  |                                                                        1
            Warning: Fortran 2018 deleted feature: Shared DO termination label 540 at (1)
            gfortran -O1 -fno-automatic  -c pytime.f
            gfortran -O1 -fno-automatic  -c fhsetflags.f
            gfortran -O1 -fno-automatic  -c pytest.f
            gfortran -O1 -fno-automatic  -c pybksb.f
            gfortran -O1 -fno-automatic  -c pypcmp.f
            gfortran -O1 -fno-automatic  -c pyptfs.f
            gfortran -O1 -fno-automatic  -c pyfill.f
            gfortran -O1 -fno-automatic  -c pyglui.f
            gfortran -O1 -fno-automatic  -c pyevol.f
            gfortran -O1 -fno-automatic  -c pyrnm3.f
            gfortran -O1 -fno-automatic  -c pyangl.f
            gfortran -O1 -fno-automatic  -c pyinre.f
            gfortran -O1 -fno-automatic  -c pydisg.f
            gfortran -O1 -fno-automatic  -c pylamf.f
            gfortran -O1 -fno-automatic  -c pytbhb.f
            gfortran -O1 -fno-automatic  -c pyptdi.f
            gfortran -O1 -fno-automatic  -c pygrvs.f
            gfortran -O1 -fno-automatic  -c pyexec.f
            gfortran -O1 -fno-automatic  -c pypdga.f
            gfortran -O1 -fno-automatic  -c pytbbn.f
            gfortran -O1 -fno-automatic  -c py4jet.f
            gfortran -O1 -fno-automatic  -c pyfact.f
            gfortran -O1 -fno-automatic  -c pydump.f
            gfortran -O1 -fno-automatic  -c pygfxx.f
            gfortran -O1 -fno-automatic  -c py2frm.f
            gfortran -O1 -fno-automatic  -c pydecy.f
            gfortran -O1 -fno-automatic  -c pyrvr.f
            gfortran -O1 -fno-automatic  -c pyspli.f
            gfortran -O1 -fno-automatic  -c pycdiv.f
            gfortran -O1 -fno-automatic  -c pysimp.f
            gfortran -O1 -fno-automatic  -c pyp.f
            gfortran -O1 -fno-automatic  -c pycomp.f
            gfortran -O1 -fno-automatic  -c pyscat.f
            pyscat.f:73:72:

               73 |   100   VINT(J)=VINTSV(J)
                  |                                                                        1
            Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 100 at (1)
            gfortran -O1 -fno-automatic  -c pybesq.f
            gfortran -O1 -fno-automatic  -c pytbhq.f
            gfortran -O1 -fno-automatic  -c pyinpr.f
            gfortran -O1 -fno-automatic  -c fhhiggscorr.f
            gfortran -O1 -fno-automatic  -c pymihk.f
            gfortran -O1 -fno-automatic  -c pycell.f
            gfortran -O1 -fno-automatic  -c pygram.f
            gfortran -O1 -fno-automatic  -c pyremn.f
            gfortran -O1 -fno-automatic  -c pygrvl.f
            gfortran -O1 -fno-automatic  -c pyxtot.f
            gfortran -O1 -fno-automatic  -c pygrvv.f
            gfortran -O1 -fno-automatic  -c fhsetpara.f
            gfortran -O1 -fno-automatic  -c pytbhg.f
            gfortran -O1 -fno-automatic  -c pyrand.f
            gfortran -O1 -fno-automatic  -c pystat.f
            gfortran -O1 -fno-automatic  -c pyhext.f
            gfortran -O1 -fno-automatic  -c pymirm.f
            gfortran -O1 -fno-automatic  -c pyrvsb.f
            gfortran -O1 -fno-automatic  -c pyrobo.f
            gfortran -O1 -fno-automatic  -c pyfram.f
            gfortran -O1 -fno-automatic  -c pysgqc.f
            gfortran -O1 -fno-automatic  -c pypdpr.f
            gfortran -O1 -fno-automatic  -c pycba2.f
            gfortran -O1 -fno-automatic  -c pyalem.f
            gfortran -O1 -fno-automatic  -c pyqqbh.f
            gfortran -O1 -fno-automatic  -c pyupin.f
            gfortran -O1 -fno-automatic  -c pyckbd.f
            gfortran -O1 -fno-automatic  -c pymewt.f
            gfortran -O1 -fno-automatic  -c pyldcm.f
            gfortran -O1 -fno-automatic  -c pycjdc.f
            gfortran -O1 -fno-automatic  -c pygraw.f
            gfortran -O1 -fno-automatic  -c upveto.f
            gfortran -O1 -fno-automatic  -c pygive.f
            gfortran -O1 -fno-automatic  -c pyinki.f
            gfortran -O1 -fno-automatic  -c pymass.f
            gfortran -O1 -fno-automatic  -c pyptmi.f
            gfortran -O1 -fno-automatic  -c pygano.f
            gfortran -O1 -fno-automatic  -c pyhfth.f
            gfortran -O1 -fno-automatic  -c pythru.f
            gfortran -O1 -fno-automatic  -c visaje.f
            gfortran -O1 -fno-automatic  -c pyrvg1.f
            gfortran -O1 -fno-automatic  -c pyplot.f
            gfortran -O1 -fno-automatic  -c pymsin.f
            gfortran -O1 -fno-automatic  -c pystop.f
            gfortran -O1 -fno-automatic  -c pyrvgl.f
            gfortran -O1 -fno-automatic  -c pysave.f
            gfortran -O1 -fno-automatic  -c sugra.f
            gfortran -O1 -fno-automatic  -c pyupda.f
            gfortran -O1 -fno-automatic  -c pygbeh.f
            gfortran -O1 -fno-automatic  -c pythrg.f
            gfortran -O1 -fno-automatic  -c py6frm.f
            gfortran -O1 -fno-automatic  -c pycttr.f
            gfortran -O1 -fno-automatic  -c pywidt.f
            gfortran -O1 -fno-automatic  -c pyfisb.f
            gfortran -O1 -fno-automatic  -c pyalps.f
            gfortran -O1 -fno-automatic  -c pydiff.f
            gfortran -O1 -fno-automatic  -c pyk.f
            gfortran -O1 -fno-automatic  -c pygamm.f
            gfortran -O1 -fno-automatic  -c pyreco.f
            gfortran -O1 -fno-automatic  -c pysigh.f
            gfortran -O1 -fno-automatic  -c pyrvg2.f
            gfortran -O1 -fno-automatic  -c pytaud.f
            gfortran -O1 -fno-automatic  -c pynull.f
            gfortran -O1 -fno-automatic  -c pyapps.f
            gfortran -O1 -fno-automatic  -c pycteq.f
            gfortran -O1 -fno-automatic  -c pyevnt.f
            gfortran -O1 -fno-automatic  -c pyerrm.f
            gfortran -O1 -fno-automatic  -c pykmap.f
            gfortran -O1 -fno-automatic  -c pypdfu.f
            gfortran -O1 -fno-automatic  -c pytecm.f
            gfortran -O1 -fno-automatic  -c pygdir.f
            gfortran -O1 -fno-automatic  -c pyrvi1.f
            gfortran -O1 -fno-automatic  -c pymemx.f
            gfortran -O1 -fno-automatic  -c pyuedc.f
            gfortran -O1 -fno-automatic  -c pytbhs.f
            gfortran -O1 -fno-automatic  -c pysgex.f
            gfortran -O1 -fno-automatic  -c pysfdc.f
            gfortran -O1 -fno-automatic  -c pyadsh.f
            gfortran -O1 -fno-automatic  -c pysubh.f
            gfortran -O1 -fno-automatic  -c pyx4jt.f
            gfortran -O1 -fno-automatic  -c pyxued.f
            gfortran -O1 -fno-automatic  -c pyzdis.f
            gfortran -O1 -fno-automatic  -c pynmes.f
            gfortran -O1 -fno-automatic  -c pysgtc.f
            gfortran -O1 -fno-automatic  -c pytune.f
            gfortran -O1 -fno-automatic  -c pyrvch.f
            gfortran -O1 -fno-automatic  -c pyfint.f
            gfortran -O1 -fno-automatic  -c pyjurf.f
            gfortran -O1 -fno-automatic  -c pywidx.f
            gfortran -O1 -fno-automatic  -c pyr.f
            gfortran -O1 -fno-automatic  -c pyxdin.f
            gfortran -O1 -fno-automatic  -c py3ent.f
            gfortran -O1 -fno-automatic  -c pyonof.f
            gfortran -O1 -fno-automatic  -c py2ent.f
            gfortran -O1 -fno-automatic  -c pymign.f
            gfortran -O1 -fno-automatic  -c pyfeyn.f
            gfortran -O1 -fno-automatic  -c pynjdc.f
            gfortran -O1 -fno-automatic  -c pyveto.f
            gfortran -O1 -fno-automatic  -c pymael.f
            gfortran -O1 -fno-automatic  -c pymult.f
            gfortran -O1 -fno-automatic  -c pyinit.f
            gfortran -O1 -fno-automatic  -c pyclus.f
            gfortran -O1 -fno-automatic  -c pyklim.f
            gfortran -O1 -fno-automatic  -c pysphe.f
            gfortran -O1 -fno-automatic  -c pypole.f
            gfortran -O1 -fno-automatic  -c py4ent.f
            gfortran -O1 -fno-automatic  -c pyrvgw.f
            gfortran -O1 -fno-automatic  -c pyrvg3.f
            gfortran -O1 -fno-automatic  -c pyx2xh.f
            gfortran -O1 -fno-automatic  -c pyxkfl.f
            gfortran -O1 -fno-automatic  -c pyprep.f
            gfortran -O1 -fno-automatic  -c pyradk.f
            gfortran -O1 -fno-automatic  -c pydocu.f
            gfortran -O1 -fno-automatic  -c pyupev.f
            gfortran -O1 -fno-automatic  -c pyrvsf.f
            gfortran -O1 -fno-automatic  -c pyonia.f
            gfortran -O1 -fno-automatic  -c pyevwt.f
            gfortran -O1 -fno-automatic  -c pytbdy.f
            gfortran -O1 -fno-automatic  -c pyggam.f
            gfortran -O1 -fno-automatic  -c pykcut.f
            gfortran -O1 -fno-automatic  -c pyx3jt.f
            gfortran -O1 -fno-automatic  -c pysgwz.f
            gfortran -O1 -fno-automatic  -c pyevnw.f
            gfortran -O1 -fno-automatic  -c pylhef.f
            gfortran -O1 -fno-automatic  -c pyptis.f
            gfortran -O1 -fno-automatic  -c pykfin.f
            gfortran -O1 -fno-automatic  -c pyresd.f
            gfortran -O1 -fno-automatic  -c pyrnmq.f
            gfortran -O1 -fno-automatic  -c pythag.f
            gfortran -O1 -fno-automatic  -c pychge.f
            gfortran -O1 -fno-automatic  -c pyct5m.f
            gfortran -O1 -fno-automatic  -c pysspa.f
            gfortran -O1 -fno-automatic  -c pydcyk.f
            gfortran -O1 -fno-automatic  -c pyxxz6.f
            gfortran -O1 -fno-automatic  -c pystbh.f
            gfortran -O1 -fno-automatic  -c pysugi.f
            gfortran -O1 -fno-automatic  -c pygvmd.f
            gfortran -O1 -fno-automatic  -c pypdpo.f
            gfortran -O1 -fno-automatic  -c pyh2xx.f
            gfortran -O1 -fno-automatic  -c pyinom.f
            gfortran -O1 -fno-automatic  -c pycbal.f
            pycbal.f:137:72:

              137 |   220 SCALE(I) = 1.0D0
                  |                                                                        1
            Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 220 at (1)
            gfortran -O1 -fno-automatic  -c pyrget.f
            gfortran -O1 -fno-automatic  -c pysghf.f
            gfortran -O1 -fno-automatic  -c pyeig4.f
            gfortran -O1 -fno-automatic  -c pyrset.f
            gfortran -O1 -fno-automatic  -c pybook.f
            gfortran -O1 -fno-automatic  -c pyrvi2.f
            gfortran -O1 -fno-automatic  -c pyct5l.f
            gfortran -O1 -fno-automatic  -c pyoper.f
            gfortran -O1 -fno-automatic  -c pyupre.f
            gfortran -O1 -fno-automatic  -c pyjoin.f
            gfortran -O1 -fno-automatic  -c pygrvm.f
            gfortran -O1 -fno-automatic  -c pydata.f
            gfortran -O1 -fno-automatic  -c pygrvd.f
            gfortran -O1 -fno-automatic  -c pypdel.f
            gfortran -O1 -fno-automatic  -c pytbbc.f
            gfortran -O1 -fno-automatic  -c pystrf.f
            gfortran -O1 -fno-automatic  -c pymrun.f
            gfortran -O1 -fno-automatic  -c py1ent.f
            gfortran -O1 -fno-automatic  -c pyx2xg.f
            gfortran -O1 -fno-automatic  -c pyofsh.f
            gfortran -O1 -fno-automatic  -c pyrvi3.f
            gfortran -O1 -fno-automatic  -c pymihg.f
            gfortran -O1 -fno-automatic  -c pyeicg.f
            gfortran -O1 -fno-automatic  -c pyhepc.f
            gfortran -O1 -fno-automatic  -c pyrghm.f
            gfortran -O1 -fno-automatic  -c pyfcmp.f
            gfortran -O1 -fno-automatic  -c pyjmas.f
            gfortran -O1 -fno-automatic  -c pyindf.f
            gfortran -O1 -fno-automatic  -c pywdkk.f
            gfortran -O1 -fno-automatic  -c pyxtee.f
            gfortran -O1 -fno-automatic  -c pypdpi.f
            gfortran -O1 -fno-automatic  -c pyxdif.f
            gfortran -O1 -fno-automatic  -c pymaxi.f
            gfortran -O1 -fno-automatic  -c pykfdi.f
            gfortran -O1 -fno-automatic  -c pyrvg4.f
            gfortran -O1 -fno-automatic  -c pyslha.f
            gfortran -O1 -fno-automatic  -c py4jts.f
            gfortran -O1 -fno-automatic  -c pyrvne.f
            gfortran -O1 -fno-automatic  -c pyxxga.f
            gfortran -O1 -fno-automatic  -c pycsrt.f
            gfortran -O1 -fno-automatic  -c pygau2.f
            gfortran -O1 -fno-automatic  -c pysgsu.f
            gfortran -O1 -fno-automatic  -c pyboei.f
            gfortran -O1 -fno-automatic  -c pyfowo.f
            gfortran -O1 -fno-automatic  -c pygrvw.f
            gfortran -O1 -fno-automatic  -c pyspen.f
            gfortran -O1 -fno-automatic  -c pyinbm.f
            gfortran -O1 -fno-automatic  -c py4jtw.f
            gfortran -O1 -fno-automatic  -c pypile.f
            gfortran -O1 -fno-automatic  -c pygaus.f
            gfortran -O1 -fno-automatic  -c pyrvs.f
            gfortran -O1 -fno-automatic  -c pylogo.f
            ar rcu ../lib/libpythiaext.a pygaga.o ssmssm.o py4frm.o pyi3au.o pyfscr.o pyxjet.o pyedit.o pywaux.o pycmqr.o pyshow.o pyeevt.o pyhist.o pyhggm.o pytabu.o pysghg.o pyname.o pypdfl.o pylist.o pycrth.o pycmq2.o pytime.o fhsetflags.o pytest.o pybksb.o pypcmp.o pyptfs.o pyfill.o pyglui.o pyevol.o pyrnm3.o pyangl.o pyinre.o pydisg.o pylamf.o pytbhb.o pyptdi.o pygrvs.o pyexec.o pypdga.o pytbbn.o py4jet.o pyfact.o pydump.o pygfxx.o py2frm.o pydecy.o pyrvr.o pyspli.o pycdiv.o pysimp.o pyp.o pycomp.o pyscat.o pybesq.o pytbhq.o pyinpr.o fhhiggscorr.o pymihk.o pycell.o pygram.o pyremn.o pygrvl.o pyxtot.o pygrvv.o fhsetpara.o pytbhg.o pyrand.o pystat.o pyhext.o pymirm.o pyrvsb.o pyrobo.o pyfram.o pysgqc.o pypdpr.o pycba2.o pyalem.o pyqqbh.o pyupin.o pyckbd.o pymewt.o pyldcm.o pycjdc.o pygraw.o upveto.o pygive.o pyinki.o pymass.o pyptmi.o pygano.o pyhfth.o pythru.o visaje.o pyrvg1.o pyplot.o pymsin.o pystop.o pyrvgl.o pysave.o sugra.o pyupda.o pygbeh.o pythrg.o py6frm.o pycttr.o pywidt.o pyfisb.o pyalps.o pydiff.o pyk.o pygamm.o pyreco.o pysigh.o pyrvg2.o pytaud.o pynull.o pyapps.o pycteq.o pyevnt.o pyerrm.o pykmap.o pypdfu.o pytecm.o pygdir.o pyrvi1.o pymemx.o pyuedc.o pytbhs.o pysgex.o pysfdc.o pyadsh.o pysubh.o pyx4jt.o pyxued.o pyzdis.o pynmes.o pysgtc.o pytune.o pyrvch.o pyfint.o pyjurf.o pywidx.o pyr.o pyxdin.o py3ent.o pyonof.o py2ent.o pymign.o pyfeyn.o pynjdc.o pyveto.o pymael.o pymult.o pyinit.o pyclus.o pyklim.o pysphe.o pypole.o py4ent.o pyrvgw.o pyrvg3.o pyx2xh.o pyxkfl.o pyprep.o pyradk.o pydocu.o pyupev.o pyrvsf.o pyonia.o pyevwt.o pytbdy.o pyggam.o pykcut.o pyx3jt.o pysgwz.o pyevnw.o pylhef.o pyptis.o pykfin.o pyresd.o pyrnmq.o pythag.o pychge.o pyct5m.o pysspa.o pydcyk.o pyxxz6.o pystbh.o pysugi.o pygvmd.o pypdpo.o pyh2xx.o pyinom.o pycbal.o pyrget.o pysghf.o pyeig4.o pyrset.o pybook.o pyrvi2.o pyct5l.o pyoper.o pyupre.o pyjoin.o pygrvm.o pydata.o pygrvd.o pypdel.o pytbbc.o pystrf.o pymrun.o py1ent.o pyx2xg.o pyofsh.o pyrvi3.o pymihg.o pyeicg.o pyhepc.o pyrghm.o pyfcmp.o pyjmas.o pyindf.o pywdkk.o pyxtee.o pypdpi.o pyxdif.o pymaxi.o pykfdi.o pyrvg4.o pyslha.o py4jts.o pyrvne.o pyxxga.o pycsrt.o pygau2.o pysgsu.o pyboei.o pyfowo.o pygrvw.o pyspen.o pyinbm.o py4jtw.o pypile.o pygaus.o pyrvs.o pylogo.o
            ar: `u' modifier ignored since `D' is the default (see `U')
            ranlib ../lib/libpythiaext.a
            make[3]: Leaving directory '/home/a/MG5_aMC_v2_9_6/pythia-pgs/libraries/pylib/src'
            make[2]: Leaving directory '/home/a/MG5_aMC_v2_9_6/pythia-pgs/libraries/pylib'
            cd ../libraries/PGS4; mkdir -p lib; make all
            make[2]: Entering directory '/home/a/MG5_aMC_v2_9_6/pythia-pgs/libraries/PGS4'

            ----- Now compiling PGSLIB -----

            gfortran -fno-automatic -c -o ./lib/pgslib.o ./src/pgslib.f
            ./src/pgslib.f:1027:72:

             1027 |     3    T = 0.5*T
                  |                                                                        1
            Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 3 at (1)
            ./src/pgslib.f:1028:72:

             1028 |     2 U(II) = S
                  |                                                                        1
            Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 2 at (1)
            ./src/pgslib.f:1031:72:

             1031 |     4 TWOM24 = 0.5*TWOM24
                  |                                                                        1
            Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 4 at (1)
            ./src/pgslib.f:2727:17:

             2727 |       pt1 = v4pt(p1)
                  |                 1
            Warning: Rank mismatch in argument ‘p’ at (1) (rank-1 and scalar) [-Wargument-mismatch]
            ./src/pgslib.f:2728:17:

             2728 |       pt2 = v4pt(p2)
                  |                 1
            Warning: Rank mismatch in argument ‘p’ at (1) (rank-1 and scalar) [-Wargument-mismatch]
            ./src/pgslib.f:2780:38:

             2780 |           pgs_kt_beam_distance = v4pt(p1)**2
                  |                                      1
            Warning: Rank mismatch in argument ‘p’ at (1) (rank-1 and scalar) [-Wargument-mismatch]
            ./src/pgslib.f:2784:42:

             2784 |           pgs_kt_beam_distance = 1.0/v4pt(p1)**2
                  |                                          1
            Warning: Rank mismatch in argument ‘p’ at (1) (rank-1 and scalar) [-Wargument-mismatch]
            ./src/pgslib.f:5267:33:

             5267 |       del_phi = v4phi(p) - v4phi(q)
                  |                                 1
            Error: Actual argument contains too few elements for dummy argument ‘p’ (3/4) at (1)
            ./src/pgslib.f:5267:22:

             5267 |       del_phi = v4phi(p) - v4phi(q)
                  |                      1
            Error: Actual argument contains too few elements for dummy argument ‘p’ (3/4) at (1)
            make[2]: *** [Makefile:126: lib/libpgslib.a] Error 1
            make[2]: Leaving directory '/home/a/MG5_aMC_v2_9_6/pythia-pgs/libraries/PGS4'
            make[1]: *** [makefile:72: libpgs] Error 2
            make[1]: Leaving directory '/home/a/MG5_aMC_v2_9_6/pythia-pgs/src'
            make: *** [makefile:3: all] Error 2

        Please try to fix this compilations issue and retry.
        Help might be found at https://answers.launchpad.net/mg5amcnlo.
        If you think that this is a bug, you can report this at https://bugs.launchpad.net/mg5amcnlo
MG5_aMC>

Dernière modification par geole (Le 28/11/2021, à 18:21)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#33 Le 27/11/2021, à 19:49

geole

Re : Besoin d'aide pour installer un logiciel avec Ubuntu svp

Pour la troisième commande, cela se termine par un lien que je vais aller voir

MG5_aMC>install exRootAnalysis
syntax: install Delphes|MadAnalysis4|ExRootAnalysis|update|Golem95|QCDLoop|maddm|maddump|looptools|MadSTR|pythia8|zlib|boost|lhapdf6|lhapdf5|collier|hepmc|mg5amc_py8_interface|ninja|oneloop|MadAnalysis5
-- Download the last version of the program and install it
   locally in the current MadGraph5_aMC@NLO version. In order to have
   a successful installation, you will need to have an up-to-date
   F77 and/or C and Root compiler.

   When installing any of the following programs:
     pythia8, zlib, boost, lhapdf6, lhapdf5, collier, hepmc, mg5amc_py8_interface, ninja, oneloop, MadAnalysis5
   The following options are available:
     --force        Overwrite without asking any existing installation.
     --keep_source  Keep a local copy of the sources of the tools MG5_aMC installed from.

   "install update"
   check if your MG5 installation is the latest one.
   If not it load the difference between your current version and the latest one,
   and apply it to the code. Two options are available for this command:
     -f: didn't ask for confirmation if it founds an update.
     --timeout=: Change the maximum time allowed to reach the server.
Command "install exRootAnalysis" interrupted with error:
InvalidCmd : Not recognize program exRootAnalysis
MG5_aMC>install ExRootAnalysis
Command "install ExRootAnalysis" interrupted with error:
InvalidCmd : In order to install ExRootAnalysis, you need to install Root on your computer first.
        please follow information on http://root.cern.ch/drupal/content/downloading-root
MG5_aMC>

On fait ce qui est demandé

wget https://root.cern/download/root_v6.24.02.Linux-ubuntu20-x86_64-gcc9.3.tar.gz
tar -xzvf root_v6.24.02.Linux-ubuntu20-x86_64-gcc9.3.tar.gz
source root/bin/thisroot.sh

On le mémorise

echo source root/bin/thisroot.sh >>.bashrc

Si on  a fait cette installation  dans une autre session, il est nécessaire de se déconnecter et de se reconnecter
On peut alors relancer la commande et constater que le compilateur C++ est nécessaire. On l'installe.

sudo apt install g++

et on peut enfin exécuter la commande.

MG5_aMC>install ExRootAnalysis
Downloading http://madgraph.physics.illinois.edu/Downloads/ExRootAnalysis/ExRootAnalysis_V1.1.5.tar.gz
--2021-11-28 12:51:53--  http://madgraph.physics.illinois.edu/Downloads/ExRootAnalysis/ExRootAnalysis_V1.1.5.tar.gz
Resolving madgraph.physics.illinois.edu (madgraph.physics.illinois.edu)... 192.17.91.69
Connecting to madgraph.physics.illinois.edu (madgraph.physics.illinois.edu)|192.17.91.69|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 49513 (48K) [application/x-gzip]
Saving to: ‘ExRootAnalysis.tgz’

ExRootAnalysis.tgz                                100%[==========================================================================================================>]  48.35K   181KB/s    in 0.3s

2021-11-28 12:51:54 (181 KB/s) - ‘ExRootAnalysis.tgz’ saved [49513/49513]

compile ExRootAnalysis. This might take a while.
>> Generating tmp/src/ExRootAnalysisDict.cc
>> Compiling tmp/src/ExRootAnalysisDict.cc
>> Compiling src/ExRootFilter.cc
>> Compiling src/ExRootXDRReader.cc
src/ExRootXDRReader.cc: In member function ‘void ExRootXDRReader::ReadRaw(void*, int)’:
src/ExRootXDRReader.cc:64:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
   64 |     fread(value, 1, size + rndup, fFile);
      |     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> Compiling src/ExRootSTDHEPReader.cc
>> Compiling src/ExRootFactory.cc
>> Compiling src/ExRootTreeWriter.cc
>> Compiling src/ExRootResult.cc
>> Compiling src/ExRootStream.cc
>> Compiling src/ExRootClasses.cc
>> Compiling src/ExRootTreeBranch.cc
>> Compiling src/ExRootTreeReader.cc
>> Compiling src/ExRootProgressBar.cc
>> Compiling src/ExRootLHEFReader.cc
>> Compiling src/ExRootUtilities.cc
>> Building libExRootAnalysis.so
>> Copying ExRootAnalysisDict_rdict.pcm
>> Compiling test/ExRootLHEFConverter.cpp
>> Building ExRootLHEFConverter
>> Compiling test/ExRootLHCOlympicsConverter.cpp
>> Building ExRootLHCOlympicsConverter
>> Compiling test/ExRootSTDHEPConverter.cpp
>> Building ExRootSTDHEPConverter
>> Compiling test/ExRootHEPEVTConverter.cpp
>> Building ExRootHEPEVTConverter
>> Compiling test/Example.cpp
>> Building Example
Installation succeeded
MG5_aMC>

Dernière modification par geole (Le 28/11/2021, à 13:10)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#34 Le 28/11/2021, à 13:59

geole

Re : Besoin d'aide pour installer un logiciel avec Ubuntu svp

Pour la section 4,   La documentation de la seconde commande est tellement fausse que son exemple la contredit. Il faut mettre un nom de modèle.

MG5_aMC>import model sm
INFO: Restrict model sm with file MG5_aMC_v2_9_6/models/sm/restrict_default.dat .
INFO: Run "set stdout_level DEBUG" before import for more information.
INFO: Change particles name to pass to MG5 convention
Kept definitions of multiparticles p / j / l+ / l- / vl / vl~ unchanged
Removed obsolete multiparticles all
Defined multiparticle all = g u c d s u~ c~ d~ s~ a ve vm vt e- mu- ve~ vm~ vt~ e+ mu+ t b t~ b~ z w+ h w- ta- ta+

Je ne sais pas trop ce qui a été supprimé.

Pas de difficulté sur la seconde commande

MG5_aMC>generate p p > t t~
INFO: Checking for minimal orders which gives processes.
INFO: Please specify coupling orders to bypass this step.
INFO: Trying coupling order WEIGHTED<=2: WEIGTHED IS QCD+2*QED
INFO: Trying process: g g > t t~ WEIGHTED<=2 @1
INFO: Process has 3 diagrams
INFO: Trying process: u u~ > t t~ WEIGHTED<=2 @1
INFO: Process has 1 diagrams
INFO: Trying process: u c~ > t t~ WEIGHTED<=2 @1
INFO: Trying process: c u~ > t t~ WEIGHTED<=2 @1
INFO: Trying process: c c~ > t t~ WEIGHTED<=2 @1
INFO: Process has 1 diagrams
INFO: Trying process: d d~ > t t~ WEIGHTED<=2 @1
INFO: Process has 1 diagrams
INFO: Trying process: d s~ > t t~ WEIGHTED<=2 @1
INFO: Trying process: s d~ > t t~ WEIGHTED<=2 @1
INFO: Trying process: s s~ > t t~ WEIGHTED<=2 @1
INFO: Process has 1 diagrams
INFO: Process u~ u > t t~ added to mirror process u u~ > t t~
INFO: Process c~ c > t t~ added to mirror process c c~ > t t~
INFO: Process d~ d > t t~ added to mirror process d d~ > t t~
INFO: Process s~ s > t t~ added to mirror process s s~ > t t~
5 processes with 7 diagrams generated in 0.045 s
Total: 5

Ni pour la troisième

MG5_aMC>output ttbar_test
INFO: initialize a new directory: ttbar_test
INFO: remove old information in ttbar_test
INFO: Organizing processes into subprocess groups
INFO: Generating Helas calls for process: g g > t t~ WEIGHTED<=2 @1
INFO: Processing color information for process: g g > t t~ @1
INFO: Generating Helas calls for process: u u~ > t t~ WEIGHTED<=2 @1
INFO: Processing color information for process: u u~ > t t~ @1
INFO: Combined process c c~ > t t~ WEIGHTED<=2 @1 with process u u~ > t t~ WEIGHTED<=2 @1
INFO: Combined process d d~ > t t~ WEIGHTED<=2 @1 with process u u~ > t t~ WEIGHTED<=2 @1
INFO: Combined process s s~ > t t~ WEIGHTED<=2 @1 with process u u~ > t t~ WEIGHTED<=2 @1
INFO: Creating files in directory P1_gg_ttx
INFO: Some T-channel width have been set to zero [new since 2.8.0]
 if you want to keep this width please set "zerowidth_tchannel" to False
INFO: Generating Feynman diagrams for Process: g g > t t~ WEIGHTED<=2 @1
INFO: Finding symmetric diagrams for subprocess group gg_ttx
INFO: Creating files in directory P1_qq_ttx
INFO: Generating Feynman diagrams for Process: u u~ > t t~ WEIGHTED<=2 @1
INFO: Finding symmetric diagrams for subprocess group qq_ttx
Generated helas calls for 2 subprocesses (4 diagrams) in 0.038 s
Wrote files for 16 helas calls in 0.145 s
ALOHA: aloha creates FFV1 routines
ALOHA: aloha creates VVV1 set of routines with options: P0
save configuration file to /home/a/ttbar_test/Cards/me5_configuration.txt
INFO: Use Fortran compiler gfortran
INFO: Use c++ compiler g++
INFO: Generate web pages
INFO: Generating MadAnalysis5 default cards tailored to this process
INFO: Cards created in 1.38s
Output to directory /home/a/ttbar_test done.
Type "launch" to generate events from this process, or see
/home/a/ttbar_test/README
Run "open index.html" to see more information about this process.
MG5_aMC>

A mon avis, les réponses 1 ont été automatisées..

Voici le contenu du répertoire généré.

a@DESKTOP-4G8L6HR:~$ ls -ls ttbar_test
total 2700
   4 drwxr-xr-x 2 a a    4096 Nov 28 16:47 Cards
   4 drwxr-xr-x 2 a a    4096 Nov  2 15:27 Events
   4 drwxr-xr-x 2 a a    4096 Nov 28 16:45 HTML
   4 -rw-r--r-- 1 a a       5 Nov 28 16:45 MGMEVersion.txt
   8 -rw-r--r-- 1 a a    6747 Nov  2 15:27 README
   8 -rw-r--r-- 1 a a    5371 Nov  2 15:27 README.systematics
   4 -rw-r--r-- 1 a a       3 Nov 28 16:45 RunWeb
   4 drwxr-xr-x 7 a a    4096 Nov 28 16:45 Source
   4 drwxr-xr-x 4 a a    4096 Nov 28 16:45 SubProcesses
   4 -rw-r--r-- 1 a a       6 Nov  2 15:27 TemplateVersion.txt
   4 drwxr-xr-x 3 a a    4096 Nov 28 16:45 bin
   4 -rw-r--r-- 1 a a    1064 Nov 28 16:45 crossx.html
   4 -rw-r--r-- 1 a a    1918 Nov 28 16:45 index.html
   4 drwxr-xr-x 3 a a    4096 Nov 28 16:45 lib
2636 -rw-r--r-- 1 a a 2698083 Nov 28 16:45 madevent.tar.gz
a@DESKTOP-4G8L6HR:~/ttbar_test$
a@DESKTOP-4G8L6HR:~$

Il me reste à lancer un interface graphique pour aller regarder le contenu de ce qui a été généré

firefox index.html

. naq1.png

NOTA, Je viens de voir que cette application est en lien avec https://home.cern/fr/science/accelerato … n-collider

Dernière modification par geole (Le 28/11/2021, à 18:29)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#35 Le 06/03/2022, à 01:59

Sophie.r

Re : Besoin d'aide pour installer un logiciel avec Ubuntu svp

Je m'excuse de ne pas être revenue vers toi plus rapidement geole.
Je vais bien lire et regarder tester tes conseils et je te tiens informé.

Un énorme merci à toi en tout cas d'avoir pris le temps de te pencher sur mes questions et d'avoir consacré ton temps à m'aider.

Hors ligne