Changes between Version 33 and Version 34 of DevelopmentIssues


Ignore:
Timestamp:
Oct 17, 2012, 3:55:19 PM (12 years ago)
Author:
Valentin Hirschi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentIssues

    v33 v34  
    66
    77== To fix before v2.0 beta release ==
    8 
    9  aMC@NLO 20 | O.M. | The tutorial aMCatNLO and the help of launch should explain the details of launch especially for running the shower::
    10 
    11  aMC@NLO 71| O.M. | aMCatNLO-Utilities should auto-detect the compiler/ the fact that we are in 64 bit/...:: and also having a file make_opts used by all sub makefile present in this utilities.
    12 DONE MZ r370 (and 16 for MCatNLO-utilities)
    13 
    148
    159 aMC@NLO ?? && ?? | O.M | Having all acceptance/parralel test working !! (not the case currently) ::
     
    4640
    4741  | V.H. | Adding the option of having double-double for multiple-precision instead of true quad-prec.:: This would be much faster (slow-down of factor 8-10 for dd vs 100 for qp.) and also allow compilation with gfortran <4.6.
     42
    4843== Fixed issues ==
     44
     45aMC@NLO 20 | O.M. | The tutorial aMCatNLO and the help of launch should explain the details of launch especially for running the shower::
     46
     47 '''[ Fixed ] M.Z. |''' Minimal info now given in the tutorial about the '-i' option of launch. Then the user can sort out by himself what to do once in the run interface.
     48
     49 aMC@NLO 71| O.M. | aMCatNLO-Utilities should auto-detect the compiler/ the fact that we are in 64 bit/...:: and also having a file make_opts used by all sub makefile present in this utilities.
     50
     51 '''[ Fixed ] M.Z. |''' in r370. (and 16 for MCatNLO-utilities)
    4952
    5053 aMC@NLO 5 | J.A. | When launching aMC@NLO some 'set' commands are not recognized and output their help.:: This is because aMCatNLOLauncher uses exec_cmd from ExtendedCmd which in turn will call the do_set() of common_run_interface.py for which 'check_set()' does not recognize some options like complex_mass_scheme and loop_optimized_output.