Remove a run

Asked by Antonio Sandroni

Hi, is there a way to remove a run so that it doesnt appear no more also in the crossx.html file because if i remove only the folder remains on the .html file and its annoyng.
Thanks
Antonio

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,

In principle, if you remove a directory, then relaunch the python executable, the information should be removed.
If not you can use the
./bin/madevent
and then use the remove syntax:

syntax: remove RUN [all|parton|pythia|pgs|delphes|banner] [-f] [--tag=]
-- Remove all the files linked to previous run RUN
   if RUN is 'all', then all run will be cleaned.
   The optional argument precise which part should be cleaned.
   By default we clean all the related files but the banners.
   the optional '-f' allows to by-pass all security question
   The banner can be remove only if all files are removed first.

Cheers,

Olivier

Revision history for this message
Antonio Sandroni (antoniosandroni) said (last edit ):
#2

when I run gen_crossxhtml.py says

Traceback (most recent call last):
  File "gen_crossxhtml.py", line 30, in <module>
    import madgraph
ModuleNotFoundError: No module named 'madgraph'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "gen_crossxhtml.py", line 32, in <module>
    import internal.files as files
ModuleNotFoundError: No module named 'internal'

and in the bin folder of my process i don't have madevent.
Antonio

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#3

Is this an NLO run?

Revision history for this message
Antonio Sandroni (antoniosandroni) said :
#4

yes

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#5

then the equivalent executable
is
./bin/aMCatNLO

Cheers,

Olivier

Revision history for this message
Antonio Sandroni (antoniosandroni) said :
#6

I don't have the option remove.
Antonio

Can you help with this problem?

Provide an answer of your own, or ask Antonio Sandroni for more information if necessary.

To post a message you must log in.