NCAR / ParallelIO

A high-level Parallel I/O Library for structured grid applications
Apache License 2.0
136 stars 53 forks source link

fix inconsistancy in intent #1879

Closed jedwards4b closed 3 years ago

jedwards4b commented 3 years ago

cce 10.0.3 caught an inconsistancy in the declaration of PIOc_putvar

ftn-828 crayftn: ERROR PIOC_PUT_VAR_INT, File = ../../../global/cscratch1/sd/jedwards/foo/bld/cray/mpt/nodebug/nothreads/mct/pio/pio2/src/flib/pionfput_mod.F90, Line = 246, Column = 62 
  Procedure "PIOc_put_var_int" is defined in multiple places.  Argument 3 has INTENT(IN) in one definition but not the other.

this fixes the issue.