Skip to content

Fortran version needs Rate print fix #7

@jeffhammond

Description

@jeffhammond

When n is huge, we need to not compute the total bytes in INTEGER precision, when it's the default of 32 bits. The fix is trivial:

-          WRITE (*,FMT=9050) label(j),n*bytes(j)*nbpw/mintime(j)/1.0D6,
+          WRITE (*,FMT=9050) label(j),n/1.0D6*bytes(j)*nbpw/mintime(j),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions