cluster execution

Asked by lorenzo marafatto

I am working with the stable version of madgraph now
if I choose the cluster mode I still get this error:

error is fail to submit to the cluster:

and occurred at :Traceback (most recent call last):
  File "/afs/cern.ch/user/l/lmarafat/mg5amcnlo-3.0.1-lepcoll/madgraph/various/cluster.py", line 1009, in submit2
    id = pat.search(output).groups()[0]
AttributeError: 'NoneType' object has no attribute 'groups'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/afs/cern.ch/user/l/lmarafat/mg5amcnlo-3.0.1-lepcoll/madgraph/various/misc.py", line 419, in deco_f_retry
    return f(*args, **opt)
  File "/afs/cern.ch/user/l/lmarafat/mg5amcnlo-3.0.1-lepcoll/madgraph/various/cluster.py", line 1011, in submit2
    raise ClusterManagmentError('fail to submit to the cluster: \n%s' \
madgraph.various.cluster.ClusterManagmentError: fail to submit to the cluster:

any idea?
many thanks
Lorenzo Marafatto

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,

So the cluster does not respond to the submition script in the expected way.
In most cases, this means that the scheduller refuses your job for some reason.

If you edit
File "/afs/cern.ch/user/l/lmarafat/mg5amcnlo-3.0.1-lepcoll/madgraph/various/cluster.py", line 1009, in submit2
and add before that line a " print(output)"

you might get the information why the cluster forbids you to submit on the cluster.

Cheers,

Olivier

Can you help with this problem?

Provide an answer of your own, or ask lorenzo marafatto for more information if necessary.

To post a message you must log in.