# SimHPC **Repository Path**: liyezn/SimHPC ## Basic Information - **Project Name**: SimHPC - **Description**: High performance simulation framework - **Primary Language**: Julia - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-17 - **Last Updated**: 2021-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SimHPC SimHPC is a discrete-event process-oriented simulation framework supporting high-performance computing written in [Julia](http://julialang.org/) which is a branch from the discreate simulation package SimJulia [SimJulia](https://github.com/BenLauwens/SimJulia.jl). 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](http://pkg.julialang.org), and is installed by running ```julia julia> Pkg.add("SimHPC") ``` ## Documentation ## License [![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md) ## 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.