Coder Social home page Coder Social logo

michaelst98 / miluphpc Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 2.0 104.71 MB

High Performance Computing Smooth(ed) Particle Hydrodynamics

License: GNU General Public License v3.0

Makefile 7.80% Shell 0.19% C++ 30.71% GDB 0.01% Cuda 47.01% Python 8.88% HTML 5.41%

miluphpc's Introduction


Michael Staneker


Some ...

languages

C++   C   C   python   bash  

databases

mysql   mysql  

operating systems

linux   (   debian   Ubuntu   )   linux  

and other stuff

git   git   Markdown  

I already worked with and like.


Further experience with Windows , programming in Matlab. Moreover, hands-on experience with HPC and parallel computing for shared-memory systems OpenMP distributed-memory systems MPI and GPUs CUDA as well as with parallel file I/O via HDF5 . Furthermore, I did some web development for which I already used HTML5 , CSS3 , JavaScript , TypeScript , Angular and PHP .


Projects

MilupHPC

  • milupHPC API documentation
  • A HPC N-Body and Smoothed Particle Hydrodyamics (SPH) code via CUDA-aware MPI targeting distributed memory systems
  • For 1, 2 and 3 dimensional simulation
  • Dynamic load balancing using space-filling curves
  • Current test cases:
    • Plummer model
    • Taylor–von Neumann–Sedov blast wave
    • Isothermal collapse of a molecular cloud (Boss & Bodenheimer)
sample plummer model
More information ...

This repository aims to implement a Multi-GPU SPH/NBody algorithm using CUDA aware MPI by combining ideas from:

Plummer
  • Plummer model
    • four GPUs with dynamic load balancing every 10th step (top: lebesgue, bottom: hilbert)
Plummer
  • Taylor–von Neumann–Sedov blast wave
    • Sedov explosion: one and two GPUs
Sedov
  • Boss-Bodenheimer: isothermal collapse
    • one and two GPUs
Boss Bodenheimer

miluphpc's People

Contributors

michaelst98 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

miluphpc's Issues

MPIOFileDriver from HighFive is deprecated since v2.5.0

Compatibility problem with HighFive since v2.5.0.
Further information in this issue

Proposed Solution:

// open a new file with the MPI IO driver for parallel Read/Write
File file(FILE_NAME,
    File::ReadWrite | File::Create | File::Truncate,
    FileAccessProps(MPI_COMM_WORLD, MPI_INFO_NULL));

instead of

MPIOFileDriver(MPI_COMM_WORLD, MPI_INFO_NULL);

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.