DDT: a research tool for automatic data distribution in HPF

This article describes the main features and implementation of our automatic data distribution research tool. The tool (DDT) accepts programs written in Fortran 77 and generates High Performance Fortran (HPF) directives to map arrays onto the memories of the processors and parallelize loops, and exe...

Descripción completa

Detalles Bibliográficos
Autores: Ayguadé Parra, Eduard|||0000-0002-5146-103X, García Almiñana, Jordi|||0000-0002-3515-7150, Gironès Medina, Mercè, Grande Ayan, Ma. Luz, Labarta Mancho, Jesús José|||0000-0002-7489-4727
Tipo de recurso: artículo
Fecha de publicación:1997
País:España
Institución:Universitat Politècnica de Catalunya (UPC)
Repositorio:UPCommons. Portal del coneixement obert de la UPC
Idioma:inglés
OAI Identifier:oai:upcommons.upc.edu:2117/28472
Acceso en línea:https://hdl.handle.net/2117/28472
https://dx.doi.org/10.1155/1997/780152
Access Level:acceso abierto
Palabra clave:Electronic data processing
Parallel programming (Computer science)
Informàtica
Programació en paral·lel (Informàtica)
Àrees temàtiques de la UPC::Informàtica::Arquitectura de computadors::Arquitectures paral·leles
Àrees temàtiques de la UPC::Informàtica
id ES_5cdd6c4f4f75d205ae8a4bd28bca02c9
oai_identifier_str oai:upcommons.upc.edu:2117/28472
network_acronym_str ES
network_name_str España
repository_id_str
spelling DDT: a research tool for automatic data distribution in HPFAyguadé Parra, Eduard|||0000-0002-5146-103XGarcía Almiñana, Jordi|||0000-0002-3515-7150Gironès Medina, MercèGrande Ayan, Ma. LuzLabarta Mancho, Jesús José|||0000-0002-7489-4727Electronic data processingParallel programming (Computer science)InformàticaProgramació en paral·lel (Informàtica)Àrees temàtiques de la UPC::Informàtica::Arquitectura de computadors::Arquitectures paral·lelesÀrees temàtiques de la UPC::InformàticaThis article describes the main features and implementation of our automatic data distribution research tool. The tool (DDT) accepts programs written in Fortran 77 and generates High Performance Fortran (HPF) directives to map arrays onto the memories of the processors and parallelize loops, and executable statements to remap these arrays. DDT works by identifying a set of computational phases (procedures and loops). The algorithm builds a search space of candidate solutions for these phases which is explored looking for the combination that minimizes the overall cost; this cost includes data movement cost and computation cost. The movement cost reflects the cost of accessing remote data during the execution of a phase and the remapping costs that have to be paid in order to execute the phase with the selected mapping. The computation cost includes the cost of executing a phase in parallel according to the selected mapping and the owner computes rule. The tool supports interprocedural analysis and uses control flow information to identify how phases are sequenced during the execution of the application.Peer Reviewed19971997-03-0120152015-06-30journal articlehttp://purl.org/coar/resource_type/c_6501VoRhttp://purl.org/coar/version/c_970fb48d4fbd8a85info:eu-repo/semantics/articleapplication/pdfhttps://hdl.handle.net/2117/28472https://dx.doi.org/10.1155/1997/780152reponame:UPCommons. Portal del coneixement obert de la UPCinstname:Universitat Politècnica de Catalunya (UPC)Inglésengopen accesshttp://purl.org/coar/access_right/c_abf2Attribution-NonCommercial-NoDerivs 3.0 Spainhttp://creativecommons.org/licenses/by-nc-nd/3.0/es/info:eu-repo/semantics/openAccessoai:upcommons.upc.edu:2117/284722026-05-27T15:37:01Z
dc.title.none.fl_str_mv DDT: a research tool for automatic data distribution in HPF
title DDT: a research tool for automatic data distribution in HPF
spellingShingle DDT: a research tool for automatic data distribution in HPF
Ayguadé Parra, Eduard|||0000-0002-5146-103X
Electronic data processing
Parallel programming (Computer science)
Informàtica
Programació en paral·lel (Informàtica)
Àrees temàtiques de la UPC::Informàtica::Arquitectura de computadors::Arquitectures paral·leles
Àrees temàtiques de la UPC::Informàtica
title_short DDT: a research tool for automatic data distribution in HPF
title_full DDT: a research tool for automatic data distribution in HPF
title_fullStr DDT: a research tool for automatic data distribution in HPF
title_full_unstemmed DDT: a research tool for automatic data distribution in HPF
title_sort DDT: a research tool for automatic data distribution in HPF
dc.creator.none.fl_str_mv Ayguadé Parra, Eduard|||0000-0002-5146-103X
García Almiñana, Jordi|||0000-0002-3515-7150
Gironès Medina, Mercè
Grande Ayan, Ma. Luz
Labarta Mancho, Jesús José|||0000-0002-7489-4727
author Ayguadé Parra, Eduard|||0000-0002-5146-103X
author_facet Ayguadé Parra, Eduard|||0000-0002-5146-103X
García Almiñana, Jordi|||0000-0002-3515-7150
Gironès Medina, Mercè
Grande Ayan, Ma. Luz
Labarta Mancho, Jesús José|||0000-0002-7489-4727
author_role author
author2 García Almiñana, Jordi|||0000-0002-3515-7150
Gironès Medina, Mercè
Grande Ayan, Ma. Luz
Labarta Mancho, Jesús José|||0000-0002-7489-4727
author2_role author
author
author
author
dc.subject.none.fl_str_mv Electronic data processing
Parallel programming (Computer science)
Informàtica
Programació en paral·lel (Informàtica)
Àrees temàtiques de la UPC::Informàtica::Arquitectura de computadors::Arquitectures paral·leles
Àrees temàtiques de la UPC::Informàtica
topic Electronic data processing
Parallel programming (Computer science)
Informàtica
Programació en paral·lel (Informàtica)
Àrees temàtiques de la UPC::Informàtica::Arquitectura de computadors::Arquitectures paral·leles
Àrees temàtiques de la UPC::Informàtica
description This article describes the main features and implementation of our automatic data distribution research tool. The tool (DDT) accepts programs written in Fortran 77 and generates High Performance Fortran (HPF) directives to map arrays onto the memories of the processors and parallelize loops, and executable statements to remap these arrays. DDT works by identifying a set of computational phases (procedures and loops). The algorithm builds a search space of candidate solutions for these phases which is explored looking for the combination that minimizes the overall cost; this cost includes data movement cost and computation cost. The movement cost reflects the cost of accessing remote data during the execution of a phase and the remapping costs that have to be paid in order to execute the phase with the selected mapping. The computation cost includes the cost of executing a phase in parallel according to the selected mapping and the owner computes rule. The tool supports interprocedural analysis and uses control flow information to identify how phases are sequenced during the execution of the application.
publishDate 1997
dc.date.none.fl_str_mv 1997
1997-03-01
2015
2015-06-30
dc.type.none.fl_str_mv journal article
http://purl.org/coar/resource_type/c_6501
VoR
http://purl.org/coar/version/c_970fb48d4fbd8a85
dc.type.openaire.fl_str_mv info:eu-repo/semantics/article
format article
dc.identifier.none.fl_str_mv https://hdl.handle.net/2117/28472
https://dx.doi.org/10.1155/1997/780152
url https://hdl.handle.net/2117/28472
https://dx.doi.org/10.1155/1997/780152
dc.language.none.fl_str_mv Inglés
eng
language_invalid_str_mv Inglés
language eng
dc.rights.none.fl_str_mv open access
http://purl.org/coar/access_right/c_abf2
Attribution-NonCommercial-NoDerivs 3.0 Spain
http://creativecommons.org/licenses/by-nc-nd/3.0/es/
dc.rights.openaire.fl_str_mv info:eu-repo/semantics/openAccess
rights_invalid_str_mv open access
http://purl.org/coar/access_right/c_abf2
Attribution-NonCommercial-NoDerivs 3.0 Spain
http://creativecommons.org/licenses/by-nc-nd/3.0/es/
eu_rights_str_mv openAccess
dc.format.none.fl_str_mv application/pdf
dc.source.none.fl_str_mv reponame:UPCommons. Portal del coneixement obert de la UPC
instname:Universitat Politècnica de Catalunya (UPC)
instname_str Universitat Politècnica de Catalunya (UPC)
reponame_str UPCommons. Portal del coneixement obert de la UPC
collection UPCommons. Portal del coneixement obert de la UPC
repository.name.fl_str_mv
repository.mail.fl_str_mv
_version_ 1869408959081742336
score 15,300719