Giter Club home page Giter Club logo

Comments (3)

gsjaardema avatar gsjaardema commented on August 19, 2024

Did you read the netcdf section of the trade?

On Thursday, October 29, 2015, Nico Schlömer [email protected]
wrote:

I'm now getting

Getting information for all enabled TPLs ...

Processing enabled TPL: Netcdf (enabled explicitly, disable with -DTPL_ENABLE_Netcdf=OFF)
-- NetCDF include file /usr/include/netcdf.h will be searched for define values
CMake Warning at cmake/modules/FindNetCDF.cmake:147 (message):
The NetCDF found in does not have the correct NC_MAX_DIMS, NC_MAX_VARS and
NC_MAX_VAR_DIMS

It may not be compatible with other TPL libraries such MOAB and ExodusII

and I have no idea what this wants to say. I'm running on a default NetCDF
4.1.3. Perhaps too old?


Reply to this email directly or view it on GitHub
#5.

from seacas.

gsjaardema avatar gsjaardema commented on August 19, 2024

Sorry. Trade should be readme.

On Thursday, October 29, 2015, Gregory Sjaardema [email protected]
wrote:

Did you read the netcdf section of the trade?

On Thursday, October 29, 2015, Nico Schlömer <[email protected]
javascript:_e(%7B%7D,'cvml','[email protected]');> wrote:

I'm now getting

Getting information for all enabled TPLs ...

Processing enabled TPL: Netcdf (enabled explicitly, disable with -DTPL_ENABLE_Netcdf=OFF)
-- NetCDF include file /usr/include/netcdf.h will be searched for define values
CMake Warning at cmake/modules/FindNetCDF.cmake:147 (message):
The NetCDF found in does not have the correct NC_MAX_DIMS, NC_MAX_VARS and
NC_MAX_VAR_DIMS

It may not be compatible with other TPL libraries such MOAB and ExodusII

and I have no idea what this wants to say. I'm running on a default
NetCDF 4.1.3. Perhaps too old?


Reply to this email directly or view it on GitHub
#5.

from seacas.

nschloe avatar nschloe commented on August 19, 2024

Ah, I hadn't seen this

Modify the following defines in seacas.git/TPL/netcdf/netcdf-4.3.3.1/include/netcdf.h

    #define NC_MAX_DIMS     65536    /* max dimensions per file */
    #define NC_MAX_VARS     524288   /* max variables per file */
    #define NC_MAX_VAR_DIMS 8        /* max per variable dimensions */

Phew, modifying upstream packages will be hard to sell. What happens if I leave the values intact?

from seacas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.