A new technique for data privatization in user-level threads and its use in parallel applications

  • Authors:
  • Eduardo R. Rodrigues;Philippe O. A. Navaux;Jairo Panetta;Celso L. Mendes

  • Affiliations:
  • Federal University of Rio Grande do Sul - UFRGS Porto Alegre, Brazil;Federal University of Rio Grande do Sul - UFRGS Porto Alegre, Brazil;National Institute for Space Research - INPE Cachoeira Paulista, Brazil;University of Illinois at Urbana-Champaign - UIUC Urbana

  • Venue:
  • Proceedings of the 2010 ACM Symposium on Applied Computing
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

User-level threads have been used to implement migratable MPI processes. This is a better strategy to implement load balancing mechanisms. That is because, in general, these threads are faster to create, manage and migrate than heavy processes and kernel threads. However, they present some issues concerning private data because they break the private address space that MPI programs typically assume. In this paper, we propose a new approach to privatize data in user-level threads. This approach is based on Thread Local Storage, which is used by kernel threads. We apply this technique to enable MPI processes based on user thread to execute a wider range of parallel programs. We show that this alternative has a more efficient context switch and lower migration cost than other approaches.