Changes between Initial Version and Version 1 of Ticket #773


Ignore:
Timestamp:
06/23/18 22:13:25 (6 years ago)
Author:
arango
Comment:

Yes, thank you. I also fixed the issues with read_phypar.F and read_stapar.F. There is still an issue with the random number generator (routine ran_init), but there is nothing that we can do. It seems that gfortran doesn't support 32-bit integer under negation and wrap-around addition.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #773

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #773 – Description

    initial v1  
    1 wclock_on and wclock_off need to be recursive.
    2 Also, LBC%reduced not initialized.
     1While compiling with the '''gfortran''' compiler and the following flags:
     2{{{
     3 -fcheck=all -fsanitize=address -fsanitize=undefined
     4}}}
     5 we discovered few issues. The routines '''wclock_on''' and '''wclock_off''' need to be recursive.Also, '''LBC%reduced''' not initialized in '''mod_param.F'''.
     6
     7The routines read_phypar.F and read_stapar.F were modified to suppress lots of warnings in '''gfortran''':
     8{{{
     9At line XXX of file read_phypar.f90
     10Fortran runtime warning: An array temporary was created
     11}}}