Giter Site home page Giter Site logo

Comments (2)

steven-varga avatar steven-varga commented on May 22, 2024

Can you verify that you are posting on the right github page: as the sole author of H5CPP compiler assisted nonintrusive persistence for C++ I don't recall anything you posted above. No CMAKE support either. In fact it is a header only library; examples and performance tests driven by make and google test.

However if you're looking for a high performance library for machine learning that supports most linear algebra systems, arbitrary POD structs, comes with high performance stream recording you are on the right 'page'.
To install H5CPP clone this project, only need the headers if you don't use the compiler infrastructure and the most recent version of HDF5 library configured as 'serial':

./configure --prefix=/usr/local --enable-hl=no && make -j4 && sudo make install

then see examples how you can integrate H5CPP with your existing code or with your new ideas/implementation. If you have any trouble shoot me an email and I will walk you though.

best wishes:steven

from h5cpp.

glicka avatar glicka commented on May 22, 2024

I am sorry. I had 2 git repos open and posted my question to the wrong one. I am closing my issue because it does not belong here.

from h5cpp.

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.