|
Dartmouth College Computer Science Technical Report series |
CS home TR home TR search TR listserv |
| By author: | A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| By number: | 2012, 2011, 2010, 2009, 2008, 2007, 2006, 2005, 2004, 2003, 2002, 2001, 2000, 1999, 1998, 1997, 1996, 1995, 1994, 1993, 1992, 1991, 1990, 1989, 1988, 1987, 1986 | |
Abstract:
As parallel systems move into the production scientific computing
world, the emphasis will be on cost-effective solutions that provide
high throughput for a mix of applications. Cost-effective solutions
demand that a system make effective use of all of its resources. Many
MIMD multiprocessors today, however, distinguish between ``compute''
and ``I/O'' nodes, the latter having attached disks and being
dedicated to running the file-system server. This static division of
responsibilities simplifies system management but does not necessarily
lead to the best performance in workloads that need a different
balance of computation and I/O.
Of course, computational processes sharing a node with a file-system
service may receive less CPU time, network bandwidth, and memory
bandwidth than they would on a computation-only node. In this paper
we examine this issue experimentally. We found that high-performance
I/O does not necessarily require substantial CPU time, leaving plenty
of time for application computation. There were some complex
file-system requests, however, which left little CPU time available to
the application. (The impact on network and memory bandwidth still
needs to be determined.) For applications (or users) that cannot
tolerate an occasional interruption, we recommend that they continue
to use only compute nodes. For tolerant applications needing more
cycles than those provided by the compute nodes, we recommend that
they take full advantage of both compute and I/O nodes for
computation, and that operating systems should make this possible.
Note:
Revised version appeared in
IOPADS '95 at IPPS '95, pages 78-89.
Bibliographic citation for this report: [plain text] [BIB] [BibTeX] [Refer]
Or copy and paste:
David Kotz and
Ting Cai,
"Exploring the Use of I/O Nodes for Computation in a MIMD Multiprocessor."
Dartmouth Computer Science Technical Report PCS-TR94-232,
1994.
Notify me about new tech reports.

To receive paper copy of a report, by mail, send your address and the TR number to reports AT cs.dartmouth.edu
Copyright notice: The documents contained in this server are included by the contributing authors as a means to ensure timely dissemination of scholarly and technical work on a non-commercial basis. Copyright and all rights therein are maintained by the authors or by other copyright holders, notwithstanding that they have offered their works here electronically. It is understood that all persons copying this information will adhere to the terms and constraints invoked by each author's copyright. These works may not be reposted without the explicit permission of the copyright holder.
Technical reports collection maintained by David Kotz.