Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RIKEN-SysSoft/mckernel
McKernel
https://github.com/RIKEN-SysSoft/mckernel
hpc operating-system supercomputing
Last synced: 3 days ago
JSON representation
McKernel
- Host: GitHub
- URL: https://github.com/RIKEN-SysSoft/mckernel
- Owner: RIKEN-SysSoft
- License: gpl-2.0
- Created: 2018-08-17T02:06:58.000Z (about 6 years ago)
- Default Branch: development
- Last Pushed: 2024-06-24T07:31:59.000Z (4 months ago)
- Last Synced: 2024-08-02T07:23:49.569Z (3 months ago)
- Topics: hpc, operating-system, supercomputing
- Language: C
- Size: 31.7 MB
- Stars: 106
- Watchers: 12
- Forks: 21
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-high-performance-computing - McKernel - A hybrid kernel that combines Linux and a lightweight kernel designed to provide high performance for HPC applications. (Software / Trends)
README
.. figure:: docs/mckernel-logo.png
IHK/McKernel is a light-weight multi-kernel operating system designed
for high-end supercomputing. It runs Linux and McKernel, a light-weight
kernel (LWK), side-by-side inside compute nodes and aims at the
following:- Provide scalable and consistent execution of large-scale parallel
scientific applications, but at the same time maintain the ability to
rapidly adapt to new hardware features and emerging programming
models
- Provide efficient memory and device management so that resource
contention and data movement are minimized at the system level
- Eliminate OS noise by isolating OS services in Linux and provide
jitter free execution on the LWK
- Support the full POSIX/Linux APIs by selectively offloading
(slow-path) system calls to LinuxDocumentation
=============Documentation is available
`here `__.