首页> 外文OA文献 >OS-Based NUMA Optimization: Tackling the Case of Truly Multi-thread Applications with Non-partitioned Virtual Page Accesses
【2h】

OS-Based NUMA Optimization: Tackling the Case of Truly Multi-thread Applications with Non-partitioned Virtual Page Accesses

机译:基于OS的NUMA优化:使用未分区的虚拟页面访问解决真正的多线程应用程序的情况

代理获取
本网站仅为用户提供外文OA文献查询和代理获取服务,本网站没有原文。下单后我们将采用程序或人工为您竭诚获取高质量的原文,但由于OA文献来源多样且变更频繁,仍可能出现获取不到、文献不完整或与标题不符等情况,如果获取不到我们将提供退款服务。请知悉。

摘要

A common approach to improve memory access in NUMA machines exploits operating system (OS) page protection mechanisms to induce faults to determine which pages are accessed by what thread, so as to move the thread and its working-set of pages to the same NUMA node. However, existing proposals do not fully fit the requirements of truly multi-thread applications with non-partitioned accesses to virtual pages. In fact, these proposals exploit (induced) faults on a same page-table for all the threads of a same process to determine the access pattern. Hence, the fault by one thread (and the consequent re-opening of the access to the corresponding page) would mask those by other threads on the same page. This may lead to inaccuracy in the estimation of the working-set of individual threads. We overcome this drawback by presenting a lightweight operating system support for Linux, referred to as multi-view address space, explicitly targeting accuracy of per-thread working-set estimation in truly multi-thread applications with non-partitioned accesses, and an associated thread/data migration policy. Our solution is fully transparent to user-space code. It is embedded in a Linux/x86_64 module that installs any required modification to the original kernel image by solely relying on dynamic patching. A motivated case study in the context of HPC is also presented for an assessment of our proposal.
机译:一种常见的方法来改善Numa机器中的内存访问的方法利用操作系统(OS)页面保护机制来引导故障以确定由哪个线程访问哪些页面,以便将线程和其工作集的页面移动到相同的NUMA节点。但是,现有提案不完全符合真正的多线程应用程序对虚拟页面的非分区访问的要求。实际上,这些提案在相同的页面上剥离(引起)故障,了解相同进程的所有线程以确定访问模式。因此,一个线程的故障(以及随后重新打开对应页面的访问)将通过同一页面上的其他线程掩蔽这些线程。这可能导致估计各个线程的工作集的不准确性。我们通过介绍用于Linux的轻量级操作系统支持,称为多视图地址空间,在真正的多线程应用程序中显式定位为多视图地址空间的轻量级操作系统,显式定位为具有未分区访问的多线程应用程序以及关联的线程/数据迁移策略。我们的解决方案对用户空间代码完全透明。它嵌入在Linux / x86_64模块中,通过单独依赖于动态修补,将任何所需修改安装到原始内核图像。还介绍了HPC背景下的激励案例研究,以评估我们的提案。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
代理获取

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号