Compilation errors at CERN lxplus5

Bug #1309409 reported by Olga Kodolova
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MadGraph5_aMC@NLO
Invalid
Undecided
Unassigned

Bug Description

Dear Collegueas,

While running at lxplus5 in NLO mode, I get errors during compilation.
Please, see attached file.

Some of errors, perhaps, require just adding the compiler option:

USE_SYST = .FALSE.
                   1
     Error: Symbol 'use_syst' at (1) has no IMPLICIT type

There are plenty of these "errors".

But, some of warnings are worring:
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'

aloha_functions.f:2306.27:

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

            Could you advice? I use the compiler that is recommended:

/afs/cern.ch/sw/lcg/external/gcc/4.7.0/x86_64-slc5-gcc47-opt/bin/gfortran

                                                         cheers,
                                                                                           Olga

Revision history for this message
Olga Kodolova (olga-kodolova) wrote :
Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote : Re: [Bug 1309409] [NEW] Compilation errors at CERN lxplus5
Download full text (3.3 KiB)

Hi did you follow the web instruction for lxplus run? (On the a canto web site)http://amcatnlo.web.cern.ch/amcatnlo/

Looks like you use the wrong compiler.

Cheers

Olivier

> On 18 Apr 2014, at 09:48, Olga Kodolova <email address hidden> wrote:
>
> Public bug reported:
>
> Dear Collegueas,
>
> While running at lxplus5 in NLO mode, I get errors during compilation.
> Please, see attached file.
>
> Some of errors, perhaps, require just adding the compiler option:
>
> USE_SYST = .FALSE.
> 1
> Error: Symbol 'use_syst' at (1) has no IMPLICIT type
>
> There are plenty of these "errors".
>
> But, some of warnings are worring:
> 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'
>
>
> aloha_functions.f:2306.27:
>
> CALL ILXXXX(Q(0),M,-1,1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2309.27:
>
> Could you advice? I use the compiler that is recommended:
>
> /afs/cern.ch/sw/lcg/external/gcc/4.7.0/x86_64-slc5-gcc47-opt/bin/gfortran
>
> cheers,
> Olga
>
> ** Affects: mg5amcnlo
> Importance: Undecided
> Status: New
>
> ** Attachment added: "run_01_tag_1_debug.log"
> https://bugs.launchpad.net/bugs/1309409/+attachment/4087066/+files/run_01_tag_1_debug.log
>
> --
> You received this bug notification because you are subscribed to
> MadGraph5_aMC@NLO.
> https://bugs.launchpad.net/bugs/1309409
>
> Title:
> Compilation errors at CERN lxplus5
>
> Status in MadGraph5_aMC@NLO Generator:
> New
>
> Bug description:
> Dear Collegueas,
>
> While running at lxplus5 in NLO mode, I get errors during compilation.
> Please, see attached file.
>
> Some of errors, perhaps, require just adding the compiler option:
>
> USE_SYST = .FALSE.
> 1
> Error: Symbol 'use_syst' at (1) has no IMPLICIT type
>
> There are plenty of these "errors".
>
> But, some of warnings are worring:
> 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'
>
>
> aloha_functions.f:2306.27:
>
> CALL ILXXXX(Q(0),M,-1,1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2309.27:
>
> Could you advice? I use the compiler that is recommended:
>
> /afs/cern.ch/sw/lcg/external/gcc/4.7.0/x86_64-slc5-gcc47-opt/bin/gfortran
>
> cheers,
> ...

Read more...

Revision history for this message
Olga Kodolova (olga-kodolova) wrote :
Download full text (5.7 KiB)

Dear Olivier,

Yes, I am trying to follow instructions.

I put
setenv PATH /afs/cern.ch/sw/lcg/external/gcc/4.7.0/x86_64-slc5-gcc47-opt/bin:${PATH}
setenv LD_LIBRARY_PATH /afs/cern.ch/sw/lcg/external/gcc/4.7.0/x86_64-slc5-gcc47-opt/lib64

Also, I put:
fortran_compiler = /afs/cern.ch/sw/lcg/external/gcc/4.7.0/x86_64-slc5-gcc47-opt/bin/gfortran

in
input/mg5_configuration.txt

Also, when I look to the log:
/afs/cern.ch/sw/lcg/external/gcc/4.7.0/x86_64-slc5-gcc47-opt/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -o aloha_functions.o aloha_functions.f
aloha_functions.f:2306.27:

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

                              cheers,
                                                       Olga

________________________________________
From: <email address hidden> [<email address hidden>] on behalf of Olivier Mattelaer [<email address hidden>]
Sent: 18 April 2014 23:39
To: Olga Kodolova
Subject: Re: [Bug 1309409] [NEW] Compilation errors at CERN lxplus5

Hi did you follow the web instruction for lxplus run? (On the a canto
web site)http://amcatnlo.web.cern.ch/amcatnlo/

Looks like you use the wrong compiler.

Cheers

Olivier

> On 18 Apr 2014, at 09:48, Olga Kodolova <email address hidden> wrote:
>
> Public bug reported:
>
> Dear Collegueas,
>
> While running at lxplus5 in NLO mode, I get errors during compilation.
> Please, see attached file.
>
> Some of errors, perhaps, require just adding the compiler option:
>
> USE_SYST = .FALSE.
> 1
> Error: Symbol 'use_syst' at (1) has no IMPLICIT type
>
> There are plenty of these "errors".
>
> But, some of warnings are worring:
> 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'
>
>
> aloha_functions.f:2306.27:
>
> CALL ILXXXX(Q(0),M,-1,1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2309.27:
>
> Could you advice? I use the compiler that is recommended:
>
> /afs/cern.ch/sw/lcg/external/gcc/4.7.0/x86_64-slc5-gcc47-opt/bin/gfortran
>
> cheers,
> Olga
>
> ** Affects: mg5amcnlo
> Importance: Undecided
> Status: New
>
> ** Attachment added: "run_01_tag_1_debug.log"
> https://bugs.launchpad.net/bugs/1309409/+attachment/4087066/+files/run_01_tag_1_debug.log
>
> --
> You received this bug notification because you are subscribed to
> MadGraph5_aMC@NLO.
> https://bugs.launchpad.net/bugs/1309409
>
> Title:
> Compilation errors at CERN lxplus5
>
> Status in MadGraph5_aMC@NLO Generator:
> New
>
> Bug description:
> Dear Collegueas,
>
> While running at lxplus5 in NLO mode, I get errors during compilation.
> Please, see at...

Read more...

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote :
Download full text (7.8 KiB)

Dear Olga,

Did you modify any file by hand? Looks like that your SubProcesses/setrun.f file is the one for LO run and not NLO run.
Did you modify that file?

Cheers,

Olivier

On Apr 21, 2014, at 3:47 PM, Olga Kodolova <email address hidden> wrote:

> Dear Olivier,
>
> Yes, I am trying to follow instructions.
>
> I put
> setenv PATH /afs/cern.ch/sw/lcg/external/gcc/4.7.0/x86_64-slc5-gcc47-opt/bin:${PATH}
> setenv LD_LIBRARY_PATH /afs/cern.ch/sw/lcg/external/gcc/4.7.0/x86_64-slc5-gcc47-opt/lib64
>
> Also, I put:
> fortran_compiler = /afs/cern.ch/sw/lcg/external/gcc/4.7.0/x86_64-slc5-gcc47-opt/bin/gfortran
>
> in
> input/mg5_configuration.txt
>
> Also, when I look to the log:
> /afs/cern.ch/sw/lcg/external/gcc/4.7.0/x86_64-slc5-gcc47-opt/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -o aloha_functions.o aloha_functions.f
> aloha_functions.f:2306.27:
>
> CALL ILXXXX(Q(0),M,-1,1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2309.27:
>
> cheers,
> Olga
>
> ________________________________________
> From: <email address hidden> [<email address hidden>] on behalf of Olivier Mattelaer [<email address hidden>]
> Sent: 18 April 2014 23:39
> To: Olga Kodolova
> Subject: Re: [Bug 1309409] [NEW] Compilation errors at CERN lxplus5
>
> Hi did you follow the web instruction for lxplus run? (On the a canto
> web site)http://amcatnlo.web.cern.ch/amcatnlo/
>
> Looks like you use the wrong compiler.
>
> Cheers
>
> Olivier
>
>
>> On 18 Apr 2014, at 09:48, Olga Kodolova <email address hidden> wrote:
>>
>> Public bug reported:
>>
>> Dear Collegueas,
>>
>> While running at lxplus5 in NLO mode, I get errors during compilation.
>> Please, see attached file.
>>
>> Some of errors, perhaps, require just adding the compiler option:
>>
>> USE_SYST = .FALSE.
>> 1
>> Error: Symbol 'use_syst' at (1) has no IMPLICIT type
>>
>> There are plenty of these "errors".
>>
>> But, some of warnings are worring:
>> 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'
>>
>>
>> aloha_functions.f:2306.27:
>>
>> CALL ILXXXX(Q(0),M,-1,1,W(1))
>> 1
>> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
>> aloha_functions.f:2309.27:
>>
>> Could you advice? I use the compiler that is recommended:
>>
>> /afs/cern.ch/sw/lcg/external/gcc/4.7.0/x86_64-slc5-gcc47-opt/bin/gfortran
>>
>> cheers,
>> Olga
>>
>> ** Affects: mg5amcnlo
>> Importance: Undecided
>> Status: New
>>
>> ** Attachment added: "run_01_tag_1_debug.log"
>> https://bugs.launchpad.net/bugs/1309409/+attachment/4087066/+files/run_01_tag_1_debug.log
>>...

Read more...

Revision history for this message
Olga Kodolova (olga-kodolova) wrote :
Download full text (10.1 KiB)

Dear Olivier,

No, I did not modify anything except run_cards.dat.

But what I also learnt that these errors are not stable. Sometimes I get it
and sometimes -not. I can not understand what are the pre-requisites for
these errors.

In logs of jobs with errors firstly I get some python errors and then I get fortran errors.
Means, that code for compilation may not be gathered correctly.
I just put one directory:

wget http://cmsdoc.cern.ch/~kodolova/DYmumujj_1_v2.tgz

if I type inside this directory: python26 bin/generate_events - I get errors.

My run_nlo.csh and batch.csh are in attachment.

We look for the rare process EWK Z production and need high statistics in the Mjj tail.
Thus, I am trying to run batch at lxplus5.

                      cheers,
                                                 Olga

________________________________________
From: <email address hidden> [<email address hidden>] on behalf of Olivier Mattelaer [<email address hidden>]
Sent: 22 April 2014 11:21
To: Olga Kodolova
Subject: Re: [Bug 1309409] [NEW] Compilation errors at CERN lxplus5

Dear Olga,

Did you modify any file by hand? Looks like that your SubProcesses/setrun.f file is the one for LO run and not NLO run.
Did you modify that file?

Cheers,

Olivier

On Apr 21, 2014, at 3:47 PM, Olga Kodolova <email address hidden>
wrote:

> Dear Olivier,
>
> Yes, I am trying to follow instructions.
>
> I put
> setenv PATH /afs/cern.ch/sw/lcg/external/gcc/4.7.0/x86_64-slc5-gcc47-opt/bin:${PATH}
> setenv LD_LIBRARY_PATH /afs/cern.ch/sw/lcg/external/gcc/4.7.0/x86_64-slc5-gcc47-opt/lib64
>
> Also, I put:
> fortran_compiler = /afs/cern.ch/sw/lcg/external/gcc/4.7.0/x86_64-slc5-gcc47-opt/bin/gfortran
>
> in
> input/mg5_configuration.txt
>
> Also, when I look to the log:
> /afs/cern.ch/sw/lcg/external/gcc/4.7.0/x86_64-slc5-gcc47-opt/bin/gfortran -O -fno-automatic -ffixed-line-length-132 -c -o aloha_functions.o aloha_functions.f
> aloha_functions.f:2306.27:
>
> CALL ILXXXX(Q(0),M,-1,1,W(1))
> 1
> Warning: Type mismatch in argument 'ffmass' at (1); passed COMPLEX(8) to REAL(8)
> aloha_functions.f:2309.27:
>
> cheers,
> Olga
>
> ________________________________________
> From: <email address hidden> [<email address hidden>] on behalf of Olivier Mattelaer [<email address hidden>]
> Sent: 18 April 2014 23:39
> To: Olga Kodolova
> Subject: Re: [Bug 1309409] [NEW] Compilation errors at CERN lxplus5
>
> Hi did you follow the web instruction for lxplus run? (On the a canto
> web site)http://amcatnlo.web.cern.ch/amcatnlo/
>
> Looks like you use the wrong compiler.
>
> Cheers
>
> Olivier
>
>
>> On 18 Apr 2014, at 09:48, Olga Kodolova <email address hidden> wrote:
>>
>> Public bug reported:
>>
>> Dear Collegueas,
>>
>> While running at lxplus5 in NLO mode, I get errors during compilation.
>> Please, see attached file.
>>
>> Some of errors, perhaps, require just adding the compiler option:
>>
>> USE_SYST = .FALSE.
>> 1
>> Error: Symbol 'use_syst' at (1) has no IMPLICIT type
>>
>> There are plenty of these "errors"....

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote :

I think the reason is that your run_card follows the LO format and not the one for the NLO format.
This makes the code to crash since the python handler creates some file as if it is a LO run (since the input file are those of a LO run)

Cheers,

Olivier

Changed in mg5amcnlo:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.