A-A-Abdelhamid / LLP_Sleptons_RPV_SUSY

Here you can find MadGraph5 cards, diagrams, logs, plots, and code used in the project
2 stars 1 forks source link

Turning on Pythia via TXT Problem Solved BUT New SERF Problem #19

Closed A-A-Abdelhamid closed 11 months ago

A-A-Abdelhamid commented 11 months ago

Although I kept getting this screen showing shower to be off:

Screenshot 2023-10-17 at 4 18 30 PM

It turned out that Pyhtia8 was actually turned on but MG5 does not show that. You have to wait for it and it you will see Pythia8 running:

Screenshot 2023-10-17 at 4 19 10 PM

I ran mg5_aMC text.txt

with text.txt:

import ./RPVMSSM_UFO/RPVMSSM_UFO
 define q = g u c d s u~ c~ d~ s~ b t b~ t~ h01 h2 h3 h+ h-
 define p = g u c d s u~ c~ d~ s~ b b~
 generate p p > mur- mur+ /q
 output
 launch
 shower=Pythia8
 set nevents 20000

So everything is fine now, and has been fine all along. When I saw that shower=off I would end the process (because it sounded like the reasonable thing to do so you do not waste time and storage), but I let it run till the end to see what happens and turns out it is actually working

Anyway, I am getting a new error about avaiblre atorage:

[Errno 28] No space left on device: '/home/alaa/PROC_RPVMSSM_UFO_1/run_01_tag_1_debug.log'

Screenshot 2023-10-17 at 4 31 30 PM

I deleted all the previous runs but I can see that the available desk space is about 12 GB only:

Screenshot 2023-10-17 at 4 32 53 PM

Johhny Lawless provided a solution to this issue by simply creating a working directory at "/userdata/"

A-A-Abdelhamid commented 11 months ago

Johhny helped with the storage issue.