Proceedings of the 20th European MPI Users' Group Meeting 2013
DOI: 10.1145/2488551.2488556
|View full text |Cite
|
Sign up to set email alerts
|

Using MPI in high-performance computing services

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
6
0

Year Published

2013
2013
2023
2023

Publication Types

Select...
4
3
1

Relationship

2
6

Authors

Journals

citations
Cited by 13 publications
(6 citation statements)
references
References 12 publications
0
6
0
Order By: Relevance
“…Utilization of computer cluster is also applied in the networking field. Zounmevo et al use MPI as a network transport for a large-scale [11]. They implemented MPI in three programming tool i.e.…”
Section: Research In Computer Clustermentioning
confidence: 99%
“…Utilization of computer cluster is also applied in the networking field. Zounmevo et al use MPI as a network transport for a large-scale [11]. They implemented MPI in three programming tool i.e.…”
Section: Research In Computer Clustermentioning
confidence: 99%
“…Indeed MPI already provides functions to build a communicator across multiple applications (MPI_Comm_{connect,accept}, MPI_Port_{open,close}), as applications start and leave. Yet, since an application cannot know when another one will try to contact it, these connection primitives should be made non-blocking, either by extending the MPI standard with MPI_Comm_{iconnect,iaccept} or by calling these functions from a thread (something that is also done in [15]). Such a thread would be required only in coordinator processes, that is, one extra thread per application.…”
Section: Implementation Optionsmentioning
confidence: 99%
“…Since MPI is an important standard for HPC communication [10], we evaluate its performance using three different communications patterns: Single Transfer, Parallel Transfer and Collective Communications. We used the same type of virtual machine (VM) instance among four different Azure Data Centers and used the machines at different times, during working hours and during the night.…”
Section: Introductionmentioning
confidence: 99%