run on a pbs cluster

Asked by Goutam Das

Dear MadGraph Team.
                                             I am facing a problem when I run MG5_aMC_v2_2_3 on PBS cluster. The error is showing -> KeyError : 'cluster_temp_path'.
After looking some old threads I found this (https://bugs.launchpad.net/mg5amcnlo/+bug/1440158) . And indeed after changing the name "cluster_temp_path" to "cluster_tmp_path" in Cards/me5_configuration.txt or "cluster_tmp_path" to "cluster_temp_path" in madevent_interface.py , the code is running but a weired message is coming on screen :

INFO: Running Pythia
WARNING: cluster.get_job_identifier runs unexpectedly. This should be fine but report this message if you have problem.
WARNING:

          ********************************************************
                  STDHEP version 5.04.01 - Aug. 29, 2005
          ********************************************************

 STDXWOPEN WARNING: I/O is initialized for stdhep only

WARNING:

          ********************************************************
                  STDHEP version 5.04.01 - Aug. 29, 2005
          ********************************************************

 STDXWOPEN WARNING: I/O is initialized for stdhep only

WARNING:

          ********************************************************
                  STDHEP version 5.04.01 - Aug. 29, 2005
          ********************************************************

 STDXWOPEN WARNING: I/O is initialized for stdhep only

WARNING:

          ********************************************************
                  STDHEP version 5.04.01 - Aug. 29, 2005
          ********************************************************

 STDXWOPEN WARNING: I/O is initialized for stdhep only

WARNING:

          ********************************************************
                  STDHEP version 5.04.01 - Aug. 29, 2005
          ********************************************************

 STDXWOPEN WARNING: I/O is initialized for stdhep only

INFO: Creating shower LHE File (for plot)
WARNING: cluster.get_job_identifier runs unexpectedly. This should be fine but report this message if you have problem.

Though I am getting events finally, still I want to know whether this is fine or is there any better way to solve the problem.

Best Regards,
Goutam

Question information

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

yes this is fine

On 21 May 2015, at 02:26, Goutam Das <email address hidden> wrote:

> New question #267203 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/267203
>
> Dear MadGraph Team.
> I am facing a problem when I run MG5_aMC_v2_2_3 on PBS cluster. The error is showing -> KeyError : 'cluster_temp_path'.
> After looking some old threads I found this (https://bugs.launchpad.net/mg5amcnlo/+bug/1440158) . And indeed after changing the name "cluster_temp_path" to "cluster_tmp_path" in Cards/me5_configuration.txt or "cluster_tmp_path" to "cluster_temp_path" in madevent_interface.py , the code is running but a weired message is coming on screen :
>
> INFO: Running Pythia
> WARNING: cluster.get_job_identifier runs unexpectedly. This should be fine but report this message if you have problem.
> WARNING:
>
> ********************************************************
> STDHEP version 5.04.01 - Aug. 29, 2005
> ********************************************************
>
>
> STDXWOPEN WARNING: I/O is initialized for stdhep only
>
> WARNING:
>
> ********************************************************
> STDHEP version 5.04.01 - Aug. 29, 2005
> ********************************************************
>
>
> STDXWOPEN WARNING: I/O is initialized for stdhep only
>
> WARNING:
>
> ********************************************************
> STDHEP version 5.04.01 - Aug. 29, 2005
> ********************************************************
>
>
> STDXWOPEN WARNING: I/O is initialized for stdhep only
>
> WARNING:
>
> ********************************************************
> STDHEP version 5.04.01 - Aug. 29, 2005
> ********************************************************
>
>
> STDXWOPEN WARNING: I/O is initialized for stdhep only
>
> WARNING:
>
> ********************************************************
> STDHEP version 5.04.01 - Aug. 29, 2005
> ********************************************************
>
>
> STDXWOPEN WARNING: I/O is initialized for stdhep only
>
> INFO: Creating shower LHE File (for plot)
> WARNING: cluster.get_job_identifier runs unexpectedly. This should be fine but report this message if you have problem.
>
> Though I am getting events finally, still I want to know whether this is fine or is there any better way to solve the problem.
>
> Best Regards,
> Goutam
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Goutam Das (gkdgoutam) said :
#2

Thanks Olivier Mattelaer, that solved my question.