User-level Process towards Exascale Systems

Search this article

Abstract

The process oversubscription, which binds multiple parallel processes to one CPU core, can hide the communication latency and reduce CPU idle time. However, the lightweight OS kernels for Exascale systems may no longer support OS task scheduling. Without OS task scheduling, only one parallel process per CPU core is allowed, and then the process oversubscription is impossible. Even if the OS task scheduling is supported, the overhead of the context switch between parallel processes decreases the application performance and prevents the process oversubscription from being utilized. By assigning a role of a parallel process to a user-level thread, high-performance process oversubscription can be achieved without OS task scheduling. However, the process oversubscription utilizing the user-level thread dramatically changes the programming model of the parallel application. In this paper, we propose user-level process. The user-level process is a "process", which can be scheduled in the user-space. The user-level process has the beneficial features of the user-level thread. Meanwhile, it has its own program code and data like a traditional process. By assigning a role of a parallel process to an user-level process, high-performance process oversubscription can be achieved without OS task scheduling. Moreover, the process oversubscription utilizing the user-level process does not change the programming model of the parallel application.

Journal

  • IPSJ SIG Notes

    IPSJ SIG Notes 2014 (22), 1-7, 2014-12-02

    Information Processing Society of Japan (IPSJ)

Details 詳細情報について

  • CRID
    1571417127882324224
  • NII Article ID
    110009850784
  • NII Book ID
    AN10096105
  • Text Lang
    en
  • Data Source
    • CiNii Articles

Report a problem

Back to top