Changes between Initial Version and Version 2 of Ticket #726


Ignore:
Timestamp:
04/29/17 05:25:30 (7 years ago)
Author:
arango
Comment:

For some reason, I missed to include the updated files gasdev.F, nrutil.F, and ran1.F when I committed the ticket. We need these files to have i8b instead i4b. This is the reason why some users are having problems compiling because of the mismatch between integer type arguments between these routine and ran_state.F. All the random number generation routines need to have the same integer type (i8b).

Many thanks to Nirnimesh Kumar and Kate Hedstrom for bringing this to my attention.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #726

    • Property Status newreopened
  • Ticket #726 – Description

    initial v2  
    2323* Cleaned the documentation in '''mod_kinds.F'''.  Both byte and bit were used and it is better to do it in bits.  Notice that byte and bit are not the same and can get confusing.
    2424
    25 * I renamed the '''i4b''' integer kind to '''i8b''' in module '''ran_state.F''' to agree with the 32-bit documentation of the random numbers and the definition in '''mod_kinds.F'''.
     25* I renamed the '''i4b''' integer kind to '''i8b''' in files '''gasdev.F''', '''nrutil.F''', '''ran1.F''', and '''ran_state.F''' to agree with the 32-bit documentation of the random numbers and the definition in '''mod_kinds.F'''.
    2626
    2727----