CutTools compiled with a different compiler

Asked by Joonbin Lee

Hi,

I want to generate 'dyellell0j_5f_NLO_FXFX' at aMCatNLO. Therefore, I run the MadGraph and my code is as follows.

-------------------------------------------------------------------------------------------------------------
[joonblee@cms bin]$ ./mg5_aMC

MG5_aMC>set lhapdf ./../../../../cvmfs/cms.cern.ch/slc6_amd64_gcc530/external/lhapdf/6.1.6-giojec/bin/lhapdf-config

set lhapdf to ./../../../../cvmfs/cms.cern.ch/slc6_amd64_gcc530/external/lhapdf/6.1.6-giojec/bin/lhapdf-config
save options --auto
save configuration file to /home/joonblee/MG5_aMC_v2_3_3/input/mg5_configuration.txt

MG5_aMC>set fastjet ./../../fastjet-install/bin/fastjet-config

set fastjet to ./../../fastjet-install/bin/fastjet-config
save options --auto
save configuration file to /home/joonblee/MG5_aMC_v2_3_3/input/mg5_configuration.txt

MG5_aMC>import model loop_sm-no_b_mass

MG5_aMC>define p = p b b~
MG5_aMC>define j = j b b~

MG5_aMC>define ell+ = e+ mu+ ta+
MG5_aMC>define ell- = e- mu- ta-

MG5_aMC>generate p p > ell+ ell- [QCD] @0

MG5_aMC>output dyellell101116

MG5_aMC>launch
-----------------------------------------------------------------------------------------------------------

then, i got the error message like it.

-----------------------------------------------------------------------------------------------------------
Error detected in "launch auto "
write debug file /home/joonblee/MG5_aMC_v2_3_3/bin/dyellell101116/run_01_tag_1_debug.log
If you need help with this issue please contact us on https://answers.launchpad.net/madgraph5
aMCatNLOError : CutTools installation in /home/joonblee/MG5_aMC_v2_3_3/vendor/CutTools/includects/libcts.a seems to have been compiled with a different compiler than the one specified in MG5_aMC. Please recompile CutTools.
-----------------------------------------------------------------------------------------------------------

I append the contents of the log file(run_01_tag_1_debug.log).

-----------------------------------------------------------------------------------------------------------
launch auto
Traceback (most recent call last):
  File "/home/joonblee/MG5_aMC_v2_3_3/madgraph/interface/extended_cmd.py", line 908, in onecmd
    return self.onecmd_orig(line, **opt)
  File "/home/joonblee/MG5_aMC_v2_3_3/madgraph/interface/extended_cmd.py", line 897, in onecmd_orig
    return func(arg, **opt)
  File "/home/joonblee/MG5_aMC_v2_3_3/madgraph/interface/amcatnlo_run_interface.py", line 1209, in do_launch
    self.compile(mode, options)
  File "/home/joonblee/MG5_aMC_v2_3_3/madgraph/interface/amcatnlo_run_interface.py", line 4109, in compile
    " the one specified in MG5_aMC. Please recompile CutTools.")
aMCatNLOError: CutTools installation in /home/joonblee/MG5_aMC_v2_3_3/vendor/CutTools/includects/libcts.a seems to have been compiled with a different compiler than the one specified in MG5_aMC. Please recompile CutTools.
Value of current Options:
              text_editor : None
      notification_center : True
                    pjfry : None
       cluster_local_path : /cvmfs/cp3.uclouvain.be/madgraph/
       group_subprocesses : Auto
ignore_six_quark_processes : False
    loop_optimized_output : True
    cluster_status_update : (600, 30)
             pythia8_path : None
                hwpp_path : None
                    golem : None
          pythia-pgs_path : None
                  td_path : None
             delphes_path : None
              thepeg_path : None
             cluster_type : condor
      exrootanalysis_path : None
                      OLP : MadLoop
                 applgrid : applgrid-config
               eps_viewer : None
                  fastjet : ./../../fastjet-install/bin/fastjet-config
                 run_mode : 2
              web_browser : None
   automatic_html_opening : False
        cluster_temp_path : None
             cluster_size : 100
            cluster_queue : None
             syscalc_path : None
         madanalysis_path : None
                   lhapdf : ./../../../../cvmfs/cms.cern.ch/slc6_amd64_gcc530/external/lhapdf/6.1.6-giojec/bin/lhapdf-config
             stdout_level : 20
            f2py_compiler : None
               hepmc_path : None
                  amcfast : amcfast-config
       cluster_retry_wait : 300
      output_dependencies : external
         fortran_compiler : None
                  nb_core : 4
         loop_color_flows : False
              auto_update : 7
         cluster_nb_retry : 1
                 mg5_path : /home/joonblee/MG5_aMC_v2_3_3
                  timeout : 60
                    gauge : unitary
      complex_mass_scheme : False
             cpp_compiler : None
   max_npoint_for_channel : 0
----------------------------------------------------------------------------------------------------------

I use 'MG5_aMC_v2_3_3' and 'CMSSW_8_0_5_patch1'.

Please help me!!

Thank you.

Best regards,
joonblee

Question information

Language:
English Edit question
Status:
Solved
For:
MadGraph5_aMC@NLO Edit question
Assignee:
marco zaro Edit question
Solved by:
Joonbin Lee
Solved:
Last query:
Last reply:
Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#1

I would advise to do the following
cd vendor/CutTools/
make clean
cd ../IREGI/src/
make clean

then when you will restart the code, those library will be recompiled with your current compiler.

Cheers,

Olivier
> On Nov 10, 2016, at 06:38, Joonbin Lee <email address hidden> wrote:
>
> New question #403940 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/403940
>
> Hi,
>
> I want to generate 'dyellell0j_5f_NLO_FXFX' at aMCatNLO. Therefore, I run the MadGraph and my code is as follows.
>
>
> -------------------------------------------------------------------------------------------------------------
> [joonblee@cms bin]$ ./mg5_aMC
>
> MG5_aMC>set lhapdf ./../../../../cvmfs/cms.cern.ch/slc6_amd64_gcc530/external/lhapdf/6.1.6-giojec/bin/lhapdf-config
>
> set lhapdf to ./../../../../cvmfs/cms.cern.ch/slc6_amd64_gcc530/external/lhapdf/6.1.6-giojec/bin/lhapdf-config
> save options --auto
> save configuration file to /home/joonblee/MG5_aMC_v2_3_3/input/mg5_configuration.txt
>
> MG5_aMC>set fastjet ./../../fastjet-install/bin/fastjet-config
>
> set fastjet to ./../../fastjet-install/bin/fastjet-config
> save options --auto
> save configuration file to /home/joonblee/MG5_aMC_v2_3_3/input/mg5_configuration.txt
>
> MG5_aMC>import model loop_sm-no_b_mass
>
> MG5_aMC>define p = p b b~
> MG5_aMC>define j = j b b~
>
> MG5_aMC>define ell+ = e+ mu+ ta+
> MG5_aMC>define ell- = e- mu- ta-
>
> MG5_aMC>generate p p > ell+ ell- [QCD] @0
>
> MG5_aMC>output dyellell101116
>
> MG5_aMC>launch
> -----------------------------------------------------------------------------------------------------------
>
>
> then, i got the error message like it.
>
>
> -----------------------------------------------------------------------------------------------------------
> Error detected in "launch auto "
> write debug file /home/joonblee/MG5_aMC_v2_3_3/bin/dyellell101116/run_01_tag_1_debug.log
> If you need help with this issue please contact us on https://answers.launchpad.net/madgraph5
> aMCatNLOError : CutTools installation in /home/joonblee/MG5_aMC_v2_3_3/vendor/CutTools/includects/libcts.a seems to have been compiled with a different compiler than the one specified in MG5_aMC. Please recompile CutTools.
> -----------------------------------------------------------------------------------------------------------
>
>
> I append the contents of the log file(run_01_tag_1_debug.log).
>
>
> -----------------------------------------------------------------------------------------------------------
> launch auto
> Traceback (most recent call last):
> File "/home/joonblee/MG5_aMC_v2_3_3/madgraph/interface/extended_cmd.py", line 908, in onecmd
> return self.onecmd_orig(line, **opt)
> File "/home/joonblee/MG5_aMC_v2_3_3/madgraph/interface/extended_cmd.py", line 897, in onecmd_orig
> return func(arg, **opt)
> File "/home/joonblee/MG5_aMC_v2_3_3/madgraph/interface/amcatnlo_run_interface.py", line 1209, in do_launch
> self.compile(mode, options)
> File "/home/joonblee/MG5_aMC_v2_3_3/madgraph/interface/amcatnlo_run_interface.py", line 4109, in compile
> " the one specified in MG5_aMC. Please recompile CutTools.")
> aMCatNLOError: CutTools installation in /home/joonblee/MG5_aMC_v2_3_3/vendor/CutTools/includects/libcts.a seems to have been compiled with a different compiler than the one specified in MG5_aMC. Please recompile CutTools.
> Value of current Options:
> text_editor : None
> notification_center : True
> pjfry : None
> cluster_local_path : /cvmfs/cp3.uclouvain.be/madgraph/
> group_subprocesses : Auto
> ignore_six_quark_processes : False
> loop_optimized_output : True
> cluster_status_update : (600, 30)
> pythia8_path : None
> hwpp_path : None
> golem : None
> pythia-pgs_path : None
> td_path : None
> delphes_path : None
> thepeg_path : None
> cluster_type : condor
> exrootanalysis_path : None
> OLP : MadLoop
> applgrid : applgrid-config
> eps_viewer : None
> fastjet : ./../../fastjet-install/bin/fastjet-config
> run_mode : 2
> web_browser : None
> automatic_html_opening : False
> cluster_temp_path : None
> cluster_size : 100
> cluster_queue : None
> syscalc_path : None
> madanalysis_path : None
> lhapdf : ./../../../../cvmfs/cms.cern.ch/slc6_amd64_gcc530/external/lhapdf/6.1.6-giojec/bin/lhapdf-config
> stdout_level : 20
> f2py_compiler : None
> hepmc_path : None
> amcfast : amcfast-config
> cluster_retry_wait : 300
> output_dependencies : external
> fortran_compiler : None
> nb_core : 4
> loop_color_flows : False
> auto_update : 7
> cluster_nb_retry : 1
> mg5_path : /home/joonblee/MG5_aMC_v2_3_3
> timeout : 60
> gauge : unitary
> complex_mass_scheme : False
> cpp_compiler : None
> max_npoint_for_channel : 0
> ----------------------------------------------------------------------------------------------------------
>
>
> I use 'MG5_aMC_v2_3_3' and 'CMSSW_8_0_5_patch1'.
>
> Please help me!!
>
> Thank you.
>
> Best regards,
> joonblee
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Joonbin Lee (joonblee) said :
#2

Hi, Olivier.

Thanks for your reply. However, I re-get the error message like this.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
INFO: Checking test output:
INFO: P0_uux_epem
INFO: Result for test_ME:
Command "launch auto " interrupted with error:
IOError : [Errno 2] No such file or directory: '/home/joonblee/MG5_aMC_v2_3_3/bin/dyellell_12NOV16/SubProcesses/P0_uux_epem/test_ME.log'
Please report this bug on https://bugs.launchpad.net/madgraph5
More information is found in '/home/joonblee/MG5_aMC_v2_3_3/bin/dyellell_12NOV16/run_01_tag_1_debug.log'.
Please attach this file to your report.
INFO:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

What is the 'test_ME.log' file? I attatch the log file.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#************************************************************
#* MadGraph5_aMC@NLO *
#* *
#* * * *
#* * * * * *
#* * * * * 5 * * * * *
#* * * * * *
#* * * *
#* *
#* *
#* VERSION 2.3.3 2015-10-25 *
#* *
#* The MadGraph5_aMC@NLO Development Team - Find us at *
#* https://server06.fynu.ucl.ac.be/projects/madgraph *
#* and *
#* http://amcatnlo.cern.ch *
#* *
#************************************************************
#* *
#* Command File for aMCatNLO *
#* *
#* run as ./bin/aMCatNLO.py filename *
#* *
#************************************************************
launch auto
Traceback (most recent call last):
  File "/home/joonblee/MG5_aMC_v2_3_3/madgraph/interface/extended_cmd.py", line 908, in onecmd
    return self.onecmd_orig(line, **opt)
  File "/home/joonblee/MG5_aMC_v2_3_3/madgraph/interface/extended_cmd.py", line 897, in onecmd_orig
    return func(arg, **opt)
  File "/home/joonblee/MG5_aMC_v2_3_3/madgraph/interface/amcatnlo_run_interface.py", line 1209, in do_launch
    self.compile(mode, options)
  File "/home/joonblee/MG5_aMC_v2_3_3/madgraph/interface/amcatnlo_run_interface.py", line 4191, in compile
    self.check_tests(test, this_dir)
  File "/home/joonblee/MG5_aMC_v2_3_3/madgraph/interface/amcatnlo_run_interface.py", line 4202, in check_tests
    return self.parse_test_mx_log(pjoin(dir, '%s.log' % test))
  File "/home/joonblee/MG5_aMC_v2_3_3/madgraph/interface/amcatnlo_run_interface.py", line 4209, in parse_test_mx_log
    content = open(log).read()
IOError: [Errno 2] No such file or directory: '/home/joonblee/MG5_aMC_v2_3_3/bin/dyellell_12NOV16/SubProcesses/P0_uux_epem/test_ME.log'
Value of current Options:
              text_editor : None
      notification_center : True
                    pjfry : None
       cluster_local_path : /cvmfs/cp3.uclouvain.be/madgraph/
       group_subprocesses : Auto
ignore_six_quark_processes : False
    loop_optimized_output : True
    cluster_status_update : (600, 30)
             pythia8_path : None
                hwpp_path : None
                    golem : None
          pythia-pgs_path : None
                  td_path : None
             delphes_path : None
              thepeg_path : None
             cluster_type : condor
      exrootanalysis_path : None
                      OLP : MadLoop
                 applgrid : applgrid-config
               eps_viewer : None
                  fastjet : ./../../fastjet-install/bin/fastjet-config
                 run_mode : 2
              web_browser : None
   automatic_html_opening : False
        cluster_temp_path : None
             cluster_size : 100
            cluster_queue : None
             syscalc_path : None
         madanalysis_path : None
                   lhapdf : ./../../../../cvmfs/cms.cern.ch/slc6_amd64_gcc530/external/lhapdf/6.1.6-giojec/bin/lhapdf-config
             stdout_level : 20
            f2py_compiler : None
               hepmc_path : None
                  amcfast : amcfast-config
       cluster_retry_wait : 300
      output_dependencies : external
         fortran_compiler : None
                  nb_core : 24
         loop_color_flows : False
              auto_update : 7
         cluster_nb_retry : 1
                 mg5_path : /home/joonblee/MG5_aMC_v2_3_3
                  timeout : 60
                    gauge : unitary
      complex_mass_scheme : False
             cpp_compiler : None
   max_npoint_for_channel : 0
#************************************************************
#* MadGraph5_aMC@NLO *
#* *
#* * * *
#* * * * * *
#* * * * * 5 * * * * *
#* * * * * *
#* * * *
#* *
#* *
#* VERSION 2.3.3 2015-10-25 *
#* *
#* The MadGraph5_aMC@NLO Development Team - Find us at *
#* https://server06.fynu.ucl.ac.be/projects/madgraph *
#* *
#************************************************************
#* *
#* Command File for MadGraph5_aMC@NLO *
#* *
#* run as ./bin/mg5_aMC filename *
#* *
#************************************************************
set group_subprocesses Auto
set ignore_six_quark_processes False
set loop_optimized_output True
set loop_color_flows False
set gauge unitary
set complex_mass_scheme False
set max_npoint_for_channel 0
import model sm
define p = g u c d s u~ c~ d~ s~
define j = g u c d s u~ c~ d~ s~
define l+ = e+ mu+
define l- = e- mu-
define vl = ve vm vt
define vl~ = ve~ vm~ vt~
set lhapdf ./../../../../cvmfs/cms.cern.ch/slc6_amd64_gcc530/external/\
lhapdf/6.1.6-giojec/bin/lhapdf-config
set fastjet ./../../fastjet-install/bin/fastjet-config
import model loop_sm-no_b_mass
define p = p b b~
define j = j b b~
define ell+ = e+ mu+ ta+
define ell- = e- mu- ta-
generate p p > ell+ ell- [QCD] @0
output dyellell_12NOV16
######################################################################
## PARAM_CARD AUTOMATICALY GENERATED BY MG5 FOLLOWING UFO MODEL ####
######################################################################
## ##
## Width set on Auto will be computed following the information ##
## present in the decay.py files of the model. ##
## See arXiv:1402.1178 for more details. ##
## ##
######################################################################

###################################
## INFORMATION FOR LOOP
###################################
Block loop
    1 9.118800e+01 # MU_R

###################################
## INFORMATION FOR MASS
###################################
Block mass
    6 1.730000e+02 # MT
   15 1.777000e+00 # MTA
   23 9.118800e+01 # MZ
   25 1.250000e+02 # MH
## Dependent parameters, given by model restrictions.
## Those values should be edited following the
## analytical expression. MG5 ignores those values
## but they are important for interfacing the output of MG5
## to external program such as Pythia.
  1 0.000000 # d : 0.0
  2 0.000000 # u : 0.0
  3 0.000000 # s : 0.0
  4 0.000000 # c : 0.0
  5 0.000000 # b : 0.0
  11 0.000000 # e- : 0.0
  12 0.000000 # ve : 0.0
  13 0.000000 # mu- : 0.0
  14 0.000000 # vm : 0.0
  16 0.000000 # vt : 0.0
  21 0.000000 # g : 0.0
  22 0.000000 # a : 0.0
  24 80.419002 # w+ : cmath.sqrt(MZ__exp__2/2. + cmath.sqrt(MZ__exp__4/4. - (aEW*cmath.pi*MZ__exp__2)/(Gf*sqrt__2)))

###################################
## INFORMATION FOR SMINPUTS
###################################
Block sminputs
    1 1.325070e+02 # aEWM1
    2 1.166390e-05 # Gf
    3 1.180000e-01 # aS

###################################
## INFORMATION FOR YUKAWA
###################################
Block yukawa
    6 1.730000e+02 # ymt
   15 1.777000e+00 # ymtau

###################################
## INFORMATION FOR DECAY
###################################
DECAY 6 1.491500e+00 # WT
DECAY 23 2.441404e+00 # WZ
DECAY 24 2.047600e+00 # WW
DECAY 25 6.382339e-03 # WH
## Dependent parameters, given by model restrictions.
## Those values should be edited following the
## analytical expression. MG5 ignores those values
## but they are important for interfacing the output of MG5
## to external program such as Pythia.
DECAY 1 0.000000 # d : 0.0
DECAY 2 0.000000 # u : 0.0
DECAY 3 0.000000 # s : 0.0
DECAY 4 0.000000 # c : 0.0
DECAY 5 0.000000 # b : 0.0
DECAY 11 0.000000 # e- : 0.0
DECAY 12 0.000000 # ve : 0.0
DECAY 13 0.000000 # mu- : 0.0
DECAY 14 0.000000 # vm : 0.0
DECAY 15 0.000000 # ta- : 0.0
DECAY 16 0.000000 # vt : 0.0
DECAY 21 0.000000 # g : 0.0
DECAY 22 0.000000 # a : 0.0
dGraph5_aMC@NLO *
# *
# run_card.dat aMC@NLO *
# *
# This file is used to set the parameters of the run. *
# *
# Some notation/conventions: *
# *
# Lines starting with a hash (#) are info or comments *
# *
# mind the format: value = variable ! comment *
#***********************************************************************
#
#*******************
# Running parameters
#*******************
#
#***********************************************************************
# Tag name for the run (one word) *
#***********************************************************************
  tag_1 = run_tag ! name of the run
#***********************************************************************
# Number of events (and their normalization) and the required *
# (relative) accuracy on the Xsec. *
# These values are ignored for fixed order runs *
#***********************************************************************
  1500 = nevents ! Number of unweighted events requested
 0.001 = req_acc ! Required accuracy (-1=auto determined from nevents)
    20 = nevt_job! Max number of events per job in event generation.
                 ! (-1= no split).
average = event_norm ! Normalize events to sum or average to the X sect.
#***********************************************************************
# Number of points per itegration channel (ignored for aMC@NLO runs) *
#***********************************************************************
 0.01 = req_acc_FO ! Required accuracy (-1=ignored, and use the
                           ! number of points and iter. below)
# These numbers are ignored except if req_acc_FO is equal to -1
 5000 = npoints_FO_grid ! number of points to setup grids
 4 = niters_FO_grid ! number of iter. to setup grids
 10000 = npoints_FO ! number of points to compute Xsec
 6 = niters_FO ! number of iter. to compute Xsec
#***********************************************************************
# Random number seed *
#***********************************************************************
     0 = iseed ! rnd seed (0=assigned automatically=default))
#***********************************************************************
# Collider type and energy *
#***********************************************************************
    1 = lpp1 ! beam 1 type (0 = no PDF)
    1 = lpp2 ! beam 2 type (0 = no PDF)
 6500 = ebeam1 ! beam 1 energy in GeV
 6500 = ebeam2 ! beam 2 energy in GeV
#***********************************************************************
# PDF choice: this automatically fixes also alpha_s(MZ) and its evol. *
#***********************************************************************
 lhapdf = pdlabel ! PDF set
 292200 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
#***********************************************************************
# Include the NLO Monte Carlo subtr. terms for the following parton *
# shower (HERWIG6 | HERWIGPP | PYTHIA6Q | PYTHIA6PT | PYTHIA8) *
# WARNING: PYTHIA6PT works only for processes without FSR!!!! *
#***********************************************************************
  PYTHIA8 = parton_shower
#***********************************************************************
# Renormalization and factorization scales *
# (Default functional form for the non-fixed scales is the sum of *
# the transverse masses of all final state particles and partons. This *
# can be changed in SubProcesses/set_scales.f) *
#***********************************************************************
 F = fixed_ren_scale ! if .true. use fixed ren scale
 F = fixed_fac_scale ! if .true. use fixed fac scale
 91.188 = muR_ref_fixed ! fixed ren reference scale
 91.188 = muF1_ref_fixed ! fixed fact reference scale for pdf1
 91.188 = muF2_ref_fixed ! fixed fact reference scale for pdf2
#***********************************************************************
# Renormalization and factorization scales (advanced and NLO options) *
#***********************************************************************
 F = fixed_QES_scale ! if .true. use fixed Ellis-Sexton scale
 91.188 = QES_ref_fixed ! fixed Ellis-Sexton reference scale
 1 = muR_over_ref ! ratio of current muR over reference muR
 1 = muF1_over_ref ! ratio of current muF1 over reference muF1
 1 = muF2_over_ref ! ratio of current muF2 over reference muF2
 1 = QES_over_ref ! ratio of current QES over reference QES
#***********************************************************************
# Reweight flags to get scale dependence and PDF uncertainty *
# For scale dependence: factor rw_scale_up/down around central scale *
# For PDF uncertainty: use LHAPDF with supported set *
#***********************************************************************
 .true. = reweight_scale ! reweight to get scale dependence
  0.5 = rw_Rscale_down ! lower bound for ren scale variations
  2.0 = rw_Rscale_up ! upper bound for ren scale variations
  0.5 = rw_Fscale_down ! lower bound for fact scale variations
  2.0 = rw_Fscale_up ! upper bound for fact scale variations
 .true. = reweight_PDF ! reweight to get PDF uncertainty
 292201 = PDF_set_min ! First of the error PDF sets
 292302 = PDF_set_max ! Last of the error PDF sets
#***********************************************************************
# Merging - WARNING! Applies merging only at the hard-event level. *
# After showering an MLM-type merging should be applied as well. *
# See http://amcatnlo.cern.ch/FxFx_merging.htm for more details. *
#***********************************************************************
 3 = ickkw ! 0 no merging, 3 FxFx merging
#***********************************************************************
#
#***********************************************************************
# BW cutoff (M+/-bwcutoff*Gamma) *
#***********************************************************************
 15 = bwcutoff
#***********************************************************************
# Cuts on the jets *
# Jet clustering is performed by FastJet.
# When matching to a parton shower, these generation cuts should be *
# considerably softer than the analysis cuts. *
# (more specific cuts can be specified in SubProcesses/cuts.f) *
#***********************************************************************
   1 = jetalgo ! FastJet jet algorithm (1=kT, 0=C/A, -1=anti-kT)
 1.0 = jetradius ! The radius parameter for the jet algorithm
  10 = ptj ! Min jet transverse momentum
  -1 = etaj ! Max jet abs(pseudo-rap) (a value .lt.0 means no cut)
#***********************************************************************
# Cuts on the charged leptons (e+, e-, mu+, mu-, tau+ and tau-) *
# (more specific gen cuts can be specified in SubProcesses/cuts.f) *
#***********************************************************************
   0 = ptl ! Min lepton transverse momentum
  -1 = etal ! Max lepton abs(pseudo-rap) (a value .lt.0 means no cut)
   0 = drll ! Min distance between opposite sign lepton pairs
   0 = drll_sf ! Min distance between opp. sign same-flavor lepton pairs
   0 = mll ! Min inv. mass of all opposite sign lepton pairs
  50 = mll_sf ! Min inv. mass of all opp. sign same-flavor lepton pairs
#***********************************************************************
# Photon-isolation cuts, according to hep-ph/9801442 *
# When ptgmin=0, all the other parameters are ignored *
#***********************************************************************
  20 = ptgmin ! Min photon transverse momentum
  -1 = etagamma ! Max photon abs(pseudo-rap)
 0.4 = R0gamma ! Radius of isolation code
 1.0 = xn ! n parameter of eq.(3.4) in hep-ph/9801442
 1.0 = epsgamma ! epsilon_gamma parameter of eq.(3.4) in hep-ph/9801442
 .true. = isoEM ! isolate photons from EM energy (photons and leptons)
#***********************************************************************
# Maximal PDG code for quark to be considered a jet when applying cuts.*
# At least all massless quarks of the model should be included here. *
#***********************************************************************
 5 = maxjetflavor
#***********************************************************************

Please help me. Thank you.

Regards,
joonblee

Revision history for this message
marco zaro (marco-zaro) said :
#3

Dear Joonblee,
what version of the fortran compiler are you using?

Revision history for this message
marco zaro (marco-zaro) said :
#4

Sorry, I pressed the button too early....
Can you also check, in any of the P0* directories, if test_ME exists. If it does not, can you try to compile it with make test_ME?
Thanks,

Marco

Revision history for this message
Joonbin Lee (joonblee) said :
#5

Hi, macro zaro.

Thanks for your reply.

I use GNU Fortran (GCC) 5.3.0. (In fact, I use 'CMSSW_8_0_3_patch1', and this CMSSW includes that gfortran version.)

I tried to compile test_ME, but i got the error message like this.

------------------------------------------------------------------------------------------------------------------
g++ -O -c -I. fastjetfortran_madfks_core.cc
g++ -O -c -I. fjcore.cc
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. fastjet_wrapper.f
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. fks_singular.f
fks_singular.f:5653.3:

 12 continue
   1
fks_singular.f:5668.132:

                                                                              2
Warning: Legacy Extension: Label at (1) is not in the same block as the GOTO statement at (2)
fks_singular.f:3778:23:

       common/ccheckcnt/i_momcmp_count,xratmax
                       1
Warning: Padding of 4 bytes required before 'xratmax' in COMMON 'ccheckcnt' at (1); reorder elements or use -fno-align-commons
fks_singular.f:2525:20:

       common/cemsca/emsca,emsca_bare,emscasharp,scalemin,scalemax
                    1
Warning: Padding of 4 bytes required before 'scalemin' in COMMON 'cemsca' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
fks_singular.f:481:27:

       common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales,
                           1
Warning: Padding of 4 bytes required before 'fxfx_fac_scale' in COMMON 'c_fxfx_scales' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
fks_singular.f:3689:23:

       common/ccheckcnt/i_momcmp_count,xratmax
                       1
Warning: Padding of 4 bytes required before 'xratmax' in COMMON 'ccheckcnt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. veto_xsec.f
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. montecarlocounter.f
montecarlocounter.f:406:20:

       common/cemsca/emsca,emsca_bare,emscasharp,scalemin,scalemax
                    1
Warning: Padding of 4 bytes required before 'scalemin' in COMMON 'cemsca' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
montecarlocounter.f:2503:20:

       common/cemsca/emsca,emsca_bare,emscasharp,scalemin,scalemax
                    1
Warning: Padding of 4 bytes required before 'scalemin' in COMMON 'cemsca' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. reweight_xsec.f
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. boostwdir2.f
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. configs_and_props_inc_chooser.f
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. initcluster.f
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. cluster.f
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. reweight.f
reweight.f:627.4:

 999 write(*,*) 'error'
    1
reweight.f:908.132:

us='unknown',err=999)
                                                                              2
Warning: Legacy Extension: Label at (1) is not in the same block as the GOTO statement at (2)
reweight.f:597:27:

       common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
                           1
Warning: Padding of 4 bytes required before 'fxfx_fac_scale' in COMMON 'c_fxfx_scales' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
reweight.f:586:21:

       COMMON/TO_SYST/use_syst,n_qcd,n_alpsem,n_pdfrw,i_pdgpdf,
                     1
Warning: Padding of 4 bytes required before 's_scale' in COMMON 'to_syst' at (1); reorder elements or use -fno-align-commons
reweight.f:1247:27:

       common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
                           1
Warning: Named COMMON block 'c_fxfx_scales' at (1) shall be of the same size as elsewhere (56 vs 72 bytes)
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
reweight.f:1237:21:

       COMMON/TO_SYST/use_syst,n_qcd,n_alpsem,n_pdfrw,i_pdgpdf,
                     1
Warning: Padding of 4 bytes required before 's_scale' in COMMON 'to_syst' at (1); reorder elements or use -fno-align-commons
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. get_color.f
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. FKSParamReader.f
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. iproc_map.f
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. MC_integer.f
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. reweight_xsec_events_pdf_dummy.f
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. appl_interface_dummy.f
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. BinothLHADummy.f
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. cuts.f
cuts.f:525:19:

    10 CALL SORTTI (A,INDEX,N)
                   1
Warning: Type mismatch in argument 'a' at (1); passed REAL(4) to INTEGER(4)
cuts.f:528:18:

    20 CALL SORTTC(A,INDEX,N)
                  1
Warning: Type mismatch in argument 'a' at (1); passed REAL(4) to INTEGER(4)
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. pythia_unlops.f
run.inc:79:21:

       common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
                     1
Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
g++ -O -c -I. recluster.cc
gfortran -o test_ME symmetry_fks_test_ME.o parton_lum_3.o parton_lum_chooser.o parton_lum_1.o parton_lum_2.o matrix_2.o matrix_3.o matrix_1.o real_me_chooser.o fks_inc_chooser.o leshouche_inc_chooser.o genps_fks.o setcuts.o setscales.o born.o sborn_sf.o b_sf_001.o fks_Sij.o trapfpe.o fastjetfortran_madfks_core.o fjcore.o fastjet_wrapper.o fks_singular.o veto_xsec.o montecarlocounter.o reweight_xsec.o boostwdir2.o configs_and_props_inc_chooser.o initcluster.o cluster.o reweight.o get_color.o FKSParamReader.o iproc_map.o MC_integer.o reweight_xsec_events_pdf_dummy.o appl_interface_dummy.o BinothLHADummy.o cuts.o pythia_unlops.o recluster.o -L../../lib/ -ldhelas -lgeneric -lmodel -lpdf -lcernlib -lstdc++
../../lib//libgeneric.a(alfas_functions_lhapdf.o): In function `alphas_':
alfas_functions_lhapdf.f:(.text+0x20): undefined reference to `alphaspdf_'
../../lib//libpdf.a(pdfwrap_lhapdf.o): In function `pdfwrap_':
pdfwrap_lhapdf.f:(.text+0x675): undefined reference to `setpdfpath_'
pdfwrap_lhapdf.f:(.text+0x6dd): undefined reference to `getorderas_'
pdfwrap_lhapdf.f:(.text+0x6f3): undefined reference to `alphaspdf_'
../../lib//libpdf.a(pdg2pdf_lhapdf.o): In function `pdg2pdf_':
pdg2pdf_lhapdf.f:(.text+0x2ee): undefined reference to `getnset_'
pdg2pdf_lhapdf.f:(.text+0x409): undefined reference to `getnmem_'
../../lib//libpdf.a(pdf_lhapdf.o): In function `pftopdglha_':
pdf_lhapdf.f:(.text+0x35): undefined reference to `has_photon_'
pdf_lhapdf.f:(.text+0x53): undefined reference to `evolvepdfphoton_'
pdf_lhapdf.f:(.text+0x84): undefined reference to `evolvepdf_'
collect2: error: ld returned 1 exit status
makefile:104: recipe for target 'test_ME' failed
make: *** [test_ME] Error 1
--------------------------------------------------------------------------------------------------------

Revision history for this message
marco zaro (marco-zaro) said :
#6

ok, can you please try to do
export lahpdf=true
make test_ME?
In any case, I would suggest you to try to download the latest version of MG5_aMC and see if the problem with CutTools is still there… 2.3.3 is rather old…
Let us know,
Best,
M

On 11 Nov 2016, at 17:33, Joonbin Lee <email address hidden> wrote:

> Question #403940 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/403940
>
> Status: Needs information => Open
>
> Joonbin Lee gave more information on the question:
> Hi, macro zaro.
>
> Thanks for your reply.
>
> I use GNU Fortran (GCC) 5.3.0. (In fact, I use 'CMSSW_8_0_3_patch1', and
> this CMSSW includes that gfortran version.)
>
> I tried to compile test_ME, but i got the error message like this.
>
> ------------------------------------------------------------------------------------------------------------------
> g++ -O -c -I. fastjetfortran_madfks_core.cc
> g++ -O -c -I. fjcore.cc
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. fastjet_wrapper.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. fks_singular.f
> fks_singular.f:5653.3:
>
> 12 continue
> 1
> fks_singular.f:5668.132:
>
>
> 2
> Warning: Legacy Extension: Label at (1) is not in the same block as the GOTO statement at (2)
> fks_singular.f:3778:23:
>
> common/ccheckcnt/i_momcmp_count,xratmax
> 1
> Warning: Padding of 4 bytes required before 'xratmax' in COMMON 'ccheckcnt' at (1); reorder elements or use -fno-align-commons
> fks_singular.f:2525:20:
>
> common/cemsca/emsca,emsca_bare,emscasharp,scalemin,scalemax
> 1
> Warning: Padding of 4 bytes required before 'scalemin' in COMMON 'cemsca' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> fks_singular.f:481:27:
>
> common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales,
> 1
> Warning: Padding of 4 bytes required before 'fxfx_fac_scale' in COMMON 'c_fxfx_scales' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> fks_singular.f:3689:23:
>
> common/ccheckcnt/i_momcmp_count,xratmax
> 1
> Warning: Padding of 4 bytes required before 'xratmax' in COMMON 'ccheckcnt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. veto_xsec.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. montecarlocounter.f
> montecarlocounter.f:406:20:
>
> common/cemsca/emsca,emsca_bare,emscasharp,scalemin,scalemax
> 1
> Warning: Padding of 4 bytes required before 'scalemin' in COMMON 'cemsca' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> montecarlocounter.f:2503:20:
>
> common/cemsca/emsca,emsca_bare,emscasharp,scalemin,scalemax
> 1
> Warning: Padding of 4 bytes required before 'scalemin' in COMMON 'cemsca' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. reweight_xsec.f
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. boostwdir2.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. configs_and_props_inc_chooser.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. initcluster.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. cluster.f
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. reweight.f
> reweight.f:627.4:
>
> 999 write(*,*) 'error'
> 1
> reweight.f:908.132:
>
> us='unknown',err=999)
> 2
> Warning: Legacy Extension: Label at (1) is not in the same block as the GOTO statement at (2)
> reweight.f:597:27:
>
> common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
> 1
> Warning: Padding of 4 bytes required before 'fxfx_fac_scale' in COMMON 'c_fxfx_scales' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> reweight.f:586:21:
>
> COMMON/TO_SYST/use_syst,n_qcd,n_alpsem,n_pdfrw,i_pdgpdf,
> 1
> Warning: Padding of 4 bytes required before 's_scale' in COMMON 'to_syst' at (1); reorder elements or use -fno-align-commons
> reweight.f:1247:27:
>
> common/c_FxFx_scales/FxFx_ren_scales,nFxFx_ren_scales
> 1
> Warning: Named COMMON block 'c_fxfx_scales' at (1) shall be of the same size as elsewhere (56 vs 72 bytes)
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> reweight.f:1237:21:
>
> COMMON/TO_SYST/use_syst,n_qcd,n_alpsem,n_pdfrw,i_pdgpdf,
> 1
> Warning: Padding of 4 bytes required before 's_scale' in COMMON 'to_syst' at (1); reorder elements or use -fno-align-commons
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. get_color.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. FKSParamReader.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. iproc_map.f
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. MC_integer.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. reweight_xsec_events_pdf_dummy.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. appl_interface_dummy.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. BinothLHADummy.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. cuts.f
> cuts.f:525:19:
>
> 10 CALL SORTTI (A,INDEX,N)
> 1
> Warning: Type mismatch in argument 'a' at (1); passed REAL(4) to INTEGER(4)
> cuts.f:528:18:
>
> 20 CALL SORTTC(A,INDEX,N)
> 1
> Warning: Type mismatch in argument 'a' at (1); passed REAL(4) to INTEGER(4)
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. pythia_unlops.f
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> g++ -O -c -I. recluster.cc
> gfortran -o test_ME symmetry_fks_test_ME.o parton_lum_3.o parton_lum_chooser.o parton_lum_1.o parton_lum_2.o matrix_2.o matrix_3.o matrix_1.o real_me_chooser.o fks_inc_chooser.o leshouche_inc_chooser.o genps_fks.o setcuts.o setscales.o born.o sborn_sf.o b_sf_001.o fks_Sij.o trapfpe.o fastjetfortran_madfks_core.o fjcore.o fastjet_wrapper.o fks_singular.o veto_xsec.o montecarlocounter.o reweight_xsec.o boostwdir2.o configs_and_props_inc_chooser.o initcluster.o cluster.o reweight.o get_color.o FKSParamReader.o iproc_map.o MC_integer.o reweight_xsec_events_pdf_dummy.o appl_interface_dummy.o BinothLHADummy.o cuts.o pythia_unlops.o recluster.o -L../../lib/ -ldhelas -lgeneric -lmodel -lpdf -lcernlib -lstdc++
> ../../lib//libgeneric.a(alfas_functions_lhapdf.o): In function `alphas_':
> alfas_functions_lhapdf.f:(.text+0x20): undefined reference to `alphaspdf_'
> ../../lib//libpdf.a(pdfwrap_lhapdf.o): In function `pdfwrap_':
> pdfwrap_lhapdf.f:(.text+0x675): undefined reference to `setpdfpath_'
> pdfwrap_lhapdf.f:(.text+0x6dd): undefined reference to `getorderas_'
> pdfwrap_lhapdf.f:(.text+0x6f3): undefined reference to `alphaspdf_'
> ../../lib//libpdf.a(pdg2pdf_lhapdf.o): In function `pdg2pdf_':
> pdg2pdf_lhapdf.f:(.text+0x2ee): undefined reference to `getnset_'
> pdg2pdf_lhapdf.f:(.text+0x409): undefined reference to `getnmem_'
> ../../lib//libpdf.a(pdf_lhapdf.o): In function `pftopdglha_':
> pdf_lhapdf.f:(.text+0x35): undefined reference to `has_photon_'
> pdf_lhapdf.f:(.text+0x53): undefined reference to `evolvepdfphoton_'
> pdf_lhapdf.f:(.text+0x84): undefined reference to `evolvepdf_'
> collect2: error: ld returned 1 exit status
> makefile:104: recipe for target 'test_ME' failed
> make: *** [test_ME] Error 1
> --------------------------------------------------------------------------------------------------------
>
> --
> You received this question notification because you are subscribed to
> the question.

Revision history for this message
Joonbin Lee (joonblee) said :
#7

I try that and I get the message like this.

------------------------------------------------------------------------------------------------
[joonblee@*** P0_uux_epem]$ make test_ME
gfortran -o test_ME symmetry_fks_test_ME.o parton_lum_3.o parton_lum_chooser.o parton_lum_1.o parton_lum_2.o matrix_2.o matrix_1.o matrix_3.o real_me_chooser.o fks_inc_chooser.o leshouche_inc_chooser.o genps_fks.o setcuts.o setscales.o born.o sborn_sf.o b_sf_001.o fks_Sij.o trapfpe.o fastjetfortran_madfks_core.o fjcore.o fastjet_wrapper.o fks_singular.o veto_xsec.o montecarlocounter.o reweight_xsec.o boostwdir2.o configs_and_props_inc_chooser.o initcluster.o cluster.o reweight.o get_color.o FKSParamReader.o iproc_map.o MC_integer.o appl_interface_dummy.o BinothLHADummy.o cuts.o pythia_unlops.o recluster.o -L../../lib/ -ldhelas -lgeneric -lmodel -lpdf -lcernlib -lLHAPDF -lstdc++ -lstdc++
rm symmetry_fks_test_ME.o
strip test_ME
-----------------------------------------------------------------------------------------

It seems quite great. However, as you can see, test_ME.log file isn't made. So the error message is here.

-----------------------------------------------------------------------------------------
INFO: Result for test_ME:
Command "launch auto " interrupted with error:
IOError : [Errno 2] No such file or directory: '/home/joonblee/MG5_aMC_v2_3_3/bin/dyellell_12NOV16/SubProcesses/P0_uux_epem/test_ME.log'
Please report this bug on https://bugs.launchpad.net/madgraph5
More information is found in '/home/joonblee/MG5_aMC_v2_3_3/bin/dyellell_12NOV16/run_02_tag_1_debug.log'.
Please attach this file to your report.
------------------------------------------------------------------------------------------

If the version 2.3.3. is old one, then please recommend the better version to me. Someone told me that 2.3.3 is updated continually.

Revision history for this message
marco zaro (marco-zaro) said :
#8

Hi,
the latest version is 2.5.1
Please let us know if the problems still persist.
Best,
M
On 11 Nov 2016, at 18:27, Joonbin Lee <email address hidden> wrote:

> Question #403940 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/403940
>
> Status: Answered => Open
>
> Joonbin Lee is still having a problem:
> I try that and I get the message like this.
>
> ------------------------------------------------------------------------------------------------
> [joonblee@*** P0_uux_epem]$ make test_ME
> gfortran -o test_ME symmetry_fks_test_ME.o parton_lum_3.o parton_lum_chooser.o parton_lum_1.o parton_lum_2.o matrix_2.o matrix_1.o matrix_3.o real_me_chooser.o fks_inc_chooser.o leshouche_inc_chooser.o genps_fks.o setcuts.o setscales.o born.o sborn_sf.o b_sf_001.o fks_Sij.o trapfpe.o fastjetfortran_madfks_core.o fjcore.o fastjet_wrapper.o fks_singular.o veto_xsec.o montecarlocounter.o reweight_xsec.o boostwdir2.o configs_and_props_inc_chooser.o initcluster.o cluster.o reweight.o get_color.o FKSParamReader.o iproc_map.o MC_integer.o appl_interface_dummy.o BinothLHADummy.o cuts.o pythia_unlops.o recluster.o -L../../lib/ -ldhelas -lgeneric -lmodel -lpdf -lcernlib -lLHAPDF -lstdc++ -lstdc++
> rm symmetry_fks_test_ME.o
> strip test_ME
> -----------------------------------------------------------------------------------------
>
>
> It seems quite great. However, as you can see, test_ME.log file isn't made. So the error message is here.
>
>
> -----------------------------------------------------------------------------------------
> INFO: Result for test_ME:
> Command "launch auto " interrupted with error:
> IOError : [Errno 2] No such file or directory: '/home/joonblee/MG5_aMC_v2_3_3/bin/dyellell_12NOV16/SubProcesses/P0_uux_epem/test_ME.log'
> Please report this bug on https://bugs.launchpad.net/madgraph5
> More information is found in '/home/joonblee/MG5_aMC_v2_3_3/bin/dyellell_12NOV16/run_02_tag_1_debug.log'.
> Please attach this file to your report.
> ------------------------------------------------------------------------------------------
>
>
> If the version 2.3.3. is old one, then please recommend the better version to me. Someone told me that 2.3.3 is updated continually.
>
> --
> You received this question notification because you are subscribed to
> the question.

Revision history for this message
Joonbin Lee (joonblee) said :
#9

Hi, Marco zaro.

I try the 2.5.1 version. It gives new error.

---------------------------------------------------------------------------------------------------------------------------------------
Command "launch auto " interrupted with error:
AttributeError : 'AskforEditCard' object has no attribute 'mother'
Please report this bug on https://bugs.launchpad.net/mg5amcnlo
More information is found in 'ME5_debug'.
Please attach this file to your report.
---------------------------------------------------------------------------------------------------------------------------------------

Thank you for your continuous advises.

Regards,
joonblee

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#10

Can you copy/paste the content of the ME5_debug file.
Such that I can investigate on that error.

Cheers,

Olivier
> On Nov 12, 2016, at 07:43, Joonbin Lee <email address hidden> wrote:
>
> Question #403940 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/403940
>
> Status: Answered => Open
>
> Joonbin Lee is still having a problem:
> Hi, Marco zaro.
>
> I try the 2.5.1 version. It gives new error.
>
> ---------------------------------------------------------------------------------------------------------------------------------------
> Command "launch auto " interrupted with error:
> AttributeError : 'AskforEditCard' object has no attribute 'mother'
> Please report this bug on https://bugs.launchpad.net/mg5amcnlo
> More information is found in 'ME5_debug'.
> Please attach this file to your report.
> ---------------------------------------------------------------------------------------------------------------------------------------
>
> Thank you for your continuous advises.
>
> Regards,
> joonblee
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Joonbin Lee (joonblee) said :
#11

launch auto
Traceback (most recent call last):
  File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/extended_cmd.py", line 1412, in onecmd
    return self.onecmd_orig(line, **opt)
  File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/extended_cmd.py", line 1367, in onecmd_orig
    return func(arg, **opt)
  File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/amcatnlo_run_interface.py", line 1194, in do_launch
    mode = self.ask_run_configuration(mode, options)
  File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/amcatnlo_run_interface.py", line 4721, in ask_run_configuration
    self.ask_edit_cards(cards, plot=False, first_cmd=first_cmd)
  File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/common_run_interface.py", line 874, in ask_edit_cards
    self.ask, first_cmd=first_cmd)
  File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/common_run_interface.py", line 936, in ask_edit_card_static
    cards=cards, mode=mode, **opt)
  File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/extended_cmd.py", line 1115, in ask
    fct=question_instance, fct_timeout=fct_timeout)
  File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/extended_cmd.py", line 1622, in timed_input
    result = fct(question)
  File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/extended_cmd.py", line 1979, in __call__
    return self.cmdloop()
  File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/extended_cmd.py", line 2143, in cmdloop
    super(SmartQuestion,self).cmdloop(intro)
  File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/extended_cmd.py", line 167, in cmdloop
    stop = self.postcmd(stop, line)
  File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/common_run_interface.py", line 5172, in postcmd
    self.check_card_consistency()
  File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/common_run_interface.py", line 5117, in check_card_consistency
    raise self.mother.InvalidCmd, 'Pythia8 is not correctly specified to MadGraph5_aMC@NLO'
AttributeError: 'AskforEditCard' object has no attribute 'mother'
Value of current Options:
              text_editor : None
      notification_center : True
                    pjfry : None
       cluster_local_path : None
       group_subprocesses : Auto
ignore_six_quark_processes : False
    loop_optimized_output : True
    cluster_status_update : (600, 30)
               hepmc_path : None
                  collier : None
              auto_update : 7
             pythia8_path : None
                hwpp_path : None
low_mem_multicore_nlo_generation : False
                    golem : None
          pythia-pgs_path : None
                  td_path : None
             delphes_path : None
              thepeg_path : None
             cluster_type : condor
        madanalysis5_path : None
      exrootanalysis_path : None
                      OLP : MadLoop
                 applgrid : applgrid-config
               eps_viewer : None
                  fastjet : ./../../fastjet-install/bin/fastjet-config
                 run_mode : 2
              web_browser : None
   automatic_html_opening : True
        cluster_temp_path : None
             cluster_size : 100
            cluster_queue : None
             syscalc_path : None
         madanalysis_path : None
                   lhapdf : ./../../../../cvmfs/cms.cern.ch/slc6_amd64_gcc530/external/lhapdf/6.1.6-giojec/bin/lhapdf-config
             stdout_level : 20
                  nb_core : 4
            f2py_compiler : None
                    ninja : /home/joonblee/MG5_aMC_v2_5_1/HEPTools/lib
                  amcfast : amcfast-config
       cluster_retry_wait : 300
      output_dependencies : external
         fortran_compiler : None
mg5amc_py8_interface_path : None
         loop_color_flows : False
                  samurai : None
         cluster_nb_retry : 1
                 mg5_path : /home/joonblee/MG5_aMC_v2_5_1
                  timeout : 60
                    gauge : unitary
      complex_mass_scheme : False
             cpp_compiler : None
   max_npoint_for_channel : 0
#************************************************************
#* MadGraph5_aMC@NLO *
#* *
#* * * *
#* * * * * *
#* * * * * 5 * * * * *
#* * * * * *
#* * * *
#* *
#* *
#* VERSION 2.5.1 2016-11-04 *
#* *
#* The MadGraph5_aMC@NLO Development Team - Find us at *
#* https://server06.fynu.ucl.ac.be/projects/madgraph *
#* *
#************************************************************
#* *
#* Command File for MadGraph5_aMC@NLO *
#* *
#* run as ./bin/mg5_aMC filename *
#* *
#*******************************************************
set group_subprocesses Auto
set ignore_six_quark_processes False
set loop_optimized_output True
set low_mem_multicore_nlo_generation False
set loop_color_flows False
set gauge unitary
set complex_mass_scheme False
set max_npoint_for_channel 0
import model sm
define p = g u c d s u~ c~ d~ s~
define j = g u c d s u~ c~ d~ s~
define l+ = e+ mu+
define l- = e- mu-
define vl = ve vm vt
define vl~ = ve~ vm~ vt~
set lhapdf ./../../../../cvmfs/cms.cern.ch/slc6_amd64_gcc530/external/\
lhapdf/6.1.6-giojec/bin/lhapdf-config
set fastjet ./../../fastjet-install/bin/fastjet-config
import model loop_sm-no_b_mass
define p = 21 2 4 1 3 -2 -4 -1 -3 5 -5 # pass to 5 flavors
define j = p
define p = p b b~
define j = j b b~
define ell+ = e+ mu+ ta+
define ell- = e- mu- ta-
generate p p > ell+ ell- [QCD] @0
output dyellell_12NOV16
######################################################################
## PARAM_CARD AUTOMATICALY GENERATED BY MG5 FOLLOWING UFO MODEL ####
######################################################################
## ##
## Width set on Auto will be computed following the information ##
## present in the decay.py files of the model. ##
## See arXiv:1402.1178 for more details. ##
## ##
######################################################################

###################################
## INFORMATION FOR LOOP
###################################
Block loop
    1 9.118800e+01 # MU_R

###################################
## INFORMATION FOR MASS
###################################
Block mass
    6 1.730000e+02 # MT
   15 1.777000e+00 # MTA
   23 9.118800e+01 # MZ
   25 1.250000e+02 # MH
## Dependent parameters, given by model restrictions.
## Those values should be edited following the
## analytical expression. MG5 ignores those values
## but they are important for interfacing the output of MG5
## to external program such as Pythia.
  1 0.000000 # d : 0.0
  2 0.000000 # u : 0.0
  3 0.000000 # s : 0.0
  4 0.000000 # c : 0.0
  5 0.000000 # b : 0.0
  11 0.000000 # e- : 0.0
  12 0.000000 # ve : 0.0
  13 0.000000 # mu- : 0.0
  14 0.000000 # vm : 0.0
  16 0.000000 # vt : 0.0
  21 0.000000 # g : 0.0
  22 0.000000 # a : 0.0
  24 80.419002 # w+ : cmath.sqrt(MZ__exp__2/2. + cmath.sqrt(MZ__exp__4/4. - (aEW*cmath.pi*MZ__exp__2)/(Gf*sqrt__2)))

###################################
## INFORMATION FOR SMINPUTS
###################################
Block sminputs
    1 1.325070e+02 # aEWM1
    2 1.166390e-05 # Gf
    3 1.180000e-01 # aS

###################################
## INFORMATION FOR YUKAWA
###################################
Block yukawa
    6 1.730000e+02 # ymt
   15 1.777000e+00 # ymtau

###################################
## INFORMATION FOR DECAY
###################################
DECAY 6 1.491500e+00 # WT
DECAY 23 2.441404e+00 # WZ
DECAY 24 2.047600e+00 # WW
DECAY 25 6.382339e-03 # WH
## Dependent parameters, given by model restrictions.
## Those values should be edited following the
## analytical expression. MG5 ignores those values
## but they are important for interfacing the output of MG5
## to external program such as Pythia.
DECAY 1 0.000000 # d : 0.0
DECAY 2 0.000000 # u : 0.0
DECAY 3 0.000000 # s : 0.0
DECAY 4 0.000000 # c : 0.0
DECAY 5 0.000000 # b : 0.0
DECAY 11 0.000000 # e- : 0.0
DECAY 12 0.000000 # ve : 0.0
DECAY 13 0.000000 # mu- : 0.0
DECAY 14 0.000000 # vm : 0.0
DECAY 15 0.000000 # ta- : 0.0
DECAY 16 0.000000 # vt : 0.0
DECAY 21 0.000000 # g : 0.0
DECAY 22 0.000000 # a : 0.0
dGraph5_aMC@NLO *
# *
# run_card.dat aMC@NLO *
# *
# This file is used to set the parameters of the run. *
# *
# Some notation/conventions: *
# *
# Lines starting with a hash (#) are info or comments *
# *
# mind the format: value = variable ! comment *
#***********************************************************************
#
#*******************
# Running parameters
#*******************
#
#***********************************************************************
# Tag name for the run (one word) *
#***********************************************************************
  tag_1 = run_tag ! name of the run
#***********************************************************************
# Number of events (and their normalization) and the required *
# (relative) accuracy on the Xsec. *
# These values are ignored for fixed order runs *
#***********************************************************************
  1500 = nevents ! Number of unweighted events requested
 0.001 = req_acc ! Required accuracy (-1=auto determined from nevents)
    20 = nevt_job! Max number of events per job in event generation.
                 ! (-1= no split).
average = event_norm ! Normalize events to sum or average to the X sect.
#***********************************************************************
# Number of points per itegration channel (ignored for aMC@NLO runs) *
#***********************************************************************
 0.01 = req_acc_FO ! Required accuracy (-1=ignored, and use the
                           ! number of points and iter. below)
# These numbers are ignored except if req_acc_FO is equal to -1
 5000 = npoints_FO_grid ! number of points to setup grids
 4 = niters_FO_grid ! number of iter. to setup grids
 10000 = npoints_FO ! number of points to compute Xsec
 6 = niters_FO ! number of iter. to compute Xsec
#***********************************************************************
# Random number seed *
#***********************************************************************
     0 = iseed ! rnd seed (0=assigned automatically=default))
#***********************************************************************
# Collider type and energy *
#***********************************************************************
    1 = lpp1 ! beam 1 type (0 = no PDF)
    1 = lpp2 ! beam 2 type (0 = no PDF)
 6500 = ebeam1 ! beam 1 energy in GeV
 6500 = ebeam2 ! beam 2 energy in GeV
#***********************************************************************
# PDF choice: this automatically fixes also alpha_s(MZ) and its evol. *
#***********************************************************************
 lhapdf = pdlabel ! PDF set
 292200 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
#***********************************************************************
# Include the NLO Monte Carlo subtr. terms for the following parton *
# shower (HERWIG6 | HERWIGPP | PYTHIA6Q | PYTHIA6PT | PYTHIA8) *
# WARNING: PYTHIA6PT works only for processes without FSR!!!! *
#***********************************************************************
  PYTHIA8 = parton_shower
#***********************************************************************
# Renormalization and factorization scales *
# (Default functional form for the non-fixed scales is the sum of *
# the transverse masses of all final state particles and partons. This *
# can be changed in SubProcesses/set_scales.f) *
#***********************************************************************
 F = fixed_ren_scale ! if .true. use fixed ren scale
 F = fixed_fac_scale ! if .true. use fixed fac scale
 91.188 = muR_ref_fixed ! fixed ren reference scale
 91.188 = muF1_ref_fixed ! fixed fact reference scale for pdf1
 91.188 = muF2_ref_fixed ! fixed fact reference scale for pdf2
#***********************************************************************
# Renormalization and factorization scales (advanced and NLO options) *
#***********************************************************************
 F = fixed_QES_scale ! if .true. use fixed Ellis-Sexton scale
 91.188 = QES_ref_fixed ! fixed Ellis-Sexton reference scale
 1 = muR_over_ref ! ratio of current muR over reference muR
 1 = muF1_over_ref ! ratio of current muF1 over reference muF1
 1 = muF2_over_ref ! ratio of current muF2 over reference muF2
 1 = QES_over_ref ! ratio of current QES over reference QES
#***********************************************************************
# Reweight flags to get scale dependence and PDF uncertainty *
# For scale dependence: factor rw_scale_up/down around central scale *
# For PDF uncertainty: use LHAPDF with supported set *
#***********************************************************************
 .true. = reweight_scale ! reweight to get scale dependence
  0.5 = rw_Rscale_down ! lower bound for ren scale variations
  2.0 = rw_Rscale_up ! upper bound for ren scale variations
  0.5 = rw_Fscale_down ! lower bound for fact scale variations
  2.0 = rw_Fscale_up ! upper bound for fact scale variations
 .true. = reweight_PDF ! reweight to get PDF uncertainty
 292201 = PDF_set_min ! First of the error PDF sets
 292302 = PDF_set_max ! Last of the error PDF sets
#***********************************************************************
# Merging - WARNING! Applies merging only at the hard-event level. *
# After showering an MLM-type merging should be applied as well. *
# See http://amcatnlo.cern.ch/FxFx_merging.htm for more details. *
#***********************************************************************
 3 = ickkw ! 0 no merging, 3 FxFx merging
#***********************************************************************
#
#***********************************************************************
# BW cutoff (M+/-bwcutoff*Gamma) *
#***********************************************************************
 15 = bwcutoff
#***********************************************************************
# Cuts on the jets *
# Jet clustering is performed by FastJet.
# When matching to a parton shower, these generation cuts should be *
# considerably softer than the analysis cuts. *
# (more specific cuts can be specified in SubProcesses/cuts.f) *
#***********************************************************************
   1 = jetalgo ! FastJet jet algorithm (1=kT, 0=C/A, -1=anti-kT)
 1.0 = jetradius ! The radius parameter for the jet algorithm
  10 = ptj ! Min jet transverse momentum
  -1 = etaj ! Max jet abs(pseudo-rap) (a value .lt.0 means no cut)
#***********************************************************************
# Cuts on the charged leptons (e+, e-, mu+, mu-, tau+ and tau-) *
# (more specific gen cuts can be specified in SubProcesses/cuts.f) *
#***********************************************************************
   0 = ptl ! Min lepton transverse momentum
  -1 = etal ! Max lepton abs(pseudo-rap) (a value .lt.0 means no cut)
   0 = drll ! Min distance between opposite sign lepton pairs
   0 = drll_sf ! Min distance between opp. sign same-flavor lepton pairs
   0 = mll ! Min inv. mass of all opposite sign lepton pairs
  50 = mll_sf ! Min inv. mass of all opp. sign same-flavor lepton pairs
#***********************************************************************
# Photon-isolation cuts, according to hep-ph/9801442 *
# When ptgmin=0, all the other parameters are ignored *
#***********************************************************************
  20 = ptgmin ! Min photon transverse momentum
  -1 = etagamma ! Max photon abs(pseudo-rap)
 0.4 = R0gamma ! Radius of isolation code
 1.0 = xn ! n parameter of eq.(3.4) in hep-ph/9801442
 1.0 = epsgamma ! epsilon_gamma parameter of eq.(3.4) in hep-ph/9801442
 .true. = isoEM ! isolate photons from EM energy (photons and leptons)
#***********************************************************************
# Maximal PDG code for quark to be considered a jet when applying cuts.*
# At least all massless quarks of the model should be included here. *
#***********************************************************************
 5 = maxjetflavor
#***********************************************************************

Here is my ME5_debug file. Thank you Olivier.

Best regards,
joonblee

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#12

Hi,

So the real bug is that you do not have pythia8 linked.
(but the code has a bug in the bug report and this is why this is so cryptic)
From your run_card, you indeed ask for pythia8 shower.
Did you ask for shower=ON?
If this is the case, then this is normal that the code refuse to move forward since you need to link pythia8 for that.
If you run with shower=OFF, then I need to investigate deeper.

Cheers,

Olivier

> On Nov 12, 2016, at 10:29, Joonbin Lee <email address hidden> wrote:
>
> Question #403940 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/403940
>
> Status: Answered => Open
>
> Joonbin Lee is still having a problem:
> launch auto
> Traceback (most recent call last):
> File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/extended_cmd.py", line 1412, in onecmd
> return self.onecmd_orig(line, **opt)
> File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/extended_cmd.py", line 1367, in onecmd_orig
> return func(arg, **opt)
> File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/amcatnlo_run_interface.py", line 1194, in do_launch
> mode = self.ask_run_configuration(mode, options)
> File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/amcatnlo_run_interface.py", line 4721, in ask_run_configuration
> self.ask_edit_cards(cards, plot=False, first_cmd=first_cmd)
> File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/common_run_interface.py", line 874, in ask_edit_cards
> self.ask, first_cmd=first_cmd)
> File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/common_run_interface.py", line 936, in ask_edit_card_static
> cards=cards, mode=mode, **opt)
> File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/extended_cmd.py", line 1115, in ask
> fct=question_instance, fct_timeout=fct_timeout)
> File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/extended_cmd.py", line 1622, in timed_input
> result = fct(question)
> File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/extended_cmd.py", line 1979, in __call__
> return self.cmdloop()
> File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/extended_cmd.py", line 2143, in cmdloop
> super(SmartQuestion,self).cmdloop(intro)
> File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/extended_cmd.py", line 167, in cmdloop
> stop = self.postcmd(stop, line)
> File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/common_run_interface.py", line 5172, in postcmd
> self.check_card_consistency()
> File "/home/joonblee/MG5_aMC_v2_5_1/madgraph/interface/common_run_interface.py", line 5117, in check_card_consistency
> raise self.mother.InvalidCmd, 'Pythia8 is not correctly specified to MadGraph5_aMC@NLO'
> AttributeError: 'AskforEditCard' object has no attribute 'mother'
> Value of current Options:
> text_editor : None
> notification_center : True
> pjfry : None
> cluster_local_path : None
> group_subprocesses : Auto
> ignore_six_quark_processes : False
> loop_optimized_output : True
> cluster_status_update : (600, 30)
> hepmc_path : None
> collier : None
> auto_update : 7
> pythia8_path : None
> hwpp_path : None
> low_mem_multicore_nlo_generation : False
> golem : None
> pythia-pgs_path : None
> td_path : None
> delphes_path : None
> thepeg_path : None
> cluster_type : condor
> madanalysis5_path : None
> exrootanalysis_path : None
> OLP : MadLoop
> applgrid : applgrid-config
> eps_viewer : None
> fastjet : ./../../fastjet-install/bin/fastjet-config
> run_mode : 2
> web_browser : None
> automatic_html_opening : True
> cluster_temp_path : None
> cluster_size : 100
> cluster_queue : None
> syscalc_path : None
> madanalysis_path : None
> lhapdf : ./../../../../cvmfs/cms.cern.ch/slc6_amd64_gcc530/external/lhapdf/6.1.6-giojec/bin/lhapdf-config
> stdout_level : 20
> nb_core : 4
> f2py_compiler : None
> ninja : /home/joonblee/MG5_aMC_v2_5_1/HEPTools/lib
> amcfast : amcfast-config
> cluster_retry_wait : 300
> output_dependencies : external
> fortran_compiler : None
> mg5amc_py8_interface_path : None
> loop_color_flows : False
> samurai : None
> cluster_nb_retry : 1
> mg5_path : /home/joonblee/MG5_aMC_v2_5_1
> timeout : 60
> gauge : unitary
> complex_mass_scheme : False
> cpp_compiler : None
> max_npoint_for_channel : 0
> #************************************************************
> #* MadGraph5_aMC@NLO *
> #* *
> #* * * *
> #* * * * * *
> #* * * * * 5 * * * * *
> #* * * * * *
> #* * * *
> #* *
> #* *
> #* VERSION 2.5.1 2016-11-04 *
> #* *
> #* The MadGraph5_aMC@NLO Development Team - Find us at *
> #* https://server06.fynu.ucl.ac.be/projects/madgraph *
> #* *
> #************************************************************
> #* *
> #* Command File for MadGraph5_aMC@NLO *
> #* *
> #* run as ./bin/mg5_aMC filename *
> #* *
> #*******************************************************
> set group_subprocesses Auto
> set ignore_six_quark_processes False
> set loop_optimized_output True
> set low_mem_multicore_nlo_generation False
> set loop_color_flows False
> set gauge unitary
> set complex_mass_scheme False
> set max_npoint_for_channel 0
> import model sm
> define p = g u c d s u~ c~ d~ s~
> define j = g u c d s u~ c~ d~ s~
> define l+ = e+ mu+
> define l- = e- mu-
> define vl = ve vm vt
> define vl~ = ve~ vm~ vt~
> set lhapdf ./../../../../cvmfs/cms.cern.ch/slc6_amd64_gcc530/external/\
> lhapdf/6.1.6-giojec/bin/lhapdf-config
> set fastjet ./../../fastjet-install/bin/fastjet-config
> import model loop_sm-no_b_mass
> define p = 21 2 4 1 3 -2 -4 -1 -3 5 -5 # pass to 5 flavors
> define j = p
> define p = p b b~
> define j = j b b~
> define ell+ = e+ mu+ ta+
> define ell- = e- mu- ta-
> generate p p > ell+ ell- [QCD] @0
> output dyellell_12NOV16
> ######################################################################
> ## PARAM_CARD AUTOMATICALY GENERATED BY MG5 FOLLOWING UFO MODEL ####
> ######################################################################
> ## ##
> ## Width set on Auto will be computed following the information ##
> ## present in the decay.py files of the model. ##
> ## See arXiv:1402.1178 for more details. ##
> ## ##
> ######################################################################
>
> ###################################
> ## INFORMATION FOR LOOP
> ###################################
> Block loop
> 1 9.118800e+01 # MU_R
>
> ###################################
> ## INFORMATION FOR MASS
> ###################################
> Block mass
> 6 1.730000e+02 # MT
> 15 1.777000e+00 # MTA
> 23 9.118800e+01 # MZ
> 25 1.250000e+02 # MH
> ## Dependent parameters, given by model restrictions.
> ## Those values should be edited following the
> ## analytical expression. MG5 ignores those values
> ## but they are important for interfacing the output of MG5
> ## to external program such as Pythia.
> 1 0.000000 # d : 0.0
> 2 0.000000 # u : 0.0
> 3 0.000000 # s : 0.0
> 4 0.000000 # c : 0.0
> 5 0.000000 # b : 0.0
> 11 0.000000 # e- : 0.0
> 12 0.000000 # ve : 0.0
> 13 0.000000 # mu- : 0.0
> 14 0.000000 # vm : 0.0
> 16 0.000000 # vt : 0.0
> 21 0.000000 # g : 0.0
> 22 0.000000 # a : 0.0
> 24 80.419002 # w+ : cmath.sqrt(MZ__exp__2/2. + cmath.sqrt(MZ__exp__4/4. - (aEW*cmath.pi*MZ__exp__2)/(Gf*sqrt__2)))
>
> ###################################
> ## INFORMATION FOR SMINPUTS
> ###################################
> Block sminputs
> 1 1.325070e+02 # aEWM1
> 2 1.166390e-05 # Gf
> 3 1.180000e-01 # aS
>
> ###################################
> ## INFORMATION FOR YUKAWA
> ###################################
> Block yukawa
> 6 1.730000e+02 # ymt
> 15 1.777000e+00 # ymtau
>
> ###################################
> ## INFORMATION FOR DECAY
> ###################################
> DECAY 6 1.491500e+00 # WT
> DECAY 23 2.441404e+00 # WZ
> DECAY 24 2.047600e+00 # WW
> DECAY 25 6.382339e-03 # WH
> ## Dependent parameters, given by model restrictions.
> ## Those values should be edited following the
> ## analytical expression. MG5 ignores those values
> ## but they are important for interfacing the output of MG5
> ## to external program such as Pythia.
> DECAY 1 0.000000 # d : 0.0
> DECAY 2 0.000000 # u : 0.0
> DECAY 3 0.000000 # s : 0.0
> DECAY 4 0.000000 # c : 0.0
> DECAY 5 0.000000 # b : 0.0
> DECAY 11 0.000000 # e- : 0.0
> DECAY 12 0.000000 # ve : 0.0
> DECAY 13 0.000000 # mu- : 0.0
> DECAY 14 0.000000 # vm : 0.0
> DECAY 15 0.000000 # ta- : 0.0
> DECAY 16 0.000000 # vt : 0.0
> DECAY 21 0.000000 # g : 0.0
> DECAY 22 0.000000 # a : 0.0
> dGraph5_aMC@NLO *
> # *
> # run_card.dat aMC@NLO *
> # *
> # This file is used to set the parameters of the run. *
> # *
> # Some notation/conventions: *
> # *
> # Lines starting with a hash (#) are info or comments *
> # *
> # mind the format: value = variable ! comment *
> #***********************************************************************
> #
> #*******************
> # Running parameters
> #*******************
> #
> #***********************************************************************
> # Tag name for the run (one word) *
> #***********************************************************************
> tag_1 = run_tag ! name of the run
> #***********************************************************************
> # Number of events (and their normalization) and the required *
> # (relative) accuracy on the Xsec. *
> # These values are ignored for fixed order runs *
> #***********************************************************************
> 1500 = nevents ! Number of unweighted events requested
> 0.001 = req_acc ! Required accuracy (-1=auto determined from nevents)
> 20 = nevt_job! Max number of events per job in event generation.
> ! (-1= no split).
> average = event_norm ! Normalize events to sum or average to the X sect.
> #***********************************************************************
> # Number of points per itegration channel (ignored for aMC@NLO runs) *
> #***********************************************************************
> 0.01 = req_acc_FO ! Required accuracy (-1=ignored, and use the
> ! number of points and iter. below)
> # These numbers are ignored except if req_acc_FO is equal to -1
> 5000 = npoints_FO_grid ! number of points to setup grids
> 4 = niters_FO_grid ! number of iter. to setup grids
> 10000 = npoints_FO ! number of points to compute Xsec
> 6 = niters_FO ! number of iter. to compute Xsec
> #***********************************************************************
> # Random number seed *
> #***********************************************************************
> 0 = iseed ! rnd seed (0=assigned automatically=default))
> #***********************************************************************
> # Collider type and energy *
> #***********************************************************************
> 1 = lpp1 ! beam 1 type (0 = no PDF)
> 1 = lpp2 ! beam 2 type (0 = no PDF)
> 6500 = ebeam1 ! beam 1 energy in GeV
> 6500 = ebeam2 ! beam 2 energy in GeV
> #***********************************************************************
> # PDF choice: this automatically fixes also alpha_s(MZ) and its evol. *
> #***********************************************************************
> lhapdf = pdlabel ! PDF set
> 292200 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
> #***********************************************************************
> # Include the NLO Monte Carlo subtr. terms for the following parton *
> # shower (HERWIG6 | HERWIGPP | PYTHIA6Q | PYTHIA6PT | PYTHIA8) *
> # WARNING: PYTHIA6PT works only for processes without FSR!!!! *
> #***********************************************************************
> PYTHIA8 = parton_shower
> #***********************************************************************
> # Renormalization and factorization scales *
> # (Default functional form for the non-fixed scales is the sum of *
> # the transverse masses of all final state particles and partons. This *
> # can be changed in SubProcesses/set_scales.f) *
> #***********************************************************************
> F = fixed_ren_scale ! if .true. use fixed ren scale
> F = fixed_fac_scale ! if .true. use fixed fac scale
> 91.188 = muR_ref_fixed ! fixed ren reference scale
> 91.188 = muF1_ref_fixed ! fixed fact reference scale for pdf1
> 91.188 = muF2_ref_fixed ! fixed fact reference scale for pdf2
> #***********************************************************************
> # Renormalization and factorization scales (advanced and NLO options) *
> #***********************************************************************
> F = fixed_QES_scale ! if .true. use fixed Ellis-Sexton scale
> 91.188 = QES_ref_fixed ! fixed Ellis-Sexton reference scale
> 1 = muR_over_ref ! ratio of current muR over reference muR
> 1 = muF1_over_ref ! ratio of current muF1 over reference muF1
> 1 = muF2_over_ref ! ratio of current muF2 over reference muF2
> 1 = QES_over_ref ! ratio of current QES over reference QES
> #***********************************************************************
> # Reweight flags to get scale dependence and PDF uncertainty *
> # For scale dependence: factor rw_scale_up/down around central scale *
> # For PDF uncertainty: use LHAPDF with supported set *
> #***********************************************************************
> .true. = reweight_scale ! reweight to get scale dependence
> 0.5 = rw_Rscale_down ! lower bound for ren scale variations
> 2.0 = rw_Rscale_up ! upper bound for ren scale variations
> 0.5 = rw_Fscale_down ! lower bound for fact scale variations
> 2.0 = rw_Fscale_up ! upper bound for fact scale variations
> .true. = reweight_PDF ! reweight to get PDF uncertainty
> 292201 = PDF_set_min ! First of the error PDF sets
> 292302 = PDF_set_max ! Last of the error PDF sets
> #***********************************************************************
> # Merging - WARNING! Applies merging only at the hard-event level. *
> # After showering an MLM-type merging should be applied as well. *
> # See http://amcatnlo.cern.ch/FxFx_merging.htm for more details. *
> #***********************************************************************
> 3 = ickkw ! 0 no merging, 3 FxFx merging
> #***********************************************************************
> #
> #***********************************************************************
> # BW cutoff (M+/-bwcutoff*Gamma) *
> #***********************************************************************
> 15 = bwcutoff
> #***********************************************************************
> # Cuts on the jets *
> # Jet clustering is performed by FastJet.
> # When matching to a parton shower, these generation cuts should be *
> # considerably softer than the analysis cuts. *
> # (more specific cuts can be specified in SubProcesses/cuts.f) *
> #***********************************************************************
> 1 = jetalgo ! FastJet jet algorithm (1=kT, 0=C/A, -1=anti-kT)
> 1.0 = jetradius ! The radius parameter for the jet algorithm
> 10 = ptj ! Min jet transverse momentum
> -1 = etaj ! Max jet abs(pseudo-rap) (a value .lt.0 means no cut)
> #***********************************************************************
> # Cuts on the charged leptons (e+, e-, mu+, mu-, tau+ and tau-) *
> # (more specific gen cuts can be specified in SubProcesses/cuts.f) *
> #***********************************************************************
> 0 = ptl ! Min lepton transverse momentum
> -1 = etal ! Max lepton abs(pseudo-rap) (a value .lt.0 means no cut)
> 0 = drll ! Min distance between opposite sign lepton pairs
> 0 = drll_sf ! Min distance between opp. sign same-flavor lepton pairs
> 0 = mll ! Min inv. mass of all opposite sign lepton pairs
> 50 = mll_sf ! Min inv. mass of all opp. sign same-flavor lepton pairs
> #***********************************************************************
> # Photon-isolation cuts, according to hep-ph/9801442 *
> # When ptgmin=0, all the other parameters are ignored *
> #***********************************************************************
> 20 = ptgmin ! Min photon transverse momentum
> -1 = etagamma ! Max photon abs(pseudo-rap)
> 0.4 = R0gamma ! Radius of isolation code
> 1.0 = xn ! n parameter of eq.(3.4) in hep-ph/9801442
> 1.0 = epsgamma ! epsilon_gamma parameter of eq.(3.4) in hep-ph/9801442
> .true. = isoEM ! isolate photons from EM energy (photons and leptons)
> #***********************************************************************
> # Maximal PDG code for quark to be considered a jet when applying cuts.*
> # At least all massless quarks of the model should be included here. *
> #***********************************************************************
> 5 = maxjetflavor
> #***********************************************************************
>
>
>
>
> Here is my ME5_debug file. Thank you Olivier.
>
> Best regards,
> joonblee
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Joonbin Lee (joonblee) said :
#13

Hi,

I try the shower=OFF option. I got this error messages.

*******************************************************************************************************************
INFO: Compiling source...
Command "launch auto " interrupted with error:
MadGraph5Error : A compilation Error occurs when trying to compile /home/joonblee/MG5_aMC_v2_5_1/bin/dyellell_13NOV16_2/Source.
 The compilation fails with the following output message:
     rm -f ../lib/libdhelas.a
     cd DHELAS; make
     make[1]: Entering directory '/home/joonblee/MG5_aMC_v2_5_1/bin/dyellell_13NOV16_2/Source/DHELAS'
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o aloha_functions.o aloha_functions.f
     aloha_functions.f:483:25:

                  ip = nhel * -1 * ((1-nh)/2)
                              1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     aloha_functions.f:2307:27:

                CALL ILXXXX(Q(0),M,-1,1,W(1))
                                1
     Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
     aloha_functions.f:2310:27:

                CALL ILXXXX(Q(0),M,-1,-1,W(1))
                                1
     Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
     aloha_functions.f:2318:27:

                CALL ILXXXX(Q(0),M,1,1,W(1))
                                1
     Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
     aloha_functions.f:2321:27:

                CALL ILXXXX(Q(0),M,1,-1,W(1))
                                1
     Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
     aloha_functions.f:2326:27:

                CALL OLXXXX(Q(0),M,-1,-1,W(1))
                                1
     Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
     aloha_functions.f:2329:27:

                CALL OLXXXX(Q(0),M,-1,1,W(1))
                                1
     Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
     aloha_functions.f:2334:27:

                CALL OLXXXX(Q(0),M,1,-1,W(1))
                                1
     Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
     aloha_functions.f:2337:27:

                CALL OLXXXX(Q(0),M,1,1,W(1))
                                1
     Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
     aloha_functions.f:2567:27:

                CALL ICLXXX(Q(0),M,-1,1,W(1))
                                1
     Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
     aloha_functions.f:2570:27:

                CALL ICLXXX(Q(0),M,-1,-1,W(1))
                                1
     Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
     aloha_functions.f:2575:27:

                CALL ICLXXX(Q(0),M,1,1,W(1))
                                1
     Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
     aloha_functions.f:2578:27:

                CALL ICLXXX(Q(0),M,1,-1,W(1))
                                1
     Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
     aloha_functions.f:2583:27:

                CALL OCLXXX(Q(0),M,-1,-1,W(1))
                                1
     Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
     aloha_functions.f:2586:27:

                CALL OCLXXX(Q(0),M,-1,1,W(1))
                                1
     Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
     aloha_functions.f:2591:27:

                CALL OCLXXX(Q(0),M,1,-1,W(1))
                                1
     Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
     aloha_functions.f:2594:27:

                CALL OCLXXX(Q(0),M,1,1,W(1))
                                1
     Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV3L1_2.o FFV3L1_2.f
     FFV3L1_2.f:93:26:

            COEFF(2,0,4)= COUP*-2D0 * M2*(+CI*(V3(5)+V3(8)))
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV3L1_2.o MP_FFV3L1_2.f
     MP_FFV3L1_2.f:93:26:

            COEFF(2,0,4)= COUP*-2Q0 * M2*(+CI*(V3(5)+V3(8)))
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2L2_1.o FFV2L2_1.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2L2_1.o MP_FFV2L2_1.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_4_0.o FFV2_4_0.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_4_0.o MP_FFV2_4_0.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV3L2_1.o FFV3L2_1.f
     FFV3L2_1.f:52:26:

            COEFF(4,0,2)= COUP*-2D0 * M1*(+CI*(V3(5)+V3(8)))
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV3L2_1.o MP_FFV3L2_1.f
     MP_FFV3L2_1.f:52:26:

            COEFF(4,0,2)= COUP*-2Q0 * M1*(+CI*(V3(5)+V3(8)))
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1_2.o FFV1_2.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1_2.o MP_FFV1_2.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_0.o FFV2_0.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_0.o MP_FFV2_0.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_4L1_2.o FFV2_4L1_2.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_4L1_2.o MP_FFV2_4L1_2.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_4L2_1.o FFV2_4L2_1.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_4L2_1.o MP_FFV2_4L2_1.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1L2P0_3.o FFV1L2P0_3.f
     FFV1L2P0_3.f:21:26:

            COEFF(1,0,1)= COUP*-CI * F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L2P0_3.f:22:26:

            COEFF(2,0,1)= COUP*-CI * F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L2P0_3.f:23:26:

            COEFF(3,0,1)= COUP*-F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L2P0_3.f:24:26:

            COEFF(4,0,1)= COUP*-CI * F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L2P0_3.f:25:26:

            COEFF(1,0,2)= COUP*-CI * F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L2P0_3.f:26:26:

            COEFF(2,0,2)= COUP*-CI * F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L2P0_3.f:29:26:

            COEFF(1,0,3)= COUP*-CI * F1(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L2P0_3.f:33:26:

            COEFF(1,0,4)= COUP*-CI * F1(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L2P0_3.f:35:26:

            COEFF(3,0,4)= COUP*-F1(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L2P0_3.f:36:26:

            COEFF(4,0,4)= COUP*-CI * F1(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1L2P0_3.o MP_FFV1L2P0_3.f
     MP_FFV1L2P0_3.f:21:26:

            COEFF(1,0,1)= COUP*-CI * F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L2P0_3.f:22:26:

            COEFF(2,0,1)= COUP*-CI * F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L2P0_3.f:23:26:

            COEFF(3,0,1)= COUP*-F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L2P0_3.f:24:26:

            COEFF(4,0,1)= COUP*-CI * F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L2P0_3.f:25:26:

            COEFF(1,0,2)= COUP*-CI * F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L2P0_3.f:26:26:

            COEFF(2,0,2)= COUP*-CI * F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L2P0_3.f:29:26:

            COEFF(1,0,3)= COUP*-CI * F1(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L2P0_3.f:33:26:

            COEFF(1,0,4)= COUP*-CI * F1(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L2P0_3.f:35:26:

            COEFF(3,0,4)= COUP*-F1(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L2P0_3.f:36:26:

            COEFF(4,0,4)= COUP*-CI * F1(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV4_0.o FFV4_0.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV4_0.o MP_FFV4_0.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1L1P0_3.o FFV1L1P0_3.f
     FFV1L1P0_3.f:21:26:

            COEFF(1,0,1)= COUP*-CI * F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L1P0_3.f:23:26:

            COEFF(3,0,1)= COUP*-F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L1P0_3.f:25:26:

            COEFF(1,0,2)= COUP*-CI * F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L1P0_3.f:28:26:

            COEFF(4,0,2)= COUP*-CI * F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L1P0_3.f:29:26:

            COEFF(1,0,3)= COUP*-CI * F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L1P0_3.f:30:26:

            COEFF(2,0,3)= COUP*-CI * F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L1P0_3.f:32:26:

            COEFF(4,0,3)= COUP*-CI * F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L1P0_3.f:33:26:

            COEFF(1,0,4)= COUP*-CI * F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L1P0_3.f:34:26:

            COEFF(2,0,4)= COUP*-CI * F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L1P0_3.f:35:26:

            COEFF(3,0,4)= COUP*-F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1L1P0_3.o MP_FFV1L1P0_3.f
     MP_FFV1L1P0_3.f:21:26:

            COEFF(1,0,1)= COUP*-CI * F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L1P0_3.f:23:26:

            COEFF(3,0,1)= COUP*-F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L1P0_3.f:25:26:

            COEFF(1,0,2)= COUP*-CI * F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L1P0_3.f:28:26:

            COEFF(4,0,2)= COUP*-CI * F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L1P0_3.f:29:26:

            COEFF(1,0,3)= COUP*-CI * F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L1P0_3.f:30:26:

            COEFF(2,0,3)= COUP*-CI * F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L1P0_3.f:32:26:

            COEFF(4,0,3)= COUP*-CI * F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L1P0_3.f:33:26:

            COEFF(1,0,4)= COUP*-CI * F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L1P0_3.f:34:26:

            COEFF(2,0,4)= COUP*-CI * F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L1P0_3.f:35:26:

            COEFF(3,0,4)= COUP*-F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_3_0.o FFV2_3_0.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_3_0.o MP_FFV2_3_0.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV3_0.o FFV3_0.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV3_0.o MP_FFV3_0.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1L3_2.o FFV1L3_2.f
     FFV1L3_2.f:29:26:

            COEFF(1,1,1)= COUP*-CI * F1(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:30:26:

            COEFF(2,1,1)= COUP*-CI * F1(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:31:26:

            COEFF(3,1,1)= COUP*-CI * F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:32:26:

            COEFF(4,1,1)= COUP*-CI * F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:35:26:

            COEFF(3,2,1)= COUP*-CI * F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:36:26:

            COEFF(4,2,1)= COUP*-CI * F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:38:26:

            COEFF(2,3,1)= COUP*-F1(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:39:26:

            COEFF(3,3,1)= COUP*-F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:42:26:

            COEFF(2,4,1)= COUP*-CI * F1(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:43:26:

            COEFF(3,4,1)= COUP*-CI * F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:53:26:

            COEFF(1,1,2)= COUP*-CI * F1(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:54:26:

            COEFF(2,1,2)= COUP*-CI * F1(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:62:26:

            COEFF(2,3,2)= COUP*-F1(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:64:26:

            COEFF(4,3,2)= COUP*-F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:66:26:

            COEFF(2,4,2)= COUP*-CI * F1(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:68:26:

            COEFF(4,4,2)= COUP*-CI * F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:77:26:

            COEFF(1,1,3)= COUP*-F1(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:80:26:

            COEFF(4,1,3)= COUP*-F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:81:26:

            COEFF(1,2,3)= COUP*-F1(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:83:26:

            COEFF(3,2,3)= COUP*-F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:101:26:

            COEFF(1,1,4)= COUP*-CI * F1(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:104:26:

            COEFF(4,1,4)= COUP*-CI * F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:105:26:

            COEFF(1,2,4)= COUP*-CI * F1(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:107:26:

            COEFF(3,2,4)= COUP*-CI * F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:109:26:

            COEFF(1,3,4)= COUP*-F1(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:110:26:

            COEFF(2,3,4)= COUP*-F1(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:111:26:

            COEFF(3,3,4)= COUP*-F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_2.f:112:26:

            COEFF(4,3,4)= COUP*-F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1L3_2.o MP_FFV1L3_2.f
     MP_FFV1L3_2.f:29:26:

            COEFF(1,1,1)= COUP*-CI * F1(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:30:26:

            COEFF(2,1,1)= COUP*-CI * F1(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:31:26:

            COEFF(3,1,1)= COUP*-CI * F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:32:26:

            COEFF(4,1,1)= COUP*-CI * F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:35:26:

            COEFF(3,2,1)= COUP*-CI * F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:36:26:

            COEFF(4,2,1)= COUP*-CI * F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:38:26:

            COEFF(2,3,1)= COUP*-F1(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:39:26:

            COEFF(3,3,1)= COUP*-F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:42:26:

            COEFF(2,4,1)= COUP*-CI * F1(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:43:26:

            COEFF(3,4,1)= COUP*-CI * F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:53:26:

            COEFF(1,1,2)= COUP*-CI * F1(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:54:26:

            COEFF(2,1,2)= COUP*-CI * F1(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:62:26:

            COEFF(2,3,2)= COUP*-F1(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:64:26:

            COEFF(4,3,2)= COUP*-F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:66:26:

            COEFF(2,4,2)= COUP*-CI * F1(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:68:26:

            COEFF(4,4,2)= COUP*-CI * F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:77:26:

            COEFF(1,1,3)= COUP*-F1(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:80:26:

            COEFF(4,1,3)= COUP*-F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:81:26:

            COEFF(1,2,3)= COUP*-F1(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:83:26:

            COEFF(3,2,3)= COUP*-F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:101:26:

            COEFF(1,1,4)= COUP*-CI * F1(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:104:26:

            COEFF(4,1,4)= COUP*-CI * F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:105:26:

            COEFF(1,2,4)= COUP*-CI * F1(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:107:26:

            COEFF(3,2,4)= COUP*-CI * F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:109:26:

            COEFF(1,3,4)= COUP*-F1(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:110:26:

            COEFF(2,3,4)= COUP*-F1(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:111:26:

            COEFF(3,3,4)= COUP*-F1(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_2.f:112:26:

            COEFF(4,3,4)= COUP*-F1(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_4_3.o FFV2_4_3.f
     FFV2_4_3.f:38:43:

           $ *F1(6)-P3(0)*OM3*TMP1))+COUP2*(OM3*-1D0/2D0 * P3(0)*(TMP1+2D0
                                                1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV2_4_3.f:42:43:

           $ *F1(6)+P3(1)*OM3*TMP1))+COUP2*(OM3*-1D0/2D0 * P3(1)*(TMP1+2D0
                                                1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_4_3.o MP_FFV2_4_3.f
     MP_FFV2_4_3.f:38:43:

           $ *F1(6)-P3(0)*OM3*TMP1))+COUP2*(OM3*-1Q0/2Q0 * P3(0)*(TMP1+2Q0
                                                1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV2_4_3.f:42:43:

           $ *F1(6)+P3(1)*OM3*TMP1))+COUP2*(OM3*-1Q0/2Q0 * P3(1)*(TMP1+2Q0
                                                1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_3L2_1.o FFV2_3L2_1.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_3L2_1.o MP_FFV2_3L2_1.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV5_0.o FFV5_0.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV5_0.o MP_FFV5_0.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1_1.o FFV1_1.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1_1.o MP_FFV1_1.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1P0_3.o FFV1P0_3.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1P0_3.o MP_FFV1P0_3.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_5L2_1.o FFV2_5L2_1.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_5L2_1.o MP_FFV2_5L2_1.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV5_3.o FFV5_3.f
     FFV5_3.f:36:37:

            V3(5)= DENOM*(-4D0 * CI)*(OM3*-1D0/4D0 * P3(0)*(TMP1+4D0*(TMP4))
                                          1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV5_3.f:38:37:

            V3(6)= DENOM*(-4D0 * CI)*(OM3*-1D0/4D0 * P3(1)*(TMP1+4D0*(TMP4))
                                          1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV5_3.o MP_FFV5_3.f
     MP_FFV5_3.f:36:37:

            V3(5)= DENOM*(-4Q0 * CI)*(OM3*-1Q0/4Q0 * P3(0)*(TMP1+4Q0*(TMP4))
                                          1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV5_3.f:38:37:

            V3(6)= DENOM*(-4Q0 * CI)*(OM3*-1Q0/4Q0 * P3(1)*(TMP1+4Q0*(TMP4))
                                          1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV3_3.o FFV3_3.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV3_3.o MP_FFV3_3.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1_0.o FFV1_0.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1_0.o MP_FFV1_0.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_5_3.o FFV2_5_3.f
     FFV2_5_3.f:38:43:

           $ *F1(6)-P3(0)*OM3*TMP1))+COUP2*(OM3*-1D0/4D0 * P3(0)*(TMP1+4D0
                                                1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV2_5_3.f:42:43:

           $ *F1(6)+P3(1)*OM3*TMP1))+COUP2*(OM3*-1D0/4D0 * P3(1)*(TMP1+4D0
                                                1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_5_3.o MP_FFV2_5_3.f
     MP_FFV2_5_3.f:38:43:

           $ *F1(6)-P3(0)*OM3*TMP1))+COUP2*(OM3*-1Q0/4Q0 * P3(0)*(TMP1+4Q0
                                                1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV2_5_3.f:42:43:

           $ *F1(6)+P3(1)*OM3*TMP1))+COUP2*(OM3*-1Q0/4Q0 * P3(1)*(TMP1+4Q0
                                                1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1L2_1.o FFV1L2_1.f
     FFV1L2_1.f:28:26:

            COEFF(4,0,1)= COUP*-M1*(V3(7)+CI*(V3(6)))
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L2_1.f:50:26:

            COEFF(3,0,2)= COUP*-M1*(+CI*(V3(6))-V3(7))
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1L2_1.o MP_FFV1L2_1.f
     MP_FFV1L2_1.f:28:26:

            COEFF(4,0,1)= COUP*-M1*(V3(7)+CI*(V3(6)))
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L2_1.f:50:26:

            COEFF(3,0,2)= COUP*-M1*(+CI*(V3(6))-V3(7))
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_5L1_2.o FFV2_5L1_2.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_5L1_2.o MP_FFV2_5L1_2.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV5L2_1.o FFV5L2_1.f
     FFV5L2_1.f:28:26:

            COEFF(4,0,1)= COUP*-4D0 * M1*(V3(7)+CI*(V3(6)))
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV5L2_1.o MP_FFV5L2_1.f
     MP_FFV5L2_1.f:28:26:

            COEFF(4,0,1)= COUP*-4Q0 * M1*(V3(7)+CI*(V3(6)))
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_3.o FFV2_3.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_3.o MP_FFV2_3.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2L1_2.o FFV2L1_2.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2L1_2.o MP_FFV2L1_2.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1L1_2.o FFV1L1_2.f
     FFV1L1_2.f:69:26:

            COEFF(2,0,3)= COUP*-M2*(+CI*(V3(6))-V3(7))
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L1_2.f:91:26:

            COEFF(1,0,4)= COUP*-M2*(V3(7)+CI*(V3(6)))
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1L1_2.o MP_FFV1L1_2.f
     MP_FFV1L1_2.f:69:26:

            COEFF(2,0,3)= COUP*-M2*(+CI*(V3(6))-V3(7))
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L1_2.f:91:26:

            COEFF(1,0,4)= COUP*-M2*(V3(7)+CI*(V3(6)))
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV5L1_2.o FFV5L1_2.f
     FFV5L1_2.f:92:26:

            COEFF(1,0,4)= COUP*-4D0 * M2*(V3(7)+CI*(V3(6)))
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV5L1_2.o MP_FFV5L1_2.f
     MP_FFV5L1_2.f:92:26:

            COEFF(1,0,4)= COUP*-4Q0 * M2*(V3(7)+CI*(V3(6)))
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_5_0.o FFV2_5_0.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_5_0.o MP_FFV2_5_0.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_3_3.o FFV2_3_3.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_3_3.o MP_FFV2_3_3.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV4_3.o FFV4_3.f
     FFV4_3.f:36:37:

            V3(5)= DENOM*(-2D0 * CI)*(OM3*-1D0/2D0 * P3(0)*(TMP1+2D0*(TMP4))
                                          1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV4_3.f:38:37:

            V3(6)= DENOM*(-2D0 * CI)*(OM3*-1D0/2D0 * P3(1)*(TMP1+2D0*(TMP4))
                                          1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV4_3.o MP_FFV4_3.f
     MP_FFV4_3.f:36:37:

            V3(5)= DENOM*(-2Q0 * CI)*(OM3*-1Q0/2Q0 * P3(0)*(TMP1+2Q0*(TMP4))
                                          1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV4_3.f:38:37:

            V3(6)= DENOM*(-2Q0 * CI)*(OM3*-1Q0/2Q0 * P3(1)*(TMP1+2Q0*(TMP4))
                                          1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1L3_1.o FFV1L3_1.f
     FFV1L3_1.f:35:26:

            COEFF(3,2,1)= COUP*-CI * F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:36:26:

            COEFF(4,2,1)= COUP*-CI * F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:37:26:

            COEFF(1,3,1)= COUP*-F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:40:26:

            COEFF(4,3,1)= COUP*-F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:42:26:

            COEFF(2,4,1)= COUP*-CI * F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:43:26:

            COEFF(3,4,1)= COUP*-CI * F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:53:26:

            COEFF(1,1,2)= COUP*-CI * F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:54:26:

            COEFF(2,1,2)= COUP*-CI * F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:57:26:

            COEFF(1,2,2)= COUP*-CI * F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:58:26:

            COEFF(2,2,2)= COUP*-CI * F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:59:26:

            COEFF(3,2,2)= COUP*-CI * F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:60:26:

            COEFF(4,2,2)= COUP*-CI * F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:62:26:

            COEFF(2,3,2)= COUP*-F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:64:26:

            COEFF(4,3,2)= COUP*-F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:65:26:

            COEFF(1,4,2)= COUP*-CI * F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:67:26:

            COEFF(3,4,2)= COUP*-CI * F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:78:26:

            COEFF(2,1,3)= COUP*-F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:79:26:

            COEFF(3,1,3)= COUP*-F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:81:26:

            COEFF(1,2,3)= COUP*-F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:83:26:

            COEFF(3,2,3)= COUP*-F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:85:26:

            COEFF(1,3,3)= COUP*-CI * F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:86:26:

            COEFF(2,3,3)= COUP*-CI * F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:87:26:

            COEFF(3,3,3)= COUP*-CI * F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:88:26:

            COEFF(4,3,3)= COUP*-CI * F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:101:26:

            COEFF(1,1,4)= COUP*-CI * F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:104:26:

            COEFF(4,1,4)= COUP*-CI * F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:106:26:

            COEFF(2,2,4)= COUP*-CI * F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:108:26:

            COEFF(4,2,4)= COUP*-CI * F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:109:26:

            COEFF(1,3,4)= COUP*-F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:110:26:

            COEFF(2,3,4)= COUP*-F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:111:26:

            COEFF(3,3,4)= COUP*-F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:112:26:

            COEFF(4,3,4)= COUP*-F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:113:26:

            COEFF(1,4,4)= COUP*-CI * F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:114:26:

            COEFF(2,4,4)= COUP*-CI * F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:115:26:

            COEFF(3,4,4)= COUP*-CI * F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     FFV1L3_1.f:116:26:

            COEFF(4,4,4)= COUP*-CI * F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1L3_1.o MP_FFV1L3_1.f
     MP_FFV1L3_1.f:35:26:

            COEFF(3,2,1)= COUP*-CI * F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:36:26:

            COEFF(4,2,1)= COUP*-CI * F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:37:26:

            COEFF(1,3,1)= COUP*-F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:40:26:

            COEFF(4,3,1)= COUP*-F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:42:26:

            COEFF(2,4,1)= COUP*-CI * F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:43:26:

            COEFF(3,4,1)= COUP*-CI * F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:53:26:

            COEFF(1,1,2)= COUP*-CI * F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:54:26:

            COEFF(2,1,2)= COUP*-CI * F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:57:26:

            COEFF(1,2,2)= COUP*-CI * F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:58:26:

            COEFF(2,2,2)= COUP*-CI * F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:59:26:

            COEFF(3,2,2)= COUP*-CI * F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:60:26:

            COEFF(4,2,2)= COUP*-CI * F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:62:26:

            COEFF(2,3,2)= COUP*-F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:64:26:

            COEFF(4,3,2)= COUP*-F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:65:26:

            COEFF(1,4,2)= COUP*-CI * F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:67:26:

            COEFF(3,4,2)= COUP*-CI * F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:78:26:

            COEFF(2,1,3)= COUP*-F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:79:26:

            COEFF(3,1,3)= COUP*-F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:81:26:

            COEFF(1,2,3)= COUP*-F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:83:26:

            COEFF(3,2,3)= COUP*-F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:85:26:

            COEFF(1,3,3)= COUP*-CI * F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:86:26:

            COEFF(2,3,3)= COUP*-CI * F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:87:26:

            COEFF(3,3,3)= COUP*-CI * F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:88:26:

            COEFF(4,3,3)= COUP*-CI * F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:101:26:

            COEFF(1,1,4)= COUP*-CI * F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:104:26:

            COEFF(4,1,4)= COUP*-CI * F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:106:26:

            COEFF(2,2,4)= COUP*-CI * F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:108:26:

            COEFF(4,2,4)= COUP*-CI * F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:109:26:

            COEFF(1,3,4)= COUP*-F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:110:26:

            COEFF(2,3,4)= COUP*-F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:111:26:

            COEFF(3,3,4)= COUP*-F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:112:26:

            COEFF(4,3,4)= COUP*-F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:113:26:

            COEFF(1,4,4)= COUP*-CI * F2(5)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:114:26:

            COEFF(2,4,4)= COUP*-CI * F2(6)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:115:26:

            COEFF(3,4,4)= COUP*-CI * F2(7)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     MP_FFV1L3_1.f:116:26:

            COEFF(4,4,4)= COUP*-CI * F2(8)
                               1
     Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_3L1_2.o FFV2_3L1_2.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_3L1_2.o MP_FFV2_3L1_2.f
     ar cru ../../lib/libdhelas.a aloha_functions.o FFV3L1_2.o MP_FFV3L1_2.o FFV2L2_1.o MP_FFV2L2_1.o FFV2_4_0.o MP_FFV2_4_0.o FFV3L2_1.o MP_FFV3L2_1.o FFV1_2.o MP_FFV1_2.o FFV2_0.o MP_FFV2_0.o FFV2_4L1_2.o MP_FFV2_4L1_2.o FFV2_4L2_1.o MP_FFV2_4L2_1.o FFV1L2P0_3.o MP_FFV1L2P0_3.o FFV4_0.o MP_FFV4_0.o FFV1L1P0_3.o MP_FFV1L1P0_3.o FFV2_3_0.o MP_FFV2_3_0.o FFV3_0.o MP_FFV3_0.o FFV1L3_2.o MP_FFV1L3_2.o FFV2_4_3.o MP_FFV2_4_3.o FFV2_3L2_1.o MP_FFV2_3L2_1.o FFV5_0.o MP_FFV5_0.o FFV1_1.o MP_FFV1_1.o FFV1P0_3.o MP_FFV1P0_3.o FFV2_5L2_1.o MP_FFV2_5L2_1.o FFV5_3.o MP_FFV5_3.o FFV3_3.o MP_FFV3_3.o FFV1_0.o MP_FFV1_0.o FFV2_5_3.o MP_FFV2_5_3.o FFV1L2_1.o MP_FFV1L2_1.o FFV2_5L1_2.o MP_FFV2_5L1_2.o FFV5L2_1.o MP_FFV5L2_1.o FFV2_3.o MP_FFV2_3.o FFV2L1_2.o MP_FFV2L1_2.o FFV1L1_2.o MP_FFV1L1_2.o FFV5L1_2.o MP_FFV5L1_2.o FFV2_5_0.o MP_FFV2_5_0.o FFV2_3_3.o MP_FFV2_3_3.o FFV4_3.o MP_FFV4_3.o FFV1L3_1.o MP_FFV1L3_1.o FFV2_3L1_2.o MP_FFV2_3L1_2.o
     ar: `u' modifier ignored since `D' is the default (see `U')
     ranlib ../../lib/libdhelas.a
     make[1]: Leaving directory '/home/joonblee/MG5_aMC_v2_5_1/bin/dyellell_13NOV16_2/Source/DHELAS'
     gfortran -O -fno-automatic -ffixed-line-length-132 -c alfas_functions_lhapdf.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c invarients.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c hfill.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c pawgraphs.f
     run.inc:79:21:

            common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                          1
     Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
     gfortran -O -fno-automatic -ffixed-line-length-132 -c ran1.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c rw_events.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c rw_routines.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c kin_functions.f
     run.inc:79:21:

            common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                          1
     Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
     run.inc:79:21:

            common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                          1
     Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
     run.inc:79:21:

            common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                          1
     Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
     run.inc:79:21:

            common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                          1
     Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
     run.inc:79:21:

            common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                          1
     Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
     gfortran -O -fno-automatic -ffixed-line-length-132 -c open_file.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c basecode.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o setrun.o setrun.f
     setrun.f:209:23:

                  lpdfvar(1)=0
                            1
     Warning: Extension: Conversion from INTEGER(4) to LOGICAL(4) at (1)
     ../SubProcesses/reweight0.inc:80:34:

            common/new_format_scale_pdf/LHAPDFsetname,scalevarR,scalevarF
                                       1
     Warning: Padding of 4 bytes required before 'scalevarr' in COMMON 'new_format_scale_pdf' at (1); reorder elements or use -fno-align-commons
     run.inc:79:21:

            common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                          1
     Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
     gfortran -O -fno-automatic -ffixed-line-length-132 -c run_printout.f
     run.inc:79:21:

            common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
                          1
     Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
     gfortran -O -fno-automatic -ffixed-line-length-132 -c dgauss.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c ranmar.f
     gfortran -O -fno-automatic -ffixed-line-length-132 -c getissud.f
     rm -f ../lib/libgeneric.a
     ar cru libgeneric.a alfas_functions_lhapdf.o invarients.o hfill.o pawgraphs.o ran1.o rw_events.o rw_routines.o kin_functions.o open_file.o basecode.o setrun.o run_printout.o dgauss.o ranmar.o getissud.o
     ar: `u' modifier ignored since `D' is the default (see `U')
     ranlib libgeneric.a
     mv libgeneric.a ../lib/
     rm -f alfas_functions_lhapdf.o
     rm -f ../lib/libpdf.a
     cd PDF; make
     make[1]: Entering directory '/home/joonblee/MG5_aMC_v2_5_1/bin/dyellell_13NOV16_2/Source/PDF'
     gfortran -O -fno-automatic -ffixed-line-length-132 -c -o pdfwrap_lhapdf.o pdfwrap_lhapdf.f
     make[1]: ./../../../../cvmfs/cms.cern.ch/slc6_amd64_gcc530/external/lhapdf/6.1.6-giojec/bin/lhapdf-config: Command not found
     g++ -O -c -o pdf_lhapdf6.o pdf_lhapdf6.cc
     pdf_lhapdf6.cc:6:24: fatal error: LHAPDF/PDF.h: No such file or directory
     compilation terminated.
     <builtin>: recipe for target 'pdf_lhapdf6.o' failed
     make[1]: *** [pdf_lhapdf6.o] Error 1
     make[1]: Leaving directory '/home/joonblee/MG5_aMC_v2_5_1/bin/dyellell_13NOV16_2/Source/PDF'
     makefile:54: recipe for target '../lib/libpdf.a' failed
     make: *** [../lib/libpdf.a] 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
Please report this bug on https://bugs.launchpad.net/mg5amcnlo
More information is found in '/home/joonblee/MG5_aMC_v2_5_1/bin/dyellell_13NOV16_2/run_01_tag_1_debug.log'.
Please attach this file to your report.
************************************************************************************************************

Thanks for your continuous helps.

Best Regards,
joonblee

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#14

Looks like that your path to lhapdf does not exists. Can you check?

Olivier
> On Nov 13, 2016, at 04:38, Joonbin Lee <email address hidden> wrote:
>
> Question #403940 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/403940
>
> Status: Answered => Open
>
> Joonbin Lee is still having a problem:
> Hi,
>
> I try the shower=OFF option. I got this error messages.
>
> *******************************************************************************************************************
> INFO: Compiling source...
> Command "launch auto " interrupted with error:
> MadGraph5Error : A compilation Error occurs when trying to compile /home/joonblee/MG5_aMC_v2_5_1/bin/dyellell_13NOV16_2/Source.
> The compilation fails with the following output message:
> rm -f ../lib/libdhelas.a
> cd DHELAS; make
> make[1]: Entering directory '/home/joonblee/MG5_aMC_v2_5_1/bin/dyellell_13NOV16_2/Source/DHELAS'
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o aloha_functions.o aloha_functions.f
> aloha_functions.f:483:25:
>
> ip = nhel * -1 * ((1-nh)/2)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> aloha_functions.f:2307:27:
>
> CALL ILXXXX(Q(0),M,-1,1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2310:27:
>
> CALL ILXXXX(Q(0),M,-1,-1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2318:27:
>
> CALL ILXXXX(Q(0),M,1,1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2321:27:
>
> CALL ILXXXX(Q(0),M,1,-1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2326:27:
>
> CALL OLXXXX(Q(0),M,-1,-1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2329:27:
>
> CALL OLXXXX(Q(0),M,-1,1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2334:27:
>
> CALL OLXXXX(Q(0),M,1,-1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2337:27:
>
> CALL OLXXXX(Q(0),M,1,1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2567:27:
>
> CALL ICLXXX(Q(0),M,-1,1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2570:27:
>
> CALL ICLXXX(Q(0),M,-1,-1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2575:27:
>
> CALL ICLXXX(Q(0),M,1,1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2578:27:
>
> CALL ICLXXX(Q(0),M,1,-1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2583:27:
>
> CALL OCLXXX(Q(0),M,-1,-1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2586:27:
>
> CALL OCLXXX(Q(0),M,-1,1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2591:27:
>
> CALL OCLXXX(Q(0),M,1,-1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2594:27:
>
> CALL OCLXXX(Q(0),M,1,1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV3L1_2.o FFV3L1_2.f
> FFV3L1_2.f:93:26:
>
> COEFF(2,0,4)= COUP*-2D0 * M2*(+CI*(V3(5)+V3(8)))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV3L1_2.o MP_FFV3L1_2.f
> MP_FFV3L1_2.f:93:26:
>
> COEFF(2,0,4)= COUP*-2Q0 * M2*(+CI*(V3(5)+V3(8)))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2L2_1.o FFV2L2_1.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2L2_1.o MP_FFV2L2_1.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_4_0.o FFV2_4_0.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_4_0.o MP_FFV2_4_0.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV3L2_1.o FFV3L2_1.f
> FFV3L2_1.f:52:26:
>
> COEFF(4,0,2)= COUP*-2D0 * M1*(+CI*(V3(5)+V3(8)))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV3L2_1.o MP_FFV3L2_1.f
> MP_FFV3L2_1.f:52:26:
>
> COEFF(4,0,2)= COUP*-2Q0 * M1*(+CI*(V3(5)+V3(8)))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1_2.o FFV1_2.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1_2.o MP_FFV1_2.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_0.o FFV2_0.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_0.o MP_FFV2_0.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_4L1_2.o FFV2_4L1_2.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_4L1_2.o MP_FFV2_4L1_2.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_4L2_1.o FFV2_4L2_1.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_4L2_1.o MP_FFV2_4L2_1.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1L2P0_3.o FFV1L2P0_3.f
> FFV1L2P0_3.f:21:26:
>
> COEFF(1,0,1)= COUP*-CI * F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L2P0_3.f:22:26:
>
> COEFF(2,0,1)= COUP*-CI * F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L2P0_3.f:23:26:
>
> COEFF(3,0,1)= COUP*-F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L2P0_3.f:24:26:
>
> COEFF(4,0,1)= COUP*-CI * F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L2P0_3.f:25:26:
>
> COEFF(1,0,2)= COUP*-CI * F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L2P0_3.f:26:26:
>
> COEFF(2,0,2)= COUP*-CI * F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L2P0_3.f:29:26:
>
> COEFF(1,0,3)= COUP*-CI * F1(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L2P0_3.f:33:26:
>
> COEFF(1,0,4)= COUP*-CI * F1(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L2P0_3.f:35:26:
>
> COEFF(3,0,4)= COUP*-F1(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L2P0_3.f:36:26:
>
> COEFF(4,0,4)= COUP*-CI * F1(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1L2P0_3.o MP_FFV1L2P0_3.f
> MP_FFV1L2P0_3.f:21:26:
>
> COEFF(1,0,1)= COUP*-CI * F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L2P0_3.f:22:26:
>
> COEFF(2,0,1)= COUP*-CI * F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L2P0_3.f:23:26:
>
> COEFF(3,0,1)= COUP*-F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L2P0_3.f:24:26:
>
> COEFF(4,0,1)= COUP*-CI * F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L2P0_3.f:25:26:
>
> COEFF(1,0,2)= COUP*-CI * F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L2P0_3.f:26:26:
>
> COEFF(2,0,2)= COUP*-CI * F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L2P0_3.f:29:26:
>
> COEFF(1,0,3)= COUP*-CI * F1(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L2P0_3.f:33:26:
>
> COEFF(1,0,4)= COUP*-CI * F1(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L2P0_3.f:35:26:
>
> COEFF(3,0,4)= COUP*-F1(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L2P0_3.f:36:26:
>
> COEFF(4,0,4)= COUP*-CI * F1(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV4_0.o FFV4_0.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV4_0.o MP_FFV4_0.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1L1P0_3.o FFV1L1P0_3.f
> FFV1L1P0_3.f:21:26:
>
> COEFF(1,0,1)= COUP*-CI * F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L1P0_3.f:23:26:
>
> COEFF(3,0,1)= COUP*-F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L1P0_3.f:25:26:
>
> COEFF(1,0,2)= COUP*-CI * F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L1P0_3.f:28:26:
>
> COEFF(4,0,2)= COUP*-CI * F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L1P0_3.f:29:26:
>
> COEFF(1,0,3)= COUP*-CI * F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L1P0_3.f:30:26:
>
> COEFF(2,0,3)= COUP*-CI * F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L1P0_3.f:32:26:
>
> COEFF(4,0,3)= COUP*-CI * F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L1P0_3.f:33:26:
>
> COEFF(1,0,4)= COUP*-CI * F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L1P0_3.f:34:26:
>
> COEFF(2,0,4)= COUP*-CI * F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L1P0_3.f:35:26:
>
> COEFF(3,0,4)= COUP*-F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1L1P0_3.o MP_FFV1L1P0_3.f
> MP_FFV1L1P0_3.f:21:26:
>
> COEFF(1,0,1)= COUP*-CI * F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L1P0_3.f:23:26:
>
> COEFF(3,0,1)= COUP*-F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L1P0_3.f:25:26:
>
> COEFF(1,0,2)= COUP*-CI * F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L1P0_3.f:28:26:
>
> COEFF(4,0,2)= COUP*-CI * F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L1P0_3.f:29:26:
>
> COEFF(1,0,3)= COUP*-CI * F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L1P0_3.f:30:26:
>
> COEFF(2,0,3)= COUP*-CI * F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L1P0_3.f:32:26:
>
> COEFF(4,0,3)= COUP*-CI * F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L1P0_3.f:33:26:
>
> COEFF(1,0,4)= COUP*-CI * F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L1P0_3.f:34:26:
>
> COEFF(2,0,4)= COUP*-CI * F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L1P0_3.f:35:26:
>
> COEFF(3,0,4)= COUP*-F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_3_0.o FFV2_3_0.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_3_0.o MP_FFV2_3_0.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV3_0.o FFV3_0.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV3_0.o MP_FFV3_0.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1L3_2.o FFV1L3_2.f
> FFV1L3_2.f:29:26:
>
> COEFF(1,1,1)= COUP*-CI * F1(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:30:26:
>
> COEFF(2,1,1)= COUP*-CI * F1(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:31:26:
>
> COEFF(3,1,1)= COUP*-CI * F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:32:26:
>
> COEFF(4,1,1)= COUP*-CI * F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:35:26:
>
> COEFF(3,2,1)= COUP*-CI * F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:36:26:
>
> COEFF(4,2,1)= COUP*-CI * F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:38:26:
>
> COEFF(2,3,1)= COUP*-F1(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:39:26:
>
> COEFF(3,3,1)= COUP*-F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:42:26:
>
> COEFF(2,4,1)= COUP*-CI * F1(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:43:26:
>
> COEFF(3,4,1)= COUP*-CI * F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:53:26:
>
> COEFF(1,1,2)= COUP*-CI * F1(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:54:26:
>
> COEFF(2,1,2)= COUP*-CI * F1(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:62:26:
>
> COEFF(2,3,2)= COUP*-F1(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:64:26:
>
> COEFF(4,3,2)= COUP*-F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:66:26:
>
> COEFF(2,4,2)= COUP*-CI * F1(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:68:26:
>
> COEFF(4,4,2)= COUP*-CI * F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:77:26:
>
> COEFF(1,1,3)= COUP*-F1(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:80:26:
>
> COEFF(4,1,3)= COUP*-F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:81:26:
>
> COEFF(1,2,3)= COUP*-F1(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:83:26:
>
> COEFF(3,2,3)= COUP*-F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:101:26:
>
> COEFF(1,1,4)= COUP*-CI * F1(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:104:26:
>
> COEFF(4,1,4)= COUP*-CI * F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:105:26:
>
> COEFF(1,2,4)= COUP*-CI * F1(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:107:26:
>
> COEFF(3,2,4)= COUP*-CI * F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:109:26:
>
> COEFF(1,3,4)= COUP*-F1(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:110:26:
>
> COEFF(2,3,4)= COUP*-F1(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:111:26:
>
> COEFF(3,3,4)= COUP*-F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_2.f:112:26:
>
> COEFF(4,3,4)= COUP*-F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1L3_2.o MP_FFV1L3_2.f
> MP_FFV1L3_2.f:29:26:
>
> COEFF(1,1,1)= COUP*-CI * F1(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:30:26:
>
> COEFF(2,1,1)= COUP*-CI * F1(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:31:26:
>
> COEFF(3,1,1)= COUP*-CI * F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:32:26:
>
> COEFF(4,1,1)= COUP*-CI * F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:35:26:
>
> COEFF(3,2,1)= COUP*-CI * F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:36:26:
>
> COEFF(4,2,1)= COUP*-CI * F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:38:26:
>
> COEFF(2,3,1)= COUP*-F1(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:39:26:
>
> COEFF(3,3,1)= COUP*-F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:42:26:
>
> COEFF(2,4,1)= COUP*-CI * F1(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:43:26:
>
> COEFF(3,4,1)= COUP*-CI * F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:53:26:
>
> COEFF(1,1,2)= COUP*-CI * F1(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:54:26:
>
> COEFF(2,1,2)= COUP*-CI * F1(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:62:26:
>
> COEFF(2,3,2)= COUP*-F1(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:64:26:
>
> COEFF(4,3,2)= COUP*-F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:66:26:
>
> COEFF(2,4,2)= COUP*-CI * F1(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:68:26:
>
> COEFF(4,4,2)= COUP*-CI * F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:77:26:
>
> COEFF(1,1,3)= COUP*-F1(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:80:26:
>
> COEFF(4,1,3)= COUP*-F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:81:26:
>
> COEFF(1,2,3)= COUP*-F1(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:83:26:
>
> COEFF(3,2,3)= COUP*-F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:101:26:
>
> COEFF(1,1,4)= COUP*-CI * F1(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:104:26:
>
> COEFF(4,1,4)= COUP*-CI * F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:105:26:
>
> COEFF(1,2,4)= COUP*-CI * F1(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:107:26:
>
> COEFF(3,2,4)= COUP*-CI * F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:109:26:
>
> COEFF(1,3,4)= COUP*-F1(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:110:26:
>
> COEFF(2,3,4)= COUP*-F1(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:111:26:
>
> COEFF(3,3,4)= COUP*-F1(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_2.f:112:26:
>
> COEFF(4,3,4)= COUP*-F1(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_4_3.o FFV2_4_3.f
> FFV2_4_3.f:38:43:
>
> $ *F1(6)-P3(0)*OM3*TMP1))+COUP2*(OM3*-1D0/2D0 * P3(0)*(TMP1+2D0
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV2_4_3.f:42:43:
>
> $ *F1(6)+P3(1)*OM3*TMP1))+COUP2*(OM3*-1D0/2D0 * P3(1)*(TMP1+2D0
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_4_3.o MP_FFV2_4_3.f
> MP_FFV2_4_3.f:38:43:
>
> $ *F1(6)-P3(0)*OM3*TMP1))+COUP2*(OM3*-1Q0/2Q0 * P3(0)*(TMP1+2Q0
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV2_4_3.f:42:43:
>
> $ *F1(6)+P3(1)*OM3*TMP1))+COUP2*(OM3*-1Q0/2Q0 * P3(1)*(TMP1+2Q0
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_3L2_1.o FFV2_3L2_1.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_3L2_1.o MP_FFV2_3L2_1.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV5_0.o FFV5_0.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV5_0.o MP_FFV5_0.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1_1.o FFV1_1.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1_1.o MP_FFV1_1.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1P0_3.o FFV1P0_3.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1P0_3.o MP_FFV1P0_3.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_5L2_1.o FFV2_5L2_1.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_5L2_1.o MP_FFV2_5L2_1.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV5_3.o FFV5_3.f
> FFV5_3.f:36:37:
>
> V3(5)= DENOM*(-4D0 * CI)*(OM3*-1D0/4D0 * P3(0)*(TMP1+4D0*(TMP4))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV5_3.f:38:37:
>
> V3(6)= DENOM*(-4D0 * CI)*(OM3*-1D0/4D0 * P3(1)*(TMP1+4D0*(TMP4))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV5_3.o MP_FFV5_3.f
> MP_FFV5_3.f:36:37:
>
> V3(5)= DENOM*(-4Q0 * CI)*(OM3*-1Q0/4Q0 * P3(0)*(TMP1+4Q0*(TMP4))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV5_3.f:38:37:
>
> V3(6)= DENOM*(-4Q0 * CI)*(OM3*-1Q0/4Q0 * P3(1)*(TMP1+4Q0*(TMP4))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV3_3.o FFV3_3.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV3_3.o MP_FFV3_3.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1_0.o FFV1_0.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1_0.o MP_FFV1_0.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_5_3.o FFV2_5_3.f
> FFV2_5_3.f:38:43:
>
> $ *F1(6)-P3(0)*OM3*TMP1))+COUP2*(OM3*-1D0/4D0 * P3(0)*(TMP1+4D0
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV2_5_3.f:42:43:
>
> $ *F1(6)+P3(1)*OM3*TMP1))+COUP2*(OM3*-1D0/4D0 * P3(1)*(TMP1+4D0
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_5_3.o MP_FFV2_5_3.f
> MP_FFV2_5_3.f:38:43:
>
> $ *F1(6)-P3(0)*OM3*TMP1))+COUP2*(OM3*-1Q0/4Q0 * P3(0)*(TMP1+4Q0
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV2_5_3.f:42:43:
>
> $ *F1(6)+P3(1)*OM3*TMP1))+COUP2*(OM3*-1Q0/4Q0 * P3(1)*(TMP1+4Q0
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1L2_1.o FFV1L2_1.f
> FFV1L2_1.f:28:26:
>
> COEFF(4,0,1)= COUP*-M1*(V3(7)+CI*(V3(6)))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L2_1.f:50:26:
>
> COEFF(3,0,2)= COUP*-M1*(+CI*(V3(6))-V3(7))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1L2_1.o MP_FFV1L2_1.f
> MP_FFV1L2_1.f:28:26:
>
> COEFF(4,0,1)= COUP*-M1*(V3(7)+CI*(V3(6)))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L2_1.f:50:26:
>
> COEFF(3,0,2)= COUP*-M1*(+CI*(V3(6))-V3(7))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_5L1_2.o FFV2_5L1_2.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_5L1_2.o MP_FFV2_5L1_2.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV5L2_1.o FFV5L2_1.f
> FFV5L2_1.f:28:26:
>
> COEFF(4,0,1)= COUP*-4D0 * M1*(V3(7)+CI*(V3(6)))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV5L2_1.o MP_FFV5L2_1.f
> MP_FFV5L2_1.f:28:26:
>
> COEFF(4,0,1)= COUP*-4Q0 * M1*(V3(7)+CI*(V3(6)))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_3.o FFV2_3.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_3.o MP_FFV2_3.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2L1_2.o FFV2L1_2.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2L1_2.o MP_FFV2L1_2.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1L1_2.o FFV1L1_2.f
> FFV1L1_2.f:69:26:
>
> COEFF(2,0,3)= COUP*-M2*(+CI*(V3(6))-V3(7))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L1_2.f:91:26:
>
> COEFF(1,0,4)= COUP*-M2*(V3(7)+CI*(V3(6)))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1L1_2.o MP_FFV1L1_2.f
> MP_FFV1L1_2.f:69:26:
>
> COEFF(2,0,3)= COUP*-M2*(+CI*(V3(6))-V3(7))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L1_2.f:91:26:
>
> COEFF(1,0,4)= COUP*-M2*(V3(7)+CI*(V3(6)))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV5L1_2.o FFV5L1_2.f
> FFV5L1_2.f:92:26:
>
> COEFF(1,0,4)= COUP*-4D0 * M2*(V3(7)+CI*(V3(6)))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV5L1_2.o MP_FFV5L1_2.f
> MP_FFV5L1_2.f:92:26:
>
> COEFF(1,0,4)= COUP*-4Q0 * M2*(V3(7)+CI*(V3(6)))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_5_0.o FFV2_5_0.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_5_0.o MP_FFV2_5_0.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_3_3.o FFV2_3_3.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_3_3.o MP_FFV2_3_3.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV4_3.o FFV4_3.f
> FFV4_3.f:36:37:
>
> V3(5)= DENOM*(-2D0 * CI)*(OM3*-1D0/2D0 * P3(0)*(TMP1+2D0*(TMP4))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV4_3.f:38:37:
>
> V3(6)= DENOM*(-2D0 * CI)*(OM3*-1D0/2D0 * P3(1)*(TMP1+2D0*(TMP4))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV4_3.o MP_FFV4_3.f
> MP_FFV4_3.f:36:37:
>
> V3(5)= DENOM*(-2Q0 * CI)*(OM3*-1Q0/2Q0 * P3(0)*(TMP1+2Q0*(TMP4))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV4_3.f:38:37:
>
> V3(6)= DENOM*(-2Q0 * CI)*(OM3*-1Q0/2Q0 * P3(1)*(TMP1+2Q0*(TMP4))
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV1L3_1.o FFV1L3_1.f
> FFV1L3_1.f:35:26:
>
> COEFF(3,2,1)= COUP*-CI * F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:36:26:
>
> COEFF(4,2,1)= COUP*-CI * F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:37:26:
>
> COEFF(1,3,1)= COUP*-F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:40:26:
>
> COEFF(4,3,1)= COUP*-F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:42:26:
>
> COEFF(2,4,1)= COUP*-CI * F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:43:26:
>
> COEFF(3,4,1)= COUP*-CI * F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:53:26:
>
> COEFF(1,1,2)= COUP*-CI * F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:54:26:
>
> COEFF(2,1,2)= COUP*-CI * F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:57:26:
>
> COEFF(1,2,2)= COUP*-CI * F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:58:26:
>
> COEFF(2,2,2)= COUP*-CI * F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:59:26:
>
> COEFF(3,2,2)= COUP*-CI * F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:60:26:
>
> COEFF(4,2,2)= COUP*-CI * F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:62:26:
>
> COEFF(2,3,2)= COUP*-F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:64:26:
>
> COEFF(4,3,2)= COUP*-F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:65:26:
>
> COEFF(1,4,2)= COUP*-CI * F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:67:26:
>
> COEFF(3,4,2)= COUP*-CI * F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:78:26:
>
> COEFF(2,1,3)= COUP*-F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:79:26:
>
> COEFF(3,1,3)= COUP*-F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:81:26:
>
> COEFF(1,2,3)= COUP*-F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:83:26:
>
> COEFF(3,2,3)= COUP*-F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:85:26:
>
> COEFF(1,3,3)= COUP*-CI * F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:86:26:
>
> COEFF(2,3,3)= COUP*-CI * F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:87:26:
>
> COEFF(3,3,3)= COUP*-CI * F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:88:26:
>
> COEFF(4,3,3)= COUP*-CI * F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:101:26:
>
> COEFF(1,1,4)= COUP*-CI * F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:104:26:
>
> COEFF(4,1,4)= COUP*-CI * F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:106:26:
>
> COEFF(2,2,4)= COUP*-CI * F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:108:26:
>
> COEFF(4,2,4)= COUP*-CI * F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:109:26:
>
> COEFF(1,3,4)= COUP*-F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:110:26:
>
> COEFF(2,3,4)= COUP*-F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:111:26:
>
> COEFF(3,3,4)= COUP*-F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:112:26:
>
> COEFF(4,3,4)= COUP*-F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:113:26:
>
> COEFF(1,4,4)= COUP*-CI * F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:114:26:
>
> COEFF(2,4,4)= COUP*-CI * F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:115:26:
>
> COEFF(3,4,4)= COUP*-CI * F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> FFV1L3_1.f:116:26:
>
> COEFF(4,4,4)= COUP*-CI * F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV1L3_1.o MP_FFV1L3_1.f
> MP_FFV1L3_1.f:35:26:
>
> COEFF(3,2,1)= COUP*-CI * F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:36:26:
>
> COEFF(4,2,1)= COUP*-CI * F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:37:26:
>
> COEFF(1,3,1)= COUP*-F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:40:26:
>
> COEFF(4,3,1)= COUP*-F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:42:26:
>
> COEFF(2,4,1)= COUP*-CI * F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:43:26:
>
> COEFF(3,4,1)= COUP*-CI * F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:53:26:
>
> COEFF(1,1,2)= COUP*-CI * F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:54:26:
>
> COEFF(2,1,2)= COUP*-CI * F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:57:26:
>
> COEFF(1,2,2)= COUP*-CI * F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:58:26:
>
> COEFF(2,2,2)= COUP*-CI * F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:59:26:
>
> COEFF(3,2,2)= COUP*-CI * F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:60:26:
>
> COEFF(4,2,2)= COUP*-CI * F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:62:26:
>
> COEFF(2,3,2)= COUP*-F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:64:26:
>
> COEFF(4,3,2)= COUP*-F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:65:26:
>
> COEFF(1,4,2)= COUP*-CI * F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:67:26:
>
> COEFF(3,4,2)= COUP*-CI * F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:78:26:
>
> COEFF(2,1,3)= COUP*-F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:79:26:
>
> COEFF(3,1,3)= COUP*-F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:81:26:
>
> COEFF(1,2,3)= COUP*-F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:83:26:
>
> COEFF(3,2,3)= COUP*-F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:85:26:
>
> COEFF(1,3,3)= COUP*-CI * F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:86:26:
>
> COEFF(2,3,3)= COUP*-CI * F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:87:26:
>
> COEFF(3,3,3)= COUP*-CI * F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:88:26:
>
> COEFF(4,3,3)= COUP*-CI * F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:101:26:
>
> COEFF(1,1,4)= COUP*-CI * F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:104:26:
>
> COEFF(4,1,4)= COUP*-CI * F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:106:26:
>
> COEFF(2,2,4)= COUP*-CI * F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:108:26:
>
> COEFF(4,2,4)= COUP*-CI * F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:109:26:
>
> COEFF(1,3,4)= COUP*-F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:110:26:
>
> COEFF(2,3,4)= COUP*-F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:111:26:
>
> COEFF(3,3,4)= COUP*-F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:112:26:
>
> COEFF(4,3,4)= COUP*-F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:113:26:
>
> COEFF(1,4,4)= COUP*-CI * F2(5)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:114:26:
>
> COEFF(2,4,4)= COUP*-CI * F2(6)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:115:26:
>
> COEFF(3,4,4)= COUP*-CI * F2(7)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> MP_FFV1L3_1.f:116:26:
>
> COEFF(4,4,4)= COUP*-CI * F2(8)
> 1
> Warning: Extension: Unary operator following arithmetic operator (use parentheses) at (1)
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o FFV2_3L1_2.o FFV2_3L1_2.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o MP_FFV2_3L1_2.o MP_FFV2_3L1_2.f
> ar cru ../../lib/libdhelas.a aloha_functions.o FFV3L1_2.o MP_FFV3L1_2.o FFV2L2_1.o MP_FFV2L2_1.o FFV2_4_0.o MP_FFV2_4_0.o FFV3L2_1.o MP_FFV3L2_1.o FFV1_2.o MP_FFV1_2.o FFV2_0.o MP_FFV2_0.o FFV2_4L1_2.o MP_FFV2_4L1_2.o FFV2_4L2_1.o MP_FFV2_4L2_1.o FFV1L2P0_3.o MP_FFV1L2P0_3.o FFV4_0.o MP_FFV4_0.o FFV1L1P0_3.o MP_FFV1L1P0_3.o FFV2_3_0.o MP_FFV2_3_0.o FFV3_0.o MP_FFV3_0.o FFV1L3_2.o MP_FFV1L3_2.o FFV2_4_3.o MP_FFV2_4_3.o FFV2_3L2_1.o MP_FFV2_3L2_1.o FFV5_0.o MP_FFV5_0.o FFV1_1.o MP_FFV1_1.o FFV1P0_3.o MP_FFV1P0_3.o FFV2_5L2_1.o MP_FFV2_5L2_1.o FFV5_3.o MP_FFV5_3.o FFV3_3.o MP_FFV3_3.o FFV1_0.o MP_FFV1_0.o FFV2_5_3.o MP_FFV2_5_3.o FFV1L2_1.o MP_FFV1L2_1.o FFV2_5L1_2.o MP_FFV2_5L1_2.o FFV5L2_1.o MP_FFV5L2_1.o FFV2_3.o MP_FFV2_3.o FFV2L1_2.o MP_FFV2L1_2.o FFV1L1_2.o MP_FFV1L1_2.o FFV5L1_2.o MP_FFV5L1_2.o FFV2_5_0.o MP_FFV2_5_0.o FFV2_3_3.o MP_FFV2_3_3.o FFV4_3.o MP_FFV4_3.o FFV1L3_1.o MP_FFV1L3_1.o FFV2_3L1_2.o MP_FFV2_3L1_2.o
> ar: `u' modifier ignored since `D' is the default (see `U')
> ranlib ../../lib/libdhelas.a
> make[1]: Leaving directory '/home/joonblee/MG5_aMC_v2_5_1/bin/dyellell_13NOV16_2/Source/DHELAS'
> gfortran -O -fno-automatic -ffixed-line-length-132 -c alfas_functions_lhapdf.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c invarients.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c hfill.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c pawgraphs.f
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> gfortran -O -fno-automatic -ffixed-line-length-132 -c ran1.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c rw_events.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c rw_routines.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c kin_functions.f
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> gfortran -O -fno-automatic -ffixed-line-length-132 -c open_file.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c basecode.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o setrun.o setrun.f
> setrun.f:209:23:
>
> lpdfvar(1)=0
> 1
> Warning: Extension: Conversion from INTEGER(4) to LOGICAL(4) at (1)
> ../SubProcesses/reweight0.inc:80:34:
>
> common/new_format_scale_pdf/LHAPDFsetname,scalevarR,scalevarF
> 1
> Warning: Padding of 4 bytes required before 'scalevarr' in COMMON 'new_format_scale_pdf' at (1); reorder elements or use -fno-align-commons
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> gfortran -O -fno-automatic -ffixed-line-length-132 -c run_printout.f
> run.inc:79:21:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_down, rw_Rscale_up,
> 1
> Warning: Padding of 4 bytes required before 'rw_fscale_down' in COMMON 'to_rwgt' at (1); reorder elements or use -fno-align-commons
> gfortran -O -fno-automatic -ffixed-line-length-132 -c dgauss.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c ranmar.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c getissud.f
> rm -f ../lib/libgeneric.a
> ar cru libgeneric.a alfas_functions_lhapdf.o invarients.o hfill.o pawgraphs.o ran1.o rw_events.o rw_routines.o kin_functions.o open_file.o basecode.o setrun.o run_printout.o dgauss.o ranmar.o getissud.o
> ar: `u' modifier ignored since `D' is the default (see `U')
> ranlib libgeneric.a
> mv libgeneric.a ../lib/
> rm -f alfas_functions_lhapdf.o
> rm -f ../lib/libpdf.a
> cd PDF; make
> make[1]: Entering directory '/home/joonblee/MG5_aMC_v2_5_1/bin/dyellell_13NOV16_2/Source/PDF'
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -o pdfwrap_lhapdf.o pdfwrap_lhapdf.f
> make[1]: ./../../../../cvmfs/cms.cern.ch/slc6_amd64_gcc530/external/lhapdf/6.1.6-giojec/bin/lhapdf-config: Command not found
> g++ -O -c -o pdf_lhapdf6.o pdf_lhapdf6.cc
> pdf_lhapdf6.cc:6:24: fatal error: LHAPDF/PDF.h: No such file or directory
> compilation terminated.
> <builtin>: recipe for target 'pdf_lhapdf6.o' failed
> make[1]: *** [pdf_lhapdf6.o] Error 1
> make[1]: Leaving directory '/home/joonblee/MG5_aMC_v2_5_1/bin/dyellell_13NOV16_2/Source/PDF'
> makefile:54: recipe for target '../lib/libpdf.a' failed
> make: *** [../lib/libpdf.a] 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
> Please report this bug on https://bugs.launchpad.net/mg5amcnlo
> More information is found in '/home/joonblee/MG5_aMC_v2_5_1/bin/dyellell_13NOV16_2/run_01_tag_1_debug.log'.
> Please attach this file to your report.
> ************************************************************************************************************
>
>
> Thanks for your continuous helps.
>
> Best Regards,
> joonblee
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Joonbin Lee (joonblee) said :
#15

Hi,

I use lhapdf in the cvmfs.

----------------------------------------------------------------------------------------------
[***@*** bin]$ ./mg5_aMC
MG5_aMC>set lhapdf ./../../../../cvmfs/cms.cern.ch/slc6_amd64_gcc530/external/lhapdf/6.1.6-giojec/bin/lhapdf-config
----------------------------------------------------------------------------------------------

then I got the message like bellows.

----------------------------------------------------------------------------------------------------
save options --auto
save configuration file to /home/joonblee/MG5_aMC_v2_5_1/input/mg5_configuration.txt
----------------------------------------------------------------------------------------------------

I also checked that /PATH/TO/lhapdf-config is right path.

Thanks.

Best regards,
joonblee

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#16

Can you try with an absolute path instead of a relative one?

Cheers,

Olivier

> On Nov 13, 2016, at 18:32, Joonbin Lee <email address hidden> wrote:
>
> Question #403940 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/403940
>
> Status: Answered => Open
>
> Joonbin Lee is still having a problem:
> Hi,
>
> I use lhapdf in the cvmfs.
>
>
> ----------------------------------------------------------------------------------------------
> [***@*** bin]$ ./mg5_aMC
> MG5_aMC>set lhapdf ./../../../../cvmfs/cms.cern.ch/slc6_amd64_gcc530/external/lhapdf/6.1.6-giojec/bin/lhapdf-config
> ----------------------------------------------------------------------------------------------
>
>
> then I got the message like bellows.
>
>
> ----------------------------------------------------------------------------------------------------
> save options --auto
> save configuration file to /home/joonblee/MG5_aMC_v2_5_1/input/mg5_configuration.txt
> ----------------------------------------------------------------------------------------------------
>
>
> I also checked that /PATH/TO/lhapdf-config is right path.
>
> Thanks.
>
>
> Best regards,
> joonblee
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Joonbin Lee (joonblee) said :
#17

Hi,

Thanks for your help. Now I get the cross section and lhe file.

However, when I convert lhe file to root file, the 'events.root>LHEF;1>Particle>Particle.M' folder contains nothing. ('events.root>LHEF;1>Event' folder and 'events.root>LHEF;1>Rwgt; folder work normally.) It gives me the empty histogram. I use ExRootLHEFConverter as follows.

-----------------------------------------------------------------------
[###@### ExRootAnalysis]$ cp /PATH/TO/events.lhe ./
[###@### ExRootAnalysis]$ ./ExRootLHEFConverter events.lhe events.root
[###@### ExRootAnaysis]$ root
Root [0] TBorwser b

(open 'events.root > LHEF;1 > Particle > Particle.M' -> empty histogram)
-----------------------------------------------------------------------

There existed some WARNING messages right after the event generation. I append the messages, but I don't think these messages are related with the problem.

-----------------------------------------------------------------
ARNING: You have chosen not to run a parton shower. NLO events without showering are NOT physical.
Please, shower the Les Houches events before using them for physics analyses.
INFO:
WARNING: You are running with FxFx merging enabled.
To be able to merge samples of various multiplicities without double counting,
you have to remove some events after showering 'by hand'.
Please read http://amcatnlo.cern.ch/FxFx_merging.htm for more details.
quit
-------------------------------------------------------------------

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#18

Hi,

We are not supporting the lhef to root parser, so I can not really comment on that.
This being said, the lhef produced by aMC@NLO is not meaningful on its own.
It has to be showered (by the shower specified in the run_card).

For that reason, it will make a lot of sense that the lhef to root parser does not support
such lhef format.

Cheers,

Olivier

> On Nov 14, 2016, at 04:57, Joonbin Lee <email address hidden> wrote:
>
> Question #403940 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/403940
>
> Status: Answered => Open
>
> Joonbin Lee is still having a problem:
> Hi,
>
> Thanks for your help. Now I get the cross section and lhe file.
>
> However, when I convert lhe file to root file, the
> 'events.root>LHEF;1>Particle>Particle.M' folder contains nothing.
> ('events.root>LHEF;1>Event' folder and 'events.root>LHEF;1>Rwgt; folder
> work normally.) It gives me the empty histogram. I use
> ExRootLHEFConverter as follows.
>
>
> -----------------------------------------------------------------------
> [###@### ExRootAnalysis]$ cp /PATH/TO/events.lhe ./
> [###@### ExRootAnalysis]$ ./ExRootLHEFConverter events.lhe events.root
> [###@### ExRootAnaysis]$ root
> Root [0] TBorwser b
>
>
> (open 'events.root > LHEF;1 > Particle > Particle.M' -> empty histogram)
> -----------------------------------------------------------------------
>
>
> There existed some WARNING messages right after the event generation. I append the messages, but I don't think these messages are related with the problem.
>
>
> -----------------------------------------------------------------
> ARNING: You have chosen not to run a parton shower. NLO events without showering are NOT physical.
> Please, shower the Les Houches events before using them for physics analyses.
> INFO:
> WARNING: You are running with FxFx merging enabled.
> To be able to merge samples of various multiplicities without double counting,
> you have to remove some events after showering 'by hand'.
> Please read http://amcatnlo.cern.ch/FxFx_merging.htm for more details.
> quit
> -------------------------------------------------------------------
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Joonbin Lee (joonblee) said :
#19

Thank you, Olivier.

I'll try more.

Best regards,
joonblee