Changes between Initial Version and Version 1 of BugsReport


Ignore:
Timestamp:
Mar 20, 2012, 4:16:28 PM (12 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BugsReport

    v1 v1  
     1
     2
     3== Bugs Report page ==
     4
     5Please look also at the [http://madgraph.phys.ucl.ac.be/Downloads/UpdateNotes.txt updates page]
     6
     7|| '''Date''' || '''User''' || '''Software/script''' || '''Status''' || '''Description''' || '''Possible fix''' ||
     8|| 31 Jul 2008 || Jonathan Walsh || Models/usrmod ||  Fixed  || c-quark mass is set to the b-quark mass (mbMS instead of mcMS) in couplings.f for usrmod ||  ||
     9|| 5 Jul 2007 || Jonathan Walsh || madevent || Fixed  || Generation of zjbb~ gives a line of improperly encoded (non-ASCII) text for every event in the .lhe file || Bug due to matching interface, fixed by Johan in 4.1.33  ||
     10|| 2 May 2007 || Michel Herquet || mg2 || Understood || "./mg2" returns "Killed" on some machines || MadGraph is a F77 software so it needs to allocate memory statically. If the total available memory (RAM+swap) is not enough (~1Gb), the OS refuses to start the software. Free some RAM or enlarge your swap partition. ||
     11|| 19 Apr 2007 || Kyoungchul Kong || generate_events || Temp. fix || ">>" does not create the myprocid file on some systems || replace ">>" with ">" (job canceling in multi_run will be affected) ||