BIB-VERSION:: CS-TR-v2.0 ID:: ncstrl.dartmouthcs//TR94-218 ENTRY:: January 20, 1995 ORGANIZATION:: Dartmouth College, Computer Science TITLE:: SPEDE: Simple Programming Environment for Distributed Execution TYPE:: Technical Report (paper) REVISION:: 1 AUTHOR:: Gochee, James NOTE:: The 'January' in DATE is an arbitrary placeholder. DATE:: January 1994 RETRIEVAL:: For a paper copy, email RETRIEVAL:: For a paper copy, write to Technical Report Librarian Department of Computer Science Dartmouth College 6211 Sudikoff Laboratory Hanover, NH 03755-3510 USA RETRIEVAL:: Compressed Postscript at http://www.cs.dartmouth.edu/reports/TR94-218.ps.Z RETRIEVAL:: PDF at http://www.cs.dartmouth.edu/reports/TR94-218.pdf ABSTRACT:: One of the main goals for people who use computer systems, particularly computational scientists, is speed. In the quest for ways to make applications run faster, engineers have developed parallel computers, which use more than one CPU to solve a task. However, many institutions already posses significant computational power in networks of workstations. Through software, it is possible to glue together clusters of machines to simulate a parallel environment. SPEDE is one such system, designed to place the potential of local machines at the fingertips of the programmer. Through a simple interface, users design computational objects that can be linked and run in parallel. The goal of the project is to have a small portable environment that allows various types of computer systems to interact. SPEDE requires no altering of the kernel and does not require system privileges to use. Using SPEDE, programmers can get significant speedup for computationally intensive problems. As an example, a Mandelbrot image generator was implemented, that attained a five-fold speedup with eight processors. NOTE:: A Senior Thesis in the Department of Math and Computer Science, Dartmouth College, 1992.

See also Technical Report PCS-TR94-217 for a user's manual for SPEDE. END:: ncstrl.dartmouthcs//TR94-218