Error Message : Compilation related

Asked by shibasipu

Dear Olivier,
                               The following error message is coming.
adGraph5Error : A compilation Error occurs when trying to compile /home/poulose/Desktop/MG5_aMC_v2_3_3/vendor/CutTools.
 The compilation fails with the following output message:
     make: Warning: File `makefile' has modification time 2.8e+07 s in the future
     cp -p ./src/cts/cts_qpr.in ./src/cts/cts_mpr.h
     cp -p ./src/cts/cts_qpc.in ./src/cts/cts_mpc.h
     cp -p ./src/cts/cts_qprec.in ./src/cts/cts_mprec.h
     cp -p ./src/cts/cts_qpinit.in ./src/cts/cts_mpinit.h
     mkdir -p includects
     cp -p ./src/avh/* includects/
     cp -p ./src/cts/* includects/
     cp -p ./src/mpfun90/* includects/
     cp -p ./src/qcdloop/* includects/
     cp -p ./src/makefile includects/
     cd includects && make EXE="" FC="gfortran" FFLAGS=" -fPIC -fno-automatic -O2 -funroll-all-loops" default
     make[1]: Entering directory `/home/poulose/Desktop/MG5_aMC_v2_3_3/vendor/CutTools/includects'
     make[1]: Warning: File `makefile' has modification time 2.8e+07 s in the future
     gfortran -fPIC -fno-automatic -O2 -funroll-all-loops -c mpfun90.f90
     ar rv libcts.a mpfun90.o
     ar: creating libcts.a
     a - mpfun90.o
     gfortran -fPIC -fno-automatic -O2 -funroll-all-loops -c mpmod90.f90
     ar rv libcts.a mpmod90.o
     a - mpmod90.o
     gfortran -fPIC -fno-automatic -O2 -funroll-all-loops -c mpmodm90.f90
     ar rv libcts.a mpmodm90.o
     a - mpmodm90.o
     gfortran -fPIC -fno-automatic -O2 -funroll-all-loops -c mpmodx90.f90
     ar rv libcts.a mpmodx90.o
     a - mpmodx90.o
     gfortran -fPIC -fno-automatic -O2 -funroll-all-loops -c avh_olo.f90
     avh_olo.f90:11815.13:

       real(kindr2) &
                  1
     Error: Kind 16 not supported for type REAL at (1)
     avh_olo.f90:11818.13:

       real(kindr2) &
                  1
     Error: Kind 16 not supported for type REAL at (1)
     avh_olo.f90:11827.13:

       allocate(tt(lb(dm):ub(dm)))
                  1
     Error: Syntax error in ALLOCATE statement at (1)
     avh_olo.f90:11831.13:

       allocate(xx(lb(dm):ub(dm)))
                  1
     Error: Syntax error in ALLOCATE statement at (1)
     avh_olo.f90:11832.2:

       xx(lb(dm):nn-1) = tt(lb(dm):nn-1)
       1
     Error: Unclassifiable statement at (1)
     avh_olo.f90:11833.2:

       xx(nn+1:ub(dm)) = tt(nn:ub(dm)-1)
       1
     Error: Unclassifiable statement at (1)
     avh_olo.f90:11859.13:

       real(kindr2) &
                  1
     Error: Kind 16 not supported for type REAL at (1)
     avh_olo.f90:11862.13:

       real(kindr2) &
                  1
     Error: Kind 16 not supported for type REAL at (1)
     avh_olo.f90:11871.13:

       allocate(tt(lb(1):ub(1),lb(dm):ub(dm)))
                  1
     Error: Syntax error in ALLOCATE statement at (1)
     avh_olo.f90:11875.13:

       allocate(xx(lb(1):ub(1),lb(dm):ub(dm)))
                  1
     Error: Syntax error in ALLOCATE statement at (1)
     avh_olo.f90:11876.2:

       xx(:,lb(dm):nn-1) = tt(:,lb(dm):nn-1)
       1
     Error: Unclassifiable statement at (1)
     avh_olo.f90:11877.2:

       xx(:,nn+1:ub(dm)) = tt(:,nn:ub(dm)-1)
       1
     Error: Unclassifiable statement at (1)
     avh_olo.f90:11903.13:

       real(kindr2) &
                  1
     Error: Kind 16 not supported for type REAL at (1)
     avh_olo.f90:11906.13:

       real(kindr2) &
                  1
     Error: Kind 16 not supported for type REAL at (1)
     avh_olo.f90:11915.13:

       allocate(tt(lb(1):ub(1),lb(2):ub(2),lb(dm):ub(dm)))
                  1
     Error: Syntax error in ALLOCATE statement at (1)
     avh_olo.f90:11919.13:

       allocate(xx(lb(1):ub(1),lb(2):ub(2),lb(dm):ub(dm)))
                  1
     Error: Syntax error in ALLOCATE statement at (1)
     avh_olo.f90:11920.2:

       xx(:,:,lb(dm):nn-1) = tt(:,:,lb(dm):nn-1)
       1
     Error: Unclassifiable statement at (1)
     avh_olo.f90:11921.2:

       xx(:,:,nn+1:ub(dm)) = tt(:,:,nn:ub(dm)-1)
       1
     Error: Unclassifiable statement at (1)
     avh_olo.f90:11948.13:

       real(kindr2) &
                  1
     Error: Kind 16 not supported for type REAL at (1)
     avh_olo.f90:11951.13:

       real(kindr2) &
                  1
     Error: Kind 16 not supported for type REAL at (1)
     avh_olo.f90:11955.15:

         allocate(xx(l1:u1))
                    1
     Error: Syntax error in ALLOCATE statement at (1)
     avh_olo.f90:11959.13:

       allocate(tt(lb(1):ub(1)))
                  1
     Error: Syntax error in ALLOCATE statement at (1)
     avh_olo.f90:11962.14:

       allocate( xx(l1:u1) )
                   1
     Error: Syntax error in ALLOCATE statement at (1)
     avh_olo.f90:11964.2:

       xx(lb(1):ub(1)) = tt(lb(1):ub(1))
       1
     Error: Unclassifiable statement at (1)
     avh_olo.f90:11969.13:

       real(kindr2) &
                  1
     Error: Kind 16 not supported for type REAL at (1)
     Fatal Error: Error count reached limit of 25.
     make[1]: *** [libcts.a(avh_olo.o)] Error 1
     make[1]: Leaving directory `/home/poulose/Desktop/MG5_aMC_v2_3_3/vendor/CutTools/includects'
     make: *** [default] Error 2

 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
quit

Regards,
Shiba

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

Hi,

Looks like that you are using a too old version of gcc which does not support quadruple precision.

Cheers,

Olivier

> On May 15, 2016, at 14:08, shibasipu <email address hidden> wrote:
>
> New question #293738 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/293738
>
> Dear Olivier,
> The following error message is coming.
> adGraph5Error : A compilation Error occurs when trying to compile /home/poulose/Desktop/MG5_aMC_v2_3_3/vendor/CutTools.
> The compilation fails with the following output message:
> make: Warning: File `makefile' has modification time 2.8e+07 s in the future
> cp -p ./src/cts/cts_qpr.in ./src/cts/cts_mpr.h
> cp -p ./src/cts/cts_qpc.in ./src/cts/cts_mpc.h
> cp -p ./src/cts/cts_qprec.in ./src/cts/cts_mprec.h
> cp -p ./src/cts/cts_qpinit.in ./src/cts/cts_mpinit.h
> mkdir -p includects
> cp -p ./src/avh/* includects/
> cp -p ./src/cts/* includects/
> cp -p ./src/mpfun90/* includects/
> cp -p ./src/qcdloop/* includects/
> cp -p ./src/makefile includects/
> cd includects && make EXE="" FC="gfortran" FFLAGS=" -fPIC -fno-automatic -O2 -funroll-all-loops" default
> make[1]: Entering directory `/home/poulose/Desktop/MG5_aMC_v2_3_3/vendor/CutTools/includects'
> make[1]: Warning: File `makefile' has modification time 2.8e+07 s in the future
> gfortran -fPIC -fno-automatic -O2 -funroll-all-loops -c mpfun90.f90
> ar rv libcts.a mpfun90.o
> ar: creating libcts.a
> a - mpfun90.o
> gfortran -fPIC -fno-automatic -O2 -funroll-all-loops -c mpmod90.f90
> ar rv libcts.a mpmod90.o
> a - mpmod90.o
> gfortran -fPIC -fno-automatic -O2 -funroll-all-loops -c mpmodm90.f90
> ar rv libcts.a mpmodm90.o
> a - mpmodm90.o
> gfortran -fPIC -fno-automatic -O2 -funroll-all-loops -c mpmodx90.f90
> ar rv libcts.a mpmodx90.o
> a - mpmodx90.o
> gfortran -fPIC -fno-automatic -O2 -funroll-all-loops -c avh_olo.f90
> avh_olo.f90:11815.13:
>
> real(kindr2) &
> 1
> Error: Kind 16 not supported for type REAL at (1)
> avh_olo.f90:11818.13:
>
> real(kindr2) &
> 1
> Error: Kind 16 not supported for type REAL at (1)
> avh_olo.f90:11827.13:
>
> allocate(tt(lb(dm):ub(dm)))
> 1
> Error: Syntax error in ALLOCATE statement at (1)
> avh_olo.f90:11831.13:
>
> allocate(xx(lb(dm):ub(dm)))
> 1
> Error: Syntax error in ALLOCATE statement at (1)
> avh_olo.f90:11832.2:
>
> xx(lb(dm):nn-1) = tt(lb(dm):nn-1)
> 1
> Error: Unclassifiable statement at (1)
> avh_olo.f90:11833.2:
>
> xx(nn+1:ub(dm)) = tt(nn:ub(dm)-1)
> 1
> Error: Unclassifiable statement at (1)
> avh_olo.f90:11859.13:
>
> real(kindr2) &
> 1
> Error: Kind 16 not supported for type REAL at (1)
> avh_olo.f90:11862.13:
>
> real(kindr2) &
> 1
> Error: Kind 16 not supported for type REAL at (1)
> avh_olo.f90:11871.13:
>
> allocate(tt(lb(1):ub(1),lb(dm):ub(dm)))
> 1
> Error: Syntax error in ALLOCATE statement at (1)
> avh_olo.f90:11875.13:
>
> allocate(xx(lb(1):ub(1),lb(dm):ub(dm)))
> 1
> Error: Syntax error in ALLOCATE statement at (1)
> avh_olo.f90:11876.2:
>
> xx(:,lb(dm):nn-1) = tt(:,lb(dm):nn-1)
> 1
> Error: Unclassifiable statement at (1)
> avh_olo.f90:11877.2:
>
> xx(:,nn+1:ub(dm)) = tt(:,nn:ub(dm)-1)
> 1
> Error: Unclassifiable statement at (1)
> avh_olo.f90:11903.13:
>
> real(kindr2) &
> 1
> Error: Kind 16 not supported for type REAL at (1)
> avh_olo.f90:11906.13:
>
> real(kindr2) &
> 1
> Error: Kind 16 not supported for type REAL at (1)
> avh_olo.f90:11915.13:
>
> allocate(tt(lb(1):ub(1),lb(2):ub(2),lb(dm):ub(dm)))
> 1
> Error: Syntax error in ALLOCATE statement at (1)
> avh_olo.f90:11919.13:
>
> allocate(xx(lb(1):ub(1),lb(2):ub(2),lb(dm):ub(dm)))
> 1
> Error: Syntax error in ALLOCATE statement at (1)
> avh_olo.f90:11920.2:
>
> xx(:,:,lb(dm):nn-1) = tt(:,:,lb(dm):nn-1)
> 1
> Error: Unclassifiable statement at (1)
> avh_olo.f90:11921.2:
>
> xx(:,:,nn+1:ub(dm)) = tt(:,:,nn:ub(dm)-1)
> 1
> Error: Unclassifiable statement at (1)
> avh_olo.f90:11948.13:
>
> real(kindr2) &
> 1
> Error: Kind 16 not supported for type REAL at (1)
> avh_olo.f90:11951.13:
>
> real(kindr2) &
> 1
> Error: Kind 16 not supported for type REAL at (1)
> avh_olo.f90:11955.15:
>
> allocate(xx(l1:u1))
> 1
> Error: Syntax error in ALLOCATE statement at (1)
> avh_olo.f90:11959.13:
>
> allocate(tt(lb(1):ub(1)))
> 1
> Error: Syntax error in ALLOCATE statement at (1)
> avh_olo.f90:11962.14:
>
> allocate( xx(l1:u1) )
> 1
> Error: Syntax error in ALLOCATE statement at (1)
> avh_olo.f90:11964.2:
>
> xx(lb(1):ub(1)) = tt(lb(1):ub(1))
> 1
> Error: Unclassifiable statement at (1)
> avh_olo.f90:11969.13:
>
> real(kindr2) &
> 1
> Error: Kind 16 not supported for type REAL at (1)
> Fatal Error: Error count reached limit of 25.
> make[1]: *** [libcts.a(avh_olo.o)] Error 1
> make[1]: Leaving directory `/home/poulose/Desktop/MG5_aMC_v2_3_3/vendor/CutTools/includects'
> make: *** [default] Error 2
>
> 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
> quit
>
> Regards,
> Shiba
>
> --
> 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 shibasipu for more information if necessary.

To post a message you must log in.