Problem facing while running Madgraph in cluster

Asked by Songshaptak De

While running Madgraph in cluster, I encounter the issue:

stty: standard input: Invalid argument
Error detected in "generate_events run_01"
write debug file /home/songshaptak/Softwares/MG5_aMC_v2_6_7/bin/Test_Cluster_RUN/run_01_tag_1_debug.log
If you need help with this issue please contact us on https://answers.launchpad.net/mg5amcnlo
MadGraph5Error : A compilation Error occurs when trying to compile /home/songshaptak/Softwares/MG5_aMC_v2_6_7/bin/Test_Cluster_RUN/SubProcesses/P1_gg_wpwmqq_wm_emvl.
 The compilation fails with the following output message:
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c symmetry.f -I../../Source/
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c idenparts.f -I../../Source/
     gfortran -o gensym symmetry.o idenparts.o -L../../lib/ -lmodel -lgeneric -lpdf -lstdc++
     /usr/bin/ld: cannot find -lstdc++
     collect2: ld returned 1 exit status
     make: *** [gensym] Error 1

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

-lstdc++ is the standard C++ library.
This should be provided by you/your system.
It is not unusual for cluster to be configure such that you can not compile code on the cluster.
In any case, I should advise you to check the manual of your cluster and if you do not find the information there, you should contact your sys admin.

Cheers,

Olivier

> On 21 Feb 2020, at 14:57, Songshaptak De <email address hidden> wrote:
>
> New question #688907 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/688907
>
> While running Madgraph in cluster, I encounter the issue:
>
> stty: standard input: Invalid argument
> Error detected in "generate_events run_01"
> write debug file /home/songshaptak/Softwares/MG5_aMC_v2_6_7/bin/Test_Cluster_RUN/run_01_tag_1_debug.log
> If you need help with this issue please contact us on https://answers.launchpad.net/mg5amcnlo
> MadGraph5Error : A compilation Error occurs when trying to compile /home/songshaptak/Softwares/MG5_aMC_v2_6_7/bin/Test_Cluster_RUN/SubProcesses/P1_gg_wpwmqq_wm_emvl.
> The compilation fails with the following output message:
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c symmetry.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c idenparts.f -I../../Source/
> gfortran -o gensym symmetry.o idenparts.o -L../../lib/ -lmodel -lgeneric -lpdf -lstdc++
> /usr/bin/ld: cannot find -lstdc++
> collect2: ld returned 1 exit status
> make: *** [gensym] Error 1
>
> --
> 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 Songshaptak De for more information if necessary.

To post a message you must log in.