Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ct-clmsn/mesos-cpu-topo

mesos topology support for cpus
https://github.com/ct-clmsn/mesos-cpu-topo

cloud cloud-computing hardware-topology mesos numa

Last synced: 7 days ago
JSON representation

mesos topology support for cpus

Awesome Lists containing this project

README

        

# mesos-cpu-topo
mesos topology support for cpus

modified the containerizer source from the mesos source code distribution.

the modified version of the containerizer in this repository adds a
preprocessor flag ' __NUMATOPOLOGY_RESOURCE__' which is used to mask or
unmask the numa topology support from the containerizer at compile time.

includes demo system including a mesos framework that provides a scheduler
and a cpuisolator. the scheduler selects cpunodes and schedules a
container's execution plan dynamically. the isolator accepts the task
description and the execution plan and runs the container according to
those constraints.