Skip to content

Issue in arch/preamble configure file regarding the order of -lnetcdff and -lnetcdf #3

@zemega

Description

@zemega

On line 27, the CONFIGURE_NETCDFF_LIB needs to be placed before -lnetcdf
NETCDFLIB = -L${NETCDF}/lib -lnetcdf CONFIGURE_NETCDFF_LIB
It should be
NETCDFLIB = -L${NETCDF}/lib CONFIGURE_NETCDFF_LIB -lnetcdf
The order of -lnetcdff -lnetcdf is important, at least when compiling using gfortran.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions