All Projects → RIKEN-SysSoft → mckernel

RIKEN-SysSoft / mckernel

Licence: GPL-2.0 license
McKernel

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects
perl
6916 projects
assembly
5116 projects
CMake
9771 projects
Makefile
30231 projects

Projects that are alternatives of or similar to mckernel

nautilus
Nautilus Aerokernel
Stars: ✭ 30 (-65.91%)
Mutual labels:  hpc, operating-system, supercomputing
tinyos
An UNIX-like toy operating system runs on x86 CPU
Stars: ✭ 47 (-46.59%)
Mutual labels:  operating-system
RET
ROCm Machine Learning and HPC Stack installer
Stars: ✭ 28 (-68.18%)
Mutual labels:  hpc
chaos-2
A hand-made SMP-aware kernel
Stars: ✭ 20 (-77.27%)
Mutual labels:  operating-system
osfree
osFree - open source Operating System/2 clone, usermode parts.
Stars: ✭ 77 (-12.5%)
Mutual labels:  operating-system
nerd
Your personal nerd that takes care of running jobs on the Nerdalize cloud
Stars: ✭ 15 (-82.95%)
Mutual labels:  hpc
Ultra
An operating system that doesn't try to be UNIX. Made completely from scratch with its own bootloader. 😊
Stars: ✭ 48 (-45.45%)
Mutual labels:  operating-system
witos
A SM^2 (smart and small) OS for IoT.
Stars: ✭ 29 (-67.05%)
Mutual labels:  operating-system
MellOs
Minimal, collaboratively written kernel
Stars: ✭ 219 (+148.86%)
Mutual labels:  operating-system
Cardinal
Operating system designed to be fast and secure.
Stars: ✭ 20 (-77.27%)
Mutual labels:  operating-system
forward
Port Forwarding Utility
Stars: ✭ 41 (-53.41%)
Mutual labels:  hpc
claw-compiler
CLAW Compiler for Performance Portability
Stars: ✭ 38 (-56.82%)
Mutual labels:  hpc
ParallelUtilities.jl
Fast and easy parallel mapreduce on HPC clusters
Stars: ✭ 28 (-68.18%)
Mutual labels:  hpc
wrench
WRENCH: Cyberinfrastructure Simulation Workbench
Stars: ✭ 25 (-71.59%)
Mutual labels:  hpc
TinyMIPS
The Project TinyMIPS is dedicated to enabling undergraduates to build a complete computer system from scratch.
Stars: ✭ 29 (-67.05%)
Mutual labels:  operating-system
pennylane-lightning
The PennyLane-Lightning plugin provides a fast state-vector simulator written in C++ for use with PennyLane
Stars: ✭ 28 (-68.18%)
Mutual labels:  hpc
carte-uso
Cartea "Utilizarea sistemelor de operare"
Stars: ✭ 18 (-79.55%)
Mutual labels:  operating-system
libertyOS
一个操作系统
Stars: ✭ 32 (-63.64%)
Mutual labels:  operating-system
awflow
Reproducible research and reusable acyclic workflows in Python. Execute code on HPC systems as if you executed them on your personal computer!
Stars: ✭ 15 (-82.95%)
Mutual labels:  hpc
sympiler
Sympiler is a Code Generator for Transforming Sparse Matrix Codes
Stars: ✭ 32 (-63.64%)
Mutual labels:  supercomputing
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 Linux

Documentation

Documentation is available here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].