/cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ check_poles.f

Asked by Muhammad sahil

I am trying to produce the process "p p > t t~ t t~ z [QCD]" at NLO using lxplus and madgraph version 2.9.16. After launching the process the madgraph gives
WARNING: fct <function compile_dir at 0x7fb066d1b7a0> does not return 0. Stopping the code in a clean way. The error was:
A compilation Error occurs when trying to compile /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/template_tttxtxz_NLO/SubProcesses/P0_gg_ztttxtx.
The compilation fails with the following output message:
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ check_poles.f
    check_poles.f:305:132:

      305 | 101 Z(K)=Z(K-1)+PO2LOG-2.*LOG(DFLOAT(K-2))
          | 1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 101 at (1)
    check_poles.f:307:132:

      307 | 102 Z(K)=(Z(K)-LOG(DFLOAT(K-1)))
          | 1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 102 at (1)
    check_poles.f:319:132:

      319 | 105 XMT=XMT+ABS(XM(I))
          | 1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 105 at (1)
    check_poles.f:359:132:

      359 | 202 Q(1,I)=Q(4,I)*S*SIN(F)
          | 1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 202 at (1)
    check_poles.f:363:132:

      363 | 203 R(I)=0.
          | 1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 203 at (1)
    check_poles.f:365:132:

      365 | DO 204 K=1,4
          | 1
    Warning: Fortran 2018 deleted feature: Shared DO termination label 204 at (1)
    check_poles.f:366:132:

      366 | 204 R(K)=R(K)+Q(K,I)
          | 1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 204 at (1)
    check_poles.f:369:132:

      369 | 205 B(K)=-R(K)/RMAS
          | 1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 205 at (1)
    check_poles.f:378:132:

      378 | 206 P(K,I)=X*(Q(K,I)+B(K)*(Q(4,I)+A*BQ))
          | 1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 206 at (1)
    check_poles.f:379:132:

      379 | 207 P(0,I)=X*(G*Q(4,I)+BQ)
          | 1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 207 at (1)
    check_poles.f:401:132:

      401 | 301 P2(I)=P(0,I)**2
          | 1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 301 at (1)
    check_poles.f:411:132:

      411 | 303 G0=G0+P2(I)/E(I)
          | 1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 303 at (1)
    check_poles.f:422:132:

      422 | 306 P(K,I)=X*P(K,I)
          | 1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 306 at (1)
    check_poles.f:423:132:

      423 | 307 P(0,I)=E(I)
          | 1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 307 at (1)
    check_poles.f:430:132:

      430 | 308 WT3=WT3+V(I)**2/E(I)
          | 1
    Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 308 at (1)
    run.inc:74:21:

       74 | 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’ [-Walign-commons]
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ BinothLHA.f
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -I. -I../../lib/ born_hel.f
    for dir in `ls -d V*`; do cd $dir; make; cd ../; done
    make[1]: Entering directory `/afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/template_tttxtxz_NLO/SubProcesses/P0_gg_ztttxtx/V0_gg_ztttxtx'
    rm -f ../libMadLoop.a
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -fno-automatic -ffixed-line-length-132 -O3 -c polynomial.f -o polynomial.o
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c loop_matrix.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c improve_ps.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c born_matrix.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c loop_num.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c CT_interface.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c MadLoopCommons.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c MadLoopParamReader.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_11.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_9.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_15.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_8.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_16.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_3.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_4.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_10.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_5.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_uvct_1.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_14.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_1.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_6.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_18.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_12.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_7.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_2.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_19.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_13.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c helas_calls_ampb_17.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_compute_loop_coefs.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_6.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_18.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_9.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_1.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_12.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_7.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_2.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_13.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_uvct_1.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_11.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_3.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_17.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_8.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_16.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_19.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_4.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_10.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_5.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_15.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_helas_calls_ampb_14.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_32.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_5.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_9.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_31.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_35.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_10.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_13.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_22.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_17.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_1.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_34.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_11.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_18.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_23.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_29.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_8.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_16.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_3.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_4.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_21.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_15.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_27.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_14.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_30.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_6.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_19.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_25.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_20.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_24.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_28.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_26.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_33.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_12.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_7.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c coef_construction_2.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c loop_CT_calls_3.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c loop_CT_calls_4.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c loop_CT_calls_5.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c loop_CT_calls_1.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c loop_CT_calls_2.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_23.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_9.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_16.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_28.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_26.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_3.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_4.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_6.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_5.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_15.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_32.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_35.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_33.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_31.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_14.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_18.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_21.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_20.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_24.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_27.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_1.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_19.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_12.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_7.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_2.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_10.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_29.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_25.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_13.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_22.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_17.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_8.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_30.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_34.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c mp_coef_construction_11.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c TIR_interface.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c COLLIER_interface.f -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include -I /afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/include
    COLLIER_interface.f:558:31:

      558 | COMMON/COLLIER_TIR_COEFS/TIR_COEFS_DIRECT_MODE,TIR_COEFS_ERROR
          | 1
    Warning: Named COMMON block ‘collier_tir_coefs’ at (1) shall be of the same size as elsewhere (25870784 vs 25668800 bytes)
    mv libMadLoop.a ../
    make[1]: Leaving directory `/afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/template_tttxtxz_NLO/SubProcesses/P0_gg_ztttxtx/V0_gg_ztttxtx'
    /cvmfs/sft.cern.ch/lcg/releases/gcc/10.3.0-f5826/x86_64-centos7/bin/gfortran -o check_poles parton_lum_1.o parton_lum_5.o parton_lum_6.o parton_lum_7.o parton_lum_3.o parton_lum_9.o parton_lum_4.o parton_lum_2.o parton_lum_chooser.o parton_lum_8.o matrix_9.o matrix_4.o matrix_2.o matrix_1.o matrix_5.o matrix_6.o matrix_8.o matrix_7.o matrix_3.o real_me_chooser.o leshouche_inc_chooser.o fks_inc_chooser.o setcuts.o setscales.o born.o sborn_sf.o b_sf_006.o b_sf_014.o b_sf_004.o b_sf_009.o b_sf_015.o b_sf_019.o b_sf_005.o b_sf_012.o b_sf_003.o b_sf_018.o b_sf_002.o b_sf_008.o b_sf_017.o b_sf_011.o b_sf_016.o b_sf_010.o b_sf_001.o b_sf_013.o b_sf_007.o fks_Sij.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 genps_fks.o weight_lines.o cuts.o pythia_unlops.o recluster.o check_poles.o BinothLHA.o born_hel.o -L../../lib/ libMadLoop.a -lcts -liregi -L/afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/lib/ -lninja -L/afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/lib/ -lavh_olo -L/afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/lib/ -lcollier -L../../lib/ -ldhelas -lgeneric -lmodel -lpdf -lcernlib -L/afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/HEPTools/lhapdf6_py3//lib -lLHAPDF -lstdc++ -lstdc++
    libMadLoop.a(mp_compute_loop_coefs.o): in function `mp_compute_loop_coefs_':
    mp_compute_loop_coefs.f:(.text+0xa4f): relocation truncated to fit: R_X86_64_32S against symbol `mp_amps_' defined in COMMON section in libMadLoop.a(mp_compute_loop_coefs.o)
    mp_compute_loop_coefs.f:(.text+0xa5c): relocation truncated to fit: R_X86_64_32S against symbol `mp_amps_' defined in COMMON section in libMadLoop.a(mp_compute_loop_coefs.o)
    mp_compute_loop_coefs.f:(.text+0xa9a): relocation truncated to fit: R_X86_64_32S against symbol `mp_ampl_' defined in COMMON section in libMadLoop.a(mp_compute_loop_coefs.o)
    mp_compute_loop_coefs.f:(.text+0xaa7): relocation truncated to fit: R_X86_64_32S against symbol `mp_ampl_' defined in COMMON section in libMadLoop.a(mp_compute_loop_coefs.o)
    mp_compute_loop_coefs.f:(.text+0xc8e): relocation truncated to fit: R_X86_64_32S against symbol `mp_ampl_' defined in COMMON section in libMadLoop.a(mp_compute_loop_coefs.o)
    mp_compute_loop_coefs.f:(.text+0xc98): relocation truncated to fit: R_X86_64_32S against symbol `mp_ampl_' defined in COMMON section in libMadLoop.a(mp_compute_loop_coefs.o)
    mp_compute_loop_coefs.f:(.text+0xdcb): relocation truncated to fit: R_X86_64_32S against symbol `mp_amps_' defined in COMMON section in libMadLoop.a(mp_compute_loop_coefs.o)
    mp_compute_loop_coefs.f:(.text+0xdd3): relocation truncated to fit: R_X86_64_32S against symbol `mp_amps_' defined in COMMON section in libMadLoop.a(mp_compute_loop_coefs.o)
    mp_compute_loop_coefs.f:(.text+0x182f): relocation truncated to fit: R_X86_64_32S against symbol `mp_lcoefs_' defined in COMMON section in libMadLoop.a(mp_compute_loop_coefs.o)
    mp_compute_loop_coefs.f:(.text+0x183c): relocation truncated to fit: R_X86_64_32S against symbol `mp_lcoefs_' defined in COMMON section in libMadLoop.a(mp_compute_loop_coefs.o)
    libMadLoop.a(mp_helas_calls_ampb_18.o): in function `mp_helas_calls_ampb_18_':
    mp_helas_calls_ampb_18.f:(.text+0x9ea4): additional relocation overflows omitted from the output
    /cvmfs/sft.cern.ch/lcg/releases/binutils/2.36.1-a9696/x86_64-centos7/bin/ld: failed to convert GOTPCREL relocation; relink with --no-relax
    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/mg5amcnlo.
If you think that this is a bug, you can report this at https://bugs.launchpad.net/mg5amcnlo
WARNING: Fail to compile the Subprocesses
INFO:
INFO: Checking test output:
INFO: P0_gg_ztttxtx
INFO: Result for test_ME:
INFO: Passed.
INFO: Result for test_MC:
INFO: Passed.
INFO: Result for check_poles:
Command "launch auto " interrupted with error:
FileNotFoundError : [Errno 2] No such file or directory: '/afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/template_tttxtxz_NLO/SubProcesses/P0_gg_ztttxtx/check_poles.log'
Please report this bug on https://bugs.launchpad.net/mg5amcnlo
More information is found in '/afs/cern.ch/user/m/msaiel/public/madgraph/MG5_aMC_v2_9_16/template_tttxtxz_NLO/run_01_tag_1_debug.log'.
Please attach this file to your report.

Question information

Language:
English Edit question
Status:
Answered
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#1

So the linker complains that the code is too large/complex to fit within memory.
They are no syntax error per say.

One could try to play with compilation option to reduce (compile) code size (meaning the code will be less optimal and run slower --which will mean super slow for such complex process--) and/or allow him to handle more memory.
But this require dedicated search (and they are no guarantee that this will work after that).

Cheers,

Olivier

Revision history for this message
Muhammad sahil (sudais) said :
#2
Revision history for this message
Muhammad sahil (sudais) said :
#3

Now I am trying to produce t t~ t t~ w- at NLO instead of t t~ t t~ z using
the same madgraph version. In this process, the signal is correctly
produced, but when I am trying to decay the signal into final state
particles using madspin card, it takes the whole (10GB) space of my lxplus
account before the complete and the lxplus gives the "pipeline disconnect.

On Sun, Aug 6, 2023 at 12:00 AM Olivier Mattelaer <
<email address hidden>> wrote:

> Your question #707544 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/707544
>
> Status: Open => Answered
>
> Olivier Mattelaer proposed the following answer:
> So the linker complains that the code is too large/complex to fit within
> memory.
> They are no syntax error per say.
>
> One could try to play with compilation option to reduce (compile) code
> size (meaning the code will be less optimal and run slower --which will
> mean super slow for such complex process--) and/or allow him to handle more
> memory.
> But this require dedicated search (and they are no guarantee that this
> will work after that).
>
> Cheers,
>
> Olivier
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/mg5amcnlo/+question/707544/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/mg5amcnlo/+question/707544
>
> You received this question notification because you asked the question.
>

Revision history for this message
Muhammad sahil (sudais) said :
#4

I am gonna share my run_01_tag_1_debug.log. kindly give a read.
#************************************************************
#* MadGraph5_aMC@NLO *
#* *
#* * * *
#* * * * * *
#* * * * * 5 * * * * *
#* * * * * *
#* * * *
#* *
#* *
#* VERSION 2.9.16 2023-07-26 *
#* *
#* 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 "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/interface/extended_cmd.py", line 1541, in onecmd
    return self.onecmd_orig(line, **opt)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/interface/extended_cmd.py", line 1490, in onecmd_orig
    return func(arg, **opt)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/interface/amcatnlo_run_interface.py", line 1713, in do_launch
    self.exec_cmd('decay_events -from_cards', postcmd=False)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/interface/extended_cmd.py", line 1570, in exec_cmd
    stop = Cmd.onecmd_orig(current_interface, line, **opt)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/interface/extended_cmd.py", line 1490, in onecmd_orig
    return func(arg, **opt)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/interface/common_run_interface.py", line 3774, in do_decay_events
    madspin_cmd.import_command_file(path)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/interface/extended_cmd.py", line 1689, in import_command_file
    self.exec_cmd(line, precmd=True)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/interface/extended_cmd.py", line 1570, in exec_cmd
    stop = Cmd.onecmd_orig(current_interface, line, **opt)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/interface/extended_cmd.py", line 1490, in onecmd_orig
    return func(arg, **opt)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/various/misc.py", line 110, in f_with_no_logger
    out = f(self, *args, **opt)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/MadSpin/interface_madspin.py", line 665, in do_launch
    self.options)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/MadSpin/decay.py", line 2051, in __init__
    self.generate_all_matrix_element()
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/various/misc.py", line 110, in f_with_no_logger
    out = f(self, *args, **opt)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/various/misc.py", line 2043, in deco_f_set
    out = f(*args, **opt)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/MadSpin/decay.py", line 2860, in generate_all_matrix_element
    mgcmd.exec_cmd(commandline, precmd=True)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/interface/extended_cmd.py", line 1570, in exec_cmd
    stop = Cmd.onecmd_orig(current_interface, line, **opt)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/interface/extended_cmd.py", line 1490, in onecmd_orig
    return func(arg, **opt)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/interface/master_interface.py", line 299, in do_output
    self.cmd.do_output(self, line, *args, **opts)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/interface/madgraph_interface.py", line 8078, in do_output
    self.export(nojpeg, main_file_name, group_processes, args)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/interface/master_interface.py", line 313, in export
    return self.cmd.export(self, *args, **opts)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/interface/madgraph_interface.py", line 8292, in export
    me, self._curr_helas_model, nb)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/iolibs/export_v4.py", line 2530, in generate_subprocess_directory
    proc_prefix=proc_prefix)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/iolibs/export_v4.py", line 2786, in write_matrix_element_v4
    writer.writelines(content)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/iolibs/file_writers.py", line 124, in writelines
    self.write(line_to_write)
  File "/afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/madgraph/iolibs/file_writers.py", line 62, in write
    super(FileWriter,self).write(line)
OSError: [Errno 122] Disk quota exceeded
Related File: None
Value of current Options:
             pythia8_path : /afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/HEPTools/pythia8
                hwpp_path : None
              thepeg_path : None
               hepmc_path : None
         madanalysis_path : None
        madanalysis5_path : None
          pythia-pgs_path : None
                  td_path : None
             delphes_path : None
      exrootanalysis_path : None
             syscalc_path : None
                  timeout : 60
              web_browser : None
               eps_viewer : None
              text_editor : None
         fortran_compiler : None
            f2py_compiler : None
        f2py_compiler_py2 : None
        f2py_compiler_py3 : None
             cpp_compiler : None
             cluster_type : condor
            cluster_queue : None
    cluster_status_update : (600, 30)
                  fastjet : None
                    golem : None
                  samurai : None
                    ninja : /afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/HEPTools/lib
                  collier : /afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/HEPTools/lib
                   lhapdf : /afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/HEPTools/lhapdf6_py3/bin/lhapdf-config
               lhapdf_py2 : None
               lhapdf_py3 : /afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/HEPTools/lhapdf6_py3/bin/lhapdf-config
                 applgrid : applgrid-config
                  amcfast : amcfast-config
        cluster_temp_path : None
mg5amc_py8_interface_path : /afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16/HEPTools/MG5aMC_PY8_interface
       cluster_local_path : None
                      OLP : MadLoop
         cluster_nb_retry : 1
       cluster_retry_wait : 300
             cluster_size : 100
      output_dependencies : external
           crash_on_error : False
       auto_convert_model : False
       group_subprocesses : Auto
ignore_six_quark_processes : False
low_mem_multicore_nlo_generation : False
      complex_mass_scheme : False
                    gauge : unitary
             stdout_level : 20
    loop_optimized_output : True
         loop_color_flows : False
   max_npoint_for_channel : 0
  default_unset_couplings : 99
        max_t_for_channel : 99
       zerowidth_tchannel : True
              auto_update : 7
   automatic_html_opening : False
                 run_mode : 2
                  nb_core : 10
      notification_center : True
                 mg5_path : /afs/cern.ch/user/m/mgul/Public/sahil_work/madgraph/MG5_aMC_v2_9_16
#************************************************************
#* MadGraph5_aMC@NLO *
#* *
#* * * *
#* * * * * *
#* * * * * 5 * * * * *
#* * * * * *
#* * * *
#* *
#* *
#* VERSION 2.9.16 2023-07-26 *
#* *
#* 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 low_mem_multicore_nlo_generation False
set complex_mass_scheme False
set gauge unitary
set loop_optimized_output True
set loop_color_flows False
set max_npoint_for_channel 0
set default_unset_couplings 99
set max_t_for_channel 99
set zerowidth_tchannel True
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~
import model loop_sm
generate p p > t t~ t t~ w- [QCD]
output template_tttxtx_wminus_NLO
######################################################################
## 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 MASS
###################################
Block mass
    5 4.700000e+00 # MB
    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.000000e+00 # d : 0.0
  2 0.000000e+00 # u : 0.0
  3 0.000000e+00 # s : 0.0
  4 0.000000e+00 # c : 0.0
  11 0.000000e+00 # e- : 0.0
  12 0.000000e+00 # ve : 0.0
  13 0.000000e+00 # mu- : 0.0
  14 0.000000e+00 # vm : 0.0
  16 0.000000e+00 # vt : 0.0
  21 0.000000e+00 # g : 0.0
  22 0.000000e+00 # a : 0.0
  24 8.041900e+01 # 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 (Note that Parameter not used if you use a PDF set)

###################################
## INFORMATION FOR YUKAWA
###################################
Block yukawa
    5 4.700000e+00 # ymb
    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.000000e+00 # d : 0.0
DECAY 2 0.000000e+00 # u : 0.0
DECAY 3 0.000000e+00 # s : 0.0
DECAY 4 0.000000e+00 # c : 0.0
DECAY 5 0.000000e+00 # b : 0.0
DECAY 11 0.000000e+00 # e- : 0.0
DECAY 12 0.000000e+00 # ve : 0.0
DECAY 13 0.000000e+00 # mu- : 0.0
DECAY 14 0.000000e+00 # vm : 0.0
DECAY 15 0.000000e+00 # ta- : 0.0
DECAY 16 0.000000e+00 # vt : 0.0
DECAY 21 0.000000e+00 # g : 0.0
DECAY 22 0.000000e+00 # a : 0.0
#===========================================================
# QUANTUM NUMBERS OF NEW STATE(S) (NON SM PDG CODE)
#===========================================================

Block QNUMBERS 82 # gh
        1 0 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 8 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
#***********************************************************************
# MadGraph5_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 *
# *
# Some of the values of variables can be list. These can either be *
# comma or space separated. *
# *
# To display additional parameter, you can use the command: *
# update to_full *
#***********************************************************************
#
#*******************
# Running parameters
#*******************
#
#***********************************************************************
# Tag name for the run (one word) *
#***********************************************************************
  tag_1 = run_tag ! name of the run
#***********************************************************************
# Number of LHE events (and their normalization) and the required *
# (relative) accuracy on the Xsec. *
# These values are ignored for fixed order runs *
#***********************************************************************
  10000 = nevents ! Number of unweighted events requested
  -1.0 = req_acc ! Required accuracy (-1=auto determined from nevents)
  -1 = nevt_job ! Max number of events per job in event generation.
                 ! (-1= no split).
#***********************************************************************
# Normalize the weights of LHE events such that they sum or average to *
# the total cross section *
#***********************************************************************
  average = event_norm ! valid settings: average, sum, bias
#***********************************************************************
# 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.0 = ebeam1 ! beam 1 energy in GeV
  6500.0 = ebeam2 ! beam 2 energy in GeV
#***********************************************************************
# PDF choice: this automatically fixes also alpha_s(MZ) and its evol. *
#***********************************************************************
  lhapdf = pdlabel ! PDF set
  260000 = lhaid ! If pdlabel=lhapdf, this is the lhapdf number. Only
              ! numbers for central PDF sets are allowed. Can be a list;
              ! PDF sets beyond the first are included via reweighting.
#***********************************************************************
# 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
  1.0 = shower_scale_factor ! multiply default shower starting
                                  ! scale by this factor
#***********************************************************************
# Renormalization and factorization scales *
# (Default functional form for the non-fixed scales is the sum of *
# the transverse masses divided by two of all final state particles *
# and partons. This can be changed in SubProcesses/set_scales.f or via *
# dynamical_scale_choice option) *
#***********************************************************************
  True = fixed_ren_scale ! if .true. use fixed ren scale
  True = fixed_fac_scale ! if .true. use fixed fac scale
  344.00 = mur_ref_fixed ! fixed ren reference scale
  344.00 = muf_ref_fixed ! fixed fact reference scale
  -1 = dynamical_scale_choice ! Choose one (or more) of the predefined
           ! dynamical choices. Can be a list; scale choices beyond the
           ! first are included via reweighting
  1.0 = mur_over_ref ! ratio of current muR over reference muR
  1.0 = muf_over_ref ! ratio of current muF over reference muF
#***********************************************************************
# Reweight variables for scale dependence and PDF uncertainty *
#***********************************************************************
  1.0, 2.0, 0.5 = rw_rscale ! muR factors to be included by reweighting
  1.0, 2.0, 0.5 = rw_fscale ! muF factors to be included by reweighting
  True = reweight_scale ! Reweight to get scale variation using the
            ! rw_rscale and rw_fscale factors. Should be a list of
            ! booleans of equal length to dynamical_scale_choice to
            ! specify for which choice to include scale dependence.
  False = reweight_pdf ! Reweight to get PDF uncertainty. Should be a
            ! list booleans of equal length to lhaid to specify for
            ! which PDF set to include the uncertainties.
#***********************************************************************
# Store reweight information in the LHE file for off-line model- *
# parameter reweighting at NLO+PS accuracy *
#***********************************************************************
  False = store_rwgt_info ! Store info for reweighting in LHE file
#***********************************************************************
# ickkw parameter: *
# 0: No merging *
# 3: FxFx 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 details. *
# 4: UNLOPS merging (with pythia8 only). No interface from within *
# MG5_aMC available, but available in Pythia8. *
# -1: NNLL+NLO jet-veto computation. See arxiv:1412.8408 [hep-ph]. *
#***********************************************************************
  0 = ickkw
#***********************************************************************
#
#***********************************************************************
# BW cutoff (M+/-bwcutoff*Gamma). Determines which resonances are *
# written in the LHE event file *
#***********************************************************************
  15.0 = 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.0 = jetalgo ! FastJet jet algorithm (1=kT, 0=C/A, -1=anti-kT)
  0.7 = jetradius ! The radius parameter for the jet algorithm
  10.0 = ptj ! Min jet transverse momentum
  -1.0 = 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 cuts can be specified in SubProcesses/cuts.f *
#***********************************************************************
  0.0 = ptl ! Min lepton transverse momentum
  -1.0 = etal ! Max lepton abs(pseudo-rap) (a value .lt.0 means no cut)
  0.0 = drll ! Min distance between opposite sign lepton pairs
  0.0 = drll_sf ! Min distance between opp. sign same-flavor lepton pairs
  0.0 = mll ! Min inv. mass of all opposite sign lepton pairs
  30.0 = 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. *
# More specific cuts can be specified in SubProcesses/cuts.f *
#***********************************************************************
  20.0 = ptgmin ! Min photon transverse momentum
  -1.0 = 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)
#***********************************************************************
# Cuts associated to MASSIVE particles identified by their PDG codes. *
# All cuts are applied to both particles and anti-particles, so use *
# POSITIVE PDG CODES only. Example of the syntax is {6 : 100} or *
# {6:100, 25:200} for multiple particles *
#***********************************************************************
  {} = pt_min_pdg ! Min pT for a massive particle
  {} = pt_max_pdg ! Max pT for a massive particle
  {} = mxx_min_pdg ! inv. mass for any pair of (anti)particles
#***********************************************************************
# For aMCfast+APPLGRID use in PDF fitting (http://amcfast.hepforge.org)*
#***********************************************************************
  0 = iappl ! aMCfast switch (0=OFF, 1=prepare grids, 2=fill grids)
#***********************************************************************

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

So this is a quota issue.
Those code will indeed require a LARGE amount of disk space/RAM/CPU time (both to compile and run).
For such complex processes, you indeed expect to have issue in any possible direction since you can reach the limit of what can the hardware can support actually.

Cheers,

Olivier

Revision history for this message
Muhammad sahil (sudais) said :
#6

Dear Olivier,
Thank you very much for your explanation. Can you suggest any other way to
produce the decay of the given process(t t~ t t~ w-) at QCD?

On Thu, Aug 10, 2023 at 2:40 AM Olivier Mattelaer <
<email address hidden>> wrote:

> Your question #707544 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/707544
>
> Status: Open => Answered
>
> Olivier Mattelaer proposed the following answer:
> So this is a quota issue.
> Those code will indeed require a LARGE amount of disk space/RAM/CPU time
> (both to compile and run).
> For such complex processes, you indeed expect to have issue in any
> possible direction since you can reach the limit of what can the hardware
> can support actually.
>
> Cheers,
>
> Olivier
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/mg5amcnlo/+question/707544/+confirm?answer_id=4
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/mg5amcnlo/+question/707544
>
> You received this question notification because you asked the question.
>

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

Hi,

I do not know here. Maybe LO is the best that we can do for such beast.

Cheers,

Olivier

> On 10 Aug 2023, at 09:10, Muhammad sahil <email address hidden> wrote:
>
> Question #707544 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/707544
>
> Status: Answered => Open
>
> Muhammad sahil is still having a problem:
> Dear Olivier,
> Thank you very much for your explanation. Can you suggest any other way to
> produce the decay of the given process(t t~ t t~ w-) at QCD?
>
> On Thu, Aug 10, 2023 at 2:40 AM Olivier Mattelaer <
> <email address hidden>> wrote:
>
>> Your question #707544 on MadGraph5_aMC@NLO changed:
>> https://answers.launchpad.net/mg5amcnlo/+question/707544
>>
>> Status: Open => Answered
>>
>> Olivier Mattelaer proposed the following answer:
>> So this is a quota issue.
>> Those code will indeed require a LARGE amount of disk space/RAM/CPU time
>> (both to compile and run).
>> For such complex processes, you indeed expect to have issue in any
>> possible direction since you can reach the limit of what can the hardware
>> can support actually.
>>
>> Cheers,
>>
>> Olivier
>>
>> --
>> If this answers your question, please go to the following page to let us
>> know that it is solved:
>>
>> https://answers.launchpad.net/mg5amcnlo/+question/707544/+confirm?answer_id=4
>>
>> If you still need help, you can reply to this email or go to the
>> following page to enter your feedback:
>> https://answers.launchpad.net/mg5amcnlo/+question/707544
>>
>> You received this question notification because you asked the question.
>>
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Can you help with this problem?

Provide an answer of your own, or ask Muhammad sahil for more information if necessary.

To post a message you must log in.