Changeset 64c820a in flexpart.git for flexpart_code/fpmetbinary_mod.F90


Ignore:
Timestamp:
Nov 7, 2016, 11:58:25 AM (8 years ago)
Author:
Gerald Klinkl <gerald.klinkl@…>
Branches:
FPv9.3.1, FPv9.3.2, fp9.3.1-20161214-nc4, grib2nc4_repair
Children:
b6b9db0, 0e7a55c, 5b3cc42
Parents:
8083347
Message:

Fix "relocation truncated to fit:" errors

Fix "relocation truncated to fit:" errors when compiling flexpart with
gfortran and medium memory model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • flexpart_code/fpmetbinary_mod.F90

    r57a9cce r64c820a  
    438438                CONTINUE
    439439            ELSE
    440                 PRINT *, ''
     440                ! PRINT *, ''  GK: causes relocation truncated to fit: R_X86_64_32
    441441                PRINT *, 'Inconsistent preprocessing format version'
    442442                PRINT *, 'Expected Version: ', PREPROC_FORMAT_VERSION_STR
    443443                PRINT *, 'Detected Version: ', temp_preproc_format_version_str
    444                 PRINT *, ''
     444                ! PRINT *, ''
    445445                STOP
    446446            END IF
     
    461461            ELSE
    462462                PRINT *, 'Incompatible dimensions between fp file and current FLEXPART!'
    463                 PRINT *, ''
     463                ! PRINT *, ''
    464464                PRINT *, '                  FP file     Compiled FP'
    465465                PRINT *, 'nxmax:     ', temp_nxmax, '    ', nxmax
     
    468468                PRINT *, 'nuvzmax:     ', temp_nuvzmax, '    ', nuvzmax
    469469                PRINT *, 'nwzmax:     ', temp_nwzmax, '    ', nwzmax
    470                 PRINT *, ''
     470                ! PRINT *, ''
    471471                STOP
    472472            END IF
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG