Changes between Initial Version and Version 1 of Ticket #34398


Ignore:
Timestamp:
May 10, 2012, 5:32:07 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34398

    • Property Owner changed from macports-tickets@… to takeshi@…
    • Property Port netcdf-fortran added
  • Ticket #34398 – Description

    initial v1  
    22
    33changing the type of data_out from integer to real. when data_out is a real (array)
     4{{{
    45real, dimension(:,:), allocatable :: data_out
     6}}}
    57
    68i get the following error:
    79
     10{{{
    811 gfortran-mp-4.6  -I/opt/local/include -L/opt/local/lib -lnetcdf -lnetcdff   -o wr simple_xy_wr2.f90
    912simple_xy_wr2.f90:80.19:
     
    1215                   1
    1316Error: There is no specific function for the generic 'nf90_put_var' at (1)
     17}}}
    1418
    1519this code compiles fine on the linux boxes. but i get this error on lion, using gcc45 and gcc46.