中文

Rambrain——用于虚拟扩展物理内存的库

分布式、并行与集群计算 2017-06-08 v2

摘要

我们介绍Rambrain,一个管理代码内存消耗的用户空间库。使用Rambrain,您可以超额提交超过系统现有物理内存大小的内存。Rambrain负责临时将数据换出到磁盘,并能处理现有物理内存大小的数倍。Rambrain是线程安全的,兼容OpenMP和MPI,并支持异步IO。该库的设计要求对现有程序的改动最小且易于使用。

关键词

引用

@article{arxiv.1510.06358,
  title  = {Rambrain - a library for virtually extending physical memory},
  author = {Maximilian Imgrund and Alexander Arth},
  journal= {arXiv preprint arXiv:1510.06358},
  year   = {2017}
}

备注

17 pages, 8 coloured figures, 3 listings, 1 table; Submitted to SoftwareX