zhangliye / SimHPC

High performance simulation framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimHPC

SimHPC is a discrete-event process-oriented simulation framework supporting high-performance computing written in Julia which is a branch from the discreate simulation package SimJulia SimJulia.

SimHPC aims to support high-performance computing for the simulation, which support distributed and parallel computing on both of single multiple-core machine and clusters.

Build Status & Coverage

Installation

SimHPC.jl is a registered package, and is installed by running

julia> Pkg.add("SimHPC")

Documentation

License

License

Authors

  • Liye Zhang
  • SimJulia authours (Ben Lauwens, Royal Military Academy, Brussels, Belgium) listed on SimJulia websit in 2018

Contributing

  • To discuss problems or feature requests, file an issue. For bugs, please include as much information as possible, including operating system, julia version, and version of the dependencies: DataStructures and ResumableFunctions.
  • To contribute, make a pull request. Contributions should include tests for any new features/bug fixes.

Release Notes

Todo

  • Distributed computing.
  • Status collection of the simulation system
  • Update of documentation.

About

High performance simulation framework

License:MIT License


Languages

Language:Julia 100.0%