-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
32 lines (21 loc) · 1.14 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# OnDeloc-MPI: an automatic MPI process mapping for adapting to tasks' communication behaviors and coordinating locality and memory congestion.
Please see the following paper for more details:
Agung, M., Amrizal, M. A., Egawa, R., & Takizawa, H. (2020). Online MPI Process Mapping for Coordinating Locality and Memory Congestion on NUMA Systems. Supercomputing Frontiers and Innovations, 7(1), 71–90. https://doi.org/10.14529/jsfi200104
## Usage
Prerequisite:
- OpenMPI 3.x dependencies
Compile:
$ ./configure
$ make & make install
## How to cite
If you find this work useful in your research, please cite the paper using this bibtex reference:
```
@ARTICLE{Agung_Amrizal_Egawa_Takizawa_2020,
title={Online MPI Process Mapping for Coordinating Locality and Memory Congestion on NUMA Systems},
volume={7},
url={https://superfri.org/index.php/superfri/article/view/299},
DOI={10.14529/jsfi200104}, number={1}, journal={Supercomputing Frontiers and Innovations},
author={Agung, Mulya and Amrizal, Muhammad Alfian and Egawa, Ryusuke and Takizawa, Hiroyuki},
year={2020},
month={Apr.},
pages={71–90} }