Papers with keyword 'software'

That is, papers related to Software open-source

[Also available in BibTeX] [See also: all keywords]

These items are a software artifact (or dataset) designed by me or my group, and made available for others to use.

Papers are listed in reverse-chronological order; click an entry to pop up the abstract. For full information and pdf, please click Details link. Follow updates with RSS.

2000:
David Kotz. Bibliography about Parallel I/O. BibTeX bibliography, 2000. Original version published 1994. [Details]

A bibliography of many references on parallel I/O and multiprocessor file-systems issues. As of the fifth edition, it is available in HTML format.

1996:
David Kotz. STARFISH parallel file-system simulator. The basis for my research on disk-directed I/O; used by at least two other research groups, October 1996. Third release. [Details]

STARFISH is a simulator for experimenting with concepts in parallel file systems. It is based on Eric Brewer’s Proteus simulator from MIT, version 3.01, and runs only on (MIPS-based) DECstations. I have used this simulator in experiments for several research papers about disk-directed I/O.

1994:
David Kotz. DAta-Parallel Programming Library for Education DAPPLE. A C++ class library that provides the illusion of data-parallel programming on sequential computers, 1994. [Details]

DAPPLE is a C++ class library designed to provide the illusion of a data-parallel programming language on conventional hardware and with conventional compilers. DAPPLE defines Vectors and Matrices as basic classes, with all the C operators overloaded to provide for elementwise arithmetic. In addition, DAPPLE provides typical data-parallel operations such as scans, permutations, and reductions. Finally, DAPPLE provides a parallel if-then-else statement to restrict the context of the above operations to subsets of vectors or matrices.

David Kotz. HP 97560 disk simulation module. Used in STARFISH and several other research projects, 1994. [Details]

We implemented a detailed model of the HP 97560 disk drive, to replicate a model devised by Ruemmler and Wilkes (both of Hewlett-Packard).

1991:
David Kotz. RAPID-Transit parallel file-system simulator. The software basis for my Ph.D dissertation, 1991. [Details]

RAPID-Transit was a testbed for experimenting with caching and prefetching algorithms in parallel file systems (RAPID means “Read-Ahead for Parallel Independent Disks”), and was part of the larger NUMAtic project at Duke University. The testbed ran on Duke’s 64-processor Butterfly GP1000. The model we used had a disk attached to every processor, and that each file was striped across all disks. Of course, Duke’s GP1000 had only one real disk, so our testbed simulated its disks. The implementation and some of the policies were dependent on the shared-memory nature of the machine; for example, there was a single shared file cache accessible to all processors. We found several policies that were successful at prefetching in a variety of parallel file-access patterns.

1987:
Thomas Williams, Colin Kelley, and others. gnuplot plotting software. Major contributor 1987—91, 1987. [Details]

Gnuplot is a portable command-line driven graphing utility for Linux, OS/2, MS Windows, OSX, VMS, and many other platforms. It was originally created to allow scientists and students to visualize mathematical functions and data interactively. Gnuplot has been supported and under active development since 1986.


[Kotz research]