Sciweavers

5562 search results - page 56 / 1113
» Implementing Parallel Cell-DEVS
Sort
View
84
Voted
EUROPAR
2009
Springer
15 years 5 months ago
An Efficient Implementation of GPU Virtualization in High Performance Clusters
José Duato, Francisco D. Igual, Rafael Mayo...
121
Voted
PPOPP
2012
ACM
13 years 8 months ago
Massively parallel breadth first search using a tree-structured memory model
Analysis of massive graphs has emerged as an important area for massively parallel computation. In this paper, it is shown how the Fresh Breeze trees-of-chunks memory model may be...
Tom St. John, Jack B. Dennis, Guang R. Gao
JPDC
2011
137views more  JPDC 2011»
14 years 3 months ago
Transparent runtime parallelization of the R scripting language
Scripting languages such as R and Matlab are widely used in scientific data processing. As the data volume and the complexity of analysis tasks both grow, sequential data process...
Jiangtian Li, Xiaosong Ma, Srikanth B. Yoginath, G...
PC
2012
223views Management» more  PC 2012»
13 years 8 months ago
Using shared arrays in message-driven parallel programs
This paper describes a safe and efficient combination of the object-based message-driven execution and shared array parallel programming models. In particular, we demonstrate how ...
Phil Miller, Aaron Becker, Laxmikant V. Kalé...
PPOPP
2012
ACM
13 years 8 months ago
DOJ: dynamically parallelizing object-oriented programs
We present Dynamic Out-of-Order Java (DOJ), a dynamic parallelization approach. In DOJ, a developer annotates code blocks as tasks to decouple these blocks from the parent executi...
Yong Hun Eom, Stephen Yang, James Christopher Jeni...