Giter VIP home page Giter VIP logo

dpa's Introduction

dpa

Distributed particle advector based on TBB and MPI.

Requirements

  • CMake 3.15+
  • Git 2.24+
  • GCC 9+ or Visual Studio 2019+

(Manual) Dependencies

  • Intel MKL
  • Open or Microsoft MPI
  • The rest are downloaded automatically through vcpkg.

Building:

  • Clone the repository.
  • Run bootstrap.[sh|bat]. It takes approximately 20 minutes to download, build and install all dependencies.
  • The binaries are then available under the ./build folder.
  • Run as mpiexec -n [NUMBER_OF_NODES] -ppn 1 ./dpa [PATH_TO_CONFIG_FILE]. See the utility directory for example config files.

Notes:

  • The input must consist of a 1D float spacing attribute and a 4D XYZV float dataset specified in the config file.
  • The output is generated as one HDF5 file per rank, each consisting of three entries per round; two 1D float arrays for the vertices/colors and a 1D uint32/uint64 array for the indices.
  • The HDF5 files are accompanied by one XDMF file per rank.
  • When recording curves, if particles_per_round * iterations > maximum uint32_t, uint64_t indices are used.

dpa's People

Contributors

acdemiralp avatar dhelmrich avatar

Stargazers

Sergei Bastrakov avatar

Watchers

Sevinc Eroglu avatar Marcel Krüger avatar  avatar David Gilbert avatar  avatar Simon Oehrl avatar Sebi avatar  avatar

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.