gfortran compilation error: check_poles.f:106.15

Asked by Igor V. Gorelov

Hello,

   I have installed MadGraph5_aMC@NLO:

   my local machine:
[elmorro:MG5_aMC_v2_1_1] > uname -irn
elmorro.phys.unm.edu 2.6.32-431.11.2.el6.x86_64 x86_64

   SL6 release:
[elmorro:MG5_aMC_v2_1_1] > cat /etc/redhat-release
Scientific Linux CERN SLC release 6.5 (Carbon)

   the latest version:
[elmorro:MG5_aMC_v2_1_1] > cat madgraph/VERSION
version = 2.1.1
date = 2014-03-31

  The FASTJET and LHAPDF versions are installed also locally:

 [elmorro:input] > echo $PWD
/home/gorelov/homework/aMCatNLO/MG5_aMC_v2_1_1/input

[elmorro:input] > /sw/lcg/app/releases/fastjet/fastjet-install/bin/fastjet-config --version
3.0.6
[elmorro:input] > /sw/lcg/app/releases/lhapdf6sets/6.1.1/local/bin/lhapdf-config --version
6.1.1

The compilers and libraries have been ported with yum from "devtoolset-2"

[elmorro:MYDIR] > which gcc
/opt/rh/devtoolset-2/root/usr/bin/gcc

[elmorro:MYDIR] > which gfortran
/opt/rh/devtoolset-2/root/usr/bin/gfortran

[elmorro:MYDIR] > gcc --version
gcc (GCC) 4.8.2 20140120 (Red Hat 4.8.2-15)
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[elmorro:MYDIR] > gfortran --version
GNU Fortran (GCC) 4.8.2 20140120 (Red Hat 4.8.2-15)
Copyright (C) 2013 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

[elmorro:MYDIR] > echo $PATH
/home/gorelov/scripts:/opt/rh/devtoolset-2/root/usr/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/sue/bin:/usr/lib64/qt-3.3/bin:/home/gorelov/bin
[elmorro:MYDIR] > echo $LD_LIBRARY_PATH
/opt/rh/devtoolset-2/root/usr/lib64:/opt/rh/devtoolset-2/root/usr/lib

I have started the generator and tried to generate:
[elmorro:MG5_aMC_v2_1_1] > ./bin/mg5_aMC
load MG5 configuration from input/mg5_configuration.txt
set lhapdf to /sw/lcg/app/releases/lhapdf6sets/6.1.1/local/bin/lhapdf-config
set fastjet to /sw/lcg/app/releases/fastjet/fastjet-install/bin/fastjet-config
Using default eps viewer "evince". Set another one in ./input/mg5_configuration.txt
Using default web browser "firefox". Set another one in ./input/mg5_configuration.txt
Loading default model: sm
................................
MG5_aMC>generate p p > t t~ w+ [QCD]
The default sm model does not allow to generate loop processes. MG5_aMC now loads 'loop_sm' instead.
 import model loop_sm
......................
MG5_aMC>output MYDIR
INFO: Writing out the aMC@NLO code, using optimized Loops
INFO: directory /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_1/MYDIR already exists.
If you continue this directory will be deleted and replaced.
Do you want to continue? [y, n][60s to answer]
>y
INFO: initialize a new directory: MYDIR
INFO: remove old information in MYDIR
.....................
MG5_aMC>launch
INFO: load configuration from /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_1/MYDIR/Cards/amcatnlo_configuration.txt
INFO: load configuration from /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_1/input/mg5_configuration.txt
INFO: load configuration from /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_1/MYDIR/Cards/amcatnlo_configuration.txt
launch auto
................
>done
INFO: will run in mode: aMC@NLO
................

>
INFO: Starting run
INFO: Compiling the code
INFO: For gauge cancellation, the width of 't' has been set to zero.
INFO: Using built-in libraries for PDFs
INFO: Compiling source...
INFO: ...done, continuing with P* directories
INFO: Compiling directories...
INFO: Compiling on 16 cores
INFO: Compiling P0_udx_wpttx...
INFO: Compiling P0_dxu_wpttx...
WARNING: A compilation Error occurs when trying to compile /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_1/MYDIR/SubProcesses/P0_udx_wpttx.
The compilation fails with the following output message:
    gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. check_poles.f
    check_poles.f:106.15:

         1 pmass_rambo, prambo)
                   1
    Warning: Actual argument contains too few elements for dummy argument 'xm' (6/100) at (1)
    check_poles.f:136.19:

         1 pmass_rambo, prambo)
                       1
    Warning: Actual argument contains too few elements for dummy argument 'xm' (6/100) at (1)
    run.inc:75.21:
        Included at check_poles.f:46:

          common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_do
                         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. BinothLHA.f
    gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. born_hel.f
    for dir in `ls -d V*`; do cd $dir; make; cd ../; done
    make[1]: Entering directory `/mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_1/MYDIR/SubProcesses/P0_udx_wpttx/V0_udx_wpttx'
    rm -f ../libMadLoop.a
    gfortran -O -fno-automatic -ffixed-line-length-132 -c loop_matrix.f
    MadLoopParams.inc:16.22:
        Included at loop_matrix.f:148:

          common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
                          1
    Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
    MadLoopParams.inc:16.22:
        Included at loop_matrix.f:1442:

          common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
                          1
    Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
    MadLoopParams.inc:16.22:
        Included at loop_matrix.f:1385:

          common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
                          1
    Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
    MadLoopParams.inc:16.22:
        Included at loop_matrix.f:1549:

          common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
                          1
    Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
    gfortran -O -fno-automatic -ffixed-line-length-132 -c improve_ps.f
    MadLoopParams.inc:16.22:
        Included at improve_ps.f:63:

          common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
                          1
    Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
    gfortran -O -fno-automatic -ffixed-line-length-132 -c born_matrix.f
    gfortran -O -fno-automatic -ffixed-line-length-132 -c loop_num.f
    gfortran -O -fno-automatic -ffixed-line-length-132 -c CT_interface.f
...............................

    MadLoopParams.inc:16.22:
        Included at MadLoopParamReader.f:6:

          common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
                          1
    Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
    gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_compute_loop_coefs.f
    mv libMadLoop.a ../
    make[1]: Leaving directory `/mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_1/MYDIR/SubProcesses/P0_udx_wpttx/V0_udx_wpttx'
    gfortran -o check_poles parton_lum_1.o parton_lum_2.o parton_lum_3.o parton_lum_chooser.o matrix_1.o matrix_2.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 b_sf_002.o b_sf_003.o b_sf_004.o b_sf_005.o b_sf_006.o b_sf_007.o b_sf_008.o fks_Sij.o trapfpe.o fastjetfortran_madfks_full.o fastjet_wrapper.o fks_singular.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 MC_integer.o reweight_xsec_events_pdf_dummy.o cuts.o check_poles.o BinothLHA.o born_hel.o -L../../lib/ libMadLoop.a -lcts -L../../lib/ -ldhelas -lgeneric -lmodel -lpdf -lcernlib -Wl,-rpath,/sw/lcg/app/releases/fastjet/fastjet-3.0.6/../fastjet-install/lib -lm -L/sw/lcg/app/releases/fastjet/fastjet-3.0.6/../fastjet-install/lib -lfastjettools -lfastjet -lfastjetplugins -lsiscone_spherical -lsiscone -lstdc++
    libMadLoop.a(improve_ps.o): In function `mp_is_close_':
    improve_ps.f:(.text+0x1cf): undefined reference to `_gfortran_transfer_real128_write'
    libMadLoop.a(improve_ps.o): In function `mp_is_physical_':
    improve_ps.f:(.text+0x1e2e): undefined reference to `_gfortran_transfer_real128_write'
    improve_ps.f:(.text+0x20c3): undefined reference to `_gfortran_transfer_real128_write'
    improve_ps.f:(.text+0x2226): undefined reference to `_gfortran_transfer_real128_write'
    ../../lib//libcts.a(avh_olo.o): In function `__avh_olo_qp_print_MOD_printr':
    avh_olo.f90:(.text+0x8c55b): undefined reference to `_gfortran_transfer_real128_write'
    collect2: error: ld returned 1 exit status
    make: *** [check_poles] Error 1

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

  Your comments and ideas to fix the compilation error are appreciated.

 Thank you !

Best regards,

  Igor Gorelov (ATLAS Collab., CERN).

Question information

Language:
English Edit question
Status:
Answered
For:
MadGraph5_aMC@NLO Edit question
Assignee:
marco zaro Edit question
Last query:
Last reply:
Whiteboard:
Hi Marco, this sounds the same compilation issue that we face in Korea together, did you fix it by editing another file that improve/f? CHeers, Olivier
Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#1

Hi Igor,

Thanks a lot for this report,
This should be fixed in the next version of the code, it seems that some version of gfortran have some problem to handle write statement in quadruple precision.

If you want to fix this quickly, you can remove all the write statement in the file
Template/NLO/./Utilities/improve.f

Cheers and thanks,

Olivier

On May 30, 2014, at 4:31 AM, Igor V. Gorelov <email address hidden> wrote:

> New question #249495 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/249495
>
> Hello,
>
> I have installed MadGraph5_aMC@NLO:
>
> my local machine:
> [elmorro:MG5_aMC_v2_1_1] > uname -irn
> elmorro.phys.unm.edu 2.6.32-431.11.2.el6.x86_64 x86_64
>
> SL6 release:
> [elmorro:MG5_aMC_v2_1_1] > cat /etc/redhat-release
> Scientific Linux CERN SLC release 6.5 (Carbon)
>
> the latest version:
> [elmorro:MG5_aMC_v2_1_1] > cat madgraph/VERSION
> version = 2.1.1
> date = 2014-03-31
>
> The FASTJET and LHAPDF versions are installed also locally:
>
> [elmorro:input] > echo $PWD
> /home/gorelov/homework/aMCatNLO/MG5_aMC_v2_1_1/input
>
> [elmorro:input] > /sw/lcg/app/releases/fastjet/fastjet-install/bin/fastjet-config --version
> 3.0.6
> [elmorro:input] > /sw/lcg/app/releases/lhapdf6sets/6.1.1/local/bin/lhapdf-config --version
> 6.1.1
>
> The compilers and libraries have been ported with yum from "devtoolset-2"
>
> [elmorro:MYDIR] > which gcc
> /opt/rh/devtoolset-2/root/usr/bin/gcc
>
> [elmorro:MYDIR] > which gfortran
> /opt/rh/devtoolset-2/root/usr/bin/gfortran
>
> [elmorro:MYDIR] > gcc --version
> gcc (GCC) 4.8.2 20140120 (Red Hat 4.8.2-15)
> Copyright (C) 2013 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> [elmorro:MYDIR] > gfortran --version
> GNU Fortran (GCC) 4.8.2 20140120 (Red Hat 4.8.2-15)
> Copyright (C) 2013 Free Software Foundation, Inc.
>
> GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
> You may redistribute copies of GNU Fortran
> under the terms of the GNU General Public License.
> For more information about these matters, see the file named COPYING
>
> [elmorro:MYDIR] > echo $PATH
> /home/gorelov/scripts:/opt/rh/devtoolset-2/root/usr/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/sue/bin:/usr/lib64/qt-3.3/bin:/home/gorelov/bin
> [elmorro:MYDIR] > echo $LD_LIBRARY_PATH
> /opt/rh/devtoolset-2/root/usr/lib64:/opt/rh/devtoolset-2/root/usr/lib
>
> I have started the generator and tried to generate:
> [elmorro:MG5_aMC_v2_1_1] > ./bin/mg5_aMC
> load MG5 configuration from input/mg5_configuration.txt
> set lhapdf to /sw/lcg/app/releases/lhapdf6sets/6.1.1/local/bin/lhapdf-config
> set fastjet to /sw/lcg/app/releases/fastjet/fastjet-install/bin/fastjet-config
> Using default eps viewer "evince". Set another one in ./input/mg5_configuration.txt
> Using default web browser "firefox". Set another one in ./input/mg5_configuration.txt
> Loading default model: sm
> ................................
> MG5_aMC>generate p p > t t~ w+ [QCD]
> The default sm model does not allow to generate loop processes. MG5_aMC now loads 'loop_sm' instead.
> import model loop_sm
> ......................
> MG5_aMC>output MYDIR
> INFO: Writing out the aMC@NLO code, using optimized Loops
> INFO: directory /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_1/MYDIR already exists.
> If you continue this directory will be deleted and replaced.
> Do you want to continue? [y, n][60s to answer]
>> y
> INFO: initialize a new directory: MYDIR
> INFO: remove old information in MYDIR
> .....................
> MG5_aMC>launch
> INFO: load configuration from /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_1/MYDIR/Cards/amcatnlo_configuration.txt
> INFO: load configuration from /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_1/input/mg5_configuration.txt
> INFO: load configuration from /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_1/MYDIR/Cards/amcatnlo_configuration.txt
> launch auto
> ................
>> done
> INFO: will run in mode: aMC@NLO
> ................
>
>>
> INFO: Starting run
> INFO: Compiling the code
> INFO: For gauge cancellation, the width of 't' has been set to zero.
> INFO: Using built-in libraries for PDFs
> INFO: Compiling source...
> INFO: ...done, continuing with P* directories
> INFO: Compiling directories...
> INFO: Compiling on 16 cores
> INFO: Compiling P0_udx_wpttx...
> INFO: Compiling P0_dxu_wpttx...
> WARNING: A compilation Error occurs when trying to compile /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_1/MYDIR/SubProcesses/P0_udx_wpttx.
> The compilation fails with the following output message:
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. check_poles.f
> check_poles.f:106.15:
>
> 1 pmass_rambo, prambo)
> 1
> Warning: Actual argument contains too few elements for dummy argument 'xm' (6/100) at (1)
> check_poles.f:136.19:
>
> 1 pmass_rambo, prambo)
> 1
> Warning: Actual argument contains too few elements for dummy argument 'xm' (6/100) at (1)
> run.inc:75.21:
> Included at check_poles.f:46:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_do
> 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. BinothLHA.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. born_hel.f
> for dir in `ls -d V*`; do cd $dir; make; cd ../; done
> make[1]: Entering directory `/mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_1/MYDIR/SubProcesses/P0_udx_wpttx/V0_udx_wpttx'
> rm -f ../libMadLoop.a
> gfortran -O -fno-automatic -ffixed-line-length-132 -c loop_matrix.f
> MadLoopParams.inc:16.22:
> Included at loop_matrix.f:148:
>
> common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
> 1
> Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
> MadLoopParams.inc:16.22:
> Included at loop_matrix.f:1442:
>
> common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
> 1
> Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
> MadLoopParams.inc:16.22:
> Included at loop_matrix.f:1385:
>
> common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
> 1
> Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
> MadLoopParams.inc:16.22:
> Included at loop_matrix.f:1549:
>
> common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
> 1
> Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
> gfortran -O -fno-automatic -ffixed-line-length-132 -c improve_ps.f
> MadLoopParams.inc:16.22:
> Included at improve_ps.f:63:
>
> common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
> 1
> Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
> gfortran -O -fno-automatic -ffixed-line-length-132 -c born_matrix.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c loop_num.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c CT_interface.f
> ...............................
>
> MadLoopParams.inc:16.22:
> Included at MadLoopParamReader.f:6:
>
> common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
> 1
> Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
> gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_compute_loop_coefs.f
> mv libMadLoop.a ../
> make[1]: Leaving directory `/mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_1/MYDIR/SubProcesses/P0_udx_wpttx/V0_udx_wpttx'
> gfortran -o check_poles parton_lum_1.o parton_lum_2.o parton_lum_3.o parton_lum_chooser.o matrix_1.o matrix_2.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 b_sf_002.o b_sf_003.o b_sf_004.o b_sf_005.o b_sf_006.o b_sf_007.o b_sf_008.o fks_Sij.o trapfpe.o fastjetfortran_madfks_full.o fastjet_wrapper.o fks_singular.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 MC_integer.o reweight_xsec_events_pdf_dummy.o cuts.o check_poles.o BinothLHA.o born_hel.o -L../../lib/ libMadLoop.a -lcts -L../../lib/ -ldhelas -lgeneric -lmodel -lpdf -lcernlib -Wl,-rpath,/sw/lcg/app/releases/fastjet/fastjet-3.0.6/../fastjet-install/lib -lm -L/sw/lcg/app/releases/fastjet/fastjet-3.0.6/../fastjet-install/lib -lfastjettools -lfastjet -lfastjetplugins -lsiscone_spherical -lsiscone -lstdc++
> libMadLoop.a(improve_ps.o): In function `mp_is_close_':
> improve_ps.f:(.text+0x1cf): undefined reference to `_gfortran_transfer_real128_write'
> libMadLoop.a(improve_ps.o): In function `mp_is_physical_':
> improve_ps.f:(.text+0x1e2e): undefined reference to `_gfortran_transfer_real128_write'
> improve_ps.f:(.text+0x20c3): undefined reference to `_gfortran_transfer_real128_write'
> improve_ps.f:(.text+0x2226): undefined reference to `_gfortran_transfer_real128_write'
> ../../lib//libcts.a(avh_olo.o): In function `__avh_olo_qp_print_MOD_printr':
> avh_olo.f90:(.text+0x8c55b): undefined reference to `_gfortran_transfer_real128_write'
> collect2: error: ld returned 1 exit status
> make: *** [check_poles] Error 1
>
> Please try to fix this compilations issue and retry.
> Help might be found at https://answers.launchpad.net/madgraph5.
> If you think that this is a bug, you can report this at https://bugs.launchpad.net/madgraph5
>
> Your comments and ideas to fix the compilation error are appreciated.
>
> Thank you !
>
> Best regards,
>
> Igor Gorelov (ATLAS Collab., CERN).
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Igor V. Gorelov (igor-gorelov) said :
#2

Hello Olivier,

   Thank you for the fast response to my issue!
    I have excluded *all* "write" statements like below:

=====================================================
[elmorro:Utilities] > diff improve.f improve.f.orig
16c16
< c write (*,*) "Invalid run mode", run_cluster
---
> write (*,*) "Invalid run mode", run_cluster
41c41
< c write (*,*) mode(1:lmode),graph
---
> write (*,*) mode(1:lmode),graph
44c44
< c write(26,'(i1$)') graph
---
> write(26,'(i1$)') graph
46c46
< c write(26,'(i2$)') graph
---
> write(26,'(i2$)') graph
48c48
< c write(26,'(i3$)') graph
---
> write(26,'(i3$)') graph
50c50
< c write(26,'(i4$)') graph
---
> write(26,'(i4$)') graph
98,99c98,99
< c write(fname(lmode+5:lmode+5),'(i1)') ic
< c write(mname(lmode+3:lmode+7),'(i1,a4)') ic,".cmd"
---
> write(fname(lmode+5:lmode+5),'(i1)') ic
> write(mname(lmode+3:lmode+7),'(i1,a4)') ic,".cmd"
101,102c101,102
< c write(fname(lmode+5:lmode+6),'(i2)') ic
< c write(mname(lmode+3:lmode+8),'(i2,a4)') ic,".cmd"
---
> write(fname(lmode+5:lmode+6),'(i2)') ic
> write(mname(lmode+3:lmode+8),'(i2,a4)') ic,".cmd"
104,105c104,105
< c write(fname(lmode+5:lmode+7),'(i3)') ic
< c write(mname(lmode+3:lmode+9),'(i3,a4)') ic,".cmd"
---
> write(fname(lmode+5:lmode+7),'(i3)') ic
> write(mname(lmode+3:lmode+9),'(i3,a4)') ic,".cmd"
110,115c110,115
< c write(lun,15) '#!/bin/bash'
< c write(lun,15) 'script=' // fname
< c write(lun,15) 'rm -f wait.$script >& /dev/null'
< c write(lun,15) 'touch run.$script'
< c write(lun,15) 'echo $script'
< c write(lun,'(a$)') 'for i in '
---
> write(lun,15) '#!/bin/bash'
> write(lun,15) 'script=' // fname
> write(lun,15) 'rm -f wait.$script >& /dev/null'
> write(lun,15) 'touch run.$script'
> write(lun,15) 'echo $script'
> write(lun,'(a$)') 'for i in '
..............................................................................
=====================================================

  Unfortunately it has NO any effect, I again receive the same compilation errors:
  like below:

============================================================
INFO: Compiling directories...
INFO: Compiling on 16 cores
INFO: Compiling P0_udx_wpttx...
INFO: Compiling P0_dxu_wpttx...
WARNING: A compilation Error occurs when trying to compile /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_1/MYDIR/SubProcesses/P0_udx_wpttx.
The compilation fails with the following output message:
    gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. check_poles.f
    check_poles.f:106.15:

         1 pmass_rambo, prambo)
                   1

............................

    libMadLoop.a(improve_ps.o): In function `mp_is_close_':
    improve_ps.f:(.text+0x1cf): undefined reference to `_gfortran_transfer_real128_write'
    libMadLoop.a(improve_ps.o): In function `mp_is_physical_':
    improve_ps.f:(.text+0x1e2e): undefined reference to `_gfortran_transfer_real128_write'
    improve_ps.f:(.text+0x20c3): undefined reference to `_gfortran_transfer_real128_write'
    improve_ps.f:(.text+0x2226): undefined reference to `_gfortran_transfer_real128_write'
    ../../lib//libcts.a(avh_olo.o): In function `__avh_olo_qp_print_MOD_printr':
    avh_olo.f90:(.text+0x8c55b): undefined reference to `_gfortran_transfer_real128_write'
    collect2: error: ld returned 1 exit status
    make: *** [check_poles] Error 1

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

  O.K., if you suggest us to wait till next release we can wait as we can run the package at lxplus.cern.ch
  burning public CPU time...

Best regards,

   Igor.

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

Hi Igor,
You can try the development 2.1.2 version, where this issue should be fixed.
https://code.launchpad.net/~maddevelopers/mg5amcnlo/2.1.2

Cheers,

Marco

Revision history for this message
Igor V. Gorelov (igor-gorelov) said :
#4

Hell;o Marco,

  Can you point me to the proper .tar.gz file ?

   Meanwhile I have tried MG5_aMC_v2_1_2_beta2
   and the error persists:

[elmorro:MG5_aMC_v2_1_2_beta2] > uname -irn
elmorro.phys.unm.edu 2.6.32-431.11.2.el6.x86_64 x86_64
[elmorro:MG5_aMC_v2_1_2_beta2] > gcc --version
gcc (GCC) 4.8.2 20140120 (Red Hat 4.8.2-15)
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[elmorro:MG5_aMC_v2_1_2_beta2] > gfortran --version
GNU Fortran (GCC) 4.8.2 20140120 (Red Hat 4.8.2-15)
Copyright (C) 2013 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

   The output coming from the "launch" :

==================================================================================================
MG5_aMC>launch
INFO: ************************************************************
* *
* W E L C O M E to M A D G R A P H 5 *
* a M C @ N L O *
* *
* * * *
* * * * * *
* * * * * 5 * * * * *
* * * * * *
* * * *
* *
* VERSION 2.1.2.beta2 2014-06-03 *
* *
* The MadGraph5_aMC@NLO Development Team - Find us at *
* http://amcatnlo.cern.ch *
* *
* Type 'help' for in-line help. *
* *
************************************************************
INFO: load configuration from /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_2_beta2/MYDIR/Cards/amcatnlo_configuration.txt
INFO: load configuration from /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_2_beta2/input/mg5_configuration.txt
INFO: load configuration from /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_2_beta2/MYDIR/Cards/amcatnlo_configuration.txt
launch auto
The following switches determine which operations are executed:
 1 Perturbative order of the calculation: order=NLO
 2 Fixed order (no event generation and no MC@[N]LO matching): fixed_order=OFF
 3 Shower the generated events: shower=ON
 4 Decay particles with the MadSpin module: madspin=OFF
  Either type the switch number (1 to 4) to change its default setting,
  or set any switch explicitly (e.g. type 'order=LO' at the prompt)
  Type '0', 'auto', 'done' or just press enter when you are done.
 [0, 1, 2, 3, 4, auto, done, order=LO, order=NLO, ... ][60s to answer]
>
INFO: will run in mode: aMC@NLO
Do you want to edit a card (press enter to bypass editing)?
  1 / param : param_card.dat
  2 / run : run_card.dat
  3 / shower : shower_card.dat
 you can also
   - enter the path to a valid card or banner.
   - use the 'set' command to modify a parameter directly.
     The set option works only for param_card and run_card.
     Type 'help set' for more information on this command.
   - call an external program (ASperGE/MadWidth/...).
     Type 'help' for the list of available command
 [0, done, 1, param, 2, run, 3, shower, enter path][60s to answer]
>
INFO: Starting run
INFO: Compiling the code
INFO: For gauge cancellation, the width of 't' has been set to zero.
INFO: Using built-in libraries for PDFs
INFO: Compiling source...
INFO: ...done, continuing with P* directories
INFO: Compiling directories...
INFO: Compiling on 16 cores
INFO: Compiling P0_udx_wpttx...
INFO: Compiling P0_dxu_wpttx...
WARNING: A compilation Error occurs when trying to compile /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_2_beta2/MYDIR/SubProcesses/P0_dxu_wpttx.
The compilation fails with the following output message:
    gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. check_poles.f
    check_poles.f:106.15:

         1 pmass_rambo, prambo)
                   1
    Warning: Actual argument contains too few elements for dummy argument 'xm' (6/100) at (1)
    check_poles.f:136.19:

         1 pmass_rambo, prambo)
                       1
    Warning: Actual argument contains too few elements for dummy argument 'xm' (6/100) at (1)
    run.inc:75.21:
        Included at check_poles.f:46:

          common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_do
                         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. BinothLHA.f
    gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. born_hel.f
    for dir in `ls -d V*`; do cd $dir; make; cd ../; done
    make[1]: Entering directory `/mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_2_beta2/MYDIR/SubProcesses/P0_dxu_wpttx/V0_dxu_wpttx'
    rm -f ../libMadLoop.a
    gfortran -O -fno-automatic -ffixed-line-length-132 -c loop_matrix.f
    MadLoopParams.inc:16.22:
        Included at loop_matrix.f:148:

          common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
                          1
    Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
    MadLoopParams.inc:16.22:
        Included at loop_matrix.f:1442:

          common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
                          1
    Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
    MadLoopParams.inc:16.22:
        Included at loop_matrix.f:1385:

          common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
                          1
    Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
    MadLoopParams.inc:16.22:
        Included at loop_matrix.f:1549:

          common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
                          1
    Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
    gfortran -O -fno-automatic -ffixed-line-length-132 -c improve_ps.f
    MadLoopParams.inc:16.22:
        Included at improve_ps.f:63:

          common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
                          1
    Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
    gfortran -O -fno-automatic -ffixed-line-length-132 -c born_matrix.f
    gfortran -O -fno-automatic -ffixed-line-length-132 -c loop_num.f
    gfortran -O -fno-automatic -ffixed-line-length-132 -c CT_interface.f
    MadLoopParams.inc:16.22:
        Included at CT_interface.f:129:

          common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
                          1
    Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
    gfortran -O -fno-automatic -ffixed-line-length-132 -c polynomial.f
    gfortran -O -fno-automatic -ffixed-line-length-132 -c MadLoopParamReader.f
    MadLoopParams.inc:16.22:
        Included at MadLoopParamReader.f:168:

          common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
                          1
    Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
    MadLoopParams.inc:16.22:
        Included at MadLoopParamReader.f:6:

          common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
                          1
    Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
    gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_compute_loop_coefs.f
    mv libMadLoop.a ../
    make[1]: Leaving directory `/mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_2_beta2/MYDIR/SubProcesses/P0_dxu_wpttx/V0_dxu_wpttx'
    gfortran -o check_poles parton_lum_1.o parton_lum_2.o parton_lum_3.o parton_lum_chooser.o matrix_1.o matrix_2.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 b_sf_002.o b_sf_003.o b_sf_004.o b_sf_005.o b_sf_006.o b_sf_007.o b_sf_008.o fks_Sij.o trapfpe.o fastjetfortran_madfks_full.o fastjet_wrapper.o fks_singular.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 MC_integer.o reweight_xsec_events_pdf_dummy.o cuts.o check_poles.o BinothLHA.o born_hel.o -L../../lib/ libMadLoop.a -lcts -L../../lib/ -ldhelas -lgeneric -lmodel -lpdf -lcernlib -Wl,-rpath,/sw/lcg/app/releases/fastjet/fastjet-3.0.6/../fastjet-install/lib -lm -L/sw/lcg/app/releases/fastjet/fastjet-3.0.6/../fastjet-install/lib -lfastjettools -lfastjet -lfastjetplugins -lsiscone_spherical -lsiscone -lstdc++
    libMadLoop.a(improve_ps.o): In function `mp_is_close_':
    improve_ps.f:(.text+0x1cf): undefined reference to `_gfortran_transfer_real128_write'
    libMadLoop.a(improve_ps.o): In function `mp_is_physical_':
    improve_ps.f:(.text+0x1e2e): undefined reference to `_gfortran_transfer_real128_write'
    improve_ps.f:(.text+0x20c3): undefined reference to `_gfortran_transfer_real128_write'
    improve_ps.f:(.text+0x2226): undefined reference to `_gfortran_transfer_real128_write'
    ../../lib//libcts.a(avh_olo.o): In function `__avh_olo_qp_print_MOD_printr':
    avh_olo.f90:(.text+0x8c55b): undefined reference to `_gfortran_transfer_real128_write'
    collect2: error: ld returned 1 exit status
    make: *** [check_poles] Error 1

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

==================================================================================================

   Please advise.

Best regards,

   Igor.

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

Dear Igor,
if you have bazaar installed on your computer, you can directly get that branch with
bzr branch lp:~maddevelopers/mg5amcnlo/2.1.2

as it is still a dev branch, there is no tarball for it.
Cheers,

Marco

On 03 Jun 2014, at 20:02, Igor V. Gorelov <email address hidden> wrote:

> Question #249495 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/249495
>
> Igor V. Gorelov posted a new comment:
> Hell;o Marco,
>
> Can you point me to the proper .tar.gz file ?
>
> Meanwhile I have tried MG5_aMC_v2_1_2_beta2
> and the error persists:
>
> [elmorro:MG5_aMC_v2_1_2_beta2] > uname -irn
> elmorro.phys.unm.edu 2.6.32-431.11.2.el6.x86_64 x86_64
> [elmorro:MG5_aMC_v2_1_2_beta2] > gcc --version
> gcc (GCC) 4.8.2 20140120 (Red Hat 4.8.2-15)
> Copyright (C) 2013 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> [elmorro:MG5_aMC_v2_1_2_beta2] > gfortran --version
> GNU Fortran (GCC) 4.8.2 20140120 (Red Hat 4.8.2-15)
> Copyright (C) 2013 Free Software Foundation, Inc.
>
> GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
> You may redistribute copies of GNU Fortran
> under the terms of the GNU General Public License.
> For more information about these matters, see the file named COPYING
>
> The output coming from the "launch" :
>
> ==================================================================================================
> MG5_aMC>launch
> INFO: ************************************************************
> * *
> * W E L C O M E to M A D G R A P H 5 *
> * a M C @ N L O *
> * *
> * * * *
> * * * * * *
> * * * * * 5 * * * * *
> * * * * * *
> * * * *
> * *
> * VERSION 2.1.2.beta2 2014-06-03 *
> * *
> * The MadGraph5_aMC@NLO Development Team - Find us at *
> * http://amcatnlo.cern.ch *
> * *
> * Type 'help' for in-line help. *
> * *
> ************************************************************
> INFO: load configuration from /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_2_beta2/MYDIR/Cards/amcatnlo_configuration.txt
> INFO: load configuration from /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_2_beta2/input/mg5_configuration.txt
> INFO: load configuration from /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_2_beta2/MYDIR/Cards/amcatnlo_configuration.txt
> launch auto
> The following switches determine which operations are executed:
> 1 Perturbative order of the calculation: order=NLO
> 2 Fixed order (no event generation and no MC@[N]LO matching): fixed_order=OFF
> 3 Shower the generated events: shower=ON
> 4 Decay particles with the MadSpin module: madspin=OFF
> Either type the switch number (1 to 4) to change its default setting,
> or set any switch explicitly (e.g. type 'order=LO' at the prompt)
> Type '0', 'auto', 'done' or just press enter when you are done.
> [0, 1, 2, 3, 4, auto, done, order=LO, order=NLO, ... ][60s to answer]
>>
> INFO: will run in mode: aMC@NLO
> Do you want to edit a card (press enter to bypass editing)?
> 1 / param : param_card.dat
> 2 / run : run_card.dat
> 3 / shower : shower_card.dat
> you can also
> - enter the path to a valid card or banner.
> - use the 'set' command to modify a parameter directly.
> The set option works only for param_card and run_card.
> Type 'help set' for more information on this command.
> - call an external program (ASperGE/MadWidth/...).
> Type 'help' for the list of available command
> [0, done, 1, param, 2, run, 3, shower, enter path][60s to answer]
>>
> INFO: Starting run
> INFO: Compiling the code
> INFO: For gauge cancellation, the width of 't' has been set to zero.
> INFO: Using built-in libraries for PDFs
> INFO: Compiling source...
> INFO: ...done, continuing with P* directories
> INFO: Compiling directories...
> INFO: Compiling on 16 cores
> INFO: Compiling P0_udx_wpttx...
> INFO: Compiling P0_dxu_wpttx...
> WARNING: A compilation Error occurs when trying to compile /mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_2_beta2/MYDIR/SubProcesses/P0_dxu_wpttx.
> The compilation fails with the following output message:
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. check_poles.f
> check_poles.f:106.15:
>
> 1 pmass_rambo, prambo)
> 1
> Warning: Actual argument contains too few elements for dummy argument 'xm' (6/100) at (1)
> check_poles.f:136.19:
>
> 1 pmass_rambo, prambo)
> 1
> Warning: Actual argument contains too few elements for dummy argument 'xm' (6/100) at (1)
> run.inc:75.21:
> Included at check_poles.f:46:
>
> common/to_rwgt/ do_rwgt_scale, rw_Fscale_down, rw_Fscale_up, rw_Rscale_do
> 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. BinothLHA.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. born_hel.f
> for dir in `ls -d V*`; do cd $dir; make; cd ../; done
> make[1]: Entering directory `/mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_2_beta2/MYDIR/SubProcesses/P0_dxu_wpttx/V0_dxu_wpttx'
> rm -f ../libMadLoop.a
> gfortran -O -fno-automatic -ffixed-line-length-132 -c loop_matrix.f
> MadLoopParams.inc:16.22:
> Included at loop_matrix.f:148:
>
> common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
> 1
> Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
> MadLoopParams.inc:16.22:
> Included at loop_matrix.f:1442:
>
> common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
> 1
> Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
> MadLoopParams.inc:16.22:
> Included at loop_matrix.f:1385:
>
> common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
> 1
> Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
> MadLoopParams.inc:16.22:
> Included at loop_matrix.f:1549:
>
> common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
> 1
> Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
> gfortran -O -fno-automatic -ffixed-line-length-132 -c improve_ps.f
> MadLoopParams.inc:16.22:
> Included at improve_ps.f:63:
>
> common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
> 1
> Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
> gfortran -O -fno-automatic -ffixed-line-length-132 -c born_matrix.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c loop_num.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c CT_interface.f
> MadLoopParams.inc:16.22:
> Included at CT_interface.f:129:
>
> common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
> 1
> Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
> gfortran -O -fno-automatic -ffixed-line-length-132 -c polynomial.f
> gfortran -O -fno-automatic -ffixed-line-length-132 -c MadLoopParamReader.f
> MadLoopParams.inc:16.22:
> Included at MadLoopParamReader.f:168:
>
> common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
> 1
> Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
> MadLoopParams.inc:16.22:
> Included at MadLoopParamReader.f:6:
>
> common /MADLOOP/CTModeInit,CTModeRun,NRotations_DP,NRotations_QP,
> 1
> Warning: Padding of 4 bytes required before 'zerothres' in COMMON 'madloop' at (1); reorder elements or use -fno-align-commons
> gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_compute_loop_coefs.f
> mv libMadLoop.a ../
> make[1]: Leaving directory `/mnt/raid555/gorelov/aMCatNLO/MG5_aMC_v2_1_2_beta2/MYDIR/SubProcesses/P0_dxu_wpttx/V0_dxu_wpttx'
> gfortran -o check_poles parton_lum_1.o parton_lum_2.o parton_lum_3.o parton_lum_chooser.o matrix_1.o matrix_2.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 b_sf_002.o b_sf_003.o b_sf_004.o b_sf_005.o b_sf_006.o b_sf_007.o b_sf_008.o fks_Sij.o trapfpe.o fastjetfortran_madfks_full.o fastjet_wrapper.o fks_singular.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 MC_integer.o reweight_xsec_events_pdf_dummy.o cuts.o check_poles.o BinothLHA.o born_hel.o -L../../lib/ libMadLoop.a -lcts -L../../lib/ -ldhelas -lgeneric -lmodel -lpdf -lcernlib -Wl,-rpath,/sw/lcg/app/releases/fastjet/fastjet-3.0.6/../fastjet-install/lib -lm -L/sw/lcg/app/releases/fastjet/fastjet-3.0.6/../fastjet-install/lib -lfastjettools -lfastjet -lfastjetplugins -lsiscone_spherical -lsiscone -lstdc++
> libMadLoop.a(improve_ps.o): In function `mp_is_close_':
> improve_ps.f:(.text+0x1cf): undefined reference to `_gfortran_transfer_real128_write'
> libMadLoop.a(improve_ps.o): In function `mp_is_physical_':
> improve_ps.f:(.text+0x1e2e): undefined reference to `_gfortran_transfer_real128_write'
> improve_ps.f:(.text+0x20c3): undefined reference to `_gfortran_transfer_real128_write'
> improve_ps.f:(.text+0x2226): undefined reference to `_gfortran_transfer_real128_write'
> ../../lib//libcts.a(avh_olo.o): In function `__avh_olo_qp_print_MOD_printr':
> avh_olo.f90:(.text+0x8c55b): undefined reference to `_gfortran_transfer_real128_write'
> collect2: error: ld returned 1 exit status
> make: *** [check_poles] Error 1
>
> Please try to fix this compilations issue and retry.
> Help might be found at https://answers.launchpad.net/madgraph5.
> If you think that this is a bug, you can report this at https://bugs.launchpad.net/madgraph5
>
> ==================================================================================================
>
>
> Please advise.
>
> Best regards,
>
> Igor.
>
> --
> You received this question notification because you are a direct
> subscriber of the question.

Can you help with this problem?

Provide an answer of your own, or ask Igor V. Gorelov for more information if necessary.

To post a message you must log in.