CNK operating system

The IBM Blue Gene compute hierarchy. A CNK instance runs on each of the compute nodes.

Compute Node Kernel (CNK) is the node level operating system for the IBM Blue Gene series of supercomputers.[1][2]

Operating system

The compute nodes of the IBM Blue Gene family of supercomputers run CNK, a lightweight kernel that runs on each node and supports one application running for one user on that node. To maximize operating efficiency, the design of CNK was kept simple and minimal. It was implemented in about 5,000 lines of C++ code.[1] Physical memory is statically mapped and the CNK neither needs nor provides scheduling or context switching, given that at each point it runs one application for one user.[1] By not allowing virtual memory or multi-tasking, the design of CNK aimed to devote as many cycles as possible to application processing.[2]

CNK delegates file input/output (I/O) to dedicated I/O nodes which run the INK (I/O Node Kernel) operating system, based on a modified Linux kernel.[2]

See also

References

  1. ^ a b c Euro-Par 2004 Parallel Processing: 10th International Euro-Par Conference 2004, by Marco Danelutto, Marco Vanneschi and Domenico Laforenza ISBN 3-540-22924-8 pages 835
  2. ^ a b c Euro-Par 2006 Parallel Processing: 12th International Euro-Par Conference, 2006, by Wolfgang E. Nagel, Wolfgang V. Walter and Wolfgang Lehner ISBN 3-540-37783-2 page
Retrieved from "https://en.wikipedia.org/w/index.php?title=CNK_operating_system&oldid=1167531788"