Re: FLUKA run with EMF option

From: Alberto Fasso' (fasso@SLAC.Stanford.EDU)
Date: Fri Jul 29 2005 - 17:25:09 CEST

  • Next message: Chiara D'Ambrosio: "run crash"

    On Fri, 29 Jul 2005, Khnkanos N. Sanosyan wrote:

    > I receive the following messages as output diagnostics:
    >
    > 1. in .err file:
    > Abort called from CDWPRS reason LNUMRC = .TRUE. Run stopped!
    > STOP LNUMRC = .TRUE.

    > *23456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789
    > * min max lowerbound upper_ in steps
    > * step size stp size from bound: to of 1 cm
    > * in cm in cm region region (default)
    > STEPSIZE 1.0-05 1.0-01 1.0 5.0 0.001

    Numbers with an exponent must be aligned on the right of the field.
    The above line is read by Fortran as:
    > *23456789 123456789 123456789 123456789 123456789 123456789 123456789
    > STEPSIZE 1.0-0500001.0-0100001.0 5.0 0.001
    Change it to:
    > STEPSIZE 1.0-05 1.0-01 1.0 5.0 0.001
    It is clear that 1.0-050000 is meaningless.

    By the way (this is directed to all our users): please avoid to send
    your messages to fluka-discuss@fluka.org AND to support@fluka.org.
    The first one is sufficient. The address support@fluka.org should be used
    only to request technical support, for instance when getting
    problems downloading the code etc.

    Alberto Fassò

    -- 
    Alberto Fassò
    SLAC-RP, MS 48, 2575 Sand Hill Road, Menlo Park CA 94025
    Phone: (1 650) 926 4762   Fax: (1 650) 926 3569
    fasso@slac.stanford.edu
    

  • Next message: Chiara D'Ambrosio: "run crash"

    This archive was generated by hypermail 2.1.6 : Fri Jul 29 2005 - 17:45:06 CEST