Error gensym run not successful

Asked by Renjie Wang

Hi MG_aMC experts,

I uses MG_aMC v.2.1.1 with changed PDF sets to MSTW2008LO, it gives the error message like:
    raise MadEventError, 'Error gensym run not successful'
MadEventError: Error gensym run not successful

While if I don't change the PDFsets, it works perfectly.

the log file is here:
https://rewang.web.cern.ch/rewang/temp/run_01_tag_1_debug.log

Can anyone know how to solve this problem?

Thanks ahead;
Ren-Jie

Question information

Language:
English Edit question
Status:
Answered
For:
MadGraph5_aMC@NLO Edit question
Assignee:
marco zaro Edit question
Last query:
Last reply:
Revision history for this message
marco zaro (marco-zaro) said :
#1

Dear Ren-Jie,
Can you please try doing the following:

cd to the directory you exported

./bin/cleanall
./bin/generate_events

If this works, it may be that some of the .o files have not been updated it you have run first with internal pdfs and then with LHAPDF ones

If this does not work, can you please cd to any of the P0_xxxx directories inside SubProcesses and execute gensym by hand

./gensym < input_app.txt

and send me what you get?

Thanks a lot,

Marco

Revision history for this message
Renjie Wang (r-jiewang) said :
#2

Hi Marco,

Thanks for your help.

I tried the following tests, it is still not working, get the same error message.

./bin/cleanall
./bin/generate_events

While, when I try to do your second suggestion, I cannot find any input_app.txt in SubProcesses/P0_xxxx directories.

Do you have more suggestions I can try?

p.s. It seems the latest MG5_aMC_v2_1_2_beta version has the same problem.

Thanks a lot;
Ren-Jie

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

Hi Renje,
i see.
can you please do the following:

open bin/intermal/madevent_interface.py
 and insert after line 2519 ( (stdout, stderr) = p.communicate(sym_input)
)
 these two lines

print ‘OUTPUT’, output
print ‘ERROR’, error

with the same indentation as the line above.

then send me what you get printed on the screen.

Thanks a lot,

Marco

On 26 May 2014, at 09:51, Renjie Wang <email address hidden> wrote:

> Question #249188 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/249188
>
> Renjie Wang posted a new comment:
> Hi Marco,
>
> Thanks for your help.
>
> I tried the following tests, it is still not working, get the same error
> message.
>
> ./bin/cleanall
> ./bin/generate_events
>
> While, when I try to do your second suggestion, I cannot find any
> input_app.txt in SubProcesses/P0_xxxx directories.
>
> Do you have more suggestions I can try?
>
> p.s. It seems the latest MG5_aMC_v2_1_2_beta version has the same
> problem.
>
> Thanks a lot;
> Ren-Jie
>
> --
> You received this question notification because you are a direct
> subscriber of the question.

Revision history for this message
Renjie Wang (r-jiewang) said :
#4

Hi Macro,

I assume you let me print out stdout and stderr instead of output and error,
because in function do_survey(self, line): there is no output and errors defined.

stdout:
OUTPUT: Full compression. Using symmetry and assuming B.W.
 Warning: parameter nhel_survey not found
          setting it to default value 0

Thanks;
Ren-Jie

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

Hi Renje,
yes, indeed, i meant that…
Thanks for sending the output, we’ll try to investigate what is going on

Olivier, do you have any clue?

Cheers,

Marco

On 26 May 2014, at 10:26, Renjie Wang <email address hidden> wrote:

> Question #249188 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/249188
>
> Status: Answered => Open
>
> Renjie Wang is still having a problem:
> Hi Macro,
>
> I assume you let me print out stdout and stderr instead of output and error,
> because in function do_survey(self, line): there is no output and errors defined.
>
> stdout:
> OUTPUT: Full compression. Using symmetry and assuming B.W.
> Warning: parameter nhel_survey not found
> setting it to default value 0
>
>
> Thanks;
> Ren-Jie
>
> --
> You received this question notification because you are a direct
> subscriber of the question.

Revision history for this message
Renjie Wang (r-jiewang) said :
#6

Hi Marco,

Do you have any ideas about this problem, I found something as follows:
1.
in SubProcesses/P0_qq_zxxx_z_ll/
symfact.dat is missing

2. it looks like gensym is not complied correctly, after I add symfact.dat manually, it just print out
------------------------------------------------------------
 Full compression. Using symmetry and assuming B.W.
 Warning: parameter nhel_survey not found
          setting it to default value 0
Segmentation fault
------------------------------------------------------------
it cannot read all parameters.

Let me know if you have something to suggest, I wish to debug this soon.

Thanks;
Ren-Jie

Revision history for this message
Renjie Wang (r-jiewang) said :
#7

Hi,

I tried MG5_aMC_v2_1_2, the issue still there.
Also, I want to mention, the issue appears in SLC5, I tried Mac OS X, it works fine.

Cheers;
Ren-Jie

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

Hi Ren-Jie,
can you please check this page
http://amcatnlo.web.cern.ch/amcatnlo/list_detailed2.htm#dependencies
in particular what concerns the configuration/dependencies on SL5?
Cheers,

Marco

Revision history for this message
Renjie Wang (r-jiewang) said :
#9

Hi Marco,

I did some changes with the gcc/gfortran4.7 on SLC5, it looks getting started to work, at least it takes LHAPDF to download the correct PDFSets, while a new error message appears:

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0 0x2B0B98DE3F47
#1 0x2B0B98DE4514
#2 0x2B0B998052CF
#3 0x463F50 in setpara_
#4 0x4060C6 in MAIN__ at symmetry.f:0

Any more suggestions?

Thanks;
Ren-Jie

Can you help with this problem?

Provide an answer of your own, or ask Renjie Wang for more information if necessary.

To post a message you must log in.