Skip to content
View MichaelSt98's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report MichaelSt98

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MichaelSt98/README.md

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

Popular repositories

  1. milupHPC milupHPC Public

    High Performance Computing Smooth(ed) Particle Hydrodynamics

    Cuda 6 2

  2. SPH SPH Public

    Parallel Smooth(ed) Particle Hydrodynamics implementation for astrophysical simulations including self-gravity.

    Cuda 3

  3. ParticleDistributor ParticleDistributor Public

    Create Particle Distribution for N-Body and SPH simulation.

    C++ 1

  4. miluphcuda miluphcuda Public

    Forked from christophmschaefer/miluphcuda

    smooth particle hydrodynamics code

    Cuda

  5. Snippets Snippets Public

    Useful code snippets/templates.

    Makefile

  6. NNS NNS Public

    Nearest neighbor search.

    C++