2025-02-22T09:54:42-05:00 DEBUG: VuFindSearch\Backend\Solr\Connector: Query fl=%2A&wt=json&json.nl=arrarr&q=id%3A%22irk-123456789-1866%22&qt=morelikethis&rows=5
2025-02-22T09:54:42-05:00 DEBUG: VuFindSearch\Backend\Solr\Connector: => GET http://localhost:8983/solr/biblio/select?fl=%2A&wt=json&json.nl=arrarr&q=id%3A%22irk-123456789-1866%22&qt=morelikethis&rows=5
2025-02-22T09:54:42-05:00 DEBUG: VuFindSearch\Backend\Solr\Connector: <= 200 OK
2025-02-22T09:54:42-05:00 DEBUG: Deserialized SOLR response

Research trends in high performance Parallel Input/Output for cluster environments

Parallel input/output in high performance computing is a field of increasing importance. In particular with compute clusters we see the concept of replicated resources being transferred to I/O issues. Consequently, we find research questions like e.g. how to map data structures to files, which re...

Full description

Saved in:
Bibliographic Details
Main Author: Ludwig, T.
Format: Article
Language:English
Published: Інститут програмних систем НАН України 2004
Subjects:
Online Access:http://dspace.nbuv.gov.ua/handle/123456789/1866
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:Parallel input/output in high performance computing is a field of increasing importance. In particular with compute clusters we see the concept of replicated resources being transferred to I/O issues. Consequently, we find research questions like e.g. how to map data structures to files, which resources to actually use, and how to deal with failures in the environment. The paper will introduce the problem of massive I/O from the user´s point of view and illustrate available programming interfaces. After a short description of some available parallel file systems we will concentrate on the research directions in that field. Besides other questions, efficiency is the main issue. It depends on an appropriate mapping of data structures onto file segments which in turn are spread over physical disks. Our own work concentrates on measuring the performance of individual mappings and to change them dynamically to increase performance and control the sharing of resources.