Complete index of the Internet Parallel Computing Archive /parallel at unix.hensa.ac.uk run by Dave Beckett . This is /parallel/info/FullIndex.txt made at Wed Jul 28 00:01:08 BST 1999 /parallel/ Top of Internet Parallel Computing Archive /parallel/AFA-LARCHIVE (706 bytes) AFA-LARCHIVE /parallel/Changes (161 bytes) "Changes to the archive in the last month" /parallel/FullIndex.txt (2271194 bytes) "Full text index" /parallel/FullIndex.txt.gz (455842 bytes) FullIndex.txt.gz /parallel/README (3585 bytes) "READ ME FIRST - information for new users" /parallel/acronyms/ "Acronyms (pointers to actual entries)" /parallel/acronyms/comp-architecture-taxonomy (21858 bytes) "Computer Architecture Taxonimy FAQ" by Andy D Ben-Dyke Bulk Synchronous Parallel (processing) [Valiant] /parallel/acronyms/cnaps/ Co-Processing Node Architecture for Parallel Systems This directory provides a list of Adaptive Solutions, Inc. contributions to the CNAPS User Contributed Library. The CNAPS User Contributed Library contains code and other material useful to developers creating applications for CNAPS products. CNAPS is a registered trademark of Adaptive Solutions, Inc. Copyright (C) 1994 Adaptive Solutions, Inc. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice and this permission notice appear in supporting documentation, and that the name of Adaptive Solutions, Inc. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Adaptive Solutions, Inc. makes no representations about the suitability of this software for any purpose. It is provided ``as is'' without express or implied warranty. /parallel/acronyms/cnaps/getarg.tar.Z (5813 bytes) Header files named getargb07.h and getargb815.h, defining functions which make it possible for CNAPS-C code to to reference "arguments" even though the rules of CNAPS-C are that you have to declare the entry points in the general style entry void main (void) instead of including the "argc" and "argv" parameters which are typically available in ANSI standard and K&R C languages. These functions create assembly-level runtime constants named "CNARG0", "CNARG1", etc., and then make it possible to copy the argument values to an array created in the CNAPS-C code (the arguments should just be integer or character values, not string pointers). For details about which .h file to use and how to call the functions, refer to README.doc in the getarg directory. /parallel/acronyms/cnaps/if_xflag.tar.Z (2975 bytes) CPL modules that allow implementation of run time conditional branching on the basis of the xflag on _any_ processor being set. /parallel/acronyms/cnaps/mat16vec8.tar.Z (4901 bytes) an extension to quicklib, supplying a function asiMat16MulVec8 which multiplies a 16-bit matrix by an 8-bit vector, producing a standard 24-bit result vector which is stored like the 32-bit result vector generated by asiMat16MulVec16 (the leftmost 8 bits are just a sign bit extension of the 24-bit element). Although this code may eventually get inserted into matveclib.h and matveclib.sl, at present to access it you just need to #include in your CNAPS-C code, and this header file will issue a CPL command to INDLUDE mat16mulvec8.sl The function asiMat16MulVec8 is called just like asiMat16MulVec16( ... , mat_addr, vec_addr, res_addr) except that, obviously, vec_addr is a "poly char *" pointer instead of a "poly int *" pointer. At present, this is only one of two functions available in the relevant directories, although in the future more functions comparable to the matrix-vector multiplies in quicklib, may also be generated -- e.g., asiMat8MulVec16{,File}, and asiMat16MulVec8U to regard the 8-bit vector as an array of unsigned 8-bit integers, in contrast to asiMat16MulVec8 which treats the vector elements as signed 8-bit integers. /parallel/acronyms/cnaps/mat16vec8file.tar.Z (4156 bytes) a function similar to asiMat16MulVec8, but this one reads the currently open input file as the source of the vector used to multiply the matrix. The relevant #include file for this is called m16v8f.h, and the generated CPL code will contain a line INCLUDE m16v8f.sl The function call is basically identical to asiMat16MulVec16File except that the "file" contains 1-byte objects rather than 16-bit objects to represent the vector elements. /parallel/acronyms/cnaps/profile.tar.Z (5658 bytes) CPL code for profiling CPL code. /parallel/acronyms/cnaps/random.tar.Z (4745 bytes) CPL code for parallel pseudo-random number generator. /parallel/acronyms/cnaps/seek_input.tar.Z (2686 bytes) CPL code for a SEEK_INPUT command, which is functionally the same as the assembler's SEEK command except that it does not require a filename argument (it just defaults to run SEEK on the /parallel/acronyms/cnaps/som.tar.Z (74441 bytes) CPL code for self-organizing map. Communicating Sequential Processes [Hoare] Distributed Memory, Message Processing [Flynn] Distributed Memory, Shared Variables [Johnson] Global Memory, Message Passing [Johnson] Global Memory, Shared Variables [Johnson] Global Shared Memory Global Virtual Time Multiple Instructions Multiple Data [Flynn] Multiple Instructions Single Data [Flynn] Massively Parallel (Processing) Single Instruction Multiple Data [Flynn] Single Instruction Single Data [Flynn] Symmetrical Multi-Processing Virtual Shared Memory /parallel/algorithms/ "Parallel Algorithms" /parallel/algorithms/fft/ "Fast Fourier Transform" (FFT) "FFTW Library" by Steven G. Johnson and Matteo Frigo. A C library for performing FFTs in one or more dimensions. Included in FFTW are multi-dimensional parallel transforms using either MPI or shared-memory on machines that have it. "ARC Parallel FFT Home page" by Paul Bennett A site devoted to parallel Fast Fourier Transforms at the Albuquerque Resource Center, part of HPCERC, administered by UNM and Phillips Laboratory as part of the Maui Project. /parallel/algorithms/genetic/ "Genetic Algorithms" /parallel/algorithms/genetic/pgapack/ "PGAPack" A general-purpose, data-structure-neutral, parallel genetic algorithm library being developed at Argonne National Laboratory. PGAPack is a general-purpose, data-structure-neutral, parallel genetic algorithm library. It is intended to provide most capabilities desired in a genetic algorithm library, in an integrated, seamless, and portable manner. See also /parallel/algorithms/genetic/pgapack/.nams-info/ .nams-info /parallel/algorithms/genetic/pgapack/.nams-info/status (188 bytes) status /parallel/algorithms/genetic/pgapack/.nams-info/status.new-14628 (0 bytes) status.new-14628 /parallel/algorithms/genetic/pgapack/Announcement (1427 bytes) Announcement of PGAPack /parallel/algorithms/genetic/pgapack/README (9893 bytes) Top level README for PGAPack V1.0 /parallel/algorithms/genetic/pgapack/pgapack-1.0-tar.Z (557193 bytes) PGAPack 1.0 distribution including the source code, examples, user guide and manual pages. Written in ANSI C using the MPI message passing interface. It has been used with MPICH, a freely available implementation of MPI. /parallel/algorithms/genetic/pgapack/user_guide.ps (472641 bytes) user_guide.ps "SEL-HPC Article Archive about Other Parallel Models and Libraries at" "SEL-HPC Article Archive about Algorithmic Skeletons (non functional)" /parallel/algorithms/n-body/ "N-Body Methods" "N-Body Methods Resources" by Mario Antonioletti Resources for (astrophysical and other) N-body parallel methods, papers, software, books, WWW sites, etc. /parallel/algorithms/numerical/ "Parallel Numerical algorithms" /parallel/algorithms/numerical/strassen (1151 bytes) "A High Performance Parallel Strassen Implementation" by Brian Grayson; Ajay Shah and Robert van de Geijn . Department of Computer Sciences, University of Texas, USA. See also ABSTRACT: In this paper, we give what we believe to be the first high performance parallel implementation of Strassen's algorithm for matrix multiplication. We show how under restricted conditions, this algorithm can be implemented plug compatible with standard parallel matrix multiplication algorithms. Results obtained on a large Intel Paragon system show a 10-20% reduction in execution time compared to what we believe to be the fastest standard parallel matrix multiplication implementation available at this time. /parallel/algorithms/numerical/summa (1132 bytes) "SUMMA: Scalable Universal Matrix Multiplication Algorithm" by Robert van de Geijn, and Jerrell Watts . Department of Computer Sciences, University of Texas, USA. TR-95-13, Department of Computer Sciences, University of Texas, USA, April 1995. Available from as link TR-95-13. Also at as a LAPACK working note. /parallel/algorithms/others/ "Other Parallel algorithms" /parallel/algorithms/others/dynamic-data-redist (2997 bytes) "Practical Parallel Algorithms for Dynamic Data Redistribution, Median Finding, and Selection" by David Bader and Joseph Ja'Ja'. Institute for Advanced Computer Studies (UMIACS), and the Department of Electrical Engineering, University of Maryland, College Park, USA. Technical Report Number: CS-TR-3494 and UMIACS-TR-95-74, July 1995. Available from and ABSTRACT: A common statistical problem is that of finding the median element in a set of data. This paper presents a fast and portable parallel algorithm for finding the median given a set of elements distributed across a parallel machine. In fact, our algorithm solves the general selection problem that requires the determination of the element of rank $i$, for an arbitrarily given integer $i$. Practical algorithms needed by our selection algorithm for the dynamic redistribution of data are also discussed. Our general framework is a single-address space, distributed memory programming model that is enhanced by a set of communication primitives. We use efficient techniques for distributing, coalescing, and load balancing data as well as efficient combinations of task and data parallelism. The algorithms have been coded in Split-C and run on a variety of platforms, including the Thinking Machines CM-5, IBM SP-1 and SP-2, Cray Research T3D, Meiko Scientific CS-2, Intel Paragon, and workstation clusters. Our experimental results illustrate the scalability and efficiency of our algorithms across different platforms and improve upon all the related experimental results known to the authors. In particular, our portable selection code beats the reported machine-specific NAS IS benchmarks on the CM-5, SP-2, and T3D. More efficient implementations of the communication primitives will likely result in even faster execution times. "Random numbers in parallel" /parallel/applications/ "Applications using HPC." /parallel/applications/genetic-algorithms/ "Parallel Genetic Algorithms" /parallel/applications/genetic-algorithms/stanford-report (4933 bytes) "Parallel Genetic Programming on a Network of Transputers" by John R. Koza, Stanford University and David Andre , Stanford University. See ABSTRACT: This report describes the parallel implementation of genetic programming in the C programming language using a PC 486 type computer (running Windows) acting as a host and a network of transputers acting as processing nodes. Using this approach, researchers of genetic algorithms and genetic programming can acquire computing power that is intermediate between the power of currently available workstations and that of supercomputers at a cost that is intermediate between the two. A comparison is made of the computational effort required to solve the problem of symbolic regression of the Boolean even-5-parity function with different migration rates. Genetic programming required the least computational effort with an 8% migration rate. Moreover, this computational effort was less than that required for solving the problem with a serial computer and a panmictic population of the same size. That is, apart from the nearly linear speed-up in executing a fixed amount of code inherent in the parallel implementation of genetic programming, parallelization delivered more than linear speed-up in solving the problem using genetic programming. /parallel/applications/image-processing/ "Image Processing" /parallel/applications/image-processing/image-histogramming (2446 bytes) "Parallel Algorithms For Image Histogramming and Connected Components With an Experimental Study" by David Bader Details of technical report available from and ABSTRACT: This paper presents efficient and portable implementations of two useful primitives in image processing algorithms, histogramming and connected components. Our general framework is a single-address space, distributed memory programming model. We use efficient techniques for distributing and coalescing data as well as efficient combinations of task and data parallelism. Our connected components algorithm uses a novel approach for parallel merging which performs drastically limited updating during iterative steps, and concludes with a total consistency update at the final step. The algorithms have been coded in Split-C and run on a variety of platforms. Our experimental results are consistent with the theoretical analysis and provide the best known execution times for these two primitives, even when compared with machine specific implementations. More efficient implementations of Split-C will likely result in even faster execution times. /parallel/applications/neural-networks/ "Neural Networks" See also the articles on the SEL-HPC Article Archive about Neural Networks at "Neural Network API proposal" by Frantz Epineuse An Application Programming Interface (API) to built neural networks (NN) is proposed. The API tries to be enough general and enough powerful to allow a programmer to built any type of NN. This takes into account parameters like the topological organisation of the nodes composing the network (NN architecture), the connections between those nodes (connectivity), how those nodes process data (transition functions), and the learning methods of the networks. /parallel/applications/numerical/ "Numerical Methods" See also the Numerical Recipes Home Page at /parallel/applications/numerical/aztec (3300 bytes) "Aztec: A parallel iterative package for the solving linear systems arising in Newton-Krylov Methods" by Ray S. Tuminaro ; Tel: +1 505 845-7298; John N. Shadid ; Tel: +1 505 845-7876 and Scott A. Hutchinson , ; Tel: +1 505 845-7996; FAX: +1 505 845-7442. Sandia National Laboratories, Department 9221, Parallel Computational Sciences, MS 1111 P.O. Box 5800, Albuquerque, NM 87185-1111, USA. Announcement of iterative library that greatly simplifies the parallelization process when solving a sparse linear system of equations Ax = b where A is a user supplied nxn sparse matrix, b is a user supplied vector of length n and x is a vector of length n to be computed. Available publicaly through a research license from the authors. See also for more details including Postscript papers. /parallel/applications/numerical/peigs/ PeIGS parallel eigensolver from Pacific Northwest Laboratories (PNL), USA. PeIGS is a public domain collection of parallel routines for solving the general and standard symmetric eigenproblem. It is being developed at the Department of Energy's Pacific Northwest Laboratory operated by Battelle Memorial Institute. The authors are David Elwood, George Fann, and Richard Littlefield. PeIGS runs on Intel Paragon, Intel DELTA, Intel IPSC/860 using native NX calls. PeIGS also runs on IBM SP-1. IBM SP-2, Cray T3D, SGI-PowerChallenge, and clusters of workstations using TCGMSG. TCGMSG is available as part of the Global Array distribution available at . A Global Array-PeIGS interface is available in the Global Array distribution. /parallel/applications/numerical/peigs/.nams-info/ .nams-info /parallel/applications/numerical/peigs/.nams-info/status (107 bytes) status /parallel/applications/numerical/peigs/.nams-info/status.new-14702 (0 bytes) status.new-14702 /parallel/applications/numerical/peigs/peigs2.1.tar.Z (1921891 bytes) peigs2.1.tar.Z /parallel/applications/numerical/pipsolver (2166 bytes) "Anatomy of a Parallel Out-of-Core Dense Linear Solver" by Robert van de Geijn and Kenneth Klimkowski . Texas Institute for Computational and Applied Mathematics and Department of Computer Sciences, University of Texas, Austin, TX 78712, USA. Paper at ABSTRACT: In this paper, we describe the design and implementation of the Platform Independent Parallel Solver (PIPSolver) package for the out-of-core (OOC) solution of complex dense linear systems. Our approach is unique in that it allows essentially all of RAM to be filled with the current portion of the matrix (slab) to be updated and factored, thereby greatly improving the computation to I/O ratio over previous approaches. This work could be viewed in part as an exercise in maximal code reuse: By formulating the OOC LU factorization just right, we managed to reuse essentially all of a very robust and efficient incore solver, leading directly to a very robust and efficient OOC solver. Experiences and performance are reported for the Cray T3D system. /parallel/applications/vision/ "Vision Work" "SEL-HPC Article Archive about Vision and Image Processing" /parallel/applications/vision/par-interpret-tree (3948 bytes) "Investigating Parallel Interpretation-Tree Model Matching Algorithms with ProSet-Linda" by Wilhelm Hasselbring and R.B. Fisher. Available from and ABSTRACT: This paper discusses the development of algorithms for parallel interpretation-tree model matching for 3-D computer vision applications such as object recognition. The algorithms are developed with a prototyping approach using ProSet-Linda. ProSet is a procedural prototyping language based on the theory of finite sets. The coordination language Linda provides a distributed shared memory model, called tuple space, together with some atomic operations on this shared data space. The combination of both languages, viz. ProSet-Linda, is designed for prototyping parallel algorithms. The classical control algorithm for symbolic data/model matching in computer vision is the Interpretation Tree search algorithm. This algorithm has a high computational complexity when applied to matching problems with large numbers of features. This paper examines parallel variations of this algorithm. Parallel execution can increase the execution performance of model matching, but also make feasible entirely new ways of solving matching problems. In the present paper, we emphasize the development of parallel algorithms with a prototyping approach, not the presentation of performance figures displaying increased performance through parallel execution. The expected improvements attained by the parallel algorithmic variations for interpretation-tree search are analyzed. The implementation of ProSet-Linda is briefly discussed. /parallel/applications/vision/purdue-papers (1910 bytes) "Image Compression Papers at Purdue" by Edward J Delp , Computer Vision and Image Processing Laboratory, Purdue University See for details on the group and for the papers /parallel/applications/visualisation/ "Data Visualisation" See also the articles on the SEL-HPC Article Archive about Scientific Visualisation at "Parallel Volume Visualization toolkit" (PVV) by Marcus Lucchese , ; Tel: 55 11 818-5676 /parallel/architecture/ "Architectures - communications, memory and processing." See also the articles on the SEL-HPC Article Archive about HPC Architecture at /parallel/architecture/communications/ "Communications" /parallel/architecture/communications/collective/ "Collective Communications" /parallel/architecture/communications/collective/fast-collective-comms (2900 bytes) "Fast Collective Communication Libraries, Please" by Prasenjit Mitra; David Payne; Lance Shuler; Robert van de Geijn , ; Tel: +1 (512) 471-9720; FAX: +1 (512) 471-8885 and Jerrell Watts. To appear in the Proceedings of the Intel Supercomputing Users' Group Meeting 1995. Also: Department of Computer Sciences, The Unversity of Texas, TR-95-??, June 1995. See also ABSTRACT: It has been recognized that many parallel numerical algorithms can be effectively implemented by formulating the required communication as collective communications. Nonetheless, the efficiency of such communications has been suboptimal in many communication library implementations. In this paper, we give a brief overview of techniques that can be used to implement a high performance collective communication library, the iCC library, developed for the Intel family of parallel supercomputers as part of the InterCom project at the University of Texas at Austin. We compare the achieved performance on the Intel Paragon to those of three widely available libraries: Intel's NX collective communication library, the MPICH Message Passing Interface (MPI) implementation developed at Argonne and Mississippi State University and a Basic Linear Algebra Communication Subprograms (BLACS) implementation, developed at the University of Tennessee. "Distributed Inter-Process Communication" (DIPC) DIPC enables the programmers to write distributed programs by modifying UNIX System V IPC mechanisms (messages, semaphores, and shared memory segments) to function on a network. It is currently available for x86 Linux sysems. /parallel/architecture/communications/io/ "Parallel I/O" "The Scalable I/O Initiative" "PASSION: Parallel And Scalable Software for I/O" by Rajesh Bordawekar , A compiler and runtime support system. PASSION software support is targeted for I/O intensive out-of-core loosely synchronous problems. The PASSION Runtime Library provides routines to efficiently perform the I/O required in out-of-core programs. The goal of the PASSION compiler is to translate out-of-core programs written in a data-parallel language like High Performance Fortran (HPF) to node programs with calls to the PASSION Runtime Library for I/O. Other components of the PASSION project include a Portable Parallel File System (VIP-FS), integrating task and data parallelizm using parallel I/O and file servers for multimedia applications. /parallel/architecture/communications/io/mailinglist-pario (2017 bytes) Details of mailing list for parallel I/O research. This new list is intended for individuals interested in research about parallel-I/O systems and algorithms, including file systems, architectures, out-of-core algorithms, compiler techniques, language extensions, run-time support, APIs, application requirements and workload characterization, disk arrays, tape striping, and perhaps graphics and networking. Creator: David Kotz /parallel/architecture/communications/io/pario/ "Dartmouth Parallel IO Archive" by David Kotz Mirror of archive. Has emphasis on multiprocessor file systems. See also for additional information. /parallel/architecture/communications/io/pario/.nams-info/ .nams-info /parallel/architecture/communications/io/pario/.nams-info/status (751 bytes) status /parallel/architecture/communications/io/pario/.nams-info/status.new-14805 (0 bytes) status.new-14805 /parallel/architecture/communications/io/pario/DAGS-conference/ Information about the DAGS'93 conference on parallel IO /parallel/architecture/communications/io/pario/DAGS-conference/.nams-info/ .nams-info /parallel/architecture/communications/io/pario/DAGS-conference/.nams-info/status (190 bytes) status /parallel/architecture/communications/io/pario/DAGS-conference/.nams-info/status.new-14805 (0 bytes) status.new-14805 /parallel/architecture/communications/io/pario/DAGS-conference/DAGS93.bib (16005 bytes) Bibtex-format database of papers in the 1993 DAGS conference /parallel/architecture/communications/io/pario/DAGS-conference/OrderForm (1687 bytes) Order Form /parallel/architecture/communications/io/pario/DAGS-conference/cormen:integrate.ps.Z (58271 bytes) "Integrating Theory and Practice in Parallel File Systems" by Thomas H. Cormen and David Kotz from DAGS93. ABSTRACT: Several algorithms for parallel disk systems have appeared in the literature recently, and they are asymptotically optimal in terms of the number of disk accesses. Scalable systems with parallel disks must be able to run these algorithms. We present for the first time a list of capabilities that must be provided by the system to support these optimal algorithms: control over declustering, querying about the configuration, independent I/O, and turning off parity, file caching, and prefetching. We summarize recent theoretical and empirical work that justifies the need for these capabilities. In addition, we sketch an organization for a parallel file interface with low-level primitives and higher-level operations /parallel/architecture/communications/io/pario/EUROPE (306 bytes) Reference to unix.hensa.ac.uk copy of archive /parallel/architecture/communications/io/pario/RAID-papers (97 bytes) See for all of the RAID papers and a bilbiography. /parallel/architecture/communications/io/pario/README (1141 bytes) Short intro to the Parallel I/O archive /parallel/architecture/communications/io/pario/STARFISH/ STARFISH Parallel file-system simulator by David Kotz of Dartmouth College, USA. This was used in the kotz:diskdir and related papers, for simulations involving disk-directed I/O. See for the papers. /parallel/architecture/communications/io/pario/STARFISH/.nams-info/ .nams-info /parallel/architecture/communications/io/pario/STARFISH/.nams-info/status (271 bytes) status /parallel/architecture/communications/io/pario/STARFISH/.nams-info/status.new-14805 (0 bytes) status.new-14805 /parallel/architecture/communications/io/pario/STARFISH/README (4095 bytes) "STARFISH Parallel file-system simulator." Based on Eric Brewer's Proteus simulator (binary only included) and runs only on (MIPS-based) DECstations. Proteus source is at See also /parallel/architecture/communications/io/pario/STARFISH/papers.html (23549 bytes) "Starfish Bibliography" [HTML] /parallel/architecture/communications/io/pario/STARFISH/papers.bib (22391 bytes) "Starfish Bibliography" [BibTeX] /parallel/architecture/communications/io/pario/STARFISH/starfish3.0.tar.gz (2116571 bytes) "STARFISH Parallel file-system simulator V3.0" Source code for parallel file-system simulator and associated stuff. /parallel/architecture/communications/io/pario/berdahl:transport.ps.Z (771213 bytes) "Parallel Transport Protocol Proposal" Published by Lawrence Livermore National Lab, January 3, 1995. An update of berdahl:woodenman, close to the final draft. ABSTRACT: This document defines a Parallel Transport Protocol (PTP) that permits parallel data flow between a wide variety of interconnected equipment configurations. The intent of the protocol is to provide bandwidth improvements for large transfers which scale implicitly with increasing physical parallelism (e.g. with increasing numbers of devices or increasing network parallel interconnectivity). Parallel transport will be defined as a connection mode transport application which will use standard transport providers for data movement, and standard transport interfaces for implementation. /parallel/architecture/communications/io/pario/examples/ Real sample programs that use parallel IO /parallel/architecture/communications/io/pario/examples/.nams-info/ .nams-info /parallel/architecture/communications/io/pario/examples/.nams-info/status (290 bytes) status /parallel/architecture/communications/io/pario/examples/.nams-info/status.new-14805 (0 bytes) status.new-14805 /parallel/architecture/communications/io/pario/examples/CFS3D.INFO (2637 bytes) A FORTRAN version of ARC3D with output (only) of 3-d matrix by Steve Ryan at NASA Ames. Runs on iPSC/x with CFS file system. See CFS3D.INFO for more details. [text] /parallel/architecture/communications/io/pario/examples/CFS3D.tar.Z (12969 bytes) A FORTRAN version of ARC3D with output (only) of 3-d matrix by Steve Ryan at NASA Ames. Runs on iPSC/x with CFS file system. See CFS3D.INFO for more details. [compressed tar] /parallel/architecture/communications/io/pario/examples/LUP.INFO (806 bytes) Does an external LUP factorization; lots of reads & writes. Written in C and runs on nCUBE/2 See LUP.INFO for more details. [text] /parallel/architecture/communications/io/pario/examples/LUP.tar.Z (23693 bytes) Does an external LUP factorization; lots of reads & writes. Written in C and runs on nCUBE/2 See LUP.INFO for more details. [compressed tar] /parallel/architecture/communications/io/pario/examples/NHT-1.INFO (1631 bytes) A pointer to the NASA Ames parallel I/O benchmarks - one is based on the NAS BT benchmark code. /parallel/architecture/communications/io/pario/examples/README (1057 bytes) General Information "Parallel-I/O Archive and Parallel I/O Bibliography" The archive is also available on the Web at Dartmouth and contains a lot more additional information not available here. /parallel/architecture/communications/io/pario/new-in-ninth.bib (127134 bytes) new-in-ninth.bib /parallel/architecture/communications/io/pario/pario.bib (914591 bytes) "Parallel I/O bibliography (8th Edition)" /parallel/architecture/communications/io/pario/pario8.bib (588397 bytes) pario8.bib /parallel/architecture/communications/io/pario/pario9.bib (731985 bytes) pario9.bib /parallel/architecture/communications/io/pario/rapid.README (15809 bytes) All the source code for the RAPID-Transit simulator used in kotz:thesis and related papers. [text] /parallel/architecture/communications/io/pario/rapid.tar.gz (2198158 bytes) All the source code for the RAPID-Transit simulator used in kotz:thesis and related papers. [gzipped tar] /parallel/architecture/communications/io/pario/vesta-galley.tar.Z (103651 bytes) "Vesta Library" /parallel/architecture/memory/ "Memory" /parallel/architecture/memory/shared/ shared /parallel/architecture/processing/ "Processing" MPP SMP /parallel/architecture/processing/process-migration/ process-migration /parallel/architecture/processing/process-migration/CoCheck/ "CoCheck - Consistent Checkpoints" CoCheck is an environment that allows both process migration and creating checkpoints of parallel applications. Currently, only PVM applications are supported, but support for MPI is under construction. CoCheck is an environment that allows both process migration and creating checkpoints of parallel applications. Currently, only PVM applications are supported, but support for MPI is under construction. See also /parallel/architecture/processing/process-migration/CoCheck/CoCheck-V1.0/ "CoCheck V1.0 distribution" /parallel/architecture/processing/process-migration/CoCheck/CoCheck-V1.0/CkptLib-ALPHA-V1.0.tgz (80450 bytes) Condor V1.0 binary library (DEC Alpha) /parallel/architecture/processing/process-migration/CoCheck/CoCheck-V1.0/CkptLib-SUN4-V1.0.tgz (46843 bytes) Condor V1.0 binary library (Sun Sparc + SunOS 4) /parallel/architecture/processing/process-migration/CoCheck/CoCheck-V1.0/CoCheck-V1.0.tgz (38722 bytes) "CoCheck - Consistent Checkpoints V1.0" by Prof. Dr. A. Bode ; Georg Stellner , and J. Pruyne. Lehrstuhl f"ur Rechnertechnik und Rechnerorganisation, Institut f"ur Informatik, Technische Universit"at M"unchen, 80290 M"unchen, Germany. CoCheck distribution. This package is under the GNU Library General Public License and the GNU General Public License. CoCheck was tested to run on SunOs 4.1.x and DEC OSF/1. It requires at least PVM Version 3.3.7 or higher. See also /parallel/architecture/processing/process-migration/CoCheck/CoCheck-V1.0/Problems (11435 bytes) "Problems, known bugs and fixes" /parallel/architecture/processing/process-migration/CoCheck/CoCheck-V1.0/Ug-V1.0.ps.gz (70661 bytes) "CoCheck Users' Guide V1.0 (PVM Version)" by Georg Stellner , and Jim Pruyne , . /parallel/architecture/processing/process-migration/faq (27786 bytes) Summary of references and papers to a query on process migration. Creator: Cronk David /parallel/bibliographies/ "Bibliographies of conferences and subjects" /parallel/bibliographies/archindependent.bib (105615 bytes) BibTeX bibliography by David Skillicorn on aspects of parallelism relating to: architecture independence, programming models, categorical approaches to parallelism, general purpose parallelism, and theoretical and foundational results relating to these. Creator: David Skillicorn [BibTeX] /parallel/bibliographies/archindependent.txt (866 bytes) BibTeX bibliography by David Skillicorn on aspects of parallelism relating to: architecture independence, programming models, categorical approaches to parallelism, general purpose parallelism, and theoretical and foundational results relating to these. Creator: David Skillicorn [text] /parallel/bibliographies/atoug/ Proceedings of the Australian occam and Transputer User Group (ATOUG) conferences 3-4. /parallel/bibliographies/atoug/atoug3.bib (7279 bytes) The Transputer in Australasia, Proceedings of ATOUG 3, ed. T. Bossomaier, T. Hintz, and J, Hulskamp. IOS Press, Amsterdam, 1990. /parallel/bibliographies/atoug/atoug4.bib (11878 bytes) The Transputer in Australasia 2, Proceedings of ATOUG 4, ed. J. Hulskamp, T. Bossomaier, and T. Hintz. IOS Press, Amsterdam, 1991. /parallel/bibliographies/cm5-dbader.bib (2969 bytes) Bibliography of the CM-5 and fat-trees by David Bader Creator: David Bader /parallel/bibliographies/computer-science-bibs (3636 bytes) Announcement of the Computer Science Bibliography Collection, a large collection of bibliographies in various fields of computer science is available via anonymous ftp and the World Wide Web from University of Karlsruhe, Germany and other sites. Includes ~22000 articles under parallel processing. See Creator: LIIN Webmaster /parallel/bibliographies/icpp93-bib.ref (53865 bytes) Draft bibliography of 1993 International Conference on Parallel Processing (ICPP 93) by Eugene Miya in refer format. Creator: Eugene Miya /parallel/bibliographies/natug/ Proceedings of North American Transputer User Group (NATUG) conferences 1-6. /parallel/bibliographies/natug/natug1.bib (6807 bytes) Transputer Research and Applications 1, Proceedings of NATUG 1, ed. G. S. Stiles, IOS Press, Amsterdam, 1989. /parallel/bibliographies/natug/natug2.bib (10258 bytes) Transputer Research and Applications 2, Proceedings of NATUG 2, ed. J. A. Board, IOS Press, Amsterdam, 1989. /parallel/bibliographies/natug/natug3.bib (11013 bytes) Transputer Research and Applications 3, Proceedings of NATUG 3, ed. A. S. Wagner, IOS Press, Amsterdam, 1990. /parallel/bibliographies/natug/natug4.bib (8294 bytes) Transputer Research and Applications 4, Proceedings of NATUG 4, ed. D. L. Fielding, IOS Press, Amsterdam, 1990. /parallel/bibliographies/natug/natug5.bib (10809 bytes) Transputer Research and Applications 5, Proceedings of NATUG 5, ed. A. M. Veronis and Y. Paker, IOS Press, Amsterdam, 1990. /parallel/bibliographies/natug/natug6.bib (9201 bytes) Transputer Research and Applications 6, Proceedings of NATUG 5, ed. S. Atkins and A. S> Wagner, IOS Press, Amsterdam, 1990. Proceedings of occam User Group (OUG) and World occam and Transputer User Group (WoTUG) conferences 7-16. [directory] /parallel/bibliographies/wotug/ Proceedings of occam User Group (OUG) and World occam and Transputer User Group (WoTUG) conferences 7-16. [directory] /parallel/bibliographies/wotug/oug10.bib (8890 bytes) Applying Transputer Based Parallel Machines, Proceedings of OUG 10, ed. Andre Bakkers, IOS Press, Amsterdam, 1989. /parallel/bibliographies/wotug/oug11.bib (5799 bytes) Developing Transputer Applications, Proceedings of OUG 11, ed. J. Wexler,IOS Press, Amsterdam, 1989; ISBN 90 5199 020. /parallel/bibliographies/wotug/oug12.bib (8582 bytes) Tools and Techniques for Transputer Applications, Proceedings of OUG 12, ed. Stephen J. Turner, IOS Press, Amsterdam, 1990. /parallel/bibliographies/wotug/oug13.bib (9788 bytes) Real-Time Systems with Transputers, Proceedings of OUG 13, ed. H. S. M. Zedan, IOS Press, Amsterdam, 1990. /parallel/bibliographies/wotug/oug7.bib (13400 bytes) Parallel Programming of Transputer Based Machines, Proc. 7th occam User Group Tech. Meeting, 14-16 Sept. 1987, ed. T. Muntean, IOS Press, Amsterdam, 1988. /parallel/bibliographies/wotug/oug8.bib (6121 bytes) Developments Using occam, Proceedings of OUG 8, ed. Jon Kerridge, IOS Press, Amsterdam, 1988. /parallel/bibliographies/wotug/oug9.bib (6319 bytes) occam and the Transputer - Research and Applications, Proceedings of OUG 9, ed. Charlie Askew, IOS Press, Amsterdam, 1988. /parallel/bibliographies/wotug/wotug14.bib (7479 bytes) occam and the Transputer - Current Developments, Proceedings of WoTUG 14, ed. Janet Edwards, IOS Press, Amsterdam, 1991. /parallel/bibliographies/wotug/wotug15.bib (7196 bytes) Transputer Systems - Ongoing Research, Proceedings of WoTUG 15, ed. A. Allen. IOS Press, Amsterdam, 1992. /parallel/bibliographies/wotug/wotug16.bib (6954 bytes) Transputer and Occam Research: New Directions, Proceedings of WoTUG 16, ed. J. Kerridge. IOS Press, Amsterdam, 1993; ISBN 90 5199 121 5. /parallel/bibliographies/wotug/wotug17.bib (8176 bytes) Progess in Transputer and occam research, Proceedings of WoTUG 17, ed Roger Miles and Alan Chalmers. IOS Press, Amsterdam, 1994; ISBN 90 5199 163 0. /parallel/bibliographies/wotug/wotug18.bib (8352 bytes) Transputer and occam Developments, Proceedings of WoTUG 18, ed Patrick Nixon, Manchester Metropolitan University, IOS Press, Amsterdam, 1995. ISBN 90 5199 222 x (IOS Press) / ISBN 4-274-90047-9 C3000 (Ohmsha). /parallel/bibliographies/wotug/wotug20.bib (34818 bytes) Parallel Programming and Java, Proceedings of WoTUG 20, ed A. Bakkers. IOS Press, Amsterdam, 1997; ISBN 90 5199 336 6. /parallel/bibliographies/par-functional/ Annotated bibliography on parallel functional programming (including BibTeX sources) listing more than 350 publications mostly including their full abstracts by Wolfgang Schreiner /parallel/bibliographies/par-functional/fpcna.bib (32901 bytes) BibTeX sources for the bibliography. [BibTeX] /parallel/bibliographies/par-functional/fpcnew.bib (63159 bytes) BibTeX sources for the bibliography. [BibTeX] /parallel/bibliographies/par-functional/fpcnew2.bib (32199 bytes) BibTeX sources for the bibliography. [BibTeX] /parallel/bibliographies/par-functional/fpcown.bib (9614 bytes) BibTeX sources for the bibliography. [BibTeX] /parallel/bibliographies/par-functional/fpcparla.bib (160665 bytes) BibTeX sources for the bibliography. [BibTeX] /parallel/bibliographies/par-functional/fpcrisc.bib (110861 bytes) BibTeX sources for the bibliography. [BibTeX] /parallel/bibliographies/par-functional/pfpbib2.announce (1607 bytes) Announcement of 2nd edition of an annotated bibliography on parallel functional programming by Wolfgang Schreiner listing more than 350 publications mostly including their full abstracts. Creator: Wolfgang Schreiner /parallel/bibliographies/par-functional/pfpbib2.ps.Z (387955 bytes) PostScript version of the above paper. /parallel/bibliographies/par-functional/pfpsty.tar.Z (14218 bytes) Style files and skeleton document for the above paper. /parallel/bibliographies/par-genetic-algorithms/ Bibliographies on parallel Genetic Algorithms /parallel/bibliographies/par-genetic-algorithms/par-gen-alg.bib (29068 bytes) BibTeX responses to enquiry on comp.ai.genetic and comp.parallel about parallel genetic algorithms by Andreas Uhl From /parallel/bibliographies/par-genetic-algorithms/par-gen-alg.faq (46983 bytes) Summary of responses about parallel/distributed genetic algorithms by Sanjay Kumar Creator: Sanjay Kumar /parallel/bibliographies/par-genetic-algorithms/par-gen-alg.ps.gz (56755 bytes) PostScript bibliography of parallel genetic algorithms by Jarmo T. Alander From /parallel/bibliographies/par-prog-models.bib (1401 bytes) A small bibliography of surveys of parallel programming models by David Skillicorn /parallel/bibliographies/parallel-debugging (3495 bytes) Details of Bibliography on Parallel and Distributed Debuggers available in BiBTeX format and PostScript via anonymous ftp from Rob Netzer and Cherri M. Pancake Creator: Robert H.B. Netzer /parallel/bibliographies/parallelism-biblos-FAQ (10574 bytes) Frequently Asked Questions (FAQ) about the bibliography on parallelism maintained by Eugene N. Miya for the last ten+ years. Written by the maintainer. Creator: Eugene N. Miya /parallel/bibliographies/parlib/ Bibliographies from PARLIB. /parallel/bibliographies/parlib/compilers (34253 bytes) Parallelization and other things /parallel/bibliographies/parlib/debug (3564 bytes) Debugging Creator: Robert H.B. Netzer /parallel/bibliographies/parlib/disclaimer (231 bytes) Disclaimer by PARLIB administrator /parallel/bibliographies/parlib/hloadbalance (70794 bytes) Hierarchical load balancing /parallel/bibliographies/parlib/load-balance (48979 bytes) Load balancing bibliograpy /parallel/bibliographies/parlib/optimization (35737 bytes) Optimization oriented towards branch and bound /parallel/bibliographies/parlib/parallelio (172856 bytes) 4th Ed. Parallel IO bib. by David Kotz /parallel/bibliographies/parlib/reqreading (60524 bytes) Eugene Miya's must read list /parallel/bibliographies/parlib/task-generation (3729 bytes) Scheduling and Task Generation /parallel/bibliographies/transputer/ Bibliographies of proceedings of various transputer conferences and other transputer publications. Original ASCII version by Dyke Stiles Converted to BibTeX and cleaned up by Dave Beckett /parallel/bibliographies/transputer/1984.bib (16447 bytes) Transputer/occam Bibliography for 1984, from WoTUG database /parallel/bibliographies/transputer/1985.bib (22448 bytes) Transputer/occam Bibliography for 1985, from WoTUG database /parallel/bibliographies/transputer/1986.bib (31082 bytes) Transputer/occam Bibliography for 1986, from WoTUG database /parallel/bibliographies/transputer/1987.bib (44874 bytes) Transputer/occam Bibliography for 1987, from WoTUG database /parallel/bibliographies/transputer/1988.bib (26461 bytes) Transputer/occam Bibliography for 1988, from WoTUG database /parallel/bibliographies/transputer/1989.bib (44053 bytes) Transputer/occam Bibliography for 1989, from WoTUG database /parallel/bibliographies/transputer/1990.bib (19950 bytes) Transputer/occam Bibliography for 1990, from WoTUG database /parallel/bibliographies/transputer/1991.bib (4548 bytes) Transputer/occam Bibliography for 1991, from WoTUG database /parallel/bibliographies/transputer/aisig1.bib (5061 bytes) Bibliography of proceedings of WoTUG AI SIG 1 "Parallel Processing and Artificial Intelligence" edited by M. Reeve and S. Ericsson Zenith published 1989 by Wiley, ISBN 0-471-92497-0 /parallel/bibliographies/transputer/aisig2.bib (2692 bytes) Bibliography of proceedings of OUG AI SIG 2, 1990 (may not be published) /parallel/bibliographies/transputer/aot1.bib (9551 bytes) Applications of Transputers 1, Proc. First Int'l. Conf. Appl. Transputers, 23-25 Aug. 1989, ed. L. Freeman and C. Phillips, IOS Press, Amsterdam, 1990. /parallel/bibliographies/transputer/aot2.bib (27157 bytes) Applications of Transputers 2, Proc. Second Int'l. Conf. Appl. Transputers, 11-13 Jul. 1990, ed. D. J. Pritchard and C. J. Scott, IOS Press, Amsterdam, 1990. /parallel/bibliographies/transputer/aot3.bib (53710 bytes) Applications of Transputers 3, Proc. First Int'l. Conf. Appl. Transputers, 28-30 Aug. 1991, ed. T. S. Durrani, W. A. Sandham, J. J. Soraghan, and S. M. Forbes, IOS Press, Amsterdam, 1991. /parallel/bibliographies/transputer/atoug3.bib (7279 bytes) The Transputer in Australasia, Proceedings of ATOUG 3, ed. T. Bossomaier, T. Hintz, and J, Hulskamp. IOS Press, Amsterdam, 1990. /parallel/bibliographies/transputer/atoug4.bib (11878 bytes) The Transputer in Australasia 2, Proceedings of ATOUG 4, ed. J. Hulskamp, T. Bossomaier, and T. Hintz. IOS Press, Amsterdam, 1991. /parallel/bibliographies/transputer/books.bib (8067 bytes) Transputer/occam books Bibliography up to 1990, from WoTUG database /parallel/bibliographies/transputer/extraart.bib (6527 bytes) Transputer/occam Bibliography other articles, from WoTUG database /parallel/bibliographies/transputer/image.bib (2851 bytes) Image Processing and Transputers, ed. Hugh C. Webber, IOS Press, Amsterdam, 1992. /parallel/bibliographies/transputer/inmospubs.bib (7039 bytes) Transputer/occam Bibliography for INMOS publications (to 1990) from WoTUG database /parallel/bibliographies/transputer/japan3.bib (7039 bytes) Transputer/occam, Proceedings of Japan 3, ed. T. L. Kunii and D. May, IOS Press, Amsterdam, 1990. /parallel/bibliographies/transputer/natug1.bib (6807 bytes) Transputer Research and Applications 1, Proceedings of NATUG 1, ed. G. S. Stiles, IOS Press, Amsterdam, 1989. /parallel/bibliographies/transputer/natug2.bib (10258 bytes) Transputer Research and Applications 2, Proceedings of NATUG 2, ed. J. A. Board, IOS Press, Amsterdam, 1989. /parallel/bibliographies/transputer/natug3.bib (11013 bytes) Transputer Research and Applications 3, Proceedings of NATUG 3, ed. A. S. Wagner, IOS Press, Amsterdam, 1990. /parallel/bibliographies/transputer/natug4.bib (8294 bytes) Transputer Research and Applications 4, Proceedings of NATUG 4, ed. D. L. Fielding, IOS Press, Amsterdam, 1990. /parallel/bibliographies/transputer/natug5.bib (10809 bytes) Transputer Research and Applications 5, Proceedings of NATUG 5, ed. A. M. Veronis and Y. Paker, IOS Press, Amsterdam, 1990. /parallel/bibliographies/transputer/natug6.bib (9201 bytes) Transputer Research and Applications 6, Proceedings of NATUG 5, ed. S. Atkins and A. S> Wagner, IOS Press, Amsterdam, 1990. /parallel/bibliographies/transputer/nordic12.bib (6546 bytes) Nordic Transputer Applications, Proceedings of the 1st and 2nd Nordic Transputer Seminars, ed. Lars Annell and Martin Tormgren, IOS Press, Amsterdam, 1991. /parallel/bibliographies/transputer/nrat.bib (5179 bytes) Networks, Routers, & Transputers, ed. M. D. May, P. W. Thompson, and P. H. Welch, IOS Press, Amsterdam, 1993. /parallel/bibliographies/transputer/oug10.bib (8890 bytes) Applying Transputer Based Parallel Machines, Proceedings of OUG 10, ed. Andre Bakkers, IOS Press, Amsterdam, 1989. /parallel/bibliographies/transputer/oug11.bib (5799 bytes) Developing Transputer Applications, Proceedings of OUG 11, ed. J. Wexler,IOS Press, Amsterdam, 1989; ISBN 90 5199 020. /parallel/bibliographies/transputer/oug12.bib (8582 bytes) Tools and Techniques for Transputer Applications, Proceedings of OUG 12, ed. Stephen J. Turner, IOS Press, Amsterdam, 1990. /parallel/bibliographies/transputer/oug13.bib (9788 bytes) Real-Time Systems with Transputers, Proceedings of OUG 13, ed. H. S. M. Zedan, IOS Press, Amsterdam, 1990. /parallel/bibliographies/transputer/oug7.bib (13400 bytes) Parallel Programming of Transputer Based Machines, Proc. 7th occam User Group Tech. Meeting, 14-16 Sept. 1987, ed. T. Muntean, IOS Press, Amsterdam, 1988. /parallel/bibliographies/transputer/oug8.bib (6121 bytes) Developments Using occam, Proceedings of OUG 8, ed. Jon Kerridge, IOS Press, Amsterdam, 1988. /parallel/bibliographies/transputer/oug9.bib (6319 bytes) occam and the Transputer - Research and Applications, Proceedings of OUG 9, ed. Charlie Askew, IOS Press, Amsterdam, 1988. /parallel/bibliographies/transputer/pacta92.bib (62089 bytes) Parallel Computing and Transputer Applications, ed. M. Valero, E. Onate, M. Jane, J. L. Larriba, B. Suarez, IOS Press, Amsterdam, 1992. /parallel/bibliographies/transputer/pre1984.bib (9854 bytes) Transputer/occam Bibliography before 1984, from WoTUG database /parallel/bibliographies/transputer/sa88.bib (5214 bytes) "Parallel processing: technology and applications" : Proceedings of the international symposium 26-28 October 1988 Johannesburg South Africa. /parallel/bibliographies/transputer/serc.bib (20963 bytes) Transputer Bibliography of SERC related items, from WoTUG database /parallel/bibliographies/transputer/t1991.bib (22815 bytes) Transputing '91, Proceedings of the World Transputer User Group Conf., ed. P. H. Welch, D. Stiles, T. L. Kunii, and A. Bakkers, IOS Press, Amsterdam, 1991. /parallel/bibliographies/transputer/tapa92.bib (10649 bytes) Transputers and Parallel Applications (TAPA-92), Proceedings of the 5th Australian Transputer User Group Conference, ed. J. Hulskamp and D. Jones, IOS Press, Amsterdam, 1992. /parallel/bibliographies/transputer/tnnna.bib (6794 bytes) Transputing in Numerical and Neural Network Applications, ed. G. L Reijns and Jian Luo, IOS Press, Amsterdam, 1992. /parallel/bibliographies/transputer/tranap92.bib (4893 bytes) Transputer Applications - Progress and Prospects, Proceedings of the Closing Symposium of the SERC/DTI Initiative in the Engineering Application of Transputers, ed. M. R. Jane, R. J. Fawcett, and T. P. Mawby, IOS Press, Amsterdam, 1992. /parallel/bibliographies/transputer/trans92.bib (10314 bytes) Transputers '92: Advanced Research and Applications, Proceedings of the International Conference, ed. M. Becker, L. Litzler, and M. Trehel. May, IOS Press, Amsterdam, 1992. /parallel/bibliographies/transputer/wotug14.bib (7479 bytes) occam and the Transputer - Current Developments, Proceedings of WoTUG 14, ed. Janet Edwards, IOS Press, Amsterdam, 1991. /parallel/bibliographies/transputer/wotug15.bib (7196 bytes) Transputer Systems - Ongoing Research, Proceedings of WoTUG 15, ed. A. Allen. IOS Press, Amsterdam, 1992. /parallel/bibliographies/transputer/wotug16.bib (6954 bytes) Transputer and Occam Research: New Directions, Proceedings of WoTUG 16, ed. J. Kerridge. IOS Press, Amsterdam, 1993; ISBN 90 5199 121 5. /parallel/bibliographies/transputer/wotug17.bib (8176 bytes) Progess in Transputer and occam research, Proceedings of WoTUG 17, ed Roger Miles and Alan Chalmers. IOS Press, Amsterdam, 1994; ISBN 90 5199 163 0. /parallel/bibliographies/transputer/wotug18.bib (8352 bytes) Transputer and occam Developments, Proceedings of WoTUG 18, ed Patrick Nixon, Manchester Metropolitan University, IOS Press, Amsterdam, 1995. ISBN 90 5199 222 x (IOS Press) / ISBN 4-274-90047-9 C3000 (Ohmsha). /parallel/bibliographies/transputer/wotug20.bib (34818 bytes) Parallel Programming and Java, Proceedings of WoTUG 20, ed A. Bakkers. IOS Press, Amsterdam, 1997; ISBN 90 5199 336 6. /parallel/books/ "Books, book lists and publisher details" /parallel/books/acs/ "ACS" /parallel/books/acs/par-comp-chem (2718 bytes) "Parallel Computing in Computational Chemistry" by Timothy G. Mattson This book explores the state of the art in parallel computing as applied to computational chemistry. The papers in the book range from tutorials to discussions of the latest advanced algorithms. While the seasoned parallel programmer will gain a great deal from this book, an introduction to parallel computing is included so novices will be able to read the book as well. /parallel/books/addison-wesley/ "Addison-Wesley" "Designing and Building Parallel Programs" by Ian Foster The entire book is available here for free in hypertext form and also at other mirror sites (see below). DBPP is a practitioner's guide to parallel program design, performance analysis, and program construction. It provides tutorial introductions to four parallel languages and libraries---Compositional C++, Fortran M, High Performance Fortran, and the Message Passing Interface---and also reviews parallel performance tools. There are numerous examples, exercises, and references. It is intended for both professional and academic use. Addison Wesley, 1995. ISBN: 0-201-57594-9 /parallel/books/benjamin-cummings/ "Benjamin Cummings" /parallel/books/benjamin-cummings/high-par-comp-2nded (1448 bytes) Details of "Highly Parallel Computing", Second edition by George S. Almasi and Allan Gottlieb. Creator: B/C Parallel Computing /parallel/books/benjamin-cummings/intro-par-extra (1358 bytes) Announcement of supplementary material for book:"Introduction To Parallel Computing: Design And Analysis Of Algorithms" by Kumar, Grama, Gupta and Karypis available by anonymous ftp. Creator: Vipin Kumar /parallel/books/cup/ "Cambridge University Press" /parallel/books/cup/foundations-of-parallel-programming.html (860 bytes) "Foundations of Parallel Programming" by David Skillicorn This book summarises the application of initiality, using the categorical data type approach, to general-purpose parallel computation. There is also an extensive survey of models of parallel computation. Published by Cambridge University Press. /parallel/books/cup/numerical-recipies-in-fortran90 (3282 bytes) "Numerical Recipes in Fortran 90: The Art of Parallel Scientific Computing / Numerical Recipes Code CDROM" by William Press; Saul Teukolsky; William Vetterling and Brian Flannery. This book is intended for use with the existing book (now renamed Numerical Recipes in Fortran 77), and reworks all the Numerical Recipes routines to use F90. There are three new F90 chapters and an new introduction. The CDROM contains all the code in all many languages (C, F77, F90, ...) and megabytes of other source code with an HTML interface. See also the Numerical Recipies Home Page at for some earlier books on-line (in Acrobat and PostScript) as well as further book and CDROM details. Published by Cambridge University Press. /parallel/books/ieee/ "IEEE Computer Society Press" /parallel/books/ieee/programming-langs-for-parallel-programming.html (2286 bytes) Programming Languages for Parallel Processing, edited by David B. Skillicorn and Domenico Talia, and published by the IEEE Computer Society Press. /parallel/books/inmos/ "INMOS Ltd books" /parallel/books/inmos/manual3.ps.Z (552734 bytes) Occam 3 reference manual (March 31 1992 draft) by Geoff Barrett of INMOS. (1.4M uncompressed, 203 pages) /parallel/books/introductory-parallel-books (1892 bytes) "A summary of responses to a query about introductory books for parallel programming/algorithms. Replies by David Bader and Jason Moore " by David Bader /parallel/books/ios/ "IOS Press" /parallel/books/ios/IOS-details (721 bytes) Contact details for IOS Press. /parallel/books/ios/nrat/ "Networks, Routers & Transputers" book as compressed PostScript edited by M.D. May, P.W. Thompson and P.H. Welch. /parallel/books/ios/nrat/Appendices.ps.gz (259907 bytes) App: Appendices A to D /parallel/books/ios/nrat/Chapter1.ps.gz (59827 bytes) 1 : Transputers and Routers: Components for Concurrent Machines /parallel/books/ios/nrat/Chapter10a.ps.gz (278722 bytes) 10a: A Generic Architecture for ATM Systems Part 1 of 4 /parallel/books/ios/nrat/Chapter10b.ps.gz (332173 bytes) 10b: A Generic Architecture for ATM Systems Part 2 of 4 /parallel/books/ios/nrat/Chapter10c.ps.gz (358222 bytes) 10c: A Generic Architecture for ATM Systems Part 3 of 4 /parallel/books/ios/nrat/Chapter10d.ps.gz (77635 bytes) 10d: A Generic Architecture for ATM Systems Part 4 of 4 /parallel/books/ios/nrat/Chapter11.ps.gz (204203 bytes) 11 : An Enabling Infr. for a Distributed Multimedia Industry /parallel/books/ios/nrat/Chapter2.ps.gz (69203 bytes) 2 : The T9000 Communications Architecture /parallel/books/ios/nrat/Chapter3.ps.gz (63346 bytes) 3 : DS-Links and C104 Routers /parallel/books/ios/nrat/Chapter4.ps.gz (107423 bytes) 4 : Connecting DS-Links /parallel/books/ios/nrat/Chapter5.ps.gz (116817 bytes) 5 : Using Links for System Control /parallel/books/ios/nrat/Chapter6a.ps.gz (276623 bytes) 6a : Models of DS-Link Performance Part 1 of 2 /parallel/books/ios/nrat/Chapter6b.ps.gz (226220 bytes) 6b : Models of DS-Link Performance Part 2 of 2 /parallel/books/ios/nrat/Chapter7.ps.gz (93252 bytes) 7 : Performance of C104 Networks /parallel/books/ios/nrat/Chapter8.ps.gz (75048 bytes) 8 : General Purpose Parallel Computers /parallel/books/ios/nrat/Chapter9.ps.gz (156438 bytes) 9 : The Impl. of Large Par. Dbase Machines on T9000 and C104 Nets /parallel/books/ios/nrat/Introduction.ps.gz (65657 bytes) 0 : Introduction /parallel/books/ios/nrat/Overview (27007 bytes) --- Overview of the book - READ THIS FIRST and pick a chapter --- /parallel/books/ios/nrat.bib (5179 bytes) BibTex bibliograph for the above book. Original ASCII version by Dyke Stiles Converted to BibTeX and cleaned up by Dave Beckett /parallel/books/jones+bartlett/ "Jones and Bartlett of Boston" /parallel/books/jones+bartlett/labs-for-par-comp (11941 bytes) Details and table of contents of book: "Laboratories for Parallel Computing" by Chris Nevison et al. published by Jones and Bartlett of Boston. This book is the combined result of work from the UParCC (Undergraduate Parallel Computing Curriculum) workshops conducted by Chris Nevison and others under the NSF UFE (Undergraduate Faculty Enhancement) and UCCD (Undergraduate Course and Curriculum Development) grant programs. The workshop participants developed modules for teaching parallel computing and continued to develop the course materials through follow-on workshops. All laboratories were tested in the classroom, in fact, the draft set of laboratories was distributed for use and feedback to more than 100 colleges and universities world wide. An instructors guide is available by ftp. Creator: Chris Nevison /parallel/books/kluwer/ "Kluwer Academic Publishers" /parallel/books/kluwer/automatic-perf-pred-par-progs (8030 bytes) "Automatic Performance Prediction of Parallel Programs" by Thomas Fahringer , , Institute for Software Technology and Parallel Systems, University of Vienna, Austria; Tel: +43 1 310 56 08 - 86; FAX: +43 1 310 56 08 - 88 This book describes a unified approach to the problem of automatically estimating the performance of parallel computer programs primarily focussing on DMM systems. Published by Kluwer Academic Publishers, Boston, USA /parallel/books/kluwer/symbolic-analysis-par-compilers (4497 bytes) "Symbolic Analysis for Parallelizing Compilers" by Mohammad Reza Haghighat Overview and table of contents. /parallel/books/manning/ "Manning Publications" /parallel/books/manning/dist-par-comp (2699 bytes) "Distributed and Parallel Computing" by Hesham El-Rwini, University of Nebraska at Omaha, USA and Ted G. Lewis, Naval Postgraduate School, Monterey, CA, USA. This is a comprehensive survey of the state-of-the-art in concurrent computing. It covers four major aspects: - Architecture and performance; - Theory and complexity analysis of parallel algorithms; - Programming languages and systems for writing parallel and distributed programs; - Scheduling of parallel and distributed tasks. Hardbound, 469 pages, $60, Manning ISBN 1884777511 See also /parallel/books/mcgraw-hill/ "McGraw-Hill Inc." /parallel/books/mcgraw-hill/par-dist-comp-handbook (9564 bytes) "Parallel and Distributed Computing Handbook (1996)" by Albert Y. Zomaya , The University of Western Australia, Australia Featuring contributions from more than sixty of the world's top experts in the field, this state-of-the-art handbook offers engineers and scientists the most comprehensive treatment available of the theory and applications of parallel and distributed computing. Readers will find forty-one well-organized chapters covering the full range of key issues relating to systems design and operation, including models and algorithms....architectures and technologies....development tools....and current and future uses of this exciting technology in science and industry. See also 1232 pages. 600 illustrations. ISBN 0-07-073020-2. $99.50. /parallel/books/mit/ "MIT Press" /parallel/books/mit/concurrent-oo.announce (2876 bytes) "Research Directions in Concurrent OOP" by Teresa A. Ehling Edited by Gul Agha, Peter Wegner and Aki Yonezawa. /parallel/books/mit/f95-handbook (1947 bytes) "Fortran 95 Handbook" by Jeanne C. Adams; Walter S. Brainerd; Jeanne T. Martin; Brian T. Smith and Jerrold L. Wagener. Scientific and Engineering Computation series, February 1998 711 pp. ISBN 0-262-51096-0, MIT Press. See also /parallel/books/mit/pvm (3885 bytes) "PVM: Parallel Virtual Machine A Users' Guide and Tutorial for Network Parallel Computing" by Bob Manchek By Al Geist, Adam Beguelin, Jack Dongarra, Weicheng Jiang, Robert Manchek, and Vaidy S. Sunderam. See for more information. The book is also available online in HTML form at and in Postscript at /parallel/books/mit/using-mpi (1143 bytes) "Using MPI: Portable Programming with the Message-Passing Interface" by Rusty Lusk By William Gropp, Ewing Lusk and Anthony Skjellum. See also and . Local copies of latter at /parallel/books/morgan-kaufmann/ "Morgan Kaufmann" /parallel/books/morgan-kaufmann/distributed-algorithms (539 bytes) "Distributed Algorithms" by Nancy Lynch See for details. Published by Morgan Kaufmann. /parallel/books/morgan-kaufmann/par-prog-with-mpi (1223 bytes) "Parallel Programming with MPI" by Peter Pacheco , Department of Mathematics, University of San Francisco, San Francisco, CA 94117, USA; Tel: +1 (415) 666-6630 An elementary introduction to programming parallel systems useing MPI 1.1 library for C and Fortran. The intended audience is students and professionals with some knowledge of programming for conventional, single-processor systems, but who have little or no experience programming multiprocessor systems. See also and . Published by Morgan Kaufmann, ISBN is 1-55860-339-5. /parallel/books/morgan-kaufmann/parallel-computing-works (2949 bytes) "Parallel Computing Works!" by Geoffrey C. Fox,; Roy D. Williams and Paul C. Messina. This book shows how parallel computers can be successfully applied to large-scale scientific computations. It demonstrates how a variety of applications in physics, biology, mathematics, and other sciences were implemented on real parallel computers to prove new scientific results. Published by Morgan Kaufmann. /parallel/books/morgan-kaufmann/parallel-processing-from-applications-to-systems (9881 bytes) "Parallel Processing from Applications to Systems" by Morgan Kaufmann Publishers , University of Southern California Published by Morgan Kaufmann and details of contents and costs. /parallel/books/occam-books (2695 bytes) "books about the occam language" /parallel/books/oup/ "Oxford University Press" /parallel/books/oup/design-and-analysis-of-parallel-algorithms (12783 bytes) "The Design and Analysis of Parallel Algorithms" by Justin Smith Published by Oxford University Press, ISBN 0-19-507881-0 table of contents and description by the author Justin R. Smith , Department of Mathematics and Computer Science, Drexel University, Philadelphia, PA, USA. /parallel/books/oup/design-and-analysis-of-parallel-algorithms.demo-progs (2259 bytes) Details of how to obtain the sources to the demonstration programs for the above book via anonymous ftp. Creator: Justin Smith /parallel/books/oup/the-f-programming-language (4539 bytes) "The F programming Language" by Michael Metcalf and John Reid. Published by Oxford University Press, Oxford and New York, 1996, ISBN 0-19-850026-2. (about $US30 or 16.95 pounds sterling). /parallel/books/prentice-hall/ "Prentice Hall" /parallel/books/prentice-hall/in-search-of-clusters (2878 bytes) "In Search of Clusters" by Gregory F. Pfister Topics covered include: how clusters are an invisible, multi-billion dollar segment of the computer industry; why clusters are growing in importance and visibility hardware and software elements of clusters, including the first serious discussion of "single system image"; key incompabilities in programming clusters and symmetric multiprocessors; comparison between clusters and symmetric multiprocessors; how popular benchmarks mislead users and designers of clusters ISBN 0-13-437625-0 published by Prentice-Hall, 415 pages, $42. See also or the book at /parallel/books/prentice-hall/ooos (2735 bytes) "The Logical Design of Parallel Operating Systems" by Wolfgang Schroeder-Preikschat Published by Prentice Hall. ABSTRACT: Forthcoming massively parallel systems will have distributed-memory architectures. They consist of several hundreds to thousands of autonomous processing nodes interconnected by a high-speed network. A major challenge in operating-system design for these architectures is to design a structure that reduces system bootstrap time, avoids bottlenecks in serving system calls, promotes fault tolerance, and is dynamically alterable and application-oriented. This work describes the logical design of state-of-the-art parallel operating systems that have to meet the needs of both massively parallel computer architectures and massively parallel applications. The focus is on how to organize and structure these operating systems; this is not a discussion of algorithms that implement specific system features. Thus, it is a software engineering course explaining operating-system structuring rather than implementation. By starting on an abstract level, the ``big picture'' of a parallel operating system is stepwise refined. The refinement is carried out top-down to the implementation level, to give an impression of the message startup time overhead implied by a hierarchically composed system. The design approach followed is to understand a parallel operating system as a 'program family' and to use 'object orientation' as the fundamental implementation discipline. The former concept (program family) helps prevent the design of a monolithic system organization, while object orientation enables the efficient implementation of a highly modular system structure. An in-depth presentation is given rather than a broad overview. Instead of discussing several designs more or less superficially, a single, elaborate case study is made on the basis of 'Peace'. The object-oriented design of the 'Peace' family of parallel operating systems is thoroughly discussed. /parallel/books/prentice-hall/par-alg-vlsi-cad (9105 bytes) "Parallel Algorithms For VLSI Computer-Aided Design" by Prithviraj Banerjee ISBN 0-13-015835-6 /parallel/books/prentice-hall/prentice-hall-transputer-books (5385 bytes) Prentice Hall books on Transputer Technology /parallel/books/springer-verlag/ "Springer Verlag" /parallel/books/springer-verlag/concurrent-scientific-computing (9209 bytes) Details of and Table of contents for "Concurrent Scientific Computing" by Eric F. Van de Velde published by Springer-Verlag, New York, 1994. See also: http://www.ama.caltech.edu/~evdv Creator: Eric van de Velde /parallel/books/thomson/ "International Thomson Computer Press" /parallel/books/thomson/par-computing-paradigms-apps (6277 bytes) "Parallel Computing: Paradigms and Applications" by Albert Y. Zomaya Published by: International Thomson Computer Press, 570 pages, ISBN 1-85032188-4, 49.95 pounds sterling. /parallel/books/unknown/ "Unknown publisher" /parallel/books/unknown/hetero-process-migration-deutsch (1028 bytes) "Heterogeneous Process Migration / Prozessverlagerung in heterogenen Rechnernetzen basierend auf einer speziellen Uebersetzungstechnik" by Christoph Pleier , Department of Computer Science, Technische Universitaet Muenchen, Deutschland See also "Scientific Supercomputing: Architecture and Use of Shared and Distributed Memory Parallel Computers " by Prof. Dr. Willi Schoenauer , Universitaet Karlsruhe, Rechenzentrum, Zirkel 2, 76128 Karlsruhe, Germany; Tel: +49 721-6083754; FAX: +49 721-32550 A handwritten (and then scanned) Internet book on Scientific Supercomputing. Table of Contents: Introduction; Prototypes with their Bottlenecks; Arithmetic Operations and Memory Bandwidth; The CRAY T90; The Fujitsu VPP300 (and VPP700); The IBM RS/6000 SP ; The CRAY T3E and DEC Alpha Processors; Performance Analysis; Basic Considerations Concerning Data Structures; Fortran, Autovectorization and Autoparallelization, Progamming Models; Recurrences; Matrix Operations; Systems of Linear Equations on Vector Processors; Remarks to the Parallelization of the Gauss Algorithm; Tridiagonal Linear Systems; Iterative Solution of Linear Systems of Equations; Explaining the Gap Between Theoretical Peak Performance and Real Performance for Supercomputer Architectures; References. In the Addendum further architectures and algorithms will be presented (open-ended). /parallel/books/unknown/par-dist-computing (6433 bytes) "Parallel and Distributed Computing Handbook" by Albert Zomaya Edited by Albert Y. Zomaya, The University of Western Australia, Australia. Featuring contributions from more than sixty of the world's top experts in the field, this state-of-the-art handbook offers engineers and scientists the most comprehensive treatment available of the theory and applications of parallel and distributed computing. Readers will find forty-one well-organized chapters covering the full range of key issues relating to systems design and operation, including models and algorithms; architectures and technologies; development tools and current and future uses of this exciting technology in science and industry. 1200 pages. 600 illustrations. ISBN 0-07-073020-2 /parallel/books/vieweg/ "Vieweg Publishing" /parallel/books/vieweg/load-dist-for-mach (19299 bytes) Details of book "Load Distribution, Implementation for the Mach Microkernel" by Dejan Milojicic published by Verlag Publishing from the thesis. Includes four reviews of work. Creator: Dejan Milojicic /parallel/books/westminister/ "University of Westminister Press" /parallel/books/westminister/transim-parallel-design-tool (2019 bytes) "Transim: Prototyping Parallel Algorithms" by Ed Hart Published by University of Westminister press. The book includes the Transim parallel design tool on disk which simulates an application program as it runs on a network of Inmos transputers. /parallel/books/wsp/ "World Scientific Publications" /parallel/books/wsp/par-backprop-nn-transputers (8481 bytes) "Parallel Implementations of Backpropagation Neural Networks on Transputers - A Study of Training Set Parallelism" by P Saratchandran; N Sundararajan and Shou King Foo. School of Electrical & Electronic Engg, Nanyang Technological University, Singapore. This book presents a systematic approach to parallel implementation of feedforward neural networks on an array of transputers with the emphasis on backpropagation learning and training set parallelism. Published by World Scientific Publications Co., Inc. ISBN: 981-02-2654-3. 250 pages (approx.). See also or /parallel/consultants/ "Parallel and High Performance Computing consultants" /parallel/consultants/4links (1597 bytes) "4links for technical help" Consultancy in areas including the hardware of computers, communications and electronics, and particularly of transputer links and modular design. /parallel/consultants/geli (303 bytes) "Geli Engineering" Provides sales, installation, support and distributed computing consulting services for Pentium workstation clusters. See WWW site at for more information. "Liebrock-Hicks Research" Research and consulting in parallel and high-performance computing. /parallel/consultants/trivision (2710 bytes) "Trivision (Switzerland) AG" Technical consultants and system integrators specialising in MPP systems based in Switzerland and southern Germany. /parallel/consultants/wzi (677 bytes) "W.Z.I Consulting" Parallel Processing and Transputer Consulting. See home page /parallel/documents/ "Miscellaneous documents (depreciated)" This area is *Depreciated* i.e. the things in this tree are being moved to be in the correct place by content. /parallel/documents/announcements/ Announcements /parallel/documents/announcements/intel-paragon-study-guide (1524 bytes) Announcement of a self-teaching guide for the Intel Paragon available by anonymous ftp from the Parallel Processing Laboratory, University of Bergen, Norway. Guides for the MasPar/DECmpp and Intel iPSC computers are also available. Creator: Jeremy Cook /parallel/documents/announcements/ksr-par-guide-in-german (1030 bytes) Announcement of a Parallelization Guide for the KSR1 in german: "Optimierung und Parallelisierung auf dem Parallelrechner SNI-KSR1" from Leibniz-Rechenzentrum, Muenchen, Deutschland. Creator: Christian Schaller HIPPI (High Performance Parallel Interface) documents High Performance Fortran /parallel/documents/humour/ Humo(u)r /parallel/documents/humour/building-par-prog-systems (5433 bytes) "Building parallel programming systems" by Brent Gorda, Paul Lu, Greg Wilson. March 1994. /parallel/documents/misc/ Miscellaneous documents (many about and from USENET) /parallel/documents/misc/DIMACS-implementation-challenge-III (3376 bytes) Call for participation in the Third DIMACS Internations Algorithm Implementation Challenge. This will take place between November 1993 and September 1994 by carrying out research projects related to the problem areas specified to present research papers at a DIMACS workshop in October 1994. Creator: Sandeep Bhatt /parallel/documents/misc/MPE-forth (647 bytes) MPE Forth - a commercial forth for T2,T4,T8 and T9000s [May be out of date information - 2 years old] Creator: Stephen Pelc /parallel/documents/misc/booting-link-adaptor.asm (8910 bytes) Replies to a query about booting a transputer network via a link adaptor. The first reply gives a transputer assembler version and the second a C program to do the same. Answers from (respectively): Andy Rabagliati and Roger Butenuth Creator: Roger Butenuth [text] /parallel/documents/misc/booting-link-adaptor.c (3329 bytes) Replies to a query about booting a transputer network via a link adaptor. The first reply gives a transputer assembler version and the second a C program to do the same. Answers from (respectively): Andy Rabagliati and Roger Butenuth Creator: Roger Butenuth [C] /parallel/documents/misc/csa-logical-systems-c-ftp-site (681 bytes) Announcement of CSA and Logical Systems's C ftp site. Creator: CSA /parallel/documents/misc/dslinks-paul-walker (5179 bytes) Article by Paul Walker explaining the relationship between DS-Links and the IEEE P1394 prototype standard. Creator: Paul Walker /parallel/documents/misc/dslinks-paul-walker-2 (2091 bytes) Article by Paul Walker describing the maximum DS-Link transfer rates. Creator: Paul Walker /parallel/documents/misc/dslinks-paul-walker-routing-switches (7020 bytes) Article by Paul Walker describing two new DS-Link routing switches for T9000s from Nottingham Trent University and INMOS respectively. Creator: Paul Walker /parallel/documents/misc/ecco-contest (9499 bytes) IBM European Parallel Computing Consortium (ECCO) Sponsors $5,000 Contest for Parallel Computing Software in three categories: Best Parallel Software Development Tool, Best Parallel Application and Best Student Parallel Program. Deadline: 30th June 1994. Software must run on IBM Power system or IBM RISC cluster. /parallel/documents/misc/faster-messaging-shmem-multiprocs-video (2439 bytes) Details of Video tape on "Faster Messaging in Shared-Memory Multiprocessors", Optimizing Memory-Based Messaging for Scalable Shared Memory Multiprocessor Architectures, 8th September 1993, 71 minutes by Bob Kutter and David Cheriton. Creator: David Schachter /parallel/documents/misc/gordon-bell-finalists-1993 (4060 bytes) Announcement of Gordon Bell Award Finalists for 1993. Creator: Nan C Schaller /parallel/documents/misc/inmos-C-alloca (4800 bytes) An attempt to provide an alloca() (stack based malloc) for INMOS C for transputers by Adam Back Creator: A.Back /parallel/documents/misc/msdos-occam (614 bytes) Occam system for MSDOS /parallel/documents/misc/munin-info (1224 bytes) How to get information on the Munin project and the following projects - Memo/Treadmarks DSM at Rice University. Creator: John Carter /parallel/documents/misc/parallel-AI (6181 bytes) Details of parallel AI, prolog, AND- and OR- parallelism work at the Parallel Programming Laboratory, Department of Computer Science, University of Illinois, USA from Sanjay Kale /parallel/documents/misc/parallel-design-notations (1067 bytes) Some books containing notations for designing parallel programs by David Bader . Creator: David Bader /parallel/documents/misc/processor-powers (3921 bytes) A digest of a few articles describing the power outputs of various 'hot' processors including benchmarks "per watt". Articles by Edward Vielmetti and Gunes Aybay /parallel/documents/misc/sisal-initiative (3146 bytes) Announcement of Sisal Scientific Computing Initiative: Proposals are solicited by the Computing Research Group at Lawrence Livermore National Laboratory (LLNL), USA with the award being free Cray C90 time and support to researchers willing to work in the Sisal language. Creator: Tom DeBoni /parallel/documents/misc/timeline/ Directory containing a LaTeX document of a timeline history of parallel computing and supercomputing by Greg Wilson /parallel/documents/misc/timeline/BANNER (1871 bytes) Headers from news articles by Greg explaining documents below Creator: Greg Wilson (EXP 31 dec 93) /parallel/documents/misc/timeline/bigtabular.sty (4883 bytes) Style file (required for above document) /parallel/documents/misc/timeline/history-of-par-computing.txt (58598 bytes) History of Parallel Computing and Supercomputing (25th July 1994) by Gregory Wilson ; available for distribution on the understanding that it may be printed for personal use, but may not be referenced, quoted or cited in published material, or modified without prior permission of the author. Creator: Wilson GV /parallel/documents/misc/timeline/timeline-final.txt (66344 bytes) 7th Sept 1993 version of timeline history (ASCII) Creator: Greg Wilson (EXP 31 dec 93) /parallel/documents/misc/timeline/timeline.tex (48291 bytes) 21st July 1993 version of timeline history (LaTex) /parallel/documents/misc/timeline/timeline.txt (51443 bytes) 20th Aug 1993 version of timeline history (ASCII) Creator: Greg Wilson (EXP 31 dec 93) /parallel/documents/misc/vr-object-survey (2451 bytes) Announcement of survey of research groups in area of development of (distributed) object hit detection algorithms in virtual reality environments by Knut Menzel Creator: Knut Menzel Message Passing Initiative documents occam language documents Parallel IO documents /parallel/environments/ "Parallel computing environments" /parallel/environments/charm/ Charm / Charm++ portable object-orientated parallel programming system from Department of Computer Science, University of Illinois, USA. It supports concurrent objects with inheritance plus a performance analysis tool and other tools. Charm/Charm++ portable object-oriented parallel programming system. This contains: See also for a lot of on-line information. /parallel/environments/charm/.nams-info/ .nams-info /parallel/environments/charm/.nams-info/status (488 bytes) status /parallel/environments/charm/.nams-info/status.new-14662 (0 bytes) status.new-14662 /parallel/environments/charm/CHARM.4.8/ CHARM.4.8 /parallel/environments/charm/CHARM.4.8/.nams-info/ .nams-info /parallel/environments/charm/CHARM.4.8/.nams-info/status (415 bytes) status /parallel/environments/charm/CHARM.4.8/.nams-info/status.new-14662 (0 bytes) status.new-14662 /parallel/environments/charm/CHARM.4.8/converse.manual.ps.gz (129203 bytes) converse.manual.ps.gz /parallel/environments/charm/CHARM.4.8/converse.overview.ps.gz (28657 bytes) converse.overview.ps.gz /parallel/environments/charm/CHARM.4.8/convext.manual.ps.gz (137401 bytes) convext.manual.ps.gz /parallel/environments/charm/CHARM.4.8/install.manual.ps.gz (102856 bytes) install.manual.ps.gz /parallel/environments/charm/CHARM.4.8/itc++.manual.ps.gz (92935 bytes) itc++.manual.ps.gz /parallel/environments/charm/CHARM.4.8/itc++.quickref.ps.gz (63570 bytes) itc++.quickref.ps.gz /parallel/environments/charm/CHARM.4.8/net-sol-cc.tar.gz (1005286 bytes) net-sol-cc.tar.gz /parallel/environments/charm/Converse.4.7/ "Converse 4.7" /parallel/environments/charm/Converse.4.7/.nams-info/ .nams-info /parallel/environments/charm/Converse.4.7/.nams-info/status (2170 bytes) status /parallel/environments/charm/Converse.4.7/.nams-info/status.new-14662 (0 bytes) status.new-14662 /parallel/environments/charm/Converse.4.7/COPYRIGHT (2002 bytes) COPYRIGHT /parallel/environments/charm/Converse.4.7/CREDITS (519 bytes) CREDITS /parallel/environments/charm/Converse.4.7/README (1385 bytes) README /parallel/environments/charm/Converse.4.7/aboutCharm.ps.gz (14664 bytes) aboutCharm.ps.gz /parallel/environments/charm/Converse.4.7/charm++.manual.ps.gz (78008 bytes) charm++.manual.ps.gz /parallel/environments/charm/Converse.4.7/charm.manual.ps.gz (104848 bytes) charm.manual.ps.gz /parallel/environments/charm/Converse.4.7/charm.tutorial.ps.gz (61077 bytes) charm.tutorial.ps.gz /parallel/environments/charm/Converse.4.7/converse.manual.ps.gz (52394 bytes) converse.manual.ps.gz /parallel/environments/charm/Converse.4.7/convext.manual.ps.gz (46514 bytes) convext.manual.ps.gz /parallel/environments/charm/Converse.4.7/dagger.tutorial.ps.gz (30565 bytes) dagger.tutorial.ps.gz /parallel/environments/charm/Converse.4.7/dagtool.manual.ps.gz (27982 bytes) dagtool.manual.ps.gz /parallel/environments/charm/Converse.4.7/exemplar.tar.gz (999193 bytes) exemplar.tar.gz /parallel/environments/charm/Converse.4.7/install.manual.ps.gz (41160 bytes) install.manual.ps.gz /parallel/environments/charm/Converse.4.7/itc++.manual.ps.gz (28931 bytes) itc++.manual.ps.gz /parallel/environments/charm/Converse.4.7/net-hp-cc.tar.gz (1042923 bytes) net-hp-cc.tar.gz /parallel/environments/charm/Converse.4.7/net-hp.tar.gz (1660526 bytes) net-hp.tar.gz /parallel/environments/charm/Converse.4.7/net-irix-64.tar.gz (1203881 bytes) net-irix-64.tar.gz /parallel/environments/charm/Converse.4.7/net-irix.tar.gz (1528334 bytes) net-irix.tar.gz /parallel/environments/charm/Converse.4.7/net-linux.tar.gz (897260 bytes) net-linux.tar.gz /parallel/environments/charm/Converse.4.7/net-rs6k.tar.gz (753185 bytes) net-rs6k.tar.gz /parallel/environments/charm/Converse.4.7/net-sol-cc.tar.gz (1006144 bytes) net-sol-cc.tar.gz /parallel/environments/charm/Converse.4.7/net-sol-smp.tar.gz (1031860 bytes) net-sol-smp.tar.gz /parallel/environments/charm/Converse.4.7/net-sol.tar.gz (1001773 bytes) net-sol.tar.gz /parallel/environments/charm/Converse.4.7/net-sun.tar.gz (1017887 bytes) net-sun.tar.gz /parallel/environments/charm/Converse.4.7/origin2000.tar.gz (1190379 bytes) origin2000.tar.gz /parallel/environments/charm/Converse.4.7/projections.manual.ps.gz (64363 bytes) projections.manual.ps.gz /parallel/environments/charm/Converse.4.7/projections.tar.gz (74842 bytes) projections.tar.gz /parallel/environments/charm/Converse.4.7/sim-irix-64.tar.gz (1179505 bytes) sim-irix-64.tar.gz /parallel/environments/charm/Converse.4.7/sim-irix.tar.gz (1092874 bytes) sim-irix.tar.gz /parallel/environments/charm/Converse.4.7/sim-linux.tar.gz (859906 bytes) sim-linux.tar.gz /parallel/environments/charm/Converse.4.7/sim-rs6k.tar.gz (644767 bytes) sim-rs6k.tar.gz /parallel/environments/charm/Converse.4.7/sim-sol.tar.gz (952793 bytes) sim-sol.tar.gz /parallel/environments/charm/Converse.4.7/sim-sun.tar.gz (967963 bytes) sim-sun.tar.gz /parallel/environments/charm/Converse.4.7/sp3.tar.gz (1060417 bytes) sp3.tar.gz /parallel/environments/charm/Converse.4.7/summary.manual.ps.gz (18527 bytes) summary.manual.ps.gz /parallel/environments/charm/Converse.4.7/t3e.tar.gz (1897524 bytes) t3e.tar.gz /parallel/environments/charm/Converse.4.7/uth-hp-cc.tar.gz (1076285 bytes) uth-hp-cc.tar.gz /parallel/environments/charm/Converse.4.7/uth-hp.tar.gz (1053412 bytes) uth-hp.tar.gz /parallel/environments/charm/Converse.4.7/uth-irix-64.tar.gz (1198757 bytes) uth-irix-64.tar.gz /parallel/environments/charm/Converse.4.7/uth-irix.tar.gz (1060682 bytes) uth-irix.tar.gz /parallel/environments/charm/Converse.4.7/uth-linux.tar.gz (854494 bytes) uth-linux.tar.gz /parallel/environments/charm/Converse.4.7/uth-rs6k.tar.gz (661488 bytes) uth-rs6k.tar.gz /parallel/environments/charm/Converse.4.7/uth-sol-cc.tar.gz (932924 bytes) uth-sol-cc.tar.gz /parallel/environments/charm/Converse.4.7/uth-sol.tar.gz (947046 bytes) uth-sol.tar.gz /parallel/environments/charm/Converse.4.7/uth-sun.tar.gz (960982 bytes) uth-sun.tar.gz /parallel/environments/charm/README (457 bytes) README /parallel/environments/charm/abcpp/ abcpp /parallel/environments/charm/abcpp/.nams-info/ .nams-info /parallel/environments/charm/abcpp/.nams-info/status (102 bytes) status /parallel/environments/charm/abcpp/.nams-info/status.new-14662 (0 bytes) status.new-14662 /parallel/environments/charm/abcpp/abcpp.tar.Z (10468 bytes) abcpp.tar.Z /parallel/environments/charm/europar/ europar /parallel/environments/charm/europar/.nams-info/ .nams-info /parallel/environments/charm/europar/.nams-info/status (177 bytes) status /parallel/environments/charm/europar/.nams-info/status.new-14662 (0 bytes) status.new-14662 /parallel/environments/charm/europar/notes.ps (116553 bytes) notes.ps /parallel/environments/charm/europar/paper.ps (87514 bytes) paper.ps /parallel/environments/charm/europar/slides.ps (63116 bytes) slides.ps /parallel/environments/charm/old/ old /parallel/environments/charm/old/.nams-info/ .nams-info /parallel/environments/charm/old/.nams-info/status (465 bytes) status /parallel/environments/charm/old/.nams-info/status.new-14662 (0 bytes) status.new-14662 /parallel/environments/charm/old/ABOUT_CHARM.ps (47071 bytes) ABOUT_CHARM.ps /parallel/environments/charm/old/Eric.SP.Charm/ Eric.SP.Charm /parallel/environments/charm/old/Eric.SP.Charm/.nams-info/ .nams-info /parallel/environments/charm/old/Eric.SP.Charm/.nams-info/status (144 bytes) status /parallel/environments/charm/old/Eric.SP.Charm/.nams-info/status.new-14662 (0 bytes) status.new-14662 /parallel/environments/charm/old/Eric.SP.Charm/Charm.tar.gz (9145659 bytes) Charm.tar.gz /parallel/environments/charm/old/Eric.SP.Charm/Eric.Readme (500 bytes) Eric.Readme /parallel/environments/charm/old/LU.tar.gz (12073 bytes) LU.tar.gz /parallel/environments/charm/old/doc/ doc /parallel/environments/charm/old/doc/.nams-info/ .nams-info /parallel/environments/charm/old/doc/.nams-info/status (263 bytes) status /parallel/environments/charm/old/doc/.nams-info/status.new-14662 (0 bytes) status.new-14662 /parallel/environments/charm/old/doc/CharmManual.ps.Z (161861 bytes) CharmManual.ps.Z /parallel/environments/charm/old/doc/CharmPlusManual.ps.Z (117499 bytes) CharmPlusManual.ps.Z /parallel/environments/charm/old/doc/ProjectionsManual.ps.Z (98543 bytes) ProjectionsManual.ps.Z /parallel/environments/charm/old/doc/SummaryToolManual.ps.Z (28393 bytes) SummaryToolManual.ps.Z /parallel/environments/charm/old/ljp/ ljp /parallel/environments/charm/old/ljp/.nams-info/ .nams-info /parallel/environments/charm/old/ljp/.nams-info/status (122 bytes) status /parallel/environments/charm/old/ljp/.nams-info/status.new-14662 (0 bytes) status.new-14662 /parallel/environments/charm/old/ljp/max/ max /parallel/environments/charm/old/ljp/max/.nams-info/ .nams-info /parallel/environments/charm/old/ljp/max/.nams-info/status (145 bytes) status /parallel/environments/charm/old/ljp/max/.nams-info/status.new-14662 (0 bytes) status.new-14662 /parallel/environments/charm/old/ljp/max/max.tar.Z (359509 bytes) max.tar.Z /parallel/environments/charm/old/ljp/max/sources.tar.Z (526944 bytes) sources.tar.Z /parallel/environments/charm/old/papers/ papers /parallel/environments/charm/old/papers/.nams-info/ .nams-info /parallel/environments/charm/old/papers/.nams-info/status (126 bytes) status /parallel/environments/charm/old/papers/.nams-info/status.new-14662 (0 bytes) status.new-14662 /parallel/environments/charm/old/papers/interop/ interop /parallel/environments/charm/old/papers/interop/.nams-info/ .nams-info /parallel/environments/charm/old/papers/interop/.nams-info/status (149 bytes) status /parallel/environments/charm/old/papers/interop/.nams-info/status.new-14662 (0 bytes) status.new-14662 /parallel/environments/charm/old/papers/interop/converse1.ps.Z (62947 bytes) converse1.ps.Z /parallel/environments/charm/old/papers/interop/converse2.ps.Z (37082 bytes) converse2.ps.Z /parallel/environments/charm/old/tools/ tools /parallel/environments/charm/old/tools/.nams-info/ .nams-info /parallel/environments/charm/old/tools/.nams-info/status (467 bytes) status /parallel/environments/charm/old/tools/.nams-info/status.new-14662 (0 bytes) status.new-14662 /parallel/environments/charm/old/tools/Makefile.projections (847 bytes) Makefile.projections /parallel/environments/charm/old/tools/Makefile.summarytool (606 bytes) Makefile.summarytool /parallel/environments/charm/old/tools/README (992 bytes) README /parallel/environments/charm/old/tools/projections.hp.o (180224 bytes) projections.hp.o /parallel/environments/charm/old/tools/projections.solaris.o (229056 bytes) projections.solaris.o /parallel/environments/charm/old/tools/projections.sunos.o (244069 bytes) projections.sunos.o /parallel/environments/charm/old/tools/resource (96 bytes) resource /parallel/environments/charm/old/tools/summary.solaris.o (17532 bytes) summary.solaris.o /parallel/environments/charm/old/tools/summary.sunos.o (16843 bytes) summary.sunos.o /parallel/environments/charm/www/ www /parallel/environments/charm/www/.nams-info/ .nams-info /parallel/environments/charm/www/.nams-info/status (132 bytes) status /parallel/environments/charm/www/.nams-info/status.new-14662 (0 bytes) status.new-14662 /parallel/environments/charm/www/distrib.4.7/ distrib.4.7 /parallel/environments/charm/www/distrib.4.7/.nams-info/ .nams-info /parallel/environments/charm/www/distrib.4.7/.nams-info/status (1809 bytes) status /parallel/environments/charm/www/distrib.4.7/.nams-info/status.new-14662 (0 bytes) status.new-14662 /parallel/environments/charm/www/distrib.4.7/aboutCharm.ps.gz (14664 bytes) aboutCharm.ps.gz /parallel/environments/charm/www/distrib.4.7/charm.tutorial.ps.gz (60975 bytes) charm.tutorial.ps.gz /parallel/environments/charm/www/distrib.4.7/commercialUse.txt (461 bytes) commercialUse.txt /parallel/environments/charm/www/distrib.4.7/dagger.tutorial.ps.gz (30565 bytes) dagger.tutorial.ps.gz /parallel/environments/charm/www/distrib.4.7/dagtool.manual.ps.gz (27982 bytes) dagtool.manual.ps.gz /parallel/environments/charm/www/distrib.4.7/exemplar.tar.gz (999193 bytes) exemplar.tar.gz /parallel/environments/charm/www/distrib.4.7/net-hp-cc.tar.gz (1042923 bytes) net-hp-cc.tar.gz /parallel/environments/charm/www/distrib.4.7/net-hp.tar.gz (1660526 bytes) net-hp.tar.gz /parallel/environments/charm/www/distrib.4.7/net-irix-64.tar.gz (1203881 bytes) net-irix-64.tar.gz /parallel/environments/charm/www/distrib.4.7/net-irix.tar.gz (1528334 bytes) net-irix.tar.gz /parallel/environments/charm/www/distrib.4.7/net-linux.tar.gz (897260 bytes) net-linux.tar.gz /parallel/environments/charm/www/distrib.4.7/net-rs6k.tar.gz (753185 bytes) net-rs6k.tar.gz /parallel/environments/charm/www/distrib.4.7/net-sol-cc.tar.gz (1006144 bytes) net-sol-cc.tar.gz /parallel/environments/charm/www/distrib.4.7/net-sol-smp.tar.gz (1031860 bytes) net-sol-smp.tar.gz /parallel/environments/charm/www/distrib.4.7/net-sol.tar.gz (1001773 bytes) net-sol.tar.gz /parallel/environments/charm/www/distrib.4.7/net-sun.tar.gz (1017887 bytes) net-sun.tar.gz /parallel/environments/charm/www/distrib.4.7/origin2000.tar.gz (1190379 bytes) origin2000.tar.gz /parallel/environments/charm/www/distrib.4.7/projections.manual.ps.gz (64363 bytes) projections.manual.ps.gz /parallel/environments/charm/www/distrib.4.7/projections.tar.gz (74842 bytes) projections.tar.gz /parallel/environments/charm/www/distrib.4.7/sim-irix-64.tar.gz (1179505 bytes) sim-irix-64.tar.gz /parallel/environments/charm/www/distrib.4.7/sim-irix.tar.gz (1092874 bytes) sim-irix.tar.gz /parallel/environments/charm/www/distrib.4.7/sim-linux.tar.gz (859906 bytes) sim-linux.tar.gz /parallel/environments/charm/www/distrib.4.7/sim-rs6k.tar.gz (644767 bytes) sim-rs6k.tar.gz /parallel/environments/charm/www/distrib.4.7/sim-sol.tar.gz (952793 bytes) sim-sol.tar.gz /parallel/environments/charm/www/distrib.4.7/sim-sun.tar.gz (967963 bytes) sim-sun.tar.gz /parallel/environments/charm/www/distrib.4.7/sp3.tar.gz (1060417 bytes) sp3.tar.gz /parallel/environments/charm/www/distrib.4.7/summary.manual.ps.gz (18527 bytes) summary.manual.ps.gz /parallel/environments/charm/www/distrib.4.7/t3e.tar.gz (1897524 bytes) t3e.tar.gz /parallel/environments/charm/www/distrib.4.7/uth-hp-cc.tar.gz (1076285 bytes) uth-hp-cc.tar.gz /parallel/environments/charm/www/distrib.4.7/uth-hp.tar.gz (1053412 bytes) uth-hp.tar.gz /parallel/environments/charm/www/distrib.4.7/uth-irix-64.tar.gz (1198757 bytes) uth-irix-64.tar.gz /parallel/environments/charm/www/distrib.4.7/uth-irix.tar.gz (1060682 bytes) uth-irix.tar.gz /parallel/environments/charm/www/distrib.4.7/uth-linux.tar.gz (854494 bytes) uth-linux.tar.gz /parallel/environments/charm/www/distrib.4.7/uth-rs6k.tar.gz (661488 bytes) uth-rs6k.tar.gz /parallel/environments/charm/www/distrib.4.7/uth-sol-cc.tar.gz (932924 bytes) uth-sol-cc.tar.gz /parallel/environments/charm/www/distrib.4.7/uth-sol.tar.gz (947046 bytes) uth-sol.tar.gz /parallel/environments/charm/www/distrib.4.7/uth-sun.tar.gz (960982 bytes) uth-sun.tar.gz /parallel/environments/concert (7132 bytes) "Illinois Concert System V4.0" by Julian Dolby Concert is a parallel programming system for fine-grained object-oriented programming on parallel systems. Our goal is to enable portable and efficient programming using concurrent object-oriented programming (COOP) through compiler analysis and tranformation and runtime techniques. These techniques are particularly helpful for problems with irregular parallelism or complex data structures. See for more details. /parallel/environments/enterprise/ The Enterprise parallel programming system - an interactive graphical programming environment for designing, coding, debugging, testing and executing programs in a distributed hardware environment. Enterprise code looks like familiar sequential code because the parallelism is expressed graphically and independently of the code. The system automatically inserts the code necessary to correctly handle communication and synchronization, allowing the rapid construction of distributed programs. Uses either NMP or PVM as communications systems and contains binaries for SUN4, SGI and RS6K. The Enterprise parallel programming system - an interactive graphical programming environment for designing, coding, debugging, testing and executing programs in a distributed hardware environment. Enterprise code looks like familiar sequential code because the parallelism is expressed graphically and independently of the code. The system automatically inserts the code necessary to correctly handle communication and synchronization, allowing the rapid construction of distributed programs. Uses either NMP or PVM as communications systems and contains binaries for SUN4 and RS6K. /parallel/environments/enterprise/.nams-info/ .nams-info /parallel/environments/enterprise/.nams-info/status (556 bytes) status /parallel/environments/enterprise/.nams-info/status.new-14605 (0 bytes) status.new-14605 /parallel/environments/enterprise/00-INDEX (892 bytes) Index of files /parallel/environments/enterprise/00-README (7870 bytes) Installation instructions for Enterprise /parallel/environments/enterprise/Enterprise2.4.2-RS6K.tar.Z (2001109 bytes) Binaries for IBM RS6000 running AIX 3.2 /parallel/environments/enterprise/Enterprise2.4.2-SUN4.tar.Z (1898113 bytes) Binaries for SUN 4 running SunOS 4.1.3 /parallel/environments/enterprise/Enterprise2.4.2-common.tar.Z (131986 bytes) Shell scripts and include files common to all architectures /parallel/environments/enterprise/Enterprise2.4.2-smalltalk-src.tar.Z (214607 bytes) Enterprise Smalltalk source for user interface - runs under ParcPlace Systems Inc, VisualWorks Release 2.0 (not for SGIs). /parallel/environments/enterprise/Papers/ Papers by the Enterprise team /parallel/environments/enterprise/Papers/.nams-info/ .nams-info /parallel/environments/enterprise/Papers/.nams-info/status (198 bytes) status /parallel/environments/enterprise/Papers/.nams-info/status.new-14605 (0 bytes) status.new-14605 /parallel/environments/enterprise/Papers/enterprise.ps.Z (87169 bytes) ABSTRACT: Although a network of workstations represents a large amount of aggregate computing power, there is a need for software that can harness this power for single, distributed applications. Enterprise is an interactive graphical programming environment for designing, coding, debugging, testing, monitoring, profiling and executing programs in a distributed hardware environment. Enterprise code looks like familiar sequential code because the parallelism is expressed graphically and independently of the code. The system automatically inserts the code necessary to correctly handle communication and synchronization, allowing the rapid construction of distributed programs. The system supports load balancing and dynamic distribution of work in environments with changing resource utilization. This paper focuses on the Enterprise programming model and some experiences using it. /parallel/environments/enterprise/Papers/experiment.ps.Z (40173 bytes) ABSTRACT: This paper discusses an experiment to compare the usability of two parallel programming systems (PPS). In this experiment, (half of the students in a graduate parallel and distributed computing course solved a problem using the Enterprise PPS while the other half solved the same problem using a PVM-like library of message-passing routines. The feedback fromsuchexperiments is necessary to help narrow the gap between what parallel programmers want, and what current PPSs provide. /parallel/environments/enterprise/Papers/performance.ps.Z (110635 bytes) ABSTRACT: Selecting a distributed communication system is a balancing act. Ease of use, efficiency of the final product, and future needs are not mutually exclusive considerations. Several questions spring to mind immediately. Whatare the requirements of the communication system? What is available to use? What are the requirements of the user? Software engineers desire software to have clean interfaces and to make any internal details inaccessible to the other components. Performance users want the software to be scalable, efficient, and easy to use, read, and debug. This paper examines four communication systems (ISIS, NMP, PVM, Concert C from these two points of view. Several programs designed to test the performance of the communication system are used as examples for comparing features. These programs are neither definitive test programs nor do they have complicated communication structures. Rather, they are used to highlight potential problem areas and implementation differences. All four of these communication systems are being evaluated for the Enterprise project. Enterprise is a programming environment for developing and running distributed parallel programs on a network of workstations. Enterprise, using templates and a precompiler, constructs a software layer around the application. The user is shielded from the tiresome low-level details of hand crafting the distributed communication portion of the application. Other software tools within Enterprise manage and monitor the distributed program. For two of the comm unication systems (ISIS and NMP) the code was created using Enterprise. The other two systems (PVM and Concert/C) are compared using handcrafted code. A comparision between the Enterprise code and handcrafted code is done using NMP. /parallel/environments/enterprise/UserManualTR95-02.ps.Z (511941 bytes) Enterprise v2.4.2 user manual /parallel/environments/enterprise/enterprise-patch-SUN4SOL2.tar.Z (2382425 bytes) Binaries for SUN 4 running Solaris 2.x "LAM / MPI" Developed by Ohio Supercomputer Center, Now maintained at Notre Dame University, and the relevant files can be found at "PARDI" by Jon Powell , The Maltings, Charlton Rd, Shepton Mallet, Somerset, BA4 5QE, UK; Tel: +44 1749 344345; FAX: +44 1749 344977 The PARDI software enables mixed networks of Windows and UNIX computers to work in parallel. Standard toolkits such as PVM run on top of PARDI's high performance message passing and resource control software. PARDI message latency is approximately half that of public domain PVM. The software can be downloaded free of charge from the Perihelion web site. /parallel/environments/mpi/ MPI (Message Passing Initiative) software "Introduction to Message Passing with MPI" by hpc-staff@mcc.ac.uk The Manchester and North High Performance Computing Training & Education Centre (MAN-T&EC) has developed this course for students to use the MPI message passing system, building on the introductory course with code examples and case studies. This course is freely available to academics and has been developed for lecturers to pick up and use in their own lectures. The development of this course was funded under the JISC New Technologies Initiative. Materials available include: course syllabus and overhead masters. "MPI Implementations list" by Greg Burns A list of publically available MPI Implementations maintained by OSC. Contains additional MPI information, bibliographies and materials. /parallel/environments/mpi/mpi-io.announce (973 bytes) "MPI-IO: A Parallel File I/O Interface for MPI" by Bill Nitzberg Announcement of MPI-IO, a proposed standard interface for parallel I/O (reading and writing files from parallel applications) which provides a high-level interface to describe the partitioning of file data among processes, a collective interface describing complete transfers of global data structures between process memories and files, full support for asynchronous I/O operations, and a hints interface for supporting machine dependent optimizations. See also /parallel/environments/mpi/nec-mpi-tests (2930 bytes) "NEC simple MPI test programs" by Hiroyuki ARAKI A collection of simple test programs for MPI NEC have been using to test out their MPI implementation. /parallel/environments/mpi/oompi.announce (1467 bytes) "Object Oriented MPI" (OOMPI) by Jeff Squyres A full-featured class library for MPI (1.1) from Laboratory for Scientific Computing of the Department of Computer Science and Engineering at the University of Notre Dame. Provides full MPI-1.1 functionality; implemented as a thin layer on top of the C MPI bindings; offers convienent and intuitive object-oriented abstractions for message passing and uses many of the powerful semantic features of the C++ language, such as data typing, polymorphism, etc. See /parallel/environments/mpi/para++.announce (1407 bytes) "Para++: C++ Bindings for Message Passing Libraries" by Eric Dillon The aim of Para++ is to provide C++ bindings to use any message passing library. With it, the use of Message Passing libraries is simplified and more attractive, without significant performances lost. Para++ is implemented with MPI. See also "MPI Standard materials" /parallel/environments/mpi/unify/ "UNIFY" patches to PVM 3.2+ to provide a subset of MPI under PVM /parallel/environments/mpi/unify/distribution/ UNIFY Distribution area /parallel/environments/mpi/unify/distribution/.nams-info/ .nams-info /parallel/environments/mpi/unify/distribution/.nams-info/status (746 bytes) status /parallel/environments/mpi/unify/distribution/.nams-info/status.new-14630 (0 bytes) status.new-14630 /parallel/environments/mpi/unify/distribution/FAQ (420 bytes) UNIFY Frequently asked questions /parallel/environments/mpi/unify/distribution/LOG (373 bytes) Change log /parallel/environments/mpi/unify/distribution/PATCH (550 bytes) Information on patching earlier Unify version /parallel/environments/mpi/unify/distribution/README (2262 bytes) File and contact information /parallel/environments/mpi/unify/distribution/patpvm3.2.0.tar.Z (1254571 bytes) Four versions of PVM, patched for use with Unify [compressed tar] /parallel/environments/mpi/unify/distribution/patpvm3.2.6.tar.Z (1640203 bytes) Four versions of PVM, patched for use with Unify [compressed tar] /parallel/environments/mpi/unify/distribution/patpvm3.3.0.tar.Z (1091725 bytes) Four versions of PVM, patched for use with Unify [compressed tar] /parallel/environments/mpi/unify/distribution/patpvm3.3.2.tar.Z (1344849 bytes) Four versions of PVM, patched for use with Unify [compressed tar] /parallel/environments/mpi/unify/distribution/unify.0.9.1.2.tar.Z (99553 bytes) Old Unify system tar files /parallel/environments/mpi/unify/distribution/unify.0.9.1.ps (611777 bytes) unify.0.9.1.ps /parallel/environments/mpi/unify/distribution/unify.ps (601097 bytes) unify.ps /parallel/environments/mpi/unify/distribution/unify.tar.Z (167619 bytes) UNIFY distribution (compressed tar file) /parallel/environments/mpi/unify/distribution/unipat3.2.0.tar.Z (4057 bytes) Four versions of patch files for patching PVM to work with Unify. [compressed tar] /parallel/environments/mpi/unify/distribution/unipat3.2.6.tar.Z (4163 bytes) Four versions of patch files for patching PVM to work with Unify. [compressed tar] /parallel/environments/mpi/unify/distribution/unipat3.3.0.tar.Z (4279 bytes) Four versions of patch files for patching PVM to work with Unify. [compressed tar] /parallel/environments/mpi/unify/distribution/unipat3.3.2.tar.Z (4318 bytes) Four versions of patch files for patching PVM to work with Unify. [compressed tar] /parallel/environments/mpi/unify/reports/ Mississippi State University reports /parallel/environments/mpi/unify/reports/Applications/ Applied parallel processing /parallel/environments/mpi/unify/reports/Applications/early_apps_mpi.ps.Z (76431 bytes) "Early Applications in the Message-Passing Interface (MPI)" by Anthony Skjellum, MS-State University; Ewing Lusk, ANL and William Gropp, ANL. ABSTRACT: In this paper, we describe a number of early efforts to make use of the Message Passing Interface (MPI) standard in real applications. An informal survey, described herein, was posted by the authors on common USENet groups as well as to common MPI mailing lists. The responses contained here represent all but one the responses received; it is not exhaustive, but rather represents those researchers who were willing to respond during a limited period of time (about two weeks). Rather than a definitive statement of MPI development work, this paper restricts itself to describing the initial successes, progress, and impressions of application developers have with MPI, according to the responses received (many other projects, not described here, are also evidently on-going). An understanding of message-passing, and access to the MPI standard are prerequisites for appreciating this paper. We summarize the important aspects of each response, and draw conclusions about the spread of MPI into applications. Clearly, studying the state of MPI application development is on-going: here, we demonstrate that it is well underway, and that it has breadth in the type of applications, and the target architectures. /parallel/environments/mpi/unify/reports/Message-Passing/ Zipcode, MPI, PVM, and their uses /parallel/environments/mpi/unify/reports/Message-Passing/Elros_paper1_26mar94.ps.Z (92873 bytes) "Collective Operations Using ELROS and Sockets" by Kishore Viswanathan and Anthony Skjellum. ABSTRACT: ELROS, an acronym for Embedded Language for Remote Operation Services, was developed at LLNL for programming distributed applications. ELROS statements can be embedded in a conventional language such as C. This makes it easier to develop distributed applications. ELROC supports both synchronous and asynchronous operations. ELROC also provides a good exception handling facility. Although ELROS provides a good programming interface, it does not provide primitives for collective operations. In this paper we present some of the collective operations that were writting using ELROS. We also present programs to demonstrate how these operations can be implemented using sockets. Advantages and disadvantages of using ELROS over sockets are also discussed. /parallel/environments/mpi/unify/reports/Message-Passing/PVM-v-MPI-round1.ps.Z (22671 bytes) "Message Passing in the 1990's: Performance, Safety, Correctness" by Anthony Skjellum, Mississippi State University, USA and Brian K. Grant, U. Washington. Contains: Origins of Message Passing, Evolution and comparison of PVM with MPI. /parallel/environments/mpi/unify/reports/Message-Passing/extendmpi.ps.Z (211341 bytes) "Extending the Message Passing Interface (MPI)" by Anthony Skjellum; Nathan E. Doss; Kishore Viswanathan and Aswini Chowdappa. Bangalore Computer Science Department and NSF Engineering Research Center Mississippi State University, USA. ABSTRACT: MPI is the de facto message passing standard for multicomputers and networks of workstations, established by the MPI Forum, a group of universities, research centers, and national laboratories (from both the United States and Europe), as well as multinational vendors in the area of high performance computing. MPI has been implemented already by several groups. Worldwide acceptance of MPI has been quite rapid. This paper overviews several areas in which MPI can be extended, discusses the merits of making such extensions, and begins to demonstrate how some of these extensions can be made. In some areas, such as intercommunicator extensions, significant progress has been made by us already. In other areas (such as remote memory access), we are merely proposing extensions to MPI that we have not yet reduced to practice. Furthermore, we point out that other researchers are evidently working in parallel with us on their own extension concepts for MPI. /parallel/environments/mpi/unify/reports/Message-Passing/mpix-rev1.ps.Z (185927 bytes) "Inter-communicator Extensions to MPI in the MPIX (MPI eXtension) Library" by Anthony Skjellum; Nathan E. Doss and Kishore Viswanathan. Bangalore Computer Science Department and NSF Engineering Research Center Mississippi State University, USA. ABSTRACT: MPI is the new standard for multicomputer and cluster message passing introduced by the Message-Passing Interface Forum (MPIF) in April 1994. This paper describes the current inter-communicator interface found in MPI and the reasons for its current design. We also motivate the need for additional inter-communicator operations and introduce the extensions we have included in MPIX (MPI eXtension Library), a library of extensions to MPI that we are currently developing. Inter-communicators may be used for a variety of purposes such as in client/server applications (i.e., I/O and graphics servers) and for process management in dynamic process environments and multi-protocol implementations; MPI's definitions are unnecessarily restrictive, so we extend them here. We discuss the inter-communicator collective operations defined in MPIX and illustrate their use. We also discuss additional inter-communicator construction routines not in the original MPI interface, but that are provided in MPIX. Our final contribution is a strategy for extending virtual topologies to support inter-communicators with the MPIX inter-communicator library. /parallel/environments/mpi/unify/reports/Message-Passing/oon-ski94.ps.Z (71223 bytes) oon-ski94.ps.Z /parallel/environments/mpi/unify/reports/Message-Passing/p4-mpi-pthreads.ps.Z (93307 bytes) "Thread-Safe Message Passing With P4 and MPI" by Aswini K. Chowdappa; Anthony Skjellum and Nathan E. Dossy. Computer Science and NSF Engineering Research Center for Computational Field Simulationy, Mississippi State University, USA. ABSTRACT: P4 (Portable Programs for Parallel Processors) is a popular message passing system. The Pthreads library is a POSIX-standard implementation that supports multiple flows of control, called `threads' within a process. MPI(Message Passing Interface) is the emerging message passing system which will soon be the industry standard system. This paper illustrates using multiple threads within the P4 processes and thread-safe message passing. It also describes the various issues that have to be looked into when dealing with the two packages (P4 and Pthreads). We demonstrate thread-safe message passing by means of some test programs. Finally we identify areas where MPI is potentially unsafe in a multithreaded environment. We delve into the details of these issues and discuss introducing multi-threaded message passing into the MPICH implementation in the near feature. /parallel/environments/mpi/unify/reports/Message-Passing/pvm_short.ps.Z (146091 bytes) pvm_short.ps.Z /parallel/environments/mpi/unify/reports/Message-Passing/unify_frontiers95.ps.Z (84497 bytes) "Migrating from PVM to MPI I.: The Unify System" by Vaughan; Skjellum ; Reese and Cheng. Mississippi State University, NSF Engineering Research Center for Computational Field Simulation & Department of Computer Science. ABSTRACT: This paper presents a new kind of portability system, Unify, which modifies the PVM message passing system to provide (currrently a subset of) the Message Passing Interface (MPI) standard notation for message passing. Unify is designed to reduce the effort of learning MPI while providing a sensible means to make use of MPI libraries and MPI calls while applications continue to run in the PVM environment. We are convinced that this strategy will reduce the costs of porting completely to MPI, while providing a gradual environment within which to evolve. Furthermore, it will permit immediate use of MPI-based parallel libraries in applications, even those that use PVM for user code. We describe several paradigms for supporting MPI and PVM message passing notations in a single environment, and note related work on MPI and PVM implementations. We show the design options that existed within our chosen paradigm (which is an MPI interface added to the base PVM system), and why we chose that particular approach. We indicate the total evolution path of porting a PVM application to MPI with the help of porting libraries. Finally, we indicate our current directions and planned future work. /parallel/environments/mpi/unify/reports/Message-Passing/unify_frontiers95_short.ps.Z (16384 bytes) A shorter version of the above paper (?). /parallel/environments/mpi/unify/reports/Message-Passing/zipcode_parcomp.ps.Z (215547 bytes) "The Design and Evolution of Zipcode" by Anthony Skjellum, Chemical Engineering, California Institute of Technology, USA; Steven G. Smith, NSF Engineering Research Center for Computational Field Simulation, Mississippi State University, USA; Nathan E. Doss; Alvin P. Leung, Northeast Parallel Architectures Center, Syracuse University, USA and Manfred Morari. ABSTRACT: Zipcode is a message-passing and process-management system that was designed for multicomputers and homogeneous networks of computers in order to support libraries and large-scale multicomputer software. The system has evolved significantly over the last five years, based on our experiences and identified needs. Features of Zipcode that were originally unique to it, were its simultaneous support of static process groups, communication contexts, and virtual topologies, forming the "mailer" data structure. Point-to-point and collective operations reference the underlying group, and use contexts to avoid mixing up messages. Recently, we have added "gather-send" and "receive-scatter" semantics, based on persistent Zipcode "invoices," both as a means to simplify message passing, and as a means to reveal more potential runtime optimizations. Key features in Zipcode appear in the forthcoming MPI standard. /parallel/environments/mpi/unify/reports/Message-Passing/zipcode_pvm.ps.Z (67013 bytes) "Integrating Zipcode and PVM: Towards a Higher-Level Message-Passing Environment" by Li-wei H. Lehman, NSF Engineering Research Center for Computational Field Simulation, Mississippi State University, Mississippi State, Mississippi, 39762, USA. 1993 ABSTRACT: This paper describes the architecture and implementation of an integrated message-passing environment consisting of Zipcode and PVM. Zipcode is a highlevel message-passing system for multicomputers and homogeneous networks of computers. PVM is a relatively low-level message-passing system designed for multicomputers and heterogeneous networks of computers. Although PVM provides a workable and easyto-use message-passing system, it does not have some of the high-level constructs, such as communication contexts, required to develop reliable and scalable parallel libraries and large-scale distributed software. By porting Zipcode's high-level constructs on top of PVM, the integrated environment facilitates existing PVM applications to gradually migrate from a low-level to a high-level message-passing paradigm. In the integrated environment described here, Zipcode is ported on top of PVM via an intermediate layer, the emulated Cosmic Environment/Reactive Kernel (CE/RK) layer. Such an integrated environment allows programmers to utilize high-level Zipcode constructs as well as low-level PVM calls. Implementation details of the CE/RK primitives are presented. Planned future enhancements include performance improvement of the integrated system as well as adding heterogeneous environment support. /parallel/environments/mpi/unify/reports/OO/ All things object-oriented and object-based /parallel/environments/mpi/unify/reports/OO/pooma_issues_paper.ps.Z (31455 bytes) "POOMA 94 : Issues and Views" by Aswini K. Chowdappa, Department of Computer Science & NSF Engineering Research Center for Computational Field Simulation, Mississippi State University, USA and Anthony Skjellum. ABSTRACT: This paper summarizes and organizes the views expressed and the issues discussed by a broad cross section of the participants at the workshop on Parallel Object-Oriented Methods and Applications (POOMA) held in Santa Fe, New Mexico between Dec 5-7, 1994 [11]. About 6 years after the first C++ conference, object-oriented programming (OOP) and its relevance to large-scale applications was discussed at this workshop. The special focus was on the effectiveness of OOP methodology in terms of performance when coupled with the parallel programming paradigm. /parallel/environments/mpi/unify/reports/OO/ppuc_mpi++.ps.Z (236551 bytes) "Explicit Parallel Programming in C++ based on the Message-Passing Interface (MPI)" by Anthony Skjellum; Ziyang Lu; Purushotham V. Bangalore and Nathan Doss. Department of Computer Science and NSF Engineering Research Center for Computational Field Simulation, Mississippi State, MS 39762, USA. ABSTRACT: Explicit parallel programming using the Message Passing Interface (MPI), a de facto standard created by the MPI Forum, is quickly becoming the strategy of choice for performance-portable parallel application programming on multicomputers and networks of workstations, so it is inevitably of interest to C++ programmers who use such systems. MPI programming is currently undertaken in C and/or Fortran-77, via the language bindings defined by the MPI Forum. While the committee deferred the job of defining a C++ binding for MPI to MPI-2, it is already possible to develop parallel programs in C++ using MPI, with the added help of one of several support libraries. These systems all strive to enable immediate C++ programming based on MPI. The first such enabling system, MPI++, is the focus of this chapter. MPI++ was an early effort on our part to let us leverage MPI while programming in C++. Here this system is, to a large extent, our vehicle to illustrate the value added of C++ in a message passing environment and, conversely, the value of MPI towards parallel programming with C++. We will be describing a performance-conscious alternative to exploit parallelism with C++ without the benefit of a portable, mature compiler environment suitable for a network of workstations or massively parallel computer. We emphasize performance, portability, good performance and good portability at the same time, and good design issues throughout, and that will put constraints on how eagerly we exploit certain features of C++ when creating our parallel environment on top of MPI. /parallel/environments/mpi/unify/reports/README (374 bytes) Overview /parallel/environments/mpi/unify/reports/Toolbox/ Parallel libraries /parallel/environments/mpi/unify/reports/Toolbox/fsss93_01sep93.ps.Z (133948 bytes) fsss93_01sep93.ps.Z /parallel/environments/mpi/unify/reports/Toolbox/hicss27_01aug93.ps.Z (85991 bytes) hicss27_01aug93.ps.Z /parallel/environments/mpi/unify/reports/Toolbox/hicss27_short.ps.Z (72969 bytes) hicss27_short.ps.Z /parallel/environments/mpi/unify/reports/Toolbox/hpdc2.ps.Z (56972 bytes) hpdc2.ps.Z /parallel/environments/mpi/unify/reports/Toolbox/mpi_libraries.ps.Z (86981 bytes) mpi_libraries.ps.Z /parallel/environments/mpi/unify/reports/Toolbox/siam_7thpar.ps.Z (51444 bytes) siam_7thpar.ps.Z /parallel/environments/mpi/unify/reports/Toolbox/toolbox.ps.Z (146986 bytes) toolbox.ps.Z /parallel/environments/mpi/unify/reports/Toolbox/toolbox_la.ps.Z (87589 bytes) toolbox_la.ps.Z /parallel/environments/mpi/unify/unify.announce (2527 bytes) Announcement of UNIFY system from Mississippi State University Creator: Tony Skjellum /parallel/environments/mpi/w32mpi-p4 (1065 bytes) "W32MPI/p4: MPI/p4 implementation for clusters of Win32 PCs" by José Marinho W32MPI/p4 is available at /parallel/environments/p4/ P4 (Portable Programs for Parallel Processors) from Argonne National Laboratory /parallel/environments/p4/distribution/ P4 Version 1.4 distribution from Argonne National Laboratory /parallel/environments/p4/distribution/.nams-info/ .nams-info /parallel/environments/p4/distribution/.nams-info/status (403 bytes) status /parallel/environments/p4/distribution/.nams-info/status.new-14586 (0 bytes) status.new-14586 /parallel/environments/p4/distribution/README (4008 bytes) Details of P4 /parallel/environments/p4/distribution/p4-1.3.tar.Z (380445 bytes) p4 distrbution v1.3 /parallel/environments/p4/distribution/p4-1.4.tar.Z (424952 bytes) p4 distrbution v1.4 /parallel/environments/p4/distribution/p4-linda.tar.Z (87441 bytes) A Linda system built on p4 /parallel/environments/p4/distribution/p4-manual.ps.Z (118017 bytes) The postscript for the p4 User's Guide /parallel/environments/p4/distribution/p4-paper.ps.Z (282790 bytes) A journal article on p4 /parallel/environments/p4/distribution/p4-refcard.ps.Z (17195 bytes) A reference card for the p4 functions /parallel/environments/p4/distribution/upshot.tar.Z (345429 bytes) The upshot logfile visualization system /parallel/environments/p4/p4-1.3-announcement (4713 bytes) Announcement of Version 1.3 of P4 by Rusty Lusk from Argonne National Laboratory, Chicago, USA. Creator: Rusty Lusk /parallel/environments/pade/ NIST Parallel Applications Development Environment (PADE) NIST Parallel Applications Development Environment (PADE) is a flexible, customizable environment for developing parallel applications that uses the PVM (Parallel Virtual Machine) message-passing library. It provides an integrated framework for all phases of development of a parallel application: editing, compilation, execution, debugging, and performance monitoring. PADE consists of an intuitive graphical user interface, a suite of PVM utilities, and extensive documentation in PostScript, ASCII, and HTML formats. See also /parallel/environments/pade/.nams-info/ .nams-info /parallel/environments/pade/.nams-info/status (149 bytes) status /parallel/environments/pade/.nams-info/status.new-14314 (0 bytes) status.new-14314 /parallel/environments/pade/README (1199 bytes) "Overview of PADE" /parallel/environments/pade/nist_pade.1.4.1.tar.gz (365328 bytes) "Parallel Applications Development Environment (PADE) 1.4.1" Requires Tcl/Tk 8.0 or newer. /parallel/environments/paragraph/ ParaGraph from netlib /parallel/environments/paragraph/distribution/ ParaGraph distribution from netlib ParaGraph is a graphical display system for visualizing the behavior and performance of parallel programs on message-passing parallel computers. It takes as input execution trace data provided by PICL (Portable Instrumented Communication Library), developed at Oak Ridge National Laboratory and available from netlib. ParaGraph provides several distinct visual perspectives from which to view processor utilization, communication traffic, and other performance data in an attempt to gain insights that might be missed by any single view. /parallel/environments/paragraph/distribution/.nams-info/ .nams-info /parallel/environments/paragraph/distribution/.nams-info/status (421 bytes) status /parallel/environments/paragraph/distribution/.nams-info/status.new-14588 (0 bytes) status.new-14588 /parallel/environments/paragraph/distribution/manual.tex.gz (36818 bytes) "ParaGraph User Guide" [gzipped (La)TeX] /parallel/environments/paragraph/distribution/manual.ps.gz (88778 bytes) "ParaGraph User Guide" [gzipped PostScript] /parallel/environments/paragraph/distribution/new.index.gz (3520 bytes) new.index.gz /parallel/environments/paragraph/distribution/oldindex.gz (3716 bytes) oldindex.gz /parallel/environments/paragraph/distribution/paragraph.tgz (257913 bytes) "Paragraph Distribution" Includes source code, documentation and sample trace files. /parallel/environments/paragraph/distribution/pg.man.gz (3220 bytes) "Paragraph Manual Page" /parallel/environments/paragraph/distribution/readme.gz (3694 bytes) "Paragraph description" /parallel/environments/paragraph/distribution/short.gz (103 bytes) short.gz /parallel/environments/paragraph/distribution/update.gz (3431 bytes) "Changes to ParaGraph" /parallel/environments/paragraph/examples/ Examples for ParaGraph /parallel/environments/paragraph/examples/xab-to-picl (4846 bytes) AWK script for xab and pvm 3.2 to generate PICL that can be read by paragraph by Marc Buffat Creator: Buffat Marc /parallel/environments/paragraph/xab3toparagraph (5675 bytes) Improved awk script to convert xab output to ParaGraph format by Frank Strauss Creator: Frank Strauss /parallel/environments/parmacs/ PARMACS from netlib /parallel/environments/parmacs/distribution/ PARMACS distribution from netlib /parallel/environments/parmacs/distribution/.nams-info/ .nams-info /parallel/environments/parmacs/distribution/.nams-info/status (735 bytes) status /parallel/environments/parmacs/distribution/.nams-info/status.new-14657 (0 bytes) status.new-14657 /parallel/environments/parmacs/distribution/alliant.tgz (33944 bytes) alliant.tgz /parallel/environments/parmacs/distribution/balance.tgz (35693 bytes) balance.tgz /parallel/environments/parmacs/distribution/baldep.tgz (35669 bytes) baldep.tgz /parallel/environments/parmacs/distribution/cray.tgz (10791 bytes) cray.tgz /parallel/environments/parmacs/distribution/cubedep.tgz (11461 bytes) cubedep.tgz /parallel/environments/parmacs/distribution/encdep.tgz (7443 bytes) encdep.tgz /parallel/environments/parmacs/distribution/five.liner.gz (133 bytes) five.liner.gz /parallel/environments/parmacs/distribution/genlib.tgz (7445 bytes) genlib.tgz /parallel/environments/parmacs/distribution/genpro.tgz (20052 bytes) genpro.tgz /parallel/environments/parmacs/distribution/instructions.gz (462 bytes) instructions.gz /parallel/environments/parmacs/distribution/one.liner.gz (82 bytes) one.liner.gz /parallel/environments/parmacs/distribution/permission.gz (46 bytes) permission.gz /parallel/environments/parmacs/distribution/readme.gz (146 bytes) readme.gz /parallel/environments/parmacs/distribution/sun.tgz (35940 bytes) sun.tgz /parallel/environments/parmacs/distribution/sysvdep.tgz (16632 bytes) sysvdep.tgz /parallel/environments/parmacs/distribution/test.c.gz (111 bytes) test.c.gz /parallel/environments/parmacs/distribution/vaxdep.tgz (19867 bytes) vaxdep.tgz /parallel/environments/parmacs_on_vcr/ version 1.2 of the transputer implementation of the PARMACS 5.1 Parallel Macros for Fortran on top of VCR by Mark Debbage and Mark Hill of Southampton University, UK. REQUIRES: transputer f2c 1.1 system [../southampton/f2c], VCR 2.0K (in this directory), the INMOS C toolset compiler (Dx214) and a UNIX host. From /parallel/environments/parmacs_on_vcr/parmacs.tar.Z (802799 bytes) Source for version 1.2 of the transputer implementation of the PARMACS 5.1 Parallel Macros for Fortran on top of VCR by Mark Debbage and Mark Hill of Southampton University, UK. REQUIRES: transputer f2c 1.1 system [../f2c], VCR 2.0K [../vcr], INMOS C toolset compiler (Dx214) and a UNIX host. From ftp://ftp.ecs.soton.ac.uk/pub/transputer/parmacs/ /parallel/environments/pcn/ PCN (Program Composition Notation) from Argonne National Laboratory /parallel/environments/pcn/distribution/ PCN 2.0 distribution from ANL /parallel/environments/pcn/distribution/.nams-info/ .nams-info /parallel/environments/pcn/distribution/.nams-info/status (285 bytes) status /parallel/environments/pcn/distribution/.nams-info/status.new-14418 (0 bytes) status.new-14418 /parallel/environments/pcn/distribution/pcn_prog_v2.0.ps.Z (254839 bytes) Postscript version of the PCN manual: "Parallel Programming with PCN" Version 2.0 by Ian Foster and Steven Tuecke /parallel/environments/pcn/distribution/pcn_prog_v2.0.tar.Z (142120 bytes) LaTeX and EPS source for the PCN manual (pcn_prog_v2.0.ps.Z): "Parallel Programming with PCN" Version 2.0 by Ian Foster and Steven Tuecke /parallel/environments/pcn/distribution/pcn_v2.0.tar.Z (2721051 bytes) PCN release version 2.0 This tar file includes the full source from which PCN can be built, example PCN programs, and several related documents (including the PCN manual and the Scientific Programming article, listed below). /parallel/environments/pcn/distribution/sci_prog.ps.Z (102567 bytes) Postscript version of the document: "Productive Parallel Programming: The PCN Approach" by Ian Foster, Robert Olson, Steven Tuecke. Preprint version of article in Scientific Programming, Vol. 1, pp.51-66 (1992). This document can also be obtained by anonymous ftp from: info.mcs.anl.gov /pub/tech_reports/reports/P295.ps.Z /parallel/environments/picl/ PICL from netlib /parallel/environments/picl/distribution/ PICL distribution from netlib /parallel/environments/picl/distribution/.nams-info/ .nams-info /parallel/environments/picl/distribution/.nams-info/status (61 bytes) status /parallel/environments/picl/distribution/.nams-info/status.new-14643 (0 bytes) status.new-14643 /parallel/environments/posybl/ A prototype PD implementation of Linda for Networks /parallel/environments/posybl/POSYBL.announce (1167 bytes) Announce note of POSYBL (cut from repost) /parallel/environments/posybl/POSYBL.tar.Z (134427 bytes) A prototype public domain implementation of the Linda model for Ethernet Networks. Tested on sun3,sun4 systems with SunOS 4.0,4.1 and Decstations 3100 running Ultrix 2.1. From ftp://nic.funet.fi/pub/unix/parallel./ /parallel/environments/presto/ PRESTO Application Suite from University of Washington. PRESTO provides a C++ based environment for writing object-oriented parallel programs for shared-memory multiprocessors. The library provides basic classes useful for writing parallel programs, among them are thread manipulation routines for concurrency and synchronization primitives. /parallel/environments/presto/.nams-info/ .nams-info /parallel/environments/presto/.nams-info/status (173 bytes) status /parallel/environments/presto/.nams-info/status.new-14680 (0 bytes) status.new-14680 /parallel/environments/presto/README (281 bytes) Overview /parallel/environments/presto/all.tar.Z (649375 bytes) A compressed tar file of the entire directory space at University of Washington. /parallel/environments/presto/apps.ps (110443 bytes) apps.ps /parallel/environments/pvm3/ PVM - Parallel Virtual Machine version 3 See also the articles on the SEL-HPC Article Archive about PVM at /parallel/environments/pvm3/NAS-benchmarks/ NAS Parallel Benchmarks Kernel for PVM /parallel/environments/pvm3/NAS-benchmarks/ParaGraph.tar.Z (541911 bytes) ParaGraph.tar.Z /parallel/environments/pvm3/NAS-benchmarks/README (791 bytes) Full details /parallel/environments/pvm3/NAS-benchmarks/nasapvm.tar.Z (76787 bytes) nasapvm.tar.Z /parallel/environments/pvm3/NAS-benchmarks/nasapvm.tz.uu (105828 bytes) nasapvm.tz.uu /parallel/environments/pvm3/NAS-benchmarks/pvm3.2.5.tar.Z (426231 bytes) pvm3.2.5.tar.Z /parallel/environments/pvm3/NAS-benchmarks/pvm3fast.tar.Z (40432 bytes) pvm3fast.tar.Z /parallel/environments/pvm3/NAS-benchmarks/pvm3fast.tz.uu (55741 bytes) pvm3fast.tz.uu /parallel/environments/pvm3/NAS-benchmarks/pvm3progs.tar.Z (16845 bytes) pvm3progs.tar.Z /parallel/environments/pvm3/adsmith/ ADSMITH - A Distributed Shared Memory over PVM See also /parallel/environments/pvm3/adsmith/.nams-info/ .nams-info /parallel/environments/pvm3/adsmith/.nams-info/status (364 bytes) status /parallel/environments/pvm3/adsmith/.nams-info/status.new-14854 (0 bytes) status.new-14854 /parallel/environments/pvm3/adsmith/README (86 bytes) README /parallel/environments/pvm3/adsmith/adsm1.8.0i.tar.gz (79350 bytes) "Adsmith 1.8.0i" /parallel/environments/pvm3/adsmith/ieice97.ps.gz (95231 bytes) "Adsmith: An Object-Based Distributed Shared Memory System for Networks of Workstations" ABSTRACT: This paper introduces an ob ject-based distributed shared memory (DSM) system called Adsmith. The primary goal of Adsmith is to provide a low-cost, portable, and efficient DSM for networks of workstations (NOW). Adsmith achieves this goal by building on top of PVM, a widely supported communication subsystem, as a user-level library and by incorporating many traffic reduction and latency hiding techniques. Issues involved in the design of Adsmith and our solution strategies will be discussed. Preliminary performance evaluation of Adsmith on a network of Pentium computers will be presented. The results show that programs developed with Adsmith can achieve a performance comparable to that developed with PVM. /parallel/environments/pvm3/adsmith/interface.ps.gz (106327 bytes) "Adsmith User Interface Manual" /parallel/environments/pvm3/adsmith/ispan96.ps.gz (45900 bytes) "Adsmith: An Efficient Object-Based DSM Environment on PVM" Technical Report ADSMTR-951201, Archi Lab., Dept. Computer Science and Information Engineering, National Taiwan University. Dec 1995. Appears in the proceedings of the 1996 International Symposium on Parallel Architecture, Algorithms and Networks (ISPAN'96), June 1996, Beijing, China, pp. 173-179 /parallel/environments/pvm3/adsmith/ms_thesis94.ps.gz (111410 bytes) "A Structure-Based Heterogeneous Distributed Shared Memory on PVM" ABSTRACT: Message passing is the most often used communication model in distributed-memory systems. With message passing, programmers are forced to manage the data flows explicitly. They have to know where a piece of data is located and when to set up the send/receive pair between two communicating entities. Such a task is tedious and error-prone. On the other hand, with a virtual or physical shared memory, programmers can use shared variables for communication among concurrently executing threads --- just as in traditional sequential programs. Programmers need not manage the shared data explicitly. Thus, programs can be developed more easily. To provide a shared-memory environment on top of distributed-memory systems, the concept of distributed shared memory (DSM) was proposed and soon attracted wide spread attention. Current implementations of DSMs mostly concentrate on the hardware and/or operating system layers. Problems with such implementations are that they are difficult to support heterogeneous systems, expensive in developing, and difficult to port to different architectures. In this report, we propose a new concept of building DSMs, called the structure-based approach. In a structure-based DSM, the shared memory consists of many shared objects. Each object in turn consists of many structure units, which contain logically related data. Shared-memory accesses are performed on the structure units. Structure-based DSMs can be implemented at higher layers such as in libraries. The resultant environment is thus very system independent, portable, inexpensive to build, and flexible. Controlling shared data partition and allocation can be very easy. Most importantly, the environment can support heterogeneous systems. We have implemented a structure-based DSM, called ADSMITH. ADSMITH is built on top of PVM at the library layer using traditional C language. In the report we will examine different design considerations and study various strategies to developing DSMs. We will show how we arrive at the current design for ADSMITH. Usages of ADSMITH and its implementations will be introduced, and some preliminary performance results will be presented. The results show that even though ADSMITH is implemented on top of PVM, programs running on ADSMITH can achieve a comparable performance as those running directly on PVM. /parallel/environments/pvm3/adsmith/wdsta97.ps.gz (68178 bytes) "A Compiler Supporting Distributed Shared Memory System" ABSTRACT: Distributed systems receive much attention because parallelism and scalability are achieved with relatively low costs. Many researches favor distributed shared memory (DSM) systems since the concept of shared-memory can increase programmability without much performance loss. In this paper, a new language for distributed computing is introduced. We have implemented a compiler which will generates executables running on the Adsmith DSM system. What we provide is a simple, efficient, general purposed, and portable solution. Programming in the language can greatly reduce the inconveniences programmers need to face when they only have low level library routines at their hands. With the help of our compiler, effective optimizations including bulk transfer, non-blocking lock and nonexclusive lock are done to help programmers from doing routinely hand-tuned optimizations. /parallel/environments/pvm3/cgpvm/ "CGPVM: a library of conjugate gradient type iterative methods (beta)" /parallel/environments/pvm3/cgpvm/README (667 bytes) Description of files in directory /parallel/environments/pvm3/cgpvm/announcement (1683 bytes) Announcement of (beta version of) CGPVM: a PVM-based library of distributed memory conjugate gradient type iterative methods. (PICL version soon). From Creator: Victor Eijkhout /parallel/environments/pvm3/cgpvm/cgpvm.tar.Z (1069071 bytes) Distribution /parallel/environments/pvm3/cgpvm/man.dvi.Z (37826 bytes) Manual (DVI) /parallel/environments/pvm3/cgpvm/man.ps.Z (80137 bytes) Manual (PostScript) /parallel/environments/pvm3/clpvm/ "CL-PVM" A set of Common Lisp functions that interfaces Common Lisp (KCL, AKCL, or GCL) to the C-based library of PVM. CL-PVM: A set of Common Lisp functions that interfaces Common Lisp (KCL, AKCL, or GCL) to the C-based library of PVM. CL-PVM also offers a set of tools to help use it effectively with Lisp and MAXIMA tasks /parallel/environments/pvm3/clpvm/Announcement (1204 bytes) Announcement of CL-PVM Creator: Paul S. Wang , Institute for Computational Mathematics, Kent State University, Kent, OH, USA /parallel/environments/pvm3/clpvm/clpvm.ftp.readme (993 bytes) Overview of CL-PVM Creator: Paul S. Wang , Institute for Computational Mathematics, Kent State University, Kent, OH, USA /parallel/environments/pvm3/clpvm/clpvm.tar.gz (288002 bytes) CL-PVM 1.6 distribution containing source code, examples, manual pages, documentation and tools. Creator: Paul S. Wang , Institute for Computational Mathematics, Kent State University, Kent, OH, USA /parallel/environments/pvm3/dbpvm/ "DBPVM: A Motif-based Graphical Inteface to PVM" /parallel/environments/pvm3/dbpvm/dbpvm2.0.announce (1967 bytes) Announcement of DBPVM: A Motif-based Graphical Inteface to PVM, with Debugging Facilities" for PVM 3.2.5. Creator: Kalyan Perumalla , Georgia Tech College of Computing, USA /parallel/environments/pvm3/dbpvm/dbpvm2.0.tar.Z (270578 bytes) Source code and documentation for DBPVM (compressed tar file). Creator: Kalyan Perumalla , Georgia Tech College of Computing, USA /parallel/environments/pvm3/distribution/ "PVM version 3 distribution from netlib" PVM is a software system that enables a collection of heterogeneous computers to be used as a coherent and flexible concurrent computational resource. The individual computers may be shared- or local-memory multiprocessors, vector supercomputers, specialized graphics engines, or scalar workstations, that may be interconnected by a variety of networks, such as ethernet, FDDI. User programs written in C, C++ or Fortran access PVM through library routines. See also /parallel/environments/pvm3/distribution/.nams-info/ .nams-info /parallel/environments/pvm3/distribution/.nams-info/status (1402 bytes) status /parallel/environments/pvm3/distribution/.nams-info/status.new-14685 (0 bytes) status.new-14685 /parallel/environments/pvm3/distribution/book/ book /parallel/environments/pvm3/distribution/book/.nams-info/ .nams-info /parallel/environments/pvm3/distribution/book/.nams-info/status (61 bytes) status /parallel/environments/pvm3/distribution/book/.nams-info/status.new-14685 (0 bytes) status.new-14685 /parallel/environments/pvm3/distribution/comp-phy.gz (75670 bytes) "Integrated PVM Framework Supports Heterogenenous Network Computing" 'comp phy' PostScript files including paper below and separate figures /parallel/environments/pvm3/distribution/comp-phy.ps.gz (51020 bytes) "Integrated PVM Framework Supports Heterogenenous Network Computing" /parallel/environments/pvm3/distribution/contrib/ contrib /parallel/environments/pvm3/distribution/contrib/.nams-info/ .nams-info /parallel/environments/pvm3/distribution/contrib/.nams-info/status (119 bytes) status /parallel/environments/pvm3/distribution/contrib/.nams-info/status.new-14685 (0 bytes) status.new-14685 /parallel/environments/pvm3/distribution/contrib/pvmfs/ PVM File Server (PVMFS): a PVM task process which facilitates I/O for programs utilizing the Parallel Virtual Machine system on a cluster of workstations. The file server presents a common file system and support for coordinated I/O to its parent and siblings. /parallel/environments/pvm3/distribution/contrib/pvmfs/.nams-info/ .nams-info /parallel/environments/pvm3/distribution/contrib/pvmfs/.nams-info/status (61 bytes) status /parallel/environments/pvm3/distribution/contrib/pvmfs/.nams-info/status.new-14685 (0 bytes) status.new-14685 /parallel/environments/pvm3/distribution/dough_boy.gif (1006 bytes) "PVM - the GIF" /parallel/environments/pvm3/distribution/euro-pvmug94.gz (3679 bytes) "Announcement of European PVMUG94" /parallel/environments/pvm3/distribution/faq.ps.gz (59154 bytes) "PVM FAQ" /parallel/environments/pvm3/distribution/ncwn.html (9685 bytes) "Network Computing Working Notes" /parallel/environments/pvm3/distribution/pvm-eet.ps.gz (55609 bytes) pvm-eet.ps.gz /parallel/environments/pvm3/distribution/pvm2.4/ "PVM 2.4" /parallel/environments/pvm3/distribution/pvm2.4/.nams-info/ .nams-info /parallel/environments/pvm3/distribution/pvm2.4/.nams-info/status (240 bytes) status /parallel/environments/pvm3/distribution/pvm2.4/.nams-info/status.new-14685 (0 bytes) status.new-14685 /parallel/environments/pvm3/distribution/pvm2.4/demos/ demos /parallel/environments/pvm3/distribution/pvm2.4/demos/.nams-info/ .nams-info /parallel/environments/pvm3/distribution/pvm2.4/demos/.nams-info/status (61 bytes) status /parallel/environments/pvm3/distribution/pvm2.4/demos/.nams-info/status.new-14685 (0 bytes) status.new-14685 /parallel/environments/pvm3/distribution/pvm2.4/writeup.ps.gz (7462 bytes) writeup.ps.gz /parallel/environments/pvm3/distribution/pvm2.4/xab/ xab /parallel/environments/pvm3/distribution/pvm2.4/xab/.nams-info/ .nams-info /parallel/environments/pvm3/distribution/pvm2.4/xab/.nams-info/status (61 bytes) status /parallel/environments/pvm3/distribution/pvm2.4/xab/.nams-info/status.new-14685 (0 bytes) status.new-14685 /parallel/environments/pvm3/distribution/pvm3.2.6.tgz (251421 bytes) "PVM 3.2.6" /parallel/environments/pvm3/distribution/pvm3.3.11.tgz (614916 bytes) "PVM 3.3.11" /parallel/environments/pvm3/distribution/pvm3.4.0.tgz (920330 bytes) pvm3.4.0.tgz /parallel/environments/pvm3/distribution/pvm3.4.1.tgz (920874 bytes) pvm3.4.1.tgz /parallel/environments/pvm3/distribution/pvm3.4.beta7.tgz (741161 bytes) pvm3.4.beta7.tgz /parallel/environments/pvm3/distribution/pvm_test.tgz (116161 bytes) "PVM Tests" /parallel/environments/pvm3/distribution/pvmtest.32.tgz (37150 bytes) "PVM Tests for PVM 3.2" /parallel/environments/pvm3/distribution/pvmtest.33.tgz (82852 bytes) pvmtest.33.tgz /parallel/environments/pvm3/distribution/refcard.ps.gz (23361 bytes) "PVM Reference Card" /parallel/environments/pvm3/distribution/team_pvm.ps.gz (69093 bytes) "PVM Team" /parallel/environments/pvm3/distribution/ug.ps.gz (211369 bytes) "PVM 3 User's Guide and Reference Manual" /parallel/environments/pvm3/distribution/win32/ win32 /parallel/environments/pvm3/distribution/win32/.nams-info/ .nams-info /parallel/environments/pvm3/distribution/win32/.nams-info/status (61 bytes) status /parallel/environments/pvm3/distribution/win32/.nams-info/status.new-14685 (0 bytes) status.new-14685 /parallel/environments/pvm3/distribution/win32/ "PVM for MS Windows 32-bit (Windows 95, Windows NT)" /parallel/environments/pvm3/distribution/win32/.nams-info/ .nams-info /parallel/environments/pvm3/distribution/win32/.nams-info/status (61 bytes) status /parallel/environments/pvm3/distribution/win32/.nams-info/status.new-14685 (0 bytes) status.new-14685 /parallel/environments/pvm3/distribution/workshop.slides.tgz (44024 bytes) workshop.slides.tgz /parallel/environments/pvm3/distribution/writeup.ps.gz (20043 bytes) "The PVM Project" Overview of PVM, major features, systems it runs on, status, availability, contacts and support details. /parallel/environments/pvm3/distribution/xpvm/ xpvm /parallel/environments/pvm3/distribution/xpvm/.nams-info/ .nams-info /parallel/environments/pvm3/distribution/xpvm/.nams-info/status (61 bytes) status /parallel/environments/pvm3/distribution/xpvm/.nams-info/status.new-14685 (0 bytes) status.new-14685 /parallel/environments/pvm3/distribution/xpvm1.1.1/ "XPVM 1.1.1" /parallel/environments/pvm3/distribution/xpvm1.1.1/.nams-info/ .nams-info /parallel/environments/pvm3/distribution/xpvm1.1.1/.nams-info/status (61 bytes) status /parallel/environments/pvm3/distribution/xpvm1.1.1/.nams-info/status.new-14685 (0 bytes) status.new-14685 /parallel/environments/pvm3/distribution/xpvm1.2.0/ "XPVM 1.2.0" /parallel/environments/pvm3/distribution/xpvm1.2.0/.nams-info/ .nams-info /parallel/environments/pvm3/distribution/xpvm1.2.0/.nams-info/status (61 bytes) status /parallel/environments/pvm3/distribution/xpvm1.2.0/.nams-info/status.new-14685 (0 bytes) status.new-14685 /parallel/environments/pvm3/distribution/xpvm1.2.4/ "XPVM 1.2.4" XPVM provides a graphical interface to the PVM console commands and information, along with several animated views to monitor the execution of PVM programs. These views provide information about the interactions among tasks in a parallel PVM program, to assist in debugging and performance tuning. To analyze a program using XPVM, a user need only compile their program using the PVM library, version 3.3 or later, which has been instrumented to capture tracing information at run-time. Then, any task spawned from XPVM will return trace event information, for analysis in real time, or for post-mortem playback from saved trace files. /parallel/environments/pvm3/distribution/xpvm1.2.4/.nams-info/ .nams-info /parallel/environments/pvm3/distribution/xpvm1.2.4/.nams-info/status (61 bytes) status /parallel/environments/pvm3/distribution/xpvm1.2.4/.nams-info/status.new-14685 (0 bytes) status.new-14685 /parallel/environments/pvm3/emory-vss/ PVM papers and programs by Vaidy Sunderam, Emory University This directory contains papers and vugraphs on PVM. Please send me an email message if you get something from this directory - Thanks! /parallel/environments/pvm3/emory-vss/.nams-info/ .nams-info /parallel/environments/pvm3/emory-vss/.nams-info/status (1849 bytes) status /parallel/environments/pvm3/emory-vss/.nams-info/status.new-14727 (0 bytes) status.new-14727 /parallel/environments/pvm3/emory-vss/CLAM.ps (338580 bytes) CLAM.ps /parallel/environments/pvm3/emory-vss/compcon93.ps.Z (76193 bytes) A "general" paper about the evolution of the PVM system (not much content). Appeared in Compcon'93 /parallel/environments/pvm3/emory-vss/compphysics.ps.Z (67317 bytes) Overview paper on PVM & HeNCE, appeared in Computers in Physics April'93 /parallel/environments/pvm3/emory-vss/dcl.ps.Z (37708 bytes) A "white-paper" & experiences from a test implementation for general purpose concurrent computing primitives Appeared in ICCI 93 /parallel/environments/pvm3/emory-vss/dopvm.ps.Z (71603 bytes) Shared-object interfaces to PVM, from an MS thesis, appeared in Intl. Parallel Proc Symposium, Apr'93 /parallel/environments/pvm3/emory-vss/empanal.ps.Z (117147 bytes) PVM performance and analysis of overheads using textbook problems and suggested techniques for improvement /parallel/environments/pvm3/emory-vss/epvmugtalk.ps.Z (44105 bytes) Viewgraphs of a talk on threads and parallel I/O in PVM presented at the European PVM Users Group meeting, Rome 10/94. /parallel/environments/pvm3/emory-vss/gbjpdc.ps.Z (175672 bytes) Expanded version of Eclipse Gordon Bell paper Submitted to JPDC /parallel/environments/pvm3/emory-vss/gordonbell92.ps.Z (63891 bytes) The Eclipse paper that won the 92 Gordon Bell prize. Appeared in Supercomputing 92 /parallel/environments/pvm3/emory-vss/hcw-template.tex (4574 bytes) Template TeX document for IEEE papers? /parallel/environments/pvm3/emory-vss/hnc-next.ps (220952 bytes) hnc-next.ps /parallel/environments/pvm3/emory-vss/ijsa.ps.Z (146955 bytes) Description of recent and upcoming PVM developments. Invited paper to appear in Intl. Journal of Supercomputer Apps. /parallel/environments/pvm3/emory-vss/nasapvm.ps.Z (95423 bytes) PVM performance results for the NAS parallel benchmarks on Enet, FDDI, Gswitch, and new fast communication schemes. (to appear in JPDC). A slightly expanded version of this, in NASA Ames tech report format is in nasapvm1.ps.Z /parallel/environments/pvm3/emory-vss/nasapvm1.ps.Z (98943 bytes) "Performance of the NAS Parallel Benchmarks on PVM Based Networks" ABSTRACT: The NAS parallel benchmarks are a set of applications that embody the key computational and data-movement characteristics of typical processing in computational aerodynamics. Five of these, the kernel benchmarks, have been implemented on the PVM system, a software system for network-based concurrent computing, with a view to determining the efficacy of networked environments for high-performance computational aerodynamics applications, and to experimentally investigate enhancements to the software infrastructure that optimize communication performance in such environments. We present results of porting and executing the NPB kernels in three different cluster environments using low- to medium-powered workstations on Ethernet and two types of FDDI networks. Our results indicate that mediocre to very good performance could be obtained despite the communications intensive nature of the applications. In most cases, we were able to achieve performance levels within an order of magnitude of a Cray Y/MP-1 on 8-workstation clusters via optimizations to the PVM infrastructure alone, i.e. with little or no algorithmic modifications. However, our results also indicate that further improvements are possible, and that network based computing has the potential to be a viable technology for high-performance scientific computing. /parallel/environments/pvm3/emory-vss/nasatalk.ps.Z (81287 bytes) Vugraphs from an Oct'93 talk on the NAS parallel benchmarks on PVM, and a new improved communication scheme /parallel/environments/pvm3/emory-vss/nbccpvm.ps.Z (119401 bytes) The "experiences" paper on PVM - about XPVM, PICL ports, and real applications. CP&E Jun'92 /parallel/environments/pvm3/emory-vss/omisdoc.ps.gz (129562 bytes) "OMIS - On-line Monitoring Interface Specification" See ABSTRACT: The On-line Monitoring Interface Specification (OMIS) aims at defining an open interface for connecting on-line software development tools to parallel programs running in a distributed environment. Interactive tools like debuggers and performance analyzers and automatic tools like load balancers are typical representatives of the considered class of tools. The current situation is characterized by the fact that tools either follow the off-line paradigm by only having access to trace data and not to the running program or else they are on-line oriented but suffer from the following deficiencies: they do not support interoperability in the sense that different tools can be used simultaneously - not even tools from the same developer. Furthermore, no unified environment exists where the same tools can be used for parallel programs running on different target architectures. A reason for this situation can be found in a lack of systematic development of monitoring systems, i.e. systems which provide a tool with necessary runtime information about the application programs and make it possible to even manipulate the program run. The goal of the OMIS project is to specify an interface which is appropriate for a large set of different tools. Having an agreed on on-line monitoring interface facilitates the development of tools in the way that tool implementation and monitoring system implementation are now decoupled. Bringing n tools to m systems (consisting of hardware, operating system, programming libraries etc.) will be reduced in complexity from n m to n + m. In addition, it will eventually be possible to simultaneously use tools of different developers and to compose unified tool environments. The research group at LRR-TUM will implement an OMIS compliant monitoring system for the PVM programming model running on a network of workstations. Several interactive and automatic tools will be connected to this concrete system. The present document defines the goals of the OMIS project and list necessary requirements for such a monitoring system. We will describe the system model OMIS is primarily intended for and give an outline of available services of the interface. A special section will give details on how to extend OMIS, as this is an indispensable feature for future tool development. We would appreciate to get feedback on the design of OMIS. If you would like to see special issues incorporated into this specification document you are invited to contact the authors. /parallel/environments/pvm3/emory-vss/parco93.ps.Z (68113 bytes) Invited paper at Parco'93 in Grenoble. General PVM & Eclipse paper, with some new performance results and future directions in IO & threads /parallel/environments/pvm3/emory-vss/parviz.ps.Z (111499 bytes) ICDCS'95 paper on parallel visualization /parallel/environments/pvm3/emory-vss/pcspecial.ps.Z (74387 bytes) General PVM paper to appear in David Walker/Rolf Hempel's special issue of Parallel Computing on Message Passing Models. /parallel/environments/pvm3/emory-vss/pious_fgcs.ps.Z (89833 bytes) Comparison of parallel vs. distributed I/O, issues in distributed I/O mechanisms over general purpose networks, Pious file model, interface, implementation and experiences. To appear in FGCS 95. /parallel/environments/pvm3/emory-vss/piousifip94.ps.Z (55616 bytes) PIOUS - the parallel I/O system - architecture, design. /parallel/environments/pvm3/emory-vss/piousshpcc94.ps.Z (77869 bytes) PIOUS - the parallel I/O system - interfaces, performance /parallel/environments/pvm3/emory-vss/pvm3progs.tar.Z (16845 bytes) Not a paper - but source code for a few textbook examples, but only tested on 3.1 ... /parallel/environments/pvm3/emory-vss/pvm_nas.tar.Z (222993 bytes) The NAS parallel benchmarks (all 8) ported to PVM 3.3. This is only an alpha version, so use at your own risk. /parallel/environments/pvm3/emory-vss/pvm_naskernels.tar.Z (65853 bytes) "PVM versions of 5 NAS Parallel Benchmarks Kernels" Benchmarks contained: pvmep, pvmcg, pvmmg, pvmmfr, pvmmis /parallel/environments/pvm3/emory-vss/pvmperf.tar.Z (125833 bytes) PVM performance figures (PostScript) /parallel/environments/pvm3/emory-vss/pvmrpc.ps (139208 bytes) pvmrpc.ps /parallel/environments/pvm3/emory-vss/pvmrpc2.ps (188488 bytes) pvmrpc2.ps /parallel/environments/pvm3/emory-vss/pvmsmalltalk.tar.Z (37001 bytes) Viewgraphs for a brief talk on PVM /parallel/environments/pvm3/emory-vss/pvmsystem.ps.Z (80581 bytes) The "original" PVM paper, appeared in CP&E Dec'90 /parallel/environments/pvm3/emory-vss/pvmtut.tar.Z (281225 bytes) Viewgraphs for a long, sometimes tedious, talk or tutorial on PVM /parallel/environments/pvm3/emory-vss/refform (2833 bytes) HCW 95 referee report form /parallel/environments/pvm3/emory-vss/sc91.ps.Z (122221 bytes) One of the early conference papers on HeNCE Appeared in Supercomputing 1991 /parallel/environments/pvm3/emory-vss/scipvm.ps (304751 bytes) scipvm.ps /parallel/environments/pvm3/emory-vss/siam91.ps.Z (79221 bytes) A brief paper on PVM with some narrative about large computational problems. Appeared in Siam Parallel Proc. Conference, 1991 /parallel/environments/pvm3/emory-vss/tony.ps.Z (146257 bytes) Third-party critique. Supposed to be supplemented by a 200-page evaluation report /parallel/environments/pvm3/emory-vss/tpvm.ps.Z (125875 bytes) "Multiparadigm Distributed Computing with TPVM" ABSTRACT: Distributed concurrent computing based on lightweight processes can potentially address performance and functionality limits in heterogeneous systems. The TPVM framework, based on the notion of "exportable services", is an extension to the PVM message passing system, but uses threads as units of computing, scheduling, and parallelism. TPVM facilitates and supports three different distributed concurrent programming paradigms: (a) the traditional, task based, explicit message passing model; (b) a data-driven instantiation model that enables straightforward specification of computation based on data dependencies; and (c) a partial shared-address space model via remote memory access, with naming and typing of distributed data areas. The latter models offer significantly different computing paradigms for network-based computing, while maintaining a close resemblance to, and building upon, the conventional PVM infrastructure in the interest of compatibility and ease of transition. The TPVM system comprises three basic modules: a library interface that provides access to thread-based distributed concurrent computing facilities, a portable thread interface module which abstracts the required threads-related services, and a thread server module which performs scheduling and system data management. System implementation as well as applications experiences have been very encouraging, indicating the viability of the proposed models, the feasibility of portable and efficient threads systems for distributed computing, and the performance improvements that result from multithreaded concurrent computing. /parallel/environments/pvm3/emory-vss/tpvm.tar.Z (888521 bytes) A preliminary, even pre-alpha, version of the TPVM threads-based PVM subsystem. Caveat receptor! /parallel/environments/pvm3/emory-vss/ugmtalk.ps.Z (26938 bytes) Viewgraphs on a recent talk, about futures including I/O & groups /parallel/environments/pvm3/emory-vss/xonnet31.exe (9139903 bytes) xonnet31.exe /parallel/environments/pvm3/hence/ "HENCE (Heterogeneous Network Computing Environment) for PVM3" /parallel/environments/pvm3/hence/hence-2.0.announce (3036 bytes) Announcement of HeNCE (Heterogeneous Network Computing Environment) version 2.0 and overview. HeNCE 2.0 is a graphical parallel programming environment layered on top of PVM 3.x. In HeNCE, the user creates a parallel program by drawing and then annotating a picture that explicitly specifies a parallel computation. Creator: Keith Moore "PVM demo page" by Adam Beguelin Contains versions of the manual pages, features, FAQs, demo programs and an introduction to PVM as well as a PVM Quiz at (just for fun) at School of Computer Science and Pittsburgh Supercomputing Center, Carnegie Mellon University, USA. "FDTD" A PVM application for simulating electromagnetic fields, with a Motif user interface. "WPVM: Windows Parallel Virtual Machine" A PVM implementation for Microsoft Windows. "PET PVM Translator Tools" by Putchong Uthayopas This is a home-made utility developed to help encode the complex data structures in a form usable by PVM. This will reduce a lot of errors arises from the misplace of pvm_pk* and pvm_upk* library calls. "PVM-Povray" by Andreas Dilger , , The Multidimensional Signal Processing Research Group, Dept of Electrical & Computer Engineering, University of Calgary, Canada Patches for POV-Ray to work with PVM 3 "PVM Web server at Kansas State University, USA." by Gregory Lange At Oak Ridge National Labs (ORNL), USA. "PVM Home Page" At Oak Ridge National Labs (ORNL), USA. "Introduction to Message Passing with PVM" by hpc-staff@mcc.ac.uk The Manchester and North High Performance Computing Training & Education Centre (MAN-T&EC) has developed this course for students to use the PVM message passing library, building on the introductory course with code examples and case studies. This course is freely available to academics and has been developed for lecturers to pick up and use in their own lectures. The development of this course was funded under the JISC New Technologies Initiative. Materials available include: course syllabus and overhead masters. "perl5 API for PVM3" by Edward Walker , , 81, Science Park Dr., #04-03, The Chadwick, Singapore 118257 Write parallel perl5 programs! /parallel/environments/pvm3/linux/ "PVM 3.2 port for LINUX" /parallel/environments/pvm3/linux/pvm.tgz (488258 bytes) PVM 3.2 distribution for LINUX - tarred and gzipped /parallel/environments/pvm3/linux/pvm3.2.lsm (824 bytes) LSM for PVM 3.2 port /parallel/environments/pvm3/linux/pvm3.readme.linux (3877 bytes) Introduction to port of PVM 3.2.2 to LINUX by Marc Buffat . For LINUX pl13, gcc 2.4.5 and libc 4.4.1 /parallel/environments/pvm3/lpvm (479 bytes) "LPVM" by Honbo Zhou Thread based PVM at /parallel/environments/pvm3/misc/ Other PVM related info /parallel/environments/pvm3/misc/pvm-for-ap1000 (2371 bytes) Announcement of PVM 3 for Fujitsu AP1000 as implemented by Chris Johnson at Australian National University. Creator: Chris Johnson /parallel/environments/pvm3/pgpvm/ "PVM trace library for ParaGraph" /parallel/environments/pvm3/pgpvm/.nams-info/ .nams-info /parallel/environments/pvm3/pgpvm/.nams-info/status (175 bytes) status /parallel/environments/pvm3/pgpvm/.nams-info/status.new-14265 (0 bytes) status.new-14265 /parallel/environments/pvm3/pgpvm/Readme (2011 bytes) Overview and installation details for PGPVM Version 1.1: Performance Visualization support for PVM by Brad Topol of Georgia Institute of Technology (while at Emory University, Summer 1994), Vaidy Sunderam of Emory University and Anders Alund of ITM - Swedish Institute of Applied Mathematics. PGPVM is an enhancement package for PVM 3.3 that produces trace files for use with standard ParaGraph. /parallel/environments/pvm3/pgpvm/pgpvm.ps (105509 bytes) pgpvm.ps /parallel/environments/pvm3/pgpvm/pgpvm.tar (221184 bytes) pgpvm.tar /parallel/environments/pvm3/pious/ "PIOUS: Parallel Input/Output File System for PVM3." PIOUS, the Parallel Input/Output System, implements a parallel file system for applications executing in a parallel-distributed computing environment using PVM 3. PIOUS supports parallel applications by providing coordinated access to file objects with guaranteed consistency semantics. For performance, PIOUS declusters file data to exploit the combined file I/O and buffer cache capacities of networked computer systems. /parallel/environments/pvm3/pious/.nams-info/ .nams-info /parallel/environments/pvm3/pious/.nams-info/status (359 bytes) status /parallel/environments/pvm3/pious/.nams-info/status.new-14665 (0 bytes) status.new-14665 /parallel/environments/pvm3/pious/BUGRPRT (743 bytes) Bug Reports on current version - check before installing /parallel/environments/pvm3/pious/README (3357 bytes) PIOUS Distribution Information /parallel/environments/pvm3/pious/announce1.2.2.txt (2524 bytes) PIOUS 1.2.2 announcement /parallel/environments/pvm3/pious/pious1.2.2.tar.z.uu (541423 bytes) PIOUS 1.2.2 source distribution. GNU Library General Public License Version 2 (LGPL). /parallel/environments/pvm3/pious/piousUG1.2.ps.z.uu (141950 bytes) PIOUS Users Guide /parallel/environments/pvm3/pious/wwwpious.html (7404 bytes) PIOUS WWW Overview /parallel/environments/pvm3/ports/ Ports of PVM to other systems /parallel/environments/pvm3/ports/os2/ Port of PVM to OS/2 v2.1 by Jan Ftacnik /parallel/environments/pvm3/ports/os2/pvm3-os2.announce (2952 bytes) Announcement of OS2 port of PVM3 Creator: Jan Ftacnik /parallel/environments/pvm3/ports/os2/pvm3os2b.zip (1079899 bytes) PVM3 for OS2 distribution (as a pkzip file). Requires base TCP/IP v2.0 package and emx development system. Creator: Jan Ftacnik /parallel/environments/pvm3/pvanim/ "PVaniM - PVM animation system" PVaniM is a new system that provides animated program visualizations of the executions of PVM 3.3 applications. PVaniM includes both a set of graphics views and a tracing package to drive the views. Unlike the performance visualizations of ParaGraph, PVaniM focuses on visualizations of the actual execution and correctness of a program. PVaniM provides a number of views that show different perspectives on the dynamics and history of of the message passing in an application, as well as a more performance oriented Gantt chart view. Graphical objects in a PVaniM view also can be queried to determine their representation. PVaniM can animate the execution of a program according to a logical clock, thus truly presenting the (potential) concurrency of the application. Finally, PVaniM tracing provides support for custom user event tracing. Similarly, users can design and develop their own application-specific program views using the Polka animation system upon which PVaniM is built. See also /parallel/environments/pvm3/pvanim/.nams-info/ .nams-info /parallel/environments/pvm3/pvanim/.nams-info/status (239 bytes) status /parallel/environments/pvm3/pvanim/.nams-info/status.new-14851 (0 bytes) status.new-14851 /parallel/environments/pvm3/pvanim/PVANIM_DESC (2907 bytes) "PVaniM 1.1 overview" /parallel/environments/pvm3/pvanim/pvanimOL.tar.Z (243189 bytes) "PVaniM 2.0: Online and Postmortem Visualization Support for PVM" The PVaniM 2.0 system provides online and postmortem visualization support as well as rudimentary I/O for long running, communication-intensive PVM applications. PVaniM 2.0 provides these features while using several techniques to keep system perturbation to a minimum. Questions, comments and complaints to: pvanim@cc.gatech.edu /parallel/environments/pvm3/pvanim/pvanimtrace.tar.Z (80117 bytes) "PVaniM Version 1.00: Software Animation Package for PVM applications" /parallel/environments/pvm3/pvanim/pvanimviz.tar.Z (160210 bytes) "PVaniM 1.10 Software Animation Package for PVM applications" /parallel/environments/pvm3/pvm++/ "PVM++ : C++ classes for PVM" /parallel/environments/pvm3/pvm++/eurecom.fr/ "Old PVM++ library (1994) from developer at eurecom.fr" /parallel/environments/pvm3/pvm++/eurecom.fr/announcement (486 bytes) Announcement of PVM++ 0.3 - C++ classes for PVM by Daniel Cohen-Laroque Creator: Cohen-Laroque Daniel /parallel/environments/pvm3/pvm++/eurecom.fr/pvm++-0.3.tar.gz (38191 bytes) Distribution "PVM++: A C++-Library for PVM" by Sebastian Wilhelmi , Institut f|r Rechnerentwurf und Fehlertoleranz, Universitdt Karlsruhe, 76128 Karlsruhe, Germany; Tel: +49 / 721 / 608 4353; FAX: +49 / 721 / 370455 Version 0.4 of pvm++, a c++ class library for easy programming of PVM3.3/3.4. Features: Easy sending and receiving of messages in heterogenous networks; Full STL-integration; easy installation with configure-script on all UN*X platfomrs; easy access to all task and host information; message handlers are possible; messages can be automatically unpacked on arrival. /parallel/environments/pvm3/pvm-over-atm/ PVM over ATM networks PVM-ATM is an implementation to transparently run PVM user programs over ATM networks and fully utilize the high bandwidth of ATM networks. The current version requires Fore Systems ATM cards for Sun workstations and is limited to a Fore Systems local ATM network. See also /parallel/environments/pvm3/pvm-over-atm/.nams-info/ .nams-info /parallel/environments/pvm3/pvm-over-atm/.nams-info/status (237 bytes) status /parallel/environments/pvm3/pvm-over-atm/.nams-info/status.new-14699 (0 bytes) status.new-14699 /parallel/environments/pvm3/pvm-over-atm/Announce.pvm-atm (1374 bytes) Announcement of PVM-ATM /parallel/environments/pvm3/pvm-over-atm/README.pvm-atm (3838 bytes) Unpacking and installation instructions /parallel/environments/pvm3/pvm-over-atm/pvm-atm3.3.2.0.tar.Z (126289 bytes) PVM-ATM v3.3.2.0 distribution (compressed tar file) /parallel/environments/pvm3/reports/ "PVM reports" /parallel/environments/pvm3/reports/pvm_vs_linda.readme (982 bytes) "A Qualitative Comparison of Network Linda and PVM" from the University of Newcastle, UK From: ftp://ftp.newcastle.ac.uk/pub/parallel/pvm_vs_linda.ps.Z Creator: R. Kerr [text] /parallel/environments/pvm3/reports/pvm_vs_linda.ps.Z (77233 bytes) "A Qualitative Comparison of Network Linda and PVM" from the University of Newcastle, UK From: ftp://ftp.newcastle.ac.uk/pub/parallel/pvm_vs_linda.ps.Z Creator: R. Kerr [compressed PostScript] /parallel/environments/pvm3/tape-pvm/ "Tape/Pvm - A performance monitor for PVM applications" This directory contains the Tape/Pvm event tracing tool developed and maintained at LMC-IMAG, Grenoble, France. /parallel/environments/pvm3/tape-pvm/.nams-info/ .nams-info /parallel/environments/pvm3/tape-pvm/.nams-info/status (259 bytes) status /parallel/environments/pvm3/tape-pvm/.nams-info/status.new-14649 (0 bytes) status.new-14649 /parallel/environments/pvm3/tape-pvm/ReadMe (2770 bytes) Overview of files and patches /parallel/environments/pvm3/tape-pvm/SampleTraces/ Sample traces /parallel/environments/pvm3/tape-pvm/SampleTraces/.nams-info/ .nams-info /parallel/environments/pvm3/tape-pvm/SampleTraces/.nams-info/status (217 bytes) status /parallel/environments/pvm3/tape-pvm/SampleTraces/.nams-info/status.new-14649 (0 bytes) status.new-14649 /parallel/environments/pvm3/tape-pvm/SampleTraces/ReadMe (1117 bytes) Overview of traces of PVM applications collected with TAPE/PVM. /parallel/environments/pvm3/tape-pvm/SampleTraces/fft2d.tgz (3519 bytes) Trace on IBM-SP2, 4 tasks, 4 processors with TCP-IO/Switch and PVM 3.3.7. /parallel/environments/pvm3/tape-pvm/SampleTraces/yafft1d.tgz (50744 bytes) Trace on IBM-SP2, 128/16 and 16/16 tasks/processors with TCP-IO/Switch and PVM 3.3.7 /parallel/environments/pvm3/tape-pvm/SampleTraces/yafft2d.tgz (171665 bytes) Trace on IBM-SP2, 32/16 and 16/16 tasks/processors with TCP-IO/Switch and PVM 3.3.7 /parallel/environments/pvm3/tape-pvm/manual-tape.ps.gz (65314 bytes) Tape/Pvm User Manual /parallel/environments/pvm3/tape-pvm/tape0.9pl10.tgz (217190 bytes) "Tape/Pvm 0.9 Patch level 9 sources" Includes instructions on setting up, building and installing the distribution. Changes: Now measures the overhead inferred each time an event is traced. Events now contain a new field (alpha) containing the overhead (in mus). This information is used by the intrusion compensation tool "tico". Caution: trace format has changed! /parallel/environments/pvm3/tkpvm/ "TkPVM: Tcl/Tk with PVM3" tkPvm is the result of a wedding. The husband is pvm3.3.x (preferably 3.3.11) and the wife is Tcl8.0a2/Tk8.0a2 OR Tcl7.6/Tk4.2. As usual with a marriage, both sides profit from the combination. See also for the latest items. NOTE: Jan no longer works for NICI, but is now at /parallel/environments/pvm3/tkpvm/pluspatch.html (8051 bytes) Detailed information of the patches to TCL. [HTML] /parallel/environments/pvm3/tkpvm/pluspatch.txt (7717 bytes) Detailed information of the patches to TCL. [text] /parallel/environments/pvm3/tkpvm/README.patch (7303 bytes) Detailed information of the patches to TCL. [text] /parallel/environments/pvm3/tkpvm/tcl8.0p2plus.patch.gz (168624 bytes) "Patch from Tcl 8.0p2 to Tcl 8.0p2+" /parallel/environments/pvm3/tkpvm/tcl8.0p2plus.tar.gz (1608377 bytes) "Tcl 8.0p2+" [gzipped tar] /parallel/environments/pvm3/tkpvm/tcl80p2plus.zip (1873996 bytes) "Tcl 8.0p2+" [(pk)zipped] /parallel/environments/pvm3/tkpvm/tcl8.0p2plus.README (3537 bytes) "Tcl 8.0p2+" [text] /parallel/environments/pvm3/tkpvm/tcl8.1a2plus.patch.gz (153984 bytes) "Patch from Tcl 8.1a2 to Tcl 8.1a2-plus" /parallel/environments/pvm3/tkpvm/tcl8.1a2plus.tar.gz (2851807 bytes) "Tcl 8.1a2-plus" [gzipped tar] /parallel/environments/pvm3/tkpvm/tcl81a2plus.zip (3268454 bytes) "Tcl 8.1a2-plus" [(pk)zipped] /parallel/environments/pvm3/tkpvm/tcl81a2plus.exe (3308848 bytes) "Tcl 8.1a2-plus" [binary] /parallel/environments/pvm3/tkpvm/tclX7.6.0plus.patch.gz (116984 bytes) "Patch from TclX 7.6.0 to TclX 7.6.0+" [gzipped] /parallel/environments/pvm3/tkpvm/tclX7.6.0plus.patch.README (2050 bytes) "Patch from TclX 7.6.0 to TclX 7.6.0+" [text] /parallel/environments/pvm3/tkpvm/tclburn/ tclburn /parallel/environments/pvm3/tkpvm/tclburn/img1.1p3.hpux-10.2.tar.gz (523261 bytes) img1.1p3.hpux-10.2.tar.gz /parallel/environments/pvm3/tkpvm/tclburn/img1.1p3.linux-2.0.30.tar.gz (453754 bytes) img1.1p3.linux-2.0.30.tar.gz /parallel/environments/pvm3/tkpvm/tclburn/img1.1p3.tar.gz (1412591 bytes) img1.1p3.tar.gz /parallel/environments/pvm3/tkpvm/tclburn/setup.exe (5146717 bytes) setup.exe /parallel/environments/pvm3/tkpvm/tclburn/setup.wse (48193 bytes) setup.wse /parallel/environments/pvm3/tkpvm/tclburn/tcl8.0.3-2plus.tar.gz (1646637 bytes) tcl8.0.3-2plus.tar.gz /parallel/environments/pvm3/tkpvm/tclburn/tcl8.0.3plus.patch.gz (156304 bytes) tcl8.0.3plus.patch.gz /parallel/environments/pvm3/tkpvm/tclburn/tk8.0.3-2plus.tar.gz (2215881 bytes) tk8.0.3-2plus.tar.gz /parallel/environments/pvm3/tkpvm/tclburn/tk8.0.3dash.patch.gz (210844 bytes) tk8.0.3dash.patch.gz /parallel/environments/pvm3/tkpvm/tclburn/tk8.0.3img.patch.gz (28142 bytes) tk8.0.3img.patch.gz /parallel/environments/pvm3/tkpvm/tclburn/tk8.0.3plus.patch.gz (79649 bytes) tk8.0.3plus.patch.gz /parallel/environments/pvm3/tkpvm/tk8.0p2dash.patch.gz (218956 bytes) "Patch from Tk 8.0p2 to Tk 8.0p2-dash" /parallel/environments/pvm3/tkpvm/tk8.0p2plus.patch.gz (90235 bytes) "Patch from Tk 8.0p2 to Tk 8.0p2+" /parallel/environments/pvm3/tkpvm/tk8.0p2plus.tar.gz (2254347 bytes) "TK 8.0p2+" [gzipped tar] /parallel/environments/pvm3/tkpvm/tk80p2plus.zip (2574933 bytes) "TK 8.0p2+" [(pk)zipped] /parallel/environments/pvm3/tkpvm/tk8.1a2dash.patch.gz (194247 bytes) "Patch from Tk 8.1a2 to Tk 8.1a2-dash" /parallel/environments/pvm3/tkpvm/tk8.1a2plus.patch.gz (51928 bytes) "Patch from Tk 8.1a2 to Tk 8.1a2-plus" /parallel/environments/pvm3/tkpvm/tk8.1a2plus.tar.gz (2264864 bytes) "Tk 8.1a2-plus" [gzipped tar] /parallel/environments/pvm3/tkpvm/tk81a2plus.zip (2609088 bytes) "Tk 8.1a2-plus" [(pk)zipped] /parallel/environments/pvm3/tkpvm/tkpvm1.0.tar.gz (115367 bytes) "Tkpvm Version 1.0" by Jan Nijtmans , , Nijmegen Institute of Cognition and Information (NICI), Netherlands [gzipped tar] /parallel/environments/pvm3/tkpvm/tkpvm1.0.README (5755 bytes) "Tkpvm Version 1.0" by Jan Nijtmans , , Nijmegen Institute of Cognition and Information (NICI), Netherlands [text] /parallel/environments/pvm3/tkpvm/tkpvm1.1.README (5839 bytes) "Tkpvm Version 1.1" by Jan Nijtmans , , Nijmegen Institute of Cognition and Information (NICI), Netherlands [text] /parallel/environments/pvm3/tkpvm/tkpvm1.1.tar.gz (161294 bytes) "Tkpvm Version 1.1" by Jan Nijtmans , , Nijmegen Institute of Cognition and Information (NICI), Netherlands [gzipped tar] /parallel/environments/pvm3/tkpvm/tkpvm1.2.README (6200 bytes) "Tkpvm Version 1.2" by Jan Nijtmans , , Nijmegen Institute of Cognition and Information (NICI), Netherlands [text] /parallel/environments/pvm3/tkpvm/tkpvm1.2.tar.gz (169781 bytes) "Tkpvm Version 1.2" by Jan Nijtmans , , Nijmegen Institute of Cognition and Information (NICI), Netherlands [gzipped tar] /parallel/environments/pvm3/tkpvm/tkpvm12.zip (212503 bytes) "Tkpvm Version 1.2" by Jan Nijtmans , , Nijmegen Institute of Cognition and Information (NICI), Netherlands [(pk)zipped] /parallel/environments/pvm3/wamm/ "WAMM (Wide Area Metacomputer Manager)" A graphical interface, built on top of PVM, that helps users in virtual machine configuration and management; process management; parallel compilation onr emote notes; remote UNIX command execution. /parallel/environments/pvm3/wamm/.nams-info/ .nams-info /parallel/environments/pvm3/wamm/.nams-info/status (545 bytes) status /parallel/environments/pvm3/wamm/.nams-info/status.new-14824 (0 bytes) status.new-14824 /parallel/environments/pvm3/wamm/Paper_WAMM-PVaniM.ps.gz (500011 bytes) "Integrating PVaniM into WAMM for Monitoring Meta-Applications" ABSTRACT: Metacomputing is one of the most interesting evolutions of Parallel Processing. A complete environment for metacomputing should have tools for monitoring applications that can gather information both on the applications being executed and on the processors that they are executed on. Such data can be used to manage statistics, for debugging, and for tuning meta-applications. This paper describes an integration between WAMM, a visual interface for the configuration and management of a metacomputer, and PVaniM, a system that provides support for displaying the behaviour of PVM applications. /parallel/environments/pvm3/wamm/README-ENG (2461 bytes) WAMM 1.0 overview. [text] /parallel/environments/pvm3/wamm/README-ITA (2839 bytes) WAMM 1.0 overview. [text] /parallel/environments/pvm3/wamm/manualeWAMM.ps.gz (64299 bytes) "WAMM 1.1 Manual (In Italian)" /parallel/environments/pvm3/wamm/overview-eng.ps.gz (848118 bytes) CNUCE Technical Report C95-23 which contains a general description of WAMM, its philosophy and some techical details. [gzipped PostScript] /parallel/environments/pvm3/wamm/overview-ita.ps.gz (502044 bytes) CNUCE Technical Report C95-23 which contains a general description of WAMM, its philosophy and some techical details. [gzipped PostScript] /parallel/environments/pvm3/wamm/ug-eng.ps.gz (576119 bytes) CNUCE Techical Report C95-24. User's Guide containing instructions to get, install, configure and use WAMM. [gzipped PostScript] /parallel/environments/pvm3/wamm/ug-ita.ps.gz (577687 bytes) CNUCE Techical Report C95-24. User's Guide containing instructions to get, install, configure and use WAMM. [gzipped PostScript] /parallel/environments/pvm3/wamm/wamm10.tar.gz (539230 bytes) WAMM 1.0 sources for the interface and the slave processes. /parallel/environments/pvm3/wamm/wamm11.tar.gz (595680 bytes) "WAMM: Wide Area Metacomputer Manager 1.1" /parallel/environments/pvm3/xmdb (1601 bytes) "An X Message Based Debugger for PVM3" (XMDB) by Suresh Damodaran-Kamal A message based debugger that interfaces with node-based debuggers. Available from "XPVM: a graphical console and monitor for PVM." /parallel/environments/splash/ SPLASH (Stanford Parallel Applications for Shared-Memory) system /parallel/environments/splash/.nams-info/ .nams-info /parallel/environments/splash/.nams-info/status (263 bytes) status /parallel/environments/splash/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/README.SPLASH2 (14436 bytes) Overview of second release of Stanford Parallel Applications for Shared-Memory (SPLASH-2) suite of multiprocessor applications and differences from the first version (SPLASH). /parallel/environments/splash/SPLASH2.POSTING (5005 bytes) Announcement of SPLASH-2 /parallel/environments/splash/codes/ Suite codes: applications and kernels /parallel/environments/splash/codes/.nams-info/ .nams-info /parallel/environments/splash/codes/.nams-info/status (324 bytes) status /parallel/environments/splash/codes/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/apps/ SPLASH-2 Applications /parallel/environments/splash/codes/apps/.nams-info/ .nams-info /parallel/environments/splash/codes/apps/.nams-info/status (591 bytes) status /parallel/environments/splash/codes/apps/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/apps/barnes/ Barnes-Hut /parallel/environments/splash/codes/apps/barnes/.nams-info/ .nams-info /parallel/environments/splash/codes/apps/barnes/.nams-info/status (538 bytes) status /parallel/environments/splash/codes/apps/barnes/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/apps/barnes/README.barnes (2325 bytes) README.barnes /parallel/environments/splash/codes/apps/barnes/code.C (24816 bytes) code.C /parallel/environments/splash/codes/apps/barnes/code.H (7166 bytes) code.H /parallel/environments/splash/codes/apps/barnes/code_io.C (7510 bytes) code_io.C /parallel/environments/splash/codes/apps/barnes/defs.H (11440 bytes) defs.H /parallel/environments/splash/codes/apps/barnes/getparam.C (3930 bytes) getparam.C /parallel/environments/splash/codes/apps/barnes/grav.C (5169 bytes) grav.C /parallel/environments/splash/codes/apps/barnes/input (48 bytes) input /parallel/environments/splash/codes/apps/barnes/load.C (13897 bytes) load.C /parallel/environments/splash/codes/apps/barnes/makefile (867 bytes) makefile /parallel/environments/splash/codes/apps/barnes/stdinc.H (2824 bytes) stdinc.H /parallel/environments/splash/codes/apps/barnes/util.C (2402 bytes) util.C /parallel/environments/splash/codes/apps/barnes/vectmath.H (15994 bytes) vectmath.H /parallel/environments/splash/codes/apps/fmm/ fmm /parallel/environments/splash/codes/apps/fmm/.nams-info/ .nams-info /parallel/environments/splash/codes/apps/fmm/.nams-info/status (915 bytes) status /parallel/environments/splash/codes/apps/fmm/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/apps/fmm/README.fmm (1635 bytes) README.fmm /parallel/environments/splash/codes/apps/fmm/box.C (10067 bytes) box.C /parallel/environments/splash/codes/apps/fmm/box.H (4504 bytes) box.H /parallel/environments/splash/codes/apps/fmm/construct_grid.C (30433 bytes) construct_grid.C /parallel/environments/splash/codes/apps/fmm/construct_grid.H (1486 bytes) construct_grid.H /parallel/environments/splash/codes/apps/fmm/correct.out (12815 bytes) correct.out /parallel/environments/splash/codes/apps/fmm/cost_zones.C (3834 bytes) cost_zones.C /parallel/environments/splash/codes/apps/fmm/cost_zones.H (1250 bytes) cost_zones.H /parallel/environments/splash/codes/apps/fmm/defs.C (2195 bytes) defs.C /parallel/environments/splash/codes/apps/fmm/defs.H (4362 bytes) defs.H /parallel/environments/splash/codes/apps/fmm/fmm.C (21665 bytes) fmm.C /parallel/environments/splash/codes/apps/fmm/inputs/ inputs /parallel/environments/splash/codes/apps/fmm/inputs/.nams-info/ .nams-info /parallel/environments/splash/codes/apps/fmm/inputs/.nams-info/status (172 bytes) status /parallel/environments/splash/codes/apps/fmm/inputs/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/apps/fmm/inputs/input.16384 (55 bytes) input.16384 /parallel/environments/splash/codes/apps/fmm/inputs/input.2048 (54 bytes) input.2048 /parallel/environments/splash/codes/apps/fmm/inputs/input.256 (53 bytes) input.256 /parallel/environments/splash/codes/apps/fmm/interactions.C (19179 bytes) interactions.C /parallel/environments/splash/codes/apps/fmm/interactions.H (1493 bytes) interactions.H /parallel/environments/splash/codes/apps/fmm/makefile (1521 bytes) makefile /parallel/environments/splash/codes/apps/fmm/memory.C (2140 bytes) memory.C /parallel/environments/splash/codes/apps/fmm/memory.H (2376 bytes) memory.H /parallel/environments/splash/codes/apps/fmm/particle.C (8811 bytes) particle.C /parallel/environments/splash/codes/apps/fmm/particle.H (2294 bytes) particle.H /parallel/environments/splash/codes/apps/fmm/partition_grid.C (9642 bytes) partition_grid.C /parallel/environments/splash/codes/apps/fmm/partition_grid.H (1773 bytes) partition_grid.H /parallel/environments/splash/codes/apps/ocean/ Ocean Simulation /parallel/environments/splash/codes/apps/ocean/.nams-info/ .nams-info /parallel/environments/splash/codes/apps/ocean/.nams-info/status (263 bytes) status /parallel/environments/splash/codes/apps/ocean/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/apps/ocean/README.ocean (3881 bytes) README.ocean /parallel/environments/splash/codes/apps/ocean/contiguous_partitions/ contiguous_partitions /parallel/environments/splash/codes/apps/ocean/contiguous_partitions/.nams-info/ .nams-info /parallel/environments/splash/codes/apps/ocean/contiguous_partitions/.nams-info/status (518 bytes) status /parallel/environments/splash/codes/apps/ocean/contiguous_partitions/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/apps/ocean/contiguous_partitions/correct.out (1920 bytes) correct.out /parallel/environments/splash/codes/apps/ocean/contiguous_partitions/decs.H (3933 bytes) decs.H /parallel/environments/splash/codes/apps/ocean/contiguous_partitions/jacobcalc.C (9445 bytes) jacobcalc.C /parallel/environments/splash/codes/apps/ocean/contiguous_partitions/jacobcalc2.C (9833 bytes) jacobcalc2.C /parallel/environments/splash/codes/apps/ocean/contiguous_partitions/laplacalc.C (3498 bytes) laplacalc.C /parallel/environments/splash/codes/apps/ocean/contiguous_partitions/linkup.C (5680 bytes) linkup.C /parallel/environments/splash/codes/apps/ocean/contiguous_partitions/main.C (19564 bytes) main.C /parallel/environments/splash/codes/apps/ocean/contiguous_partitions/makefile (640 bytes) makefile /parallel/environments/splash/codes/apps/ocean/contiguous_partitions/multi.C (21458 bytes) multi.C /parallel/environments/splash/codes/apps/ocean/contiguous_partitions/slave1.C (24453 bytes) slave1.C /parallel/environments/splash/codes/apps/ocean/contiguous_partitions/slave2.C (35871 bytes) slave2.C /parallel/environments/splash/codes/apps/ocean/contiguous_partitions/subblock.C (3582 bytes) subblock.C /parallel/environments/splash/codes/apps/ocean/non_contiguous_partitions/ non_contiguous_partitions /parallel/environments/splash/codes/apps/ocean/non_contiguous_partitions/.nams-info/ .nams-info /parallel/environments/splash/codes/apps/ocean/non_contiguous_partitions/.nams-info/status (401 bytes) status /parallel/environments/splash/codes/apps/ocean/non_contiguous_partitions/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/apps/ocean/non_contiguous_partitions/correct.out (1920 bytes) correct.out /parallel/environments/splash/codes/apps/ocean/non_contiguous_partitions/decs.H (4975 bytes) decs.H /parallel/environments/splash/codes/apps/ocean/non_contiguous_partitions/jacobcalc.C (3416 bytes) jacobcalc.C /parallel/environments/splash/codes/apps/ocean/non_contiguous_partitions/laplacalc.C (2483 bytes) laplacalc.C /parallel/environments/splash/codes/apps/ocean/non_contiguous_partitions/main.C (20003 bytes) main.C /parallel/environments/splash/codes/apps/ocean/non_contiguous_partitions/makefile (550 bytes) makefile /parallel/environments/splash/codes/apps/ocean/non_contiguous_partitions/multi.C (13848 bytes) multi.C /parallel/environments/splash/codes/apps/ocean/non_contiguous_partitions/slave1.C (17071 bytes) slave1.C /parallel/environments/splash/codes/apps/ocean/non_contiguous_partitions/slave2.C (32001 bytes) slave2.C /parallel/environments/splash/codes/apps/radiosity/ radiosity /parallel/environments/splash/codes/apps/radiosity/.nams-info/ .nams-info /parallel/environments/splash/codes/apps/radiosity/.nams-info/status (858 bytes) status /parallel/environments/splash/codes/apps/radiosity/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/apps/radiosity/README.radiosity (5162 bytes) README.radiosity /parallel/environments/splash/codes/apps/radiosity/display.C (20396 bytes) display.C /parallel/environments/splash/codes/apps/radiosity/elemman.C (51348 bytes) elemman.C /parallel/environments/splash/codes/apps/radiosity/glibdumb/ glibdumb /parallel/environments/splash/codes/apps/radiosity/glibdumb/.nams-info/ .nams-info /parallel/environments/splash/codes/apps/radiosity/glibdumb/.nams-info/status (167 bytes) status /parallel/environments/splash/codes/apps/radiosity/glibdumb/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/apps/radiosity/glibdumb/Makefile (492 bytes) Makefile /parallel/environments/splash/codes/apps/radiosity/glibdumb/glib.c (2741 bytes) glib.c /parallel/environments/splash/codes/apps/radiosity/glibdumb/glib.h (1507 bytes) glib.h /parallel/environments/splash/codes/apps/radiosity/glibps/ glibps /parallel/environments/splash/codes/apps/radiosity/glibps/.nams-info/ .nams-info /parallel/environments/splash/codes/apps/radiosity/glibps/.nams-info/status (170 bytes) status /parallel/environments/splash/codes/apps/radiosity/glibps/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/apps/radiosity/glibps/Makefile (489 bytes) Makefile /parallel/environments/splash/codes/apps/radiosity/glibps/glibps.c (19596 bytes) glibps.c /parallel/environments/splash/codes/apps/radiosity/glibps/pslib.h (780 bytes) pslib.h /parallel/environments/splash/codes/apps/radiosity/makefile (1320 bytes) makefile /parallel/environments/splash/codes/apps/radiosity/model.H (2345 bytes) model.H /parallel/environments/splash/codes/apps/radiosity/modelman.C (11762 bytes) modelman.C /parallel/environments/splash/codes/apps/radiosity/parallel.H (2572 bytes) parallel.H /parallel/environments/splash/codes/apps/radiosity/patch.H (13826 bytes) patch.H /parallel/environments/splash/codes/apps/radiosity/patchman.C (25260 bytes) patchman.C /parallel/environments/splash/codes/apps/radiosity/rad_main.C (39004 bytes) rad_main.C /parallel/environments/splash/codes/apps/radiosity/rad_tools.C (18442 bytes) rad_tools.C /parallel/environments/splash/codes/apps/radiosity/radiosity.H (12366 bytes) radiosity.H /parallel/environments/splash/codes/apps/radiosity/room_model.C (158555 bytes) room_model.C /parallel/environments/splash/codes/apps/radiosity/smallobj.C (19434 bytes) smallobj.C /parallel/environments/splash/codes/apps/radiosity/task.H (4907 bytes) task.H /parallel/environments/splash/codes/apps/radiosity/taskman.C (25428 bytes) taskman.C /parallel/environments/splash/codes/apps/radiosity/visible.C (28258 bytes) visible.C /parallel/environments/splash/codes/apps/raytrace/ Raytrace /parallel/environments/splash/codes/apps/raytrace/.nams-info/ .nams-info /parallel/environments/splash/codes/apps/raytrace/.nams-info/status (991 bytes) status /parallel/environments/splash/codes/apps/raytrace/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/apps/raytrace/README.raytrace (3854 bytes) README.raytrace /parallel/environments/splash/codes/apps/raytrace/bbox.C (2716 bytes) bbox.C /parallel/environments/splash/codes/apps/raytrace/cr.C (18071 bytes) cr.C /parallel/environments/splash/codes/apps/raytrace/env.C (24158 bytes) env.C /parallel/environments/splash/codes/apps/raytrace/fbuf.C (5401 bytes) fbuf.C /parallel/environments/splash/codes/apps/raytrace/geo.C (9841 bytes) geo.C /parallel/environments/splash/codes/apps/raytrace/huprn.C (6568 bytes) huprn.C /parallel/environments/splash/codes/apps/raytrace/husetup.C (5817 bytes) husetup.C /parallel/environments/splash/codes/apps/raytrace/hutv.C (20041 bytes) hutv.C /parallel/environments/splash/codes/apps/raytrace/inputs/ inputs /parallel/environments/splash/codes/apps/raytrace/inputs/.nams-info/ .nams-info /parallel/environments/splash/codes/apps/raytrace/inputs/.nams-info/status (305 bytes) status /parallel/environments/splash/codes/apps/raytrace/inputs/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/apps/raytrace/inputs/balls4.env.Z (319 bytes) balls4.env.Z /parallel/environments/splash/codes/apps/raytrace/inputs/balls4.geo.Z (101625 bytes) balls4.geo.Z /parallel/environments/splash/codes/apps/raytrace/inputs/car.env.Z (431 bytes) car.env.Z /parallel/environments/splash/codes/apps/raytrace/inputs/car.geo.Z (1374011 bytes) car.geo.Z /parallel/environments/splash/codes/apps/raytrace/inputs/teapot.env.Z (415 bytes) teapot.env.Z /parallel/environments/splash/codes/apps/raytrace/inputs/teapot.geo.Z (114379 bytes) teapot.geo.Z /parallel/environments/splash/codes/apps/raytrace/isect.C (2957 bytes) isect.C /parallel/environments/splash/codes/apps/raytrace/main.C (11798 bytes) main.C /parallel/environments/splash/codes/apps/raytrace/makefile (987 bytes) makefile /parallel/environments/splash/codes/apps/raytrace/matrix.C (7689 bytes) matrix.C /parallel/environments/splash/codes/apps/raytrace/memory.C (23321 bytes) memory.C /parallel/environments/splash/codes/apps/raytrace/poly.C (17373 bytes) poly.C /parallel/environments/splash/codes/apps/raytrace/raystack.C (4693 bytes) raystack.C /parallel/environments/splash/codes/apps/raytrace/rltotiff/ rltotiff /parallel/environments/splash/codes/apps/raytrace/rltotiff/.nams-info/ .nams-info /parallel/environments/splash/codes/apps/raytrace/rltotiff/.nams-info/status (222 bytes) status /parallel/environments/splash/codes/apps/raytrace/rltotiff/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/apps/raytrace/rltotiff/makefile (340 bytes) makefile /parallel/environments/splash/codes/apps/raytrace/rltotiff/rltotiff.c (6254 bytes) rltotiff.c /parallel/environments/splash/codes/apps/raytrace/rltotiff/tiff_rgba_io.c (6278 bytes) tiff_rgba_io.c /parallel/environments/splash/codes/apps/raytrace/rltotiff/tiff_rgba_io.h (2053 bytes) tiff_rgba_io.h /parallel/environments/splash/codes/apps/raytrace/rt.H (26361 bytes) rt.H /parallel/environments/splash/codes/apps/raytrace/shade.C (7001 bytes) shade.C /parallel/environments/splash/codes/apps/raytrace/sph.C (10883 bytes) sph.C /parallel/environments/splash/codes/apps/raytrace/trace.C (7748 bytes) trace.C /parallel/environments/splash/codes/apps/raytrace/tri.C (18129 bytes) tri.C /parallel/environments/splash/codes/apps/raytrace/workpool.C (6598 bytes) workpool.C /parallel/environments/splash/codes/apps/volrend/ volrend /parallel/environments/splash/codes/apps/volrend/.nams-info/ .nams-info /parallel/environments/splash/codes/apps/volrend/.nams-info/status (993 bytes) status /parallel/environments/splash/codes/apps/volrend/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/apps/volrend/README.volrend (6364 bytes) README.volrend /parallel/environments/splash/codes/apps/volrend/adaptive.C (19000 bytes) adaptive.C /parallel/environments/splash/codes/apps/volrend/address.H (3504 bytes) address.H /parallel/environments/splash/codes/apps/volrend/anl.H (1830 bytes) anl.H /parallel/environments/splash/codes/apps/volrend/const.H (5288 bytes) const.H /parallel/environments/splash/codes/apps/volrend/file.C (5921 bytes) file.C /parallel/environments/splash/codes/apps/volrend/global.H (9089 bytes) global.H /parallel/environments/splash/codes/apps/volrend/incl.H (2178 bytes) incl.H /parallel/environments/splash/codes/apps/volrend/inputs/ inputs /parallel/environments/splash/codes/apps/volrend/inputs/.nams-info/ .nams-info /parallel/environments/splash/codes/apps/volrend/inputs/.nams-info/status (208 bytes) status /parallel/environments/splash/codes/apps/volrend/inputs/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/apps/volrend/inputs/head-scaleddown2.den.Z (404915 bytes) head-scaleddown2.den.Z /parallel/environments/splash/codes/apps/volrend/inputs/head-scaleddown4.den.Z (58123 bytes) head-scaleddown4.den.Z /parallel/environments/splash/codes/apps/volrend/inputs/head.den.Z (2964071 bytes) head.den.Z /parallel/environments/splash/codes/apps/volrend/libtiff.tar.Z (293702 bytes) libtiff.tar.Z /parallel/environments/splash/codes/apps/volrend/macros.H (2127 bytes) macros.H /parallel/environments/splash/codes/apps/volrend/main.C (15320 bytes) main.C /parallel/environments/splash/codes/apps/volrend/makefile (1005 bytes) makefile /parallel/environments/splash/codes/apps/volrend/map.C (4684 bytes) map.C /parallel/environments/splash/codes/apps/volrend/my_types.H (2209 bytes) my_types.H /parallel/environments/splash/codes/apps/volrend/normal.C (7664 bytes) normal.C /parallel/environments/splash/codes/apps/volrend/octree.C (12706 bytes) octree.C /parallel/environments/splash/codes/apps/volrend/opacity.C (7792 bytes) opacity.C /parallel/environments/splash/codes/apps/volrend/option.C (7662 bytes) option.C /parallel/environments/splash/codes/apps/volrend/raytrace.C (22970 bytes) raytrace.C /parallel/environments/splash/codes/apps/volrend/render.C (4790 bytes) render.C /parallel/environments/splash/codes/apps/volrend/user_options.H (3739 bytes) user_options.H /parallel/environments/splash/codes/apps/volrend/view.C (13720 bytes) view.C /parallel/environments/splash/codes/apps/volrend/voxel.C (2997 bytes) voxel.C /parallel/environments/splash/codes/apps/water-nsquared/ Water N-squared /parallel/environments/splash/codes/apps/water-nsquared/.nams-info/ .nams-info /parallel/environments/splash/codes/apps/water-nsquared/.nams-info/status (1071 bytes) status /parallel/environments/splash/codes/apps/water-nsquared/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/apps/water-nsquared/README.water-nsquared (2482 bytes) README.water-nsquared /parallel/environments/splash/codes/apps/water-nsquared/bndry.C (2148 bytes) bndry.C /parallel/environments/splash/codes/apps/water-nsquared/cnst.H (1338 bytes) cnst.H /parallel/environments/splash/codes/apps/water-nsquared/cnstnt.C (4665 bytes) cnstnt.C /parallel/environments/splash/codes/apps/water-nsquared/cshift.C (2359 bytes) cshift.C /parallel/environments/splash/codes/apps/water-nsquared/fileio.H (1289 bytes) fileio.H /parallel/environments/splash/codes/apps/water-nsquared/frcnst.H (1443 bytes) frcnst.H /parallel/environments/splash/codes/apps/water-nsquared/global.H (1959 bytes) global.H /parallel/environments/splash/codes/apps/water-nsquared/initia.C (8195 bytes) initia.C /parallel/environments/splash/codes/apps/water-nsquared/input (57 bytes) input /parallel/environments/splash/codes/apps/water-nsquared/interf.C (11518 bytes) interf.C /parallel/environments/splash/codes/apps/water-nsquared/intraf.C (5522 bytes) intraf.C /parallel/environments/splash/codes/apps/water-nsquared/kineti.C (2128 bytes) kineti.C /parallel/environments/splash/codes/apps/water-nsquared/makefile (1512 bytes) makefile /parallel/environments/splash/codes/apps/water-nsquared/mddata.H (2503 bytes) mddata.H /parallel/environments/splash/codes/apps/water-nsquared/mdmain.C (5771 bytes) mdmain.C /parallel/environments/splash/codes/apps/water-nsquared/mdvar.H (1282 bytes) mdvar.H /parallel/environments/splash/codes/apps/water-nsquared/parameters.H (1500 bytes) parameters.H /parallel/environments/splash/codes/apps/water-nsquared/poteng.C (6503 bytes) poteng.C /parallel/environments/splash/codes/apps/water-nsquared/predcor.C (3433 bytes) predcor.C /parallel/environments/splash/codes/apps/water-nsquared/randno.H (1245 bytes) randno.H /parallel/environments/splash/codes/apps/water-nsquared/random.in (143077 bytes) random.in /parallel/environments/splash/codes/apps/water-nsquared/split.H (1386 bytes) split.H /parallel/environments/splash/codes/apps/water-nsquared/syscons.C (3055 bytes) syscons.C /parallel/environments/splash/codes/apps/water-nsquared/water.C (11024 bytes) water.C /parallel/environments/splash/codes/apps/water-nsquared/water.H (1443 bytes) water.H /parallel/environments/splash/codes/apps/water-nsquared/wwpot.H (1272 bytes) wwpot.H /parallel/environments/splash/codes/apps/water-spatial/ Water Simulation with Spatial data structure /parallel/environments/splash/codes/apps/water-spatial/.nams-info/ .nams-info /parallel/environments/splash/codes/apps/water-spatial/.nams-info/status (1072 bytes) status /parallel/environments/splash/codes/apps/water-spatial/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/apps/water-spatial/README.water-spatial (5090 bytes) README.water-spatial /parallel/environments/splash/codes/apps/water-spatial/bndry.C (4261 bytes) bndry.C /parallel/environments/splash/codes/apps/water-spatial/cnst.H (1338 bytes) cnst.H /parallel/environments/splash/codes/apps/water-spatial/cnstnt.C (4857 bytes) cnstnt.C /parallel/environments/splash/codes/apps/water-spatial/cshift.C (2476 bytes) cshift.C /parallel/environments/splash/codes/apps/water-spatial/fileio.H (1289 bytes) fileio.H /parallel/environments/splash/codes/apps/water-spatial/frcnst.H (1443 bytes) frcnst.H /parallel/environments/splash/codes/apps/water-spatial/global.H (1846 bytes) global.H /parallel/environments/splash/codes/apps/water-spatial/initia.C (18200 bytes) initia.C /parallel/environments/splash/codes/apps/water-spatial/input (57 bytes) input /parallel/environments/splash/codes/apps/water-spatial/interf.C (12926 bytes) interf.C /parallel/environments/splash/codes/apps/water-spatial/intraf.C (6810 bytes) intraf.C /parallel/environments/splash/codes/apps/water-spatial/kineti.C (2794 bytes) kineti.C /parallel/environments/splash/codes/apps/water-spatial/makefile (1510 bytes) makefile /parallel/environments/splash/codes/apps/water-spatial/mddata.H (2040 bytes) mddata.H /parallel/environments/splash/codes/apps/water-spatial/mdmain.C (6612 bytes) mdmain.C /parallel/environments/splash/codes/apps/water-spatial/mdvar.H (1351 bytes) mdvar.H /parallel/environments/splash/codes/apps/water-spatial/parameters.H (1499 bytes) parameters.H /parallel/environments/splash/codes/apps/water-spatial/poteng.C (11080 bytes) poteng.C /parallel/environments/splash/codes/apps/water-spatial/predcor.C (4718 bytes) predcor.C /parallel/environments/splash/codes/apps/water-spatial/randno.H (1245 bytes) randno.H /parallel/environments/splash/codes/apps/water-spatial/random.in (143077 bytes) random.in /parallel/environments/splash/codes/apps/water-spatial/split.H (1417 bytes) split.H /parallel/environments/splash/codes/apps/water-spatial/syscons.C (3502 bytes) syscons.C /parallel/environments/splash/codes/apps/water-spatial/water.C (13774 bytes) water.C /parallel/environments/splash/codes/apps/water-spatial/water.H (1443 bytes) water.H /parallel/environments/splash/codes/apps/water-spatial/wwpot.H (1272 bytes) wwpot.H /parallel/environments/splash/codes/kernels/ SPLASH-2 kernels /parallel/environments/splash/codes/kernels/.nams-info/ .nams-info /parallel/environments/splash/codes/kernels/.nams-info/status (309 bytes) status /parallel/environments/splash/codes/kernels/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/kernels/cholesky/ CHOLESKY program - performs blocked Cholesky Factorization on a sparse matrix. /parallel/environments/splash/codes/kernels/cholesky/.nams-info/ .nams-info /parallel/environments/splash/codes/kernels/cholesky/.nams-info/status (745 bytes) status /parallel/environments/splash/codes/kernels/cholesky/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/kernels/cholesky/README.cholesky (1496 bytes) Overview of CHOLESKY program. Performs a blocked Cholesky Factorization on a sparse matrix. /parallel/environments/splash/codes/kernels/cholesky/amal.C (9489 bytes) amal.C /parallel/environments/splash/codes/kernels/cholesky/assign.C (3320 bytes) assign.C /parallel/environments/splash/codes/kernels/cholesky/bfac.C (12737 bytes) bfac.C /parallel/environments/splash/codes/kernels/cholesky/bksolve.C (4728 bytes) bksolve.C /parallel/environments/splash/codes/kernels/cholesky/block2.C (17797 bytes) block2.C /parallel/environments/splash/codes/kernels/cholesky/fo.C (18148 bytes) fo.C /parallel/environments/splash/codes/kernels/cholesky/inputs/ inputs /parallel/environments/splash/codes/kernels/cholesky/inputs/.nams-info/ .nams-info /parallel/environments/splash/codes/kernels/cholesky/inputs/.nams-info/status (486 bytes) status /parallel/environments/splash/codes/kernels/cholesky/inputs/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/kernels/cholesky/inputs/d750.O.Z (224087 bytes) d750.O.Z /parallel/environments/splash/codes/kernels/cholesky/inputs/lshp.O.Z (38225 bytes) lshp.O.Z /parallel/environments/splash/codes/kernels/cholesky/inputs/tk14.O.Z (61283 bytes) tk14.O.Z /parallel/environments/splash/codes/kernels/cholesky/inputs/tk15.O.Z (126041 bytes) tk15.O.Z /parallel/environments/splash/codes/kernels/cholesky/inputs/tk16.O.Z (274240 bytes) tk16.O.Z /parallel/environments/splash/codes/kernels/cholesky/inputs/tk17.O.Z (432816 bytes) tk17.O.Z /parallel/environments/splash/codes/kernels/cholesky/inputs/tk18.O.Z (200431 bytes) tk18.O.Z /parallel/environments/splash/codes/kernels/cholesky/inputs/tk23.O.Z (55989 bytes) tk23.O.Z /parallel/environments/splash/codes/kernels/cholesky/inputs/tk25.O.Z (321749 bytes) tk25.O.Z /parallel/environments/splash/codes/kernels/cholesky/inputs/tk29.O.Z (604477 bytes) tk29.O.Z /parallel/environments/splash/codes/kernels/cholesky/inputs/wr10.O.Z (44195 bytes) wr10.O.Z /parallel/environments/splash/codes/kernels/cholesky/makefile (754 bytes) makefile /parallel/environments/splash/codes/kernels/cholesky/malloc.C (7321 bytes) malloc.C /parallel/environments/splash/codes/kernels/cholesky/matrix.H (6851 bytes) matrix.H /parallel/environments/splash/codes/kernels/cholesky/mf.C (4369 bytes) mf.C /parallel/environments/splash/codes/kernels/cholesky/numLL.C (17356 bytes) numLL.C /parallel/environments/splash/codes/kernels/cholesky/parts.C (6297 bytes) parts.C /parallel/environments/splash/codes/kernels/cholesky/seg.C (2405 bytes) seg.C /parallel/environments/splash/codes/kernels/cholesky/solve.C (12191 bytes) solve.C /parallel/environments/splash/codes/kernels/cholesky/tree.C (4095 bytes) tree.C /parallel/environments/splash/codes/kernels/cholesky/util.C (6362 bytes) util.C /parallel/environments/splash/codes/kernels/fft/ FFT program - a complex, one-dimensional version of a "Six-Step" FFT. /parallel/environments/splash/codes/kernels/fft/.nams-info/ .nams-info /parallel/environments/splash/codes/kernels/fft/.nams-info/status (171 bytes) status /parallel/environments/splash/codes/kernels/fft/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/kernels/fft/README.fft (2897 bytes) Overview of FFT program. This is a complex, one-dimensional version of a "Six-Step" FFT. /parallel/environments/splash/codes/kernels/fft/fft.C (25596 bytes) fft.C /parallel/environments/splash/codes/kernels/fft/makefile (375 bytes) makefile /parallel/environments/splash/codes/kernels/lu/ LU program - factors a dense matrix into the product of a lower triangular and an upper triangular matrix. /parallel/environments/splash/codes/kernels/lu/.nams-info/ .nams-info /parallel/environments/splash/codes/kernels/lu/.nams-info/status (251 bytes) status /parallel/environments/splash/codes/kernels/lu/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/kernels/lu/README.lu (2311 bytes) Overview of LU program. This factors a dense matrix into the product of a lower triangular and an upper triangular matrix. /parallel/environments/splash/codes/kernels/lu/contiguous_blocks/ contiguous_blocks /parallel/environments/splash/codes/kernels/lu/contiguous_blocks/.nams-info/ .nams-info /parallel/environments/splash/codes/kernels/lu/contiguous_blocks/.nams-info/status (131 bytes) status /parallel/environments/splash/codes/kernels/lu/contiguous_blocks/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/kernels/lu/contiguous_blocks/lu.C (24362 bytes) Parallel dense blocked LU factorization (no pivoting) /parallel/environments/splash/codes/kernels/lu/contiguous_blocks/makefile (376 bytes) makefile /parallel/environments/splash/codes/kernels/lu/non_contiguous_blocks/ non_contiguous_blocks /parallel/environments/splash/codes/kernels/lu/non_contiguous_blocks/.nams-info/ .nams-info /parallel/environments/splash/codes/kernels/lu/non_contiguous_blocks/.nams-info/status (131 bytes) status /parallel/environments/splash/codes/kernels/lu/non_contiguous_blocks/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/kernels/lu/non_contiguous_blocks/lu.C (19169 bytes) lu.C /parallel/environments/splash/codes/kernels/lu/non_contiguous_blocks/makefile (376 bytes) makefile /parallel/environments/splash/codes/kernels/radix/ RADIX program - implements an integer radix sort. /parallel/environments/splash/codes/kernels/radix/.nams-info/ .nams-info /parallel/environments/splash/codes/kernels/radix/.nams-info/status (175 bytes) status /parallel/environments/splash/codes/kernels/radix/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/kernels/radix/README.radix (1857 bytes) Overview of RADIX program. Implements an integer radix sort. /parallel/environments/splash/codes/kernels/radix/makefile (379 bytes) makefile /parallel/environments/splash/codes/kernels/radix/radix.C (24851 bytes) radix.C /parallel/environments/splash/codes/null_macros/ SPLASH-2 null macros /parallel/environments/splash/codes/null_macros/.nams-info/ .nams-info /parallel/environments/splash/codes/null_macros/.nams-info/status (99 bytes) status /parallel/environments/splash/codes/null_macros/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/null_macros/c.m4.null (2072 bytes) c.m4.null /parallel/environments/splash/codes/shmem_files/ SPLASH-2 Shared memory files /parallel/environments/splash/codes/shmem_files/.nams-info/ .nams-info /parallel/environments/splash/codes/shmem_files/.nams-info/status (120 bytes) status /parallel/environments/splash/codes/shmem_files/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/shmem_files/sgi/ SPLASH-2 Shared memory files for SGI machines. /parallel/environments/splash/codes/shmem_files/sgi/.nams-info/ .nams-info /parallel/environments/splash/codes/shmem_files/sgi/.nams-info/status (97 bytes) status /parallel/environments/splash/codes/shmem_files/sgi/.nams-info/status.new-14779 (0 bytes) status.new-14779 /parallel/environments/splash/codes/shmem_files/sgi/shmem.c (2341 bytes) Source to SPLASH-2 shared memory implementation for SGI machines. /parallel/environments/splash/splash2_isca95.ps.Z (407451 bytes) splash2_isca95.ps.Z /parallel/environments/sr/ SR (Synchronizing Resources) - a language for writing concurrent programs. Documented in "The SR Programming Language: Concurrency in Practice" by Gregory R. Andrews and Ronald A. Olsson from University of Arizona, USA. SR is described in "The SR Programming Language: Concurrency in Practice" by Gregory R. Andrews and Ronald A. Olsson (Benjamin/Cummings, 1993, ISBN 0-8053-0088-0). Information about concurrent programming in general can be found in "Concurrent Programming: Principles and Practice" by Gregory R. Andrews (Benjamin/Cummings, 1991, ISBN 0-8053-0086-4). See also /parallel/environments/sr/.nams-info/ .nams-info /parallel/environments/sr/.nams-info/status (862 bytes) status /parallel/environments/sr/.nams-info/status.new-14589 (0 bytes) status.new-14589 /parallel/environments/sr/README (4009 bytes) Details of files at Arizona site and subscription info /parallel/environments/sr/README.IRIX (482 bytes) README.IRIX /parallel/environments/sr/README.LINUX (2803 bytes) README.LINUX /parallel/environments/sr/README.SSH (1827 bytes) README.SSH /parallel/environments/sr/info-sr.1988 (68563 bytes) "Archives of the Info-SR mailing list for 1988" /parallel/environments/sr/info-sr.1989 (93168 bytes) "Archives of the Info-SR mailing list for 1989" /parallel/environments/sr/info-sr.1990 (32016 bytes) "Archives of the Info-SR mailing list for 1990" /parallel/environments/sr/info-sr.1991 (34900 bytes) "Archives of the Info-SR mailing list for 1991" /parallel/environments/sr/info-sr.1992 (55896 bytes) "Archives of the Info-SR mailing list for 1992" /parallel/environments/sr/info-sr.1993 (83881 bytes) "Archives of the Info-SR mailing list for 1993" /parallel/environments/sr/info-sr.1994 (133696 bytes) "Archives of the Info-SR mailing list for 1994" /parallel/environments/sr/info-sr.1995 (117938 bytes) "Archives of the Info-SR mailing list for 1995" /parallel/environments/sr/info-sr.1996 (64702 bytes) "Archives of the Info-SR mailing list for 1996" /parallel/environments/sr/info-sr.1997 (90653 bytes) "Archives of the Info-SR mailing list for 1997" /parallel/environments/sr/info-sr.1998 (25939 bytes) "Archives of the Info-SR mailing list for 1998" /parallel/environments/sr/info-sr.1999 (51815 bytes) info-sr.1999 /parallel/environments/sr/release.ps (48821 bytes) release.ps /parallel/environments/sr/sr.tar.Z (1500539 bytes) "SR programming language Version 2.3.1" The SR programming language, including source code, documentation in PostScript and troff form, checkout programs, and examples. /parallel/environments/sr/vs.tar.Z (686103 bytes) "The extended verification suite, needed only if you're going to modify the system or port it to a new architecture." /parallel/environments/vcr/ Version 2.0k of the Virtual Channel Routing (VCR) software developed by Mark Debbage and Mark Hill of University of Southampton,UK under the PUMA ESPRIT project. REQUIRES: INMOS occam toolset compiler (Dx205) From Version 2.0k of the Virtual Channel Routing (VCR) software developed by Mark Debbage and Mark Hill of University of Southampton,UK under the PUMA ESPRIT project. REQUIRES: INMOS occam toolset compiler (Dx205) /parallel/environments/vcr/docs/ Documentation for VCR in compressed PostScript /parallel/environments/vcr/docs/alldocs.tar.Z (503069 bytes) All the documents below in a compressed tar file. /parallel/environments/vcr/docs/history.ps.Z (16498 bytes) History of VCR to version 2.0k /parallel/environments/vcr/docs/install.ps.Z (21563 bytes) Installation document for VCR /parallel/environments/vcr/docs/parapet.ps.Z (51806 bytes) ParaPET - PARAllel Programming Environment Toolkit documentation. /parallel/environments/vcr/docs/problems.ps.Z (22065 bytes) Restriction and problems of VCR. /parallel/environments/vcr/docs/release.ps.Z (19435 bytes) Release documentation for 2.0k /parallel/environments/vcr/docs/rpcguide.ps.Z (64669 bytes) RPC support and run-time library documentation. /parallel/environments/vcr/docs/vcrguide.ps.Z (324983 bytes) Virtual channel router user guide /parallel/environments/vcr/history.doc (6748 bytes) History of VCR to version 2.0k /parallel/environments/vcr/install.doc (7205 bytes) Installation document for VCR /parallel/environments/vcr/msdos/ MSDOS distribution of VCR (zoo archives) /parallel/environments/vcr/msdos/readme (1952 bytes) License and warranty information. /parallel/environments/vcr/msdos/rk.zoo (6843 bytes) Source for 'reactive kernel' implementation. /parallel/environments/vcr/msdos/spr.doc (545 bytes) Software Performance Report for VCR /parallel/environments/vcr/msdos/vcr2_01.zoo (312877 bytes) MSDOS distribution of VCR 2.0 in 9 zoo files. [binary] /parallel/environments/vcr/msdos/vcr2_02.zoo (234035 bytes) MSDOS distribution of VCR 2.0 in 9 zoo files. [binary] /parallel/environments/vcr/msdos/vcr2_03.zoo (345176 bytes) MSDOS distribution of VCR 2.0 in 9 zoo files. [binary] /parallel/environments/vcr/msdos/vcr2_04.zoo (347168 bytes) MSDOS distribution of VCR 2.0 in 9 zoo files. [binary] /parallel/environments/vcr/msdos/vcr2_05.zoo (349107 bytes) MSDOS distribution of VCR 2.0 in 9 zoo files. [binary] /parallel/environments/vcr/msdos/vcr2_06.zoo (344944 bytes) MSDOS distribution of VCR 2.0 in 9 zoo files. [binary] /parallel/environments/vcr/msdos/vcr2_07.zoo (160342 bytes) MSDOS distribution of VCR 2.0 in 9 zoo files. [binary] /parallel/environments/vcr/msdos/vcr2_08.zoo (357787 bytes) MSDOS distribution of VCR 2.0 in 9 zoo files. [binary] /parallel/environments/vcr/msdos/vcr2_09.zoo (196322 bytes) MSDOS distribution of VCR 2.0 in 9 zoo files. [binary] /parallel/environments/vcr/msdos/zoo.doc (53706 bytes) Zoo executable program and documentation for MSDOS. [text] /parallel/environments/vcr/msdos/zoo.hlp (5599 bytes) Zoo executable program and documentation for MSDOS. [text] /parallel/environments/vcr/msdos/zoox.doc (3096 bytes) Zoo executable program and documentation for MSDOS. [text] /parallel/environments/vcr/msdos/zoox.exe (43566 bytes) Zoo executable program and documentation for MSDOS. [binary] /parallel/environments/vcr/release.doc (6551 bytes) Release documentation for VCR 2.0k - READ THIS FIRST /parallel/environments/vcr/unix/ UNIX distribution of VCR (compressed tar files) /parallel/environments/vcr/unix/readme (1903 bytes) License and warranty information. /parallel/environments/vcr/unix/rk.tar.Z (7301 bytes) Source for 'reactive kernel' implementation. /parallel/environments/vcr/unix/spr.doc (505 bytes) Software Performance Report for VCR /parallel/environments/vcr/unix/vcr2.tar.Z (2493819 bytes) UNIX distribution of VCR 2.0 in 9 zoo files. /parallel/environments/vcr/unix/voc.sun4.Z (600215 bytes) SPARC executable of voc compiler. /parallel/events/ "Events: Conferences, courses, tutorials, workshops details" For other lists of conferences related to parallel computing, see the entries at end of this document. /parallel/events/europvm-tools (2676 bytes) "Special Session on Tools for PVM and MPI at EuroPVM/MPI'98" Details of session being held at EUroPVM / MPI'98 from 7-9 September 1998 at Liverpool, UK See also and /parallel/events/ipps-spdp99 (45103 bytes) "Second Merged Symposium IPPS/SPDP 1999 13th International Parallel Processing Symposium & 10th Symposium on Parallel and Distributed Processing" (IPPS/SPDP'99) Details of symposium being held at San Juan, Puerto Rico from 12-16 April 1999. /parallel/events/prolamat98 (1822 bytes) "IFIP PROLAMAT 98" Details of conference being held from 9-12 Setember 1998 at Trento, Italy. /parallel/events/scicom99 (3142 bytes) "2nd Workshop on Large-Scale Scientific Computation" (SciCom99) Details of workshop being held from 2-6 June 1999 at Sozopol, Bulgaria See also and "Conference, journal and workshop announcements" "Compiler and Parallel Computing Conferences" "parallelism-related conferences" /parallel/faqs/ "Frequently Asked Questions" /parallel/faqs/MPI (15091 bytes) MPI (Message Passing Interface) Frequently Asked Questions Creator: Nathan Doss /parallel/faqs/MPI-bibliography (7569 bytes) Message Passing Interface (MPI) Bibliography Creator: Nathan Doss /parallel/faqs/PVM (34571 bytes) PVM (Parallel Virtual Machine) FAQ list from the comp.parallel.pvm newsgroup. Creator: Eugene N. Miya /parallel/faqs/PVM-recoverable-processes (6524 bytes) Summary of responses to query about recoverable processes under PVM Creator: Golden G. Richard III /parallel/faqs/PVM-technical (9355 bytes) PVM Version 3 Frequently Asked Questions - Technical from comp.parallel.pvm newsgroup. Creator: Bob Manchek /parallel/faqs/PVM-vs-Linda (18924 bytes) Summary of responses comparing PVM to Linda /parallel/faqs/amdahls-law (36518 bytes) Summary of responses to a query about Amdahl's law and superlinear speedup. Creator: Reinhard Foessmeier /parallel/faqs/auto-parallelization (7105 bytes) Summary of responses to a survey on research in Automatic Parallelization. Creator: Arnaud Leservot /parallel/faqs/bsp-model-valiant (13726 bytes) Summary of responses giving info on Les Valiant's BSP model (Bulk-Synchronous Parallel). Creator: Benjamin Lian /parallel/faqs/classification-of-parallel-algorithms (8172 bytes) Summary of responses to a query about classifying parallel algorithms. Creator: Marion Wittmann /parallel/faqs/clusters-of-workstations (1819 bytes) Summary of information on using clusters of workstations Creator: Duncan Campbell /parallel/faqs/comp-architecture-taxonomy (21858 bytes) Computer Architectural Taxonomy - A Brief Review Creator: Andy D Ben-Dyke "comp.parallel Frequently Asked Questions" by Eugene N. Miya /parallel/faqs/dynamic-load-balancing-farming (25678 bytes) Summary of responses about query on load balancing/processor-farms Creator: Sanjay Kumar /parallel/faqs/fortran90 (21510 bytes) Creator: Michael METCALF /parallel/faqs/hot-spots (2836 bytes) Summary of references about hot spots. Creator: Konstantin Trachos /parallel/faqs/ibm-sp1-sp2 (8892 bytes) Summary of responses to a query about information on the IBM SP1 and SP2 Creator: Frank Brockners /parallel/faqs/industrial-par-tools (5738 bytes) Summary of responses about a query on tools for industrial ((non-research) parallel programming Creator: Richard Schooler /parallel/faqs/ksr-ipsc860-papers (4987 bytes) Summary of responses about papers on KSR and iPSC/860 machines. Creator: Philippe Meunier /parallel/faqs/large-grain-data-flow (4464 bytes) Large grain data flow references Creator: David C. DiNucci /parallel/faqs/linux-and-transputers (2887 bytes) Summary of current state of Linux and transputers. Creator: Michael Haardt <(michael)u31b3hs@pool.informatik.rwth-aachen.de> /parallel/faqs/load-balancing-simd (4284 bytes) Summary of responses about load balancing systems on SIMD architectures. Creator: Dominik Henrich -4265 /parallel/faqs/load-balancing-software (4296 bytes) Summary of responses to a query about load balancing software. Creator: Neil Hurley /parallel/faqs/locality-optimization (3553 bytes) References about locality optimization techniques. /parallel/faqs/mesh-of-buses (7339 bytes) Summary of responses to a query about works on Meshes of (optical) Buses. Creator: ricki R. Wegner /parallel/faqs/message-passing-simulators (4298 bytes) Summary of responses to a query about freely available message passing software simulators and details of how to obtain it. Creator: David C Blight /parallel/faqs/parallel-C++-classes-1 (4062 bytes) Summary of responses about a query on C++ classes for implementing data parallel variables. Creator: Russell Standish /parallel/faqs/parallel-C++-classes-2 (2637 bytes) More parallel C++ like languages details and CC++ for distributed machines. /parallel/faqs/parallel-C++-extensions (2915 bytes) A summary of packages that implement proposed parallel and distributed extensions to C++. Creator: David Edelsohn /parallel/faqs/parallel-Fourier-transforms (1937 bytes) Summary of some citations for parallel Fourier transform papers/algorithms. Creator: Mike Gross /parallel/faqs/parallel-data-compression (8613 bytes) Summary of responses to a query about parallel data compression. Creator: Alf-Christian Achilles /parallel/faqs/parallel-debuggers (2496 bytes) A very short summary of references to parallel debuggers. Creator: Anh Nguyen-Tuong /parallel/faqs/parallel-garbage-collection (22605 bytes) A summary of responses to a query about parallel garbage collection algorithms. Creator: Gritton Gregory Vance /parallel/faqs/parallel-genetic-algorithms (46983 bytes) Summary of responses about parallel/distributed genetic algorithms. Creator: Sanjay Kumar /parallel/faqs/parallel-image-processing (1719 bytes) Some references about parallel image processing. Creator: David Bader /parallel/faqs/parallel-n-body-sph-visualisation (9948 bytes) Summary of responses to a query about parallel n-body, smoothed particle hydrodynamics (SPH) and visualisation. Creator: Mario Antonioletti /parallel/faqs/parallel-neural-nets (5580 bytes) Some references on parallel neural nets. Creator: Minh Tran /parallel/faqs/parallel-oo (65 bytes) Parallel Object Orientation /parallel/faqs/parallel-overheads (9455 bytes) Summary of overheads of parallel computing hardware and software systems. Creator: Zhiwei Xu /parallel/faqs/process-migration (27786 bytes) Summary of references and papers to a query on process migration. Creator: Cronk David /parallel/faqs/queueing-and-crossbar-switches (5541 bytes) Pointers to queueing theory in general and applied to crossbar switches. Creator: John Bothner /parallel/faqs/reading-list-top-10 (90924 bytes) Top ten parallel computing reading list for CS grad students Creator: Eugene N. Miya /parallel/faqs/recursion-removal-par-code (3106 bytes) References and information on recursion removal and parallel code with respect to logic programming (Prolog) type languages. Creator: Thomas Lindgren /parallel/faqs/scalability (14472 bytes) Summary of responses about scalability and how to measure it. Creator: Charles Viles /parallel/faqs/simulated-annealing (7114 bytes) Simulated and Adaptive Simulated Annealing (ASA) information from several news articles. /parallel/faqs/soft-eng-visual-par-comp (7360 bytes) Summary of responses to a query about software/products for supporting Software Engineering using Visual Programming/Visualisation for Parallel Computing. Creator: Hongbo Zhou /parallel/faqs/systems-for-par-prog-development (5751 bytes) List of environments/packages for developing parallel parallel programs. Creator: John Kapenga /parallel/faqs/task-mapping-scheduling-hetero-env (38673 bytes) Summary of references about task mapping/scheduling for heterogeneous computing environments. Creator: Chokchai Leangsuksun /parallel/faqs/threads-packages (10983 bytes) Summary of references and sources for thread packages for distributed/parallel computers. /parallel/faqs/threads-performance (3514 bytes) Summary of replies to a request for performance measurements on various kinds of thread systems. Creator: Jocelyne Farhat /parallel/faqs/tools-for-clustered-workstations (16760 bytes) A list of PD/freely distributable tools and applications for developing parallel programs on clustered workstations. Creator: Lars Ulrik Wacher Hansen /parallel/faqs/transputer-FAQ (34235 bytes) General INMOS transputer FAQ of 02-September-1993 (VERY OUT OF DATE) Creator: Tom Bj|rkholm AT /parallel/faqs/transputer-compilers (48251 bytes) Transputer commercial and public domain compilers survey. (VERY OUT OF DATE) Creator: Tom Bj|rkholm AT /parallel/faqs/transputer-ftp-sites (25828 bytes) Transputer ftp sites FAQ. (VERY OUT OF DATE) Creator: Tom Bj|rkholm AT /parallel/faqs/wormhole-routing (11348 bytes) Summary of replies to questions about wormhole routed machines. Creator: kant c patel /parallel/groups/ "User and other group details, lists and membership forms" /parallel/groups/bsp-worldwide/ "Bulk Synchronous Processing (BSP) Worldwide" The BSP WorldWide Organisation has a home page at and regular news about it can be found at These pages contain pointers to pages on Meetings, Standards and other publications. /parallel/groups/bsp-worldwide/announcement (3457 bytes) Announcement of BSP Worldwide Inaugural Meeting Creator: Bob McLatchie , , Oxford Parallel, OUCL Wolfson Building, Parks Road, Oxford, OX1 3QD, England; Tel: +44 1865 273897; FAX: +44 1865 273819 /parallel/groups/cm/ "Connection Machine User Group" /parallel/groups/cm/cm-int-ug-meeting (12470 bytes) Announcement and details of Connection Machine International User Group Meeting being held at Eldorado Hotel, Santa Fe, NM, USA from 16th-18th February 1994. The meeting is organized by Thinking Machines and Los Alamos National Laboratory. Creator: Stephen C. Pope /parallel/groups/cray/ "Cray User's Group" /parallel/groups/cray/conference-spring-1994 (23058 bytes) Call for papers and details of Cray Users Group Spring '94 conference being held from 14th-18th March 1994 at San Diego, California, USA. Deadlines: Papers and Posters: 10th December 1994. Creator: Anke Kamrath /parallel/groups/hpff/ "High Performance Fortran Forum (HPFF)" /parallel/groups/hpff/contacts (148 bytes) Details of how to join the HPFF mailing list /parallel/groups/hpff/hpff-meetings-1994 (1889 bytes) Details of High Performance Fortran meetings in 1994. The first one is being held from 6th-8th April in Chicago, Ilinois, USA at the O'Hare Holiday Inn. Future dates: 1st-3rd June, 17th-19th August, 12th-14th October. Creator: Mary E Zosel /parallel/groups/hpff/minutes-1994-Apr-06-08 (37593 bytes) Minutes of HPFF94 April Meeting, Chicago from 6th-8th April 1994 by Mary E Zosel Creator: Mary E Zosel "1355 Association" Promoting the use of the IEEE 1355 high speed serial link also known as SGS-Thompson (nee Inmos) DS-Link. "Parallel Volume Visualization Group" (PVV) by Marcus Lucchese ; Tel: 55 11 818 - 5676 This project aims to create an environment to quick prototyping and implementing volume visualization applications in parallel. To do this we design a parallel volume visualisation toolkit "Parallel Volume Visualization Group" (PVV) by Marcus Lucchese ; Tel: 55 11 818 - 5676 This project aims to create an environment to quick prototyping and implementing volume visualization applications in parallel. To do this we design a parallel volume visualisation toolkit /parallel/groups/isug/ "Intel Supercomputer User's Group (ISUG)" /parallel/groups/isug/isug_newsletter.09.93 (43073 bytes) Intel Supercomputer Users Group newsletter for September 1993 from export.ssd.intel.com in /pub/isug. /parallel/groups/isug/isug_newsletter.09.93.announce (1970 bytes) Announcement of the above newsletter Creator: Leigh Ann Tanner /parallel/groups/ittug/ "Italian Transputer User's Group (ItTUG)" /parallel/groups/ittug/launch (3035 bytes) Launch details of Italian Transputer User's Group (ItTUG) at the World Tranputer Congress '94 (WTC '94) that will be held on 5-7 September 1994 at the Villa Erba, Cernobbio, Como (Italy) by Giovanni Muscato /parallel/groups/meikus/ "Meiko User Society (MeikUS)" /parallel/groups/meikus/mailing-list (442 bytes) How to join the meiko-users mailing list /parallel/groups/natug/ "North American Transputer User Group (NATUG)" See also the NATUG home page at Documents about IOS Press who publish NATUG's conference proceedings /parallel/groups/natug/committee.doc (2244 bytes) NATUG committee members /parallel/groups/natug/conference-bibliographies/ Proceedings of NATUG conferences 1-6. /parallel/groups/natug/conference-bibliographies/natug1.bib (6807 bytes) Transputer Research and Applications 1, Proceedings of NATUG 1, ed. G. S. Stiles, IOS Press, Amsterdam, 1989. /parallel/groups/natug/conference-bibliographies/natug2.bib (10258 bytes) Transputer Research and Applications 2, Proceedings of NATUG 2, ed. J. A. Board, IOS Press, Amsterdam, 1989. /parallel/groups/natug/conference-bibliographies/natug3.bib (11013 bytes) Transputer Research and Applications 3, Proceedings of NATUG 3, ed. A. S. Wagner, IOS Press, Amsterdam, 1990. /parallel/groups/natug/conference-bibliographies/natug4.bib (8294 bytes) Transputer Research and Applications 4, Proceedings of NATUG 4, ed. D. L. Fielding, IOS Press, Amsterdam, 1990. /parallel/groups/natug/conference-bibliographies/natug5.bib (10809 bytes) Transputer Research and Applications 5, Proceedings of NATUG 5, ed. A. M. Veronis and Y. Paker, IOS Press, Amsterdam, 1990. /parallel/groups/natug/conference-bibliographies/natug6.bib (9201 bytes) Transputer Research and Applications 6, Proceedings of NATUG 5, ed. S. Atkins and A. S> Wagner, IOS Press, Amsterdam, 1990. /parallel/groups/natug/contacts (750 bytes) Contact addresses for NATUG /parallel/groups/parkbench/ "Parallel Benchmark Working Group (ParkBench)" /parallel/groups/parkbench/meeting-august (41316 bytes) Details of 4th meeting of the group in Knoxville, Tennessee on August 23rd. /parallel/groups/ppc/ "Parallel Processing Connection (PPC)" /parallel/groups/ppc/PPC-1994-April (1896 bytes) "Announcement of the PPC Meeting held on 11th April 1994" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1994-August (1978 bytes) "Announcement of the PPC Meeting held on 16th August 1994" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1994-December (2631 bytes) "Announcement of the PPC Meeting held on 12th December 1994" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1994-July (2011 bytes) "Announcement of the PPC Meeting held on 11th July 1994" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1994-June (1473 bytes) "Announcement of the PPC Meeting held on 13th June 1994" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1994-May (1825 bytes) "Announcement of the PPC Meeting held on 16th May 1994" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1994-November (1895 bytes) "Announcement of the PPC Meeting held on 14th November 1994" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1994-September (1984 bytes) "Announcement of the PPC Meeting held on 12th September 1994" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1995-August (2207 bytes) "Announcement of the PPC Meeting held on 22nd August 1995" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1995-February (2355 bytes) "Announcement of the PPC Meeting held on 13th February 1995" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1995-January (1927 bytes) "Announcement of the PPC Meeting held on 9th January 1995" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1995-July (2173 bytes) "Announcement of the PPC Meeting held on 10th July 1995" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1995-November (2385 bytes) "Announcement of the PPC Meeting held on 15th November 1995" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1995-October (2386 bytes) "Announcement of the PPC Meeting held on 9th October 1995" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1995-September (2177 bytes) "Announcement of the PPC Meeting held on 11th September 1995" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1996-April (2188 bytes) "Announcement of the PPC Meeting held on 8th April 1996" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1996-December (2201 bytes) "Announcement of the PPC Meeting held on 12th December 1996" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1996-February (2302 bytes) "Announcement of the PPC Meeting held on 12th February 1996" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1996-January (2311 bytes) "Announcement of the PPC Meeting held on 8th January 1996" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1996-July (2325 bytes) "Announcement of the PPC Meeting held on 15th July 1996" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1996-June (2311 bytes) "Announcement of the PPC Meeting held on 10th June 1996" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1996-May (2419 bytes) "Announcement of the PPC Meeting held on 13th May 1996" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1997-April (2002 bytes) "Announcement of the PPC Meeting held on 14th April 1997" by B. Mitchell Loebel, Executive Director /parallel/groups/ppc/PPC-1997-December (2026 bytes) Creator: B. Mitchell Loebel /parallel/groups/ppc/PPC-1997-July (2187 bytes) "Announcement of the PPC Meeting held on 16th July 1997" by B. Mitchell Loebel, Executive Director /parallel/groups/ppc/PPC-1997-June (2228 bytes) "Announcement of the PPC Meeting held on 5th June 1997" by B. Mitchell Loebel, Executive Director /parallel/groups/ppc/PPC-1997-May (2230 bytes) "Announcement of the PPC Meeting held on 12th May 1997" by B. Mitchell Loebel /parallel/groups/ppc/PPC-1997-November (1977 bytes) "Announcement of the PPC Meeting held on 10th November 1997" by B. Mitchell Loebel, Executive Director /parallel/groups/ppc/PPC-1998-February (2095 bytes) Creator: mitchell /parallel/groups/ppc/What_is_it (3479 bytes) "What is the PARALLEL Processing Connection?" by B. Mitchell Loebel /parallel/groups/ppc/contacts (213 bytes) "How to contact the PARALLEL Processing Connection" /parallel/groups/ppecc/ "Advanced Computing Techniques Community Club (was Parallel Processing in Engineering Community Club)" (ACTCC) /parallel/groups/ppecc/announcement (3062 bytes) Announcement of the PPECC and invitation for membership. Creator: For the use of bwh and cpw only "Advanced Computing Techniques Community Club (was Parallel Processing in Engineering Community Club)" (PPECC) ACTCC has WWW pages available from this URL. /parallel/groups/ppecc/mailing-list (1158 bytes) Details of how to join the PPECC mailing list at mailbase. Creator: Donal Hanna /parallel/groups/ppsg/ "BCS Parallel Processing Specialist Group" /parallel/groups/ppsg/contacts (644 bytes) Contact addresses for the BCS PPSG. /parallel/groups/ppsg/ppsg-meeting (4903 bytes) Details of British Computer Society Parallel Processing Specialist Group (BCS PPSG) One Day Open Meeting with Invited Papers: Bulk Data Types for Architecture Independence being held on 20th May 1994 at Institute of Education, London, UK. Creator: Ashok Gupta /parallel/groups/ptools/ "Parallel Tools Consortium" /parallel/groups/ptools/contacts (641 bytes) Parallel Tools Consortium contact details /parallel/groups/pvmug/ "PVM Users Group" /parallel/groups/pvmug/users-group-meeting-1994 (8755 bytes) Call for papers for the second PVM Users' Group Meeting being held from 19th-20th May 1994 at the Garden Plaza Hotel, Oak Ridge, Tennessee, USA. Sponsored by the US Department of Energy, the University of Tennessee with support from Cray Research, Convex, and Intel. Deadlines: Abstracts: 22nd April 1994. Acceptance: 30th April 1994. Creator: Jack Dongarra /parallel/groups/selhpc/ "South East and London High Performance Computing Consortium (SEL-HPC)" /parallel/groups/selhpc/crisis/ Crisis in High Performance Computing Workshop. Crisis in High Performance Computing Workshop materials. /parallel/groups/selhpc/crisis/NAS-095-011.ps.gz (43785 bytes) NAS benchmarks report referred to in call for attendance. /parallel/groups/selhpc/crisis/articles/ Articles published about workshop /parallel/groups/selhpc/crisis/articles/flagship.html (6077 bytes) Crisis Report from Flagship bulletin Creators: Chris Wadsworth , RAL, UK and Roger Evans , RAL, UK. /parallel/groups/selhpc/crisis/attendance.html (3739 bytes) "Call for attendance" /parallel/groups/selhpc/crisis/booth-abs.html (2376 bytes) "Experiences on the CS-2: Parallel Discrete Event Simulation" by Chris Booth /parallel/groups/selhpc/crisis/comments/ Personal comments about the workshop Personal comments about the HPC Workshop. If you want to add a personal comment on the workshop below, please email it with a note saying if it can be published publically to Peter Welch /parallel/groups/selhpc/crisis/comments/c-wadsworth.html (2563 bytes) Personal comments about the workshop Creator: Chris Wadsworth , RAL, UK /parallel/groups/selhpc/crisis/comments/d-campbell.html (3945 bytes) Personal comments about the workshop Creator: Dr Duncan Campbell , Advanced Computer Architecture Group, Department of Computer Science, University of York, Heslington, York YO1 5DD, UK /parallel/groups/selhpc/crisis/comments/d-parkinson.html (3144 bytes) Personal comments about the workshop Creator: Dennis Parkinson , Queen Mary and Westfield College, London, UK /parallel/groups/selhpc/crisis/comments/j-martin.html (3501 bytes) Personal comments about the workshop Creator: Jeremy Martin , Oxford University Computer Services, Oxford, UK /parallel/groups/selhpc/crisis/comments/l-clarke.html (2698 bytes) Personal comments about the workshop Creator: Lyndon J Clarke , Edinburgh Parallel Computing Centre, Edinburgh, UK /parallel/groups/selhpc/crisis/comments/r-evans.html (2746 bytes) Personal comments about the workshop Creator: Roger Evans , RAL, UK /parallel/groups/selhpc/crisis/comments/t-lake.html (2210 bytes) Personal comments about the workshop Creator: Tom Lake , GLOSSA & InterGlossa Ltd, 59, Alexandra Road, Reading RG1 5PG, UK /parallel/groups/selhpc/crisis/conclusions.html (16786 bytes) Conclusions of the workshop [HTML] /parallel/groups/selhpc/crisis/conclusions.txt (15366 bytes) Conclusions of the workshop [text] /parallel/groups/selhpc/crisis/crisis.html (11538 bytes) The above three documents in one. [HTML] /parallel/groups/selhpc/crisis/crisis.ps (20914 bytes) The above three documents in one. [PostScript] /parallel/groups/selhpc/crisis/crisis.txt (10645 bytes) The above three documents in one. [text] /parallel/groups/selhpc/crisis/discussion/ Discussion about conclusions Discussion of the HPC conclusions, taken from the uk.org.epsrc.hpc.discussion and comp.parallel newsgroups and formated (not editted). If you want to add a message, or comment on the workshop, please either use the newsgroups or email personal comments with a note saying if it can be published publically to Peter Welch /parallel/groups/selhpc/crisis/discussion/12229.html (1759 bytes) "Crisis in HPC Discussion" by Preston Briggs , Tera Computer, Seattle, USA /parallel/groups/selhpc/crisis/discussion/12257.html (2270 bytes) "Crisis in HPC Discussion" by Preston Briggs , Tera Computer, Seattle, USA /parallel/groups/selhpc/crisis/discussion/12273.html (2191 bytes) "Crisis in HPC Discussion" by Jan Prins , The University of North Carolina at Chapel Hill, USA /parallel/groups/selhpc/crisis/discussion/35.html (2826 bytes) "Crisis in HPC Discussion" by Lyndon J Clarke , Edinburgh Parallel Computing Centre /parallel/groups/selhpc/crisis/discussion/36.html (2809 bytes) "Crisis in HPC Discussion" by Cliff Addison , Institute of Advanced Scientific Computation /parallel/groups/selhpc/crisis/discussion/37.html (3079 bytes) "Crisis in HPC Discussion" by Lyndon J Clarke , Edinburgh Parallel Computing Centre /parallel/groups/selhpc/crisis/discussion/38.html (1957 bytes) "Crisis in HPC Discussion" by Nick Maclaren , University of Cambridge /parallel/groups/selhpc/crisis/discussion/39.html (2399 bytes) "Crisis in HPC Discussion" by John Pelan , Queen's University Belfast /parallel/groups/selhpc/crisis/discussion/41.html (4148 bytes) "Crisis in HPC Discussion" by Peter Welch , UKC /parallel/groups/selhpc/crisis/discussion/42.html (2614 bytes) "Crisis in HPC Discussion" by Peter Welch , UKC /parallel/groups/selhpc/crisis/discussion/43.html (6957 bytes) "Crisis in HPC Discussion" by Peter Welch , UKC /parallel/groups/selhpc/crisis/discussion/44.html (2514 bytes) "Crisis in HPC Discussion" by Nick Maclaren , University of Cambridge /parallel/groups/selhpc/crisis/footnote.html (640 bytes) Workshop footnote /parallel/groups/selhpc/crisis/historic.html (1092 bytes) Old documents of historical interest /parallel/groups/selhpc/crisis/johnson-abs.html (1294 bytes) "Problems of Parallelisation - why the pain?" by Steve Johnson /parallel/groups/selhpc/crisis/maclaren-abs.html (1817 bytes) "Language Problems and High Performance Computing" by Nick Maclaren /parallel/groups/selhpc/crisis/mbone.html (1561 bytes) MBONE workshop broadcast details /parallel/groups/selhpc/crisis/notes/ Notes given out at the workshop /parallel/groups/selhpc/crisis/notes/apr (31729 bytes) Applied Parallel Research (APR) xHPF 2.1 announcement and NAS Parallel Benchmarks of July 5th 1995 with correction of September 5th 1995 and discussion. See also for some graphs derived from these statistics to give the efficencies of the benchmarks for IBM SP2 and Cray T3D. Creators: Marc Baber and David Coster . /parallel/groups/selhpc/crisis/notes/bsp (17629 bytes) Benchmarks of Oxford's BSP library and discussion. Creators: Richard Miller ; Peter Welch and Kevin Parrott . /parallel/groups/selhpc/crisis/notes/epcc-t3d (24153 bytes) Announcement of SERC T3D procurement from February 1994 and August 1995 review (selected excerpts). See also Creators: Roland Ibbett ; Alison Wall and Paul Hatton . /parallel/groups/selhpc/crisis/notes/geoff_mike (8689 bytes) Issues and discussion for workshop by people who could not attend. Creators: Geoff Barrett and Mike Giles . /parallel/groups/selhpc/crisis/notes/links (114 bytes) Links to URLs related to the workshop /parallel/groups/selhpc/crisis/notes/news (29639 bytes) News discussion of workshop announcement and HPC efficiency on comp.parallel and uk.org.epsrc.hpc.discussion Creators: John D McCalpin ; Rob Whetnall ; Peter Welch ; John Pelan ; Trevor Daniels ; Nick Maclaren and Dr C. Addison . /parallel/groups/selhpc/crisis/notes/twelve.ps.gz (8885 bytes) "Twelve Ways to Fool the Masses When Giving Performance Results on Parallel Computers" by David Bailey /parallel/groups/selhpc/crisis/presentations/ "Presentations made at the workshop" /parallel/groups/selhpc/crisis/presentations/welch/ "Parallel Software and Parallel Hardware - Bridging the Gap" by Peter Welch /parallel/groups/selhpc/crisis/presentations/welch/ntug95.ps.gz (54117 bytes) "Parallel Hardware and Parallel Software: a Reconciliation" by P.H.Welch Invited talk in Parallel Programming and Applications, proceedings of the ZEUS'95 (Centres for European Supercomputing) & NTUG'95 (Nordic Transputer User Group) Conference, Linkoping, Sweden, 18-19 May, 1995; pp. 287-301; edited by Peter Fritzson and Leif Finmo; published by IOS Press (Holland); ISBN 90-5199-22-7; May 1995. This paper is Copyright (C) P.H.Welch 1995 and reproduced by kind permission of IOS Press (Van Diemenstrat 94, 1013 CN Amsterdam, Netherlands; FAX: +31 20 620 3419; Email: ib@ios.nest.nl) /parallel/groups/selhpc/crisis/presentations/welch/sp2.ps (3738 bytes) IBM SP2 performance (efficiency) on NAS parallel benchmarks - derived results. /parallel/groups/selhpc/crisis/presentations/welch/t3d.ps (3840 bytes) CRAY T3D performance (efficiency) on NAS parallel benchmarks - derived results. /parallel/groups/selhpc/crisis/references.html (1680 bytes) "References made in call for attendance and extended abstract" /parallel/groups/selhpc/crisis/timetable.html (2550 bytes) "Workshop timetable" /parallel/groups/selhpc/crisis/turton-abs.html (1890 bytes) "More experiences with the Cray T3D, ..." by Ian Turton , Centre for Computational Geography, School of Geography, University of Leeds, Leeds LS2 9JT, UK; Tel: +44 (0)113 2333309; FAX: +44 (0)113 2333308 See also /parallel/groups/selhpc/crisis/welch-abs.html (1500 bytes) "Parallel Software and Parallel Hardware - Bridging the Gap" by Peter Welch /parallel/groups/selhpc/crisis/whatsnew.html (5195 bytes) "What's New (Last Changed Thursday 26th October)" /parallel/groups/selhpc/crisis/xabstract.html (6248 bytes) "Workshop extended abstract" /parallel/groups/transputer-user-groups (6760 bytes) Contact addresses for known world transputer user groups /parallel/groups/wotug/ "World occam and Transputer User Group (WoTUG)" "IOS Press information" Documents related to the publisher of WoTUG's conference proceedings. /parallel/groups/wotug/T9000-systems-workshop/ "T9000 systems workshop" Reports on the workshop held at UKC, UK in October 1992. These are summaries of the slides presented by Peter Thompson and Roger Shepherd of INMOS Ltd, Bristol, UK at the T9000 systems workshop given at the University of Kent on the 14th and 15th of September 1992 presented by the World occam and Transputer User Group (WoTUG) in association with COMETT and the Software Environments for Parallel Computing (SEPC) Initiative. The information is (C) Copyright 1992 INMOS Ltd, UK and is presented with permission of INMOS. The University of Kent at Canterbury and INMOS make no claims for the validity of the information presented and accepts no liability for mistakes. The following documents are present: /parallel/groups/wotug/T9000-systems-workshop/all-docs.tar.Z (27195 bytes) All the above documents - archived in a compressed tar file. /parallel/groups/wotug/T9000-systems-workshop/benefits-of-comms-arch.doc (11888 bytes) 2. Benefits of Communication Architecture /parallel/groups/wotug/T9000-systems-workshop/t9000-an-introduction.doc (8364 bytes) 1. Introduction to T9000 /parallel/groups/wotug/T9000-systems-workshop/t9000-communications.doc (13760 bytes) 4. T9000 / C104 Communications: details and performance /parallel/groups/wotug/T9000-systems-workshop/t9000-errors-in-systems.doc (7001 bytes) 5. Errors in Systems /parallel/groups/wotug/T9000-systems-workshop/t9000-pipeline-and-memory-system.doc (12048 bytes) 3. Processor Pipeline and Cache Memory System /parallel/groups/wotug/T9000-systems-workshop/t9000-questions-steve-doyle.doc (2515 bytes) 6. Questions to Steve Doyle of INMOS Marketing /parallel/groups/wotug/T9000-systems-workshop/t9000-summary.doc (3944 bytes) 7. Summary of event /parallel/groups/wotug/committee.html (4908 bytes) "WoTUG committee members" /parallel/groups/wotug/conference-bibliographies/ Proceedings of occam User Group (OUG) and World occam and Transputer User Group (WoTUG) conferences 7-16. /parallel/groups/wotug/conference-bibliographies/oug10.bib (8890 bytes) Applying Transputer Based Parallel Machines, Proceedings of OUG 10, ed. Andre Bakkers, IOS Press, Amsterdam, 1989. /parallel/groups/wotug/conference-bibliographies/oug11.bib (5799 bytes) Developing Transputer Applications, Proceedings of OUG 11, ed. J. Wexler,IOS Press, Amsterdam, 1989; ISBN 90 5199 020. /parallel/groups/wotug/conference-bibliographies/oug12.bib (8582 bytes) Tools and Techniques for Transputer Applications, Proceedings of OUG 12, ed. Stephen J. Turner, IOS Press, Amsterdam, 1990. /parallel/groups/wotug/conference-bibliographies/oug13.bib (9788 bytes) Real-Time Systems with Transputers, Proceedings of OUG 13, ed. H. S. M. Zedan, IOS Press, Amsterdam, 1990. /parallel/groups/wotug/conference-bibliographies/oug7.bib (13400 bytes) Parallel Programming of Transputer Based Machines, Proc. 7th occam User Group Tech. Meeting, 14-16 Sept. 1987, ed. T. Muntean, IOS Press, Amsterdam, 1988. /parallel/groups/wotug/conference-bibliographies/oug8.bib (6121 bytes) Developments Using occam, Proceedings of OUG 8, ed. Jon Kerridge, IOS Press, Amsterdam, 1988. /parallel/groups/wotug/conference-bibliographies/oug9.bib (6319 bytes) occam and the Transputer - Research and Applications, Proceedings of OUG 9, ed. Charlie Askew, IOS Press, Amsterdam, 1988. /parallel/groups/wotug/conference-bibliographies/wotug14.bib (7479 bytes) occam and the Transputer - Current Developments, Proceedings of WoTUG 14, ed. Janet Edwards, IOS Press, Amsterdam, 1991. /parallel/groups/wotug/conference-bibliographies/wotug15.bib (7196 bytes) Transputer Systems - Ongoing Research, Proceedings of WoTUG 15, ed. A. Allen. IOS Press, Amsterdam, 1992. /parallel/groups/wotug/conference-bibliographies/wotug16.bib (6954 bytes) Transputer and Occam Research: New Directions, Proceedings of WoTUG 16, ed. J. Kerridge. IOS Press, Amsterdam, 1993; ISBN 90 5199 121 5. /parallel/groups/wotug/conference-bibliographies/wotug17.bib (8176 bytes) Progess in Transputer and occam research, Proceedings of WoTUG 17, ed Roger Miles and Alan Chalmers. IOS Press, Amsterdam, 1994; ISBN 90 5199 163 0. /parallel/groups/wotug/constitution.html (7077 bytes) "The constitution of WoTUG" Approved at the Sheffield meeting and first AGM in 1993. [HTML] /parallel/groups/wotug/constitution.txt (6712 bytes) "The constitution of WoTUG" Approved at the Sheffield meeting and first AGM in 1993. [text] "WoTUG 20 Conference" Java and Parallel Computing Conference held at University of Twente, Holland in Easter 1997. /parallel/groups/wotug/java/ "Java Threads Workshop" /parallel/groups/wotug/java/applets/ applets /parallel/groups/wotug/java/applets/ArrowCanvas.class (970 bytes) ArrowCanvas.class /parallel/groups/wotug/java/applets/BUFFER_OF_INT.java (4425 bytes) BUFFER_OF_INT.java /parallel/groups/wotug/java/applets/CHAN_OF_INT.class (981 bytes) CHAN_OF_INT.class /parallel/groups/wotug/java/applets/CHAN_OF_INT.html (2936 bytes) CHAN_OF_INT.html /parallel/groups/wotug/java/applets/CHAN_OF_INT.java (3930 bytes) CHAN_OF_INT.java /parallel/groups/wotug/java/applets/Channel.class (1003 bytes) Channel.class /parallel/groups/wotug/java/applets/Channel.html (3662 bytes) Channel.html /parallel/groups/wotug/java/applets/Channel.java (4743 bytes) Channel.java /parallel/groups/wotug/java/applets/ControlPanel.class (2094 bytes) ControlPanel.class /parallel/groups/wotug/java/applets/MONITOR.class (327 bytes) MONITOR.class /parallel/groups/wotug/java/applets/ReadChanWrite.class (3964 bytes) ReadChanWrite.class /parallel/groups/wotug/java/applets/ReadChanWrite.java (10120 bytes) ReadChanWrite.java /parallel/groups/wotug/java/applets/Reader.class (2812 bytes) Reader.class /parallel/groups/wotug/java/applets/SizedLabel.class (544 bytes) SizedLabel.class /parallel/groups/wotug/java/applets/StatusControl.class (1827 bytes) StatusControl.class /parallel/groups/wotug/java/applets/StatusControl.java (6171 bytes) StatusControl.java /parallel/groups/wotug/java/applets/StatusPanel.class (2331 bytes) StatusPanel.class /parallel/groups/wotug/java/applets/Writer.class (2832 bytes) Writer.class /parallel/groups/wotug/java/discussion/ discussion /parallel/groups/wotug/java/discussion/1.html (3216 bytes) [HTML] /parallel/groups/wotug/java/discussion/1 (2851 bytes) [text] /parallel/groups/wotug/java/discussion/2.html (10218 bytes) [HTML] /parallel/groups/wotug/java/discussion/2 (9651 bytes) [text] /parallel/groups/wotug/java/discussion/3.html (16786 bytes) [HTML] /parallel/groups/wotug/java/discussion/3 (16749 bytes) [text] /parallel/groups/wotug/java/discussion/4.html (27011 bytes) [HTML] /parallel/groups/wotug/java/discussion/4 (27053 bytes) [text] /parallel/groups/wotug/java/discussion/5.html (24815 bytes) [HTML] /parallel/groups/wotug/java/discussion/5 (24377 bytes) [text] /parallel/groups/wotug/java/discussion/6.html (8809 bytes) 6.html /parallel/groups/wotug/java/discussion/Alternative.java (10392 bytes) Alternative.java /parallel/groups/wotug/java/discussion/Channel.java (3544 bytes) Channel.java /parallel/groups/wotug/java/discussion/Channel_1_1.java (3102 bytes) Channel_1_1.java /parallel/groups/wotug/java/discussion/Object_Channel.java (3577 bytes) Object_Channel.java /parallel/groups/wotug/java/discussion/TestAlt.java (11110 bytes) TestAlt.java /parallel/groups/wotug/java/discussion/TestAlt.sample (23917 bytes) TestAlt.sample Newer JavaPP and occam materials, software and links /parallel/groups/wotug/java/handouts/ handouts /parallel/groups/wotug/java/handouts/appendix1.txt (26028 bytes) appendix1.txt /parallel/groups/wotug/java/handouts/appendix2.txt (3811 bytes) appendix2.txt /parallel/groups/wotug/java/handouts/appendix3.txt (2824 bytes) appendix3.txt /parallel/groups/wotug/java/handouts/appendix4.txt (4801 bytes) appendix4.txt /parallel/groups/wotug/java/handouts/appendix5.txt (19996 bytes) appendix5.txt /parallel/groups/wotug/java/handouts/appendix6.txt (6555 bytes) appendix6.txt /parallel/groups/wotug/java/handouts/appendix7.txt (6772 bytes) appendix7.txt /parallel/groups/wotug/java/handouts/appendix8.txt (9215 bytes) appendix8.txt /parallel/groups/wotug/java/handouts/appendix9.txt (3401 bytes) appendix9.txt /parallel/groups/wotug/java/handouts/rationale.ps (84272 bytes) rationale.ps /parallel/groups/wotug/java/historical/ historical /parallel/groups/wotug/java/historical/announcement.html (8452 bytes) "Java Threads Workshop Announcement" [HTML] /parallel/groups/wotug/java/historical/announcement.txt (8300 bytes) "Java Threads Workshop Announcement" [text] /parallel/groups/wotug/java/historical/announcement.ps (20693 bytes) "Java Threads Workshop Announcement" [PostScript] /parallel/groups/wotug/java/timetable.html (3487 bytes) timetable.html /parallel/groups/wotug/membership-form.txt (3214 bytes) membership-form.txt /parallel/groups/wotug/minutes/ "WoTUG Annual General Meeting (AGM) Minutes" /parallel/groups/wotug/minutes/1993-03-31 (2614 bytes) Minutes of the first World occam and Transputer User Group (WoTUG) Annual General Meeting (AGM) held during the 16th WoTUG Technical Meeting, on 31 March 1993 at Earnshaw Hall, University of Sheffield, UK. Minutes Secretary: Julie Clarke (University of Sheffield) /parallel/groups/wotug/sig-chairs.html (2470 bytes) "WoTUG Special Interest Group (SIG) chairs" /parallel/groups/wotug/wotug-bleu.jpg (16503 bytes) wotug-bleu.jpg /parallel/groups/wotug/wotug.css (224 bytes) wotug.css /parallel/groups/wotug/wotug.gif (1140 bytes) wotug.gif /parallel/groups/wotug/wotug17/ "WoTUG 17 Conference" Held at Bristol, UK in Easter 1994. /parallel/groups/wotug/wotug17/wotug17.gif (91093 bytes) A picture of the delegates at the WoTUG 17 conference before going into the conference banquet at a castle in Wales. /parallel/groups/wotug/wotug19/ "WoTUG 19 Conference" Held at Nottingam, UK in Easter 1996. See the WoTUG 19 home page at for the most up to date information on the conference. /parallel/groups/wotug/wotug19/acc-papers.html (3116 bytes) "Accepted papers for WoTUG-19" /parallel/groups/wotug/wotug19/invited.html (2060 bytes) "Invited papers for WoTUG-19" /parallel/groups/wotug/wotug19/retarget2.html (8107 bytes) "occam Retargeting workshop II" /parallel/groups/wotug/wotug21/ "WoTUG 21 Conference" Held at University of Kent at Canterbury, April 1998 /parallel/groups/wotug/wotug21/authors.html (2139 bytes) authors.html /parallel/groups/wotug/wotug21/call-for-papers.html (5233 bytes) call-for-papers.html /parallel/groups/wotug/wotug21/call-for-papers.ps (122259 bytes) call-for-papers.ps /parallel/groups/wotug/wotug21/call-for-papers.txt (3606 bytes) call-for-papers.txt /parallel/groups/wotug/wotug21/details.html (3863 bytes) details.html /parallel/groups/wotug/wotug21/papers.html (22896 bytes) papers.html /parallel/groups/wotug/wotug21/press.html (8072 bytes) press.html /parallel/groups/wotug/wotug21/register.html (6849 bytes) register.html /parallel/groups/wotug/wotug21/register.ps (88219 bytes) register.ps /parallel/groups/wotug/wotug21/register.txt (1342 bytes) register.txt /parallel/groups/wotug/wotug21/resources.html (7438 bytes) resources.html /parallel/groups/wotug/wotug21/timetable.html (7847 bytes) timetable.html /parallel/groups/wotug/wotug21/tutorial.html (4543 bytes) tutorial.html /parallel/groups/wotug/wotug21/ukc-logo.gif (18030 bytes) ukc-logo.gif /parallel/groups/wotug/wotug21/wotug-bleu.jpg (16503 bytes) wotug-bleu.jpg /parallel/groups/wotug/wotug21/wotug.css (224 bytes) wotug.css /parallel/groups/wotug/wotug21/wotug.gif (1140 bytes) wotug.gif /parallel/groups/wotug-japan/ "World occam and Transputer User Group Japan" /parallel/groups/wotug-japan/committee.doc (1953 bytes) WOTUG/Japan committee members /parallel/hardware/ "Hardware specific software, documents and other materials" Hardware specific information, stored by vendor. "CRAY Inc. machines: T3D" /parallel/hardware/custom/ "Custom and DIY Hardware" "GRAPE-4: A One-Tflops Special-Purpose Computer for Astrophysical N-body problems" (GRAPE-4) by Junichiro Makino , See also ABSTRACT: We describe the GRAPE-4 system, a special-purpose computer for astrophysical $N$-body simulations. "MPC project" (MPC) by Alexandre Fenyo , Iquipe Architecture des Systhmes et Micro-Ilectronique, Laboratoire d'Informatique de Paris 6, Couloir 55-65, 2hme itage, Universiti Pierre et Marie Curie, 4, place Jussieu, 75252 Paris Cedex 05, France; FAX: +33 1 44 27 62 86 MPC is a parallel computer. Our project goal is to design a high performance/low cost multiprocessor, using standard Pentium based PC-boards as nodes, Unix FreeBSD operating system, and a high speed communication network built on the gigabit-HSL (High Speed Link) IEEE-1355 technology. MPC includes both hardware and software components. "Fractal Nanocomputer" by Joseph Michael Describes how the construction of a fractal robot will eventually lead to fractal nanotechnology compatible computers as the size of the fractal robot and their built in controllers shrink. Self repairing and modular approach permit massive parallelism at low cost. /parallel/hardware/custom/papers/ PAPERS: Purdue's Adapter for Parallel Execution and Rapid Synchronization PAPERS: Purdue's Adapter for Parallel Execution and Rapid Synchronization. This is custom hardware that allows a cluster of unmodified PCs and/or workstations to function as a fine-grain parallel computer capable of MIMD, SIMD, and VLIW execution. The total time taken to perform a typical barrier synchronization and/or aggregate communication operation using PAPERS is about 3 microseconds, including all hardware and software overhead. This is several orders of magnitude faster than using conventional networks, and is even faster than most commercial parallel supercomputers. Despite this performance, a four-processor PAPERS unit can cost as little as $30 to build, and the complete hardware design and support software is fully PUBLIC DOMAIN. See for software and documentation. /parallel/hardware/custom/papers/announcement (1519 bytes) Announcement of PAPERS. Creator: PAPERS E-mail Server "Silicon Graphics" (SGI) "IBM Inc. machines: SP-1, SP-2" "SGS-Thomson Microelectronics (was INMOS Ltd) machines: Transputers, T2xx, T4xx, T8xx and T9000s." "Intel Inc. machines: Paragon" "Meiko machines: CS-1, CS-2" "Texas Instruments processors: TMS320C40" "Thinking Machines Corporation machines: CM-5" /parallel/info/ "Indices (ls-lR and full textual, compressed) and other information" /parallel/info/AFA-ORGANIZATION (527 bytes) "IAFA Organization details" /parallel/info/AFA-SITEINFO (758 bytes) "IAFA Site details" /parallel/info/AFA-USER (413 bytes) "IAFA User information" /parallel/info/Changes/ "Changes to the archive by month" /parallel/info/Changes/1999-02 (635 bytes) "Changes in February 1999" /parallel/info/Changes/1999-01 (88 bytes) "Changes in January 1999" /parallel/info/Changes/1998-12 (89 bytes) "Changes in December 1998" /parallel/info/Changes/1998-11 (41 bytes) "Changes in November 1998" /parallel/info/Changes/1998-10 (40 bytes) "Changes in October 1998" /parallel/info/Changes/1998-09 (441 bytes) "Changes in September 1998" /parallel/info/Changes/1998-08 (1764 bytes) "Changes in August 1998" /parallel/info/Changes/1998-07 (9008 bytes) "Changes in July 1998" /parallel/info/Changes/1998-06 (403 bytes) "Changes in June 1998" /parallel/info/Changes/1998-05 (841 bytes) "Changes in May 1998" /parallel/info/Changes/1998-04 (148 bytes) "Changes in April 1998" /parallel/info/Changes/1998-03 (4552 bytes) "Changes in March 1998" /parallel/info/Changes/1998-02 (3246 bytes) "Changes in February 1998" /parallel/info/Changes/1998-01 (7040 bytes) "Changes in January 1998" /parallel/info/Changes/1997-12 (39 bytes) "Changes in December 1997" /parallel/info/Changes/1997-11 (9085 bytes) "Changes in November 1997" /parallel/info/Changes/1997-10 (557 bytes) "Changes in October 1997" /parallel/info/Changes/1997-09 (58 bytes) "Changes in September 1997" /parallel/info/Changes/1997-08 (5667 bytes) "Changes in August 1997" /parallel/info/Changes/1997-07 (10172 bytes) "Changes in July 1997" /parallel/info/Changes/1997-06 (8386 bytes) "Changes in June 1997" /parallel/info/Changes/1997-05 (15051 bytes) "Changes in May 1997" /parallel/info/Changes/1997-04 (961 bytes) "Changes in April 1997" /parallel/info/Changes/1997-03 (4119 bytes) "Changes in March 1997" /parallel/info/Changes/1997-02 (16276 bytes) "Changes in February 1997" /parallel/info/Changes/1997-01 (31581 bytes) "Changes in January 1997" /parallel/info/Changes/1996-12 (2134 bytes) "Changes in December 1996" /parallel/info/Changes/1996-11 (27000 bytes) "Changes in November 1996" /parallel/info/Changes/1996-10 (27009 bytes) "Changes in October 1996" /parallel/info/Changes/1996-09 (12430 bytes) "Changes in September 1996" /parallel/info/Changes/1996-08 (52065 bytes) "Changes in August 1996" /parallel/info/Changes/1996-07 (39646 bytes) "Changes in July 1996" /parallel/info/Changes/1996-06 (3270 bytes) "Changes in June 1996" /parallel/info/Changes/1996-05 (7321 bytes) "Changes in May 1996" /parallel/info/Changes/1996-04 (12603 bytes) "Changes in April 1996" /parallel/info/Changes/1996-03 (30412 bytes) "Changes in March 1996" /parallel/info/Changes/1996-02 (28073 bytes) "Changes in February 1996" /parallel/info/Changes/1996-01 (32910 bytes) "Changes in January 1996" /parallel/info/Changes/1995-12 (10379 bytes) "Changes in December 1995" /parallel/info/Changes/1995-11 (33160 bytes) "Changes in November 1995" /parallel/info/Changes/1995-10 (23174 bytes) "Changes in October 1995" /parallel/info/Changes/1995-09 (25538 bytes) "Changes in September 1995" /parallel/info/Changes/1995-08 (60758 bytes) "Changes in August 1995" /parallel/info/Changes/1995-07 (22500 bytes) "Changes in July 1995" /parallel/info/Changes/1995-06 (28880 bytes) "Changes in June 1995" /parallel/info/Changes/1995-05 (22829 bytes) "Changes in May 1995" /parallel/info/Changes/1995-04 (9462 bytes) "Changes in April 1995" /parallel/info/Changes/1995-03 (18019 bytes) "Changes in March 1995" /parallel/info/Changes/1995-02 (12683 bytes) "Changes in February 1995" /parallel/info/Changes/1995-01 (18161 bytes) "Changes in January 1995" /parallel/info/Changes/1994-12 (6950 bytes) "Changes in December 1994" /parallel/info/Changes/1994-11 (26031 bytes) "Changes in November 1994" /parallel/info/Changes/1994-10 (16148 bytes) "Changes in October 1994" /parallel/info/Changes/1994-09 (12839 bytes) "Changes in September 1994" /parallel/info/Changes/1994-08 (16950 bytes) "Changes in August 1994" /parallel/info/Changes/1994-07 (12614 bytes) "Changes in July 1994" /parallel/info/Changes/1994-06 (16339 bytes) "Changes in June 1994" /parallel/info/Changes/1994-05 (35264 bytes) "Changes in May 1994" /parallel/info/Changes/1994-04 (14157 bytes) "Changes in April 1994" /parallel/info/Changes/1994-03 (17818 bytes) "Changes in March 1994" /parallel/info/Changes/1994-02 (9750 bytes) "Changes in February 1994" /parallel/info/Changes/1994-01 (12121 bytes) "Changes in January 1994" /parallel/info/Changes/1993-12 (11262 bytes) "Changes in December 1993" /parallel/info/Changes/1993-11 (26471 bytes) "Changes in November 1993" /parallel/info/Changes/1993-10 (16911 bytes) "Changes in October 1993" /parallel/info/Changes/1993-09 (12416 bytes) "Changes in September 1993" /parallel/info/Changes/1993-08 (10277 bytes) "Changes in August 1993" /parallel/info/Changes/1993-07 (15170 bytes) "Changes in July 1993" /parallel/info/Changes/1993-06 (3441 bytes) "Changes in June 1993" /parallel/info/Changes/1993-05 (2968 bytes) "Changes in May 1993" /parallel/info/FullIndex.txt (2271194 bytes) "Full Text Index" /parallel/info/help (2547 bytes) "HELP for the parallel archive" /parallel/info/ls-lR (2200689 bytes) "Output of ls -lR run over archive area." /parallel/info/million.html (1404 bytes) million.html /parallel/info/mirrors.html (20882 bytes) "List of sites/dirs mirrored in the parallel archive" /parallel/info/stats/ "Statistics about accesses to archive" /parallel/info/stats/aug95-jul96.html (22689 bytes) "IPCA Statistics from 1 August 1995 - 31 July 1996" by Dave Beckett Statistics for the first year of the period that the IPCA has been funded by JISC ISSC after the ending of SEL-HPC funding. Includes breakdown of bytes transmitted, accesses (totals) then by country and for the .ac.uk domain. /parallel/info/stats/ipca-1996-date.png (4077 bytes) "IPCA Accesses per day of 1996" [PNG] /parallel/info/stats/ipca-1996-date.gif (10216 bytes) "IPCA Accesses per day of 1996" [GIF] /parallel/info/stats/ipca-1996-month.png (2250 bytes) "IPCA Accesses per month of 1996" [PNG] /parallel/info/stats/ipca-1996-month.gif (8277 bytes) "IPCA Accesses per month of 1996" [GIF] /parallel/info/stats/ipca-1996-per_hour.png (2257 bytes) "IPCA Accesses per hour of the day for 1996" [PNG] /parallel/info/stats/ipca-1996-per_hour.gif (9450 bytes) "IPCA Accesses per hour of the day for 1996" [GIF] /parallel/info/stats/ipca-1997-date.png (3724 bytes) "IPCA Accesses per day of 1997" [PNG] /parallel/info/stats/ipca-1997-date.gif (8981 bytes) "IPCA Accesses per day of 1997" [GIF] /parallel/info/stats/ipca-1997-month.png (2259 bytes) "IPCA Accesses per month of 1997" [PNG] /parallel/info/stats/ipca-1997-month.gif (8303 bytes) "IPCA Accesses per month of 1997" [GIF] /parallel/info/stats/ipca-1997-per_hour.png (2200 bytes) "IPCA Accesses per hour of the day for 1997" [PNG] /parallel/info/stats/ipca-1997-per_hour.gif (9643 bytes) "IPCA Accesses per hour of the day for 1997" [GIF] /parallel/info/stats/ipca-1998-date.gif (5244 bytes) ipca-1998-date.gif /parallel/info/stats/ipca-1998-date.png (2797 bytes) ipca-1998-date.png /parallel/info/stats/ipca-1998-month.gif (5401 bytes) ipca-1998-month.gif /parallel/info/stats/ipca-1998-month.png (2233 bytes) ipca-1998-month.png /parallel/info/stats/ipca-1998-per_hour.gif (6263 bytes) ipca-1998-per_hour.gif /parallel/info/stats/ipca-1998-per_hour.png (2341 bytes) ipca-1998-per_hour.png /parallel/info/stats/ipca-date.png (4794 bytes) "IPCA Accesses per day (total)" [PNG] /parallel/info/stats/ipca-date.gif (13295 bytes) "IPCA Accesses per day (total)" [GIF] /parallel/info/stats/ipca-month.png (3758 bytes) "IPCA Accesses per month (total)" [PNG] /parallel/info/stats/ipca-month.gif (7391 bytes) "IPCA Accesses per month (total)" [GIF] /parallel/info/stats/ipca-per_hour.png (2510 bytes) "IPCA Accesses per hour of the day (total)" [PNG] /parallel/info/stats/ipca-per_hour.gif (8327 bytes) "IPCA Accesses per hour of the day (total)" [GIF] /parallel/info/stats/ipca-per_month.png (2471 bytes) "IPCA Accesses per month of the year (total)" [PNG] /parallel/info/stats/ipca-per_month.gif (7800 bytes) "IPCA Accesses per month of the year (total)" [GIF] /parallel/info/stats/ipca-year.png (2257 bytes) "IPCA Accesses per year (total)" [PNG] /parallel/info/stats/ipca-year.gif (5916 bytes) "IPCA Accesses per year (total)" [GIF] /parallel/internet/ "Internet and USENET related files" /parallel/internet/mailing-lists/ Mailing lists /parallel/internet/mailing-lists/cm5-paragon-ipsc (9962 bytes) Details of NAS/NASA mailing lists for the Thinking Machines CM5, Intel Paragon and Intel iPSC/860 machines. Creator: J. Eric Townsend /parallel/internet/mailing-lists/distributed-algorithms (1944 bytes) Distributed Algorithms and Systems mailing list (and WWW page). The "Brunello" list at St. Andrews University, Scotland, UK. See also: http://www.cwi.nl/cwi/departments/AA1/distcom/distcom.html Creator: Jaap Henk Hoepman /parallel/internet/mailing-lists/infoapar (4212 bytes) Details of email list (listserv) for the group APAR (Parallel Architectures) of CRIM (Computer Research Institute of Montreal) used to inform anyone interested both in CRIM and outside it on new developments in our group and various related events (conferences, seminars, etc). Creator: Marius Hancu /parallel/internet/mailing-lists/mailinglist-pario (2017 bytes) Details of mailing list for parallel I/O research. This new list is intended for individuals interested in research about parallel-I/O systems and algorithms, including file systems, architectures, out-of-core algorithms, compiler techniques, language extensions, run-time support, APIs, application requirements and workload characterization, disk arrays, tape striping, and perhaps graphics and networking. Creator: David Kotz /parallel/internet/services/ On line services /parallel/internet/services/icot-free-software (9921 bytes) Details of free software available from ICOT, Japan. Includes concurrent programming languages and reports. Creator: Orie Suzuki (AIC) /parallel/internet/services/ppg (2041 bytes) Monthly electronic-mail newsletters available for free from the Parallel Performance Group (PPG) on Multiprocessing, Parallel Processing and Distributed Processing; Solid Modelling/CADD, Mech. Design and Animation; Obj.-Oriented CASE Tools; Image Proc'g/Medicl Imgng; Fuzzy Logic/Fuzzy Control; Neural Networks; Project Management; Digital Signal Processing; Volume Visualization and Simulation. Creator: Parallel Performance Group /parallel/internet/services/tracebase (2546 bytes) Announcement of TraceBase service - New Mexico State University Trace Database developed to allow researchers around the world to access and share traces from various computer architectures. Bryan Hunt Creator: Bryan Hunt /parallel/internet/usenet/ USENET parallel computing newsgroups archives /parallel/internet/usenet/comp.os.parix/ "comp.os.parix newsgroup" /parallel/internet/usenet/comp.os.parix/articles.tar.gz (72441 bytes) "Archived comp.os.parix articles 1994-1997" /parallel/internet/usenet/comp.parallel/ "comp.parallel newsgroup" /parallel/internet/usenet/comp.parallel/FAQ/ "comp.parallel Frequently Asked Questions" (FAQ) by Eugene N. Miya /parallel/internet/usenet/comp.parallel/FAQ/02 (6865 bytes) "comp.parallel FAQ: Introduction, Table of Contents and Justification (part 2/28)" /parallel/internet/usenet/comp.parallel/FAQ/04 (15458 bytes) "comp.parallel FAQ: Newsgroup History (part 4/28)" /parallel/internet/usenet/comp.parallel/FAQ/06 (5150 bytes) "comp.parallel FAQ: parlib (part 6/28)" /parallel/internet/usenet/comp.parallel/FAQ/08 (7795 bytes) "comp.parallel FAQ: Group dynamics (part 8/28)" /parallel/internet/usenet/comp.parallel/FAQ/10 (92499 bytes) "comp.parallel FAQ: Related Newsgroups, Archives and References (part 10/28)" /parallel/internet/usenet/comp.parallel/FAQ/12 (26058 bytes) "comp.parallel FAQ: Who runs the ||ism-comunity? (part 12/28)" /parallel/internet/usenet/comp.parallel/FAQ/14 (14087 bytes) "comp.parallel FAQ: Finding Parallelism References (part 14/28)" /parallel/internet/usenet/comp.parallel/FAQ/16 (555 bytes) "comp.parallel FAQ: (blank) (part 16/28)" /parallel/internet/usenet/comp.parallel/FAQ/18 (100127 bytes) "comp.parallel FAQ: Supercomputing and Crayisms (part 18/28)" /parallel/internet/usenet/comp.parallel/FAQ/20 (38633 bytes) "comp.parallel FAQ: IBM and Amdahl (part 20/28)" /parallel/internet/usenet/comp.parallel/FAQ/22 (3499 bytes) "comp.parallel FAQ: Grand challenges and HPCC (part 22/28)" /parallel/internet/usenet/comp.parallel/FAQ/24 (15904 bytes) "comp.parallel FAQ: Suggested (required) readings (part 24/28)" /parallel/internet/usenet/comp.parallel/FAQ/26 (43698 bytes) "comp.parallel FAQ: Dead Computer Architecture Society (part 26/28)" /parallel/internet/usenet/comp.parallel/FAQ/27 (4084 bytes) "comp.parallel FAQ: Special post (part 27/28)" /parallel/internet/usenet/comp.parallel/FAQ/28 (2518 bytes) "comp.parallel FAQ: Dedications (part 28/28)" /parallel/internet/usenet/comp.parallel/articles/ "USENET articles from December 1993 - present" /parallel/internet/usenet/comp.parallel/articles/1994.tar.gz (2783146 bytes) "comp.parallel articles for 1994" /parallel/internet/usenet/comp.parallel/articles/1995.tar.gz (2116763 bytes) "comp.parallel articles for 1995" /parallel/internet/usenet/comp.parallel/articles/1996.tar.gz (1761745 bytes) "comp.parallel articles for 1996" /parallel/internet/usenet/comp.parallel/articles/1997/ "comp.parallel articles for 1997" /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/ "comp.parallel articles for Jan 1997" /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000001 (5249 bytes) "[l/m 3/7/96] Intro/TOC/Justification comp.parallel (2/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000002 (18975 bytes) "Call For Participation, HPCA-3 Advance Program" by Dhabaleswar Panda /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000003 (5227 bytes) "CFP PPoPP '97" by Vladimir Kotlyar /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000004 (8685 bytes) "Call for papers PDPTA'97" by El-ghazali.Talbi /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000005 (7298 bytes) "Reminder - ICS'97 CFP" by Bernd Wender /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000006 (6268 bytes) "PDC Conference: Software for Parallel Computing 16-17 December" by Gert Svensson /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000007 (2965 bytes) "UCLA Parallel Computing Laboratory Now Hiring" by Monnica Terwilliger /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000008 (6034 bytes) "REMINDER: CFP RTSPP" /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000009 (8128 bytes) "Re: Parallelism" by Carlie Coats /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000010 (3771 bytes) "Second Workshop on Randomized Parallel Computing -- NEW DEADLINE!" by Sanguthevar Rajasekaran /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000011 (8036 bytes) "New process sync primitives for occam (SPARC/Alpha targets)" by phw /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000012 (1410 bytes) "Los Alamos Job Opening" by Peter Beckman /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000013 (882 bytes) "Great Job Opportunity!!!" by Cathy Brown /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000014 (3628 bytes) "The PARALLEL Processing Connection - What Is It?" by B. Mitchell Loebel /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000015 (2149 bytes) "job openings in computational biology" by Ying Xu /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000016 (7874 bytes) "Call for papers - Parallel Programming and Java conference" by Gerald H. Hilderink /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000017 (3476 bytes) "Call-for-participation-TDD-during-HPCN97" by Jaap Hollenberg /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000018 (771 bytes) "POSIX threads in FORTRAN." by Ananth Grama /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000019 (1373 bytes) "Workshop on Parallel Solution of PDEs" /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000020 (609 bytes) "Anyone with interest/results in PRAM-simulations?" by Maxa Felix /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000021 (3689 bytes) "Call for Papers" by Michael A. Palis /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000022 (1213 bytes) "CS Faculty Positions" by Michael A. Palis /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000023 (2636 bytes) "Research Programmer Position - Univ. of Illinois" by Ruth Aydt /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000024 (10194 bytes) "IPCCC '97 --- February, 1997" by Jo Dale Carothers /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000025 (532 bytes) "Re: Parallel software" by Chris Humphres /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000026 (567 bytes) "Seek a Cache Simulator" by Chen Shiping /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000027 (690 bytes) "REQ: references to work on idle workstation utilization" by Karp Jeong /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000028 (3769 bytes) "Second Workshop on Randomized Parallel Computing -- CFP" by Sanguthevar Rajasekaran /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000029 (7629 bytes) "Faculty Position/ Poste Prof. Informatique -France/Marseille -" by -LGI.Maths,4864,,, /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000030 (905 bytes) "GCC register optimization on a SP2-RS/6000" by Bernard Zignin /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000031 (882 bytes) "Advanced Concepts and Techniques in Thermal Modelling - Call for Papers" by Michel ELHAYEK /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000032 (820 bytes) "CORBA" /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000033 (3093 bytes) "* TRACS: Training and Research on Advanced Computing Systems" by J-C Desplat /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000034 (682 bytes) "Summary of OOPP Research" by james buford white /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000035 (1447 bytes) "A PhD thesis available" by Ville Lepp{nen /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000036 (1220 bytes) "Amdahl's Law" by Phyllis E Crandall /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000037 (3090 bytes) "* TRACS: Training and Research on Advanced Computing Systems" by J-C Desplat /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000038 (4594 bytes) "ANNOUNCE 3rd European MPI Workshop" by MPI-2 European Information Meeting /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000039 (1779 bytes) "European-Watch" by Jaap Hollenberg /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000040 (823 bytes) "IBM vs HP vs DEC midrages??" by Peter Cumming /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000041 (8173 bytes) "CfP: EuroPar'97 Workshop "Parallel and Distributed Databases"" by Prof. Dr. Freitag /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000042 (2261 bytes) "Software Roadmap for Global Optimization methods (2nd post)" by Saleh Elmohamed /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000043 (6354 bytes) "PODC '97 (please circulate)" by Hagit Attiya /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000044 (2201 bytes) "12/16 meeting notice-PARALLEL Processing Connection" by B. Mitchell Loebel /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000045 (740 bytes) "Using the WWW as a huge parallel computer" by Laurence Vanhelsuwe /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000046 (543 bytes) "FS: Convex & Cray" by Kris Knutsen /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000047 (2592 bytes) "Parallel Programming Course at EMBL-Heidelberg" by David Starks-Browning /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000048 (15149 bytes) "DCCA-6 Program and Registration Information" by Wolfgang Hohl /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000049 (1036 bytes) "Problem with MPIch 1.0.13" by Giovanni Scalmani /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000050 (2616 bytes) "Parallel Processing Research Positions, Manchester Univ, UK" by Andy Nisbet /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000051 (2139 bytes) "Call for Participation -- Cluster Computing Conference, Atlanta," by V.S.Sunderam /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000052 (770 bytes) "Info about the ScaLAPACK C Interface" by J.A. J.Loureda /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000053 (2113 bytes) "REMINDER: The Computer Science Bibliography Collection" by LIIN Webmaster /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000054 (15319 bytes) "[l/m 12/4/96] group history/glossary comp.parallel (4/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000055 (6796 bytes) "[l/m 4/12/96] news group dynamics comp.parallel (8/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000056 (949 bytes) "New Paradyn tech report: Shared Memory Performance" by Barton Miller /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000057 (12489 bytes) "POPL'97: Final call for participation (Reg. deadline: Dec. 18!)" by Fritz Henglein /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000058 (869 bytes) "Compiler positions at Silicon Graphics" by Dror Maydan /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000059 (6558 bytes) "Final CFP: COORDINATION97" by Robert Tolksdorf /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000060 (1935 bytes) "REMINDER: The Computer Science Bibliography Collection" by LIIN Webmaster /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000061 (4736 bytes) "3rd European MPI Workshop (correction)" by MPI-2 European Information Meeting /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000062 (1409 bytes) "Re: Parallelism" by Stephen Barnard /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000063 (860 bytes) "PVM or MPI on WS-Cluster" by Manfred Krafczyk /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000064 (2026 bytes) "ORLANDO: DSP Assembly Programmer Needed" by John Deame /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000065 (8272 bytes) "CFP Special Session on Parallel and Distr." by Pan Yi /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000066 (1604 bytes) "1997 ICPP Call for Papers" by Hank Dietz /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000067 (3393 bytes) "Mentat Version 3.0" by Mentat Research Group /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000068 (905 bytes) "BLAS basic question" by Laurent Fournerie /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000069 (3532 bytes) "Ph.D. Dissertation and Source Code Available" by Wayne Kelly /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000070 (1726 bytes) "Expressing the universal quantifier in a programming language?" by Garry Turkington /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000071 (1480 bytes) "Re: Wanted: parallel make-utility" by David Ecale /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000072 (645 bytes) "parallel algorithms" by Claudia Cristi /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000073 (702 bytes) "Automatic parallelization" by Victor Lavrenko /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000074 (3847 bytes) "ANNOUNCEMENT: Data Mining and Knowledge Discovery journal" by Michael Beddows /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000075 (464 bytes) "parallelism" by Telunjuk /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000076 (607 bytes) "KSR1 - Kendall Square" by David S Sachdev /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000077 (1696 bytes) "job position - MP architecture/validation, esp. memory ordering" by Rick Zucker /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000078 (1386 bytes) "Workshop on Parallel Solution of PDEs" /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000079 (626 bytes) "IBM SP@-what is it, how does it compare?" by Peter Cumming /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000080 (1270 bytes) "Re: HPF: Sparse Matrices in Compressed Row Storage format" by Jonathan Eckstein /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000081 (701 bytes) "Q: Numerical SW for MP-Powermacs?" by Torsten Fink /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000082 (1121 bytes) "Parallel Prcessing Languages" by Sasikumar M /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000083 (2423 bytes) "Announcement: Upcoming HPCN Software Tools Workshop" by Robin Allen /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000084 (2572 bytes) "Teraflops Environmental Computing - will it help?" by Dewey Burbank /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000085 (2944 bytes) "DIS- Program'97" by Azzedine BOUKERCHE /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000086 (681 bytes) "CONVEX 220 FOR SALE" by Mitch Miller <71043.1600@CompuServe.COM> /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000087 (3018 bytes) "CFP: 1997 Parallel Rendering Symposium" by Gordon Stoll /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000088 (7949 bytes) "CFP: EuroPar'97 Parallel and Distributed Database Systems Workshop" by Burkhard Freitag /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000089 (4269 bytes) "CFP Appl. of OO to Parallel Computing" by Thomas Schnekenburger /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000090 (2912 bytes) "Opening for CS Division Director at UT-San Antonio" by Tom Bylander /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000091 (2465 bytes) "Why is comp.parallel FAQ structured the way it is?" by Jose Manuel de Magalhaes Cruz /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000092 (9683 bytes) "KDD 97 Call For Papers (CFP)" by KDD-97 Account /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000093 (12645 bytes) "CANPC '97: Call for Participation" by Craig Stunkel /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000094 (4254 bytes) "CFP - Preliminary Call for Paper(ICPADS'97)" by Gyeong Hun Kim /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000095 (4246 bytes) "IEEE-Distributed Interactive Simulation'97" by Azzedine BOUKERCHE /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000096 (12539 bytes) "three calls for papers - please circulate" by Albert Y. Zomaya /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000097 (1570 bytes) "Re: Parallel Prcessing Languages" by No Junk E-Mail /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000098 (1223 bytes) "New MPI Book" by Peter Pacheco /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000099 (4703 bytes) "CFP: IOPADS '97" by Rajeev Thakur /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000100 (4086 bytes) "CFP: Forum on Parallel Computing Curricula" by David Kotz /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000101 (13078 bytes) "Euro-Par'97 Submission Form and Fee Information -- Last Call" by EuroPar'97 /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000102 (7665 bytes) "CFP: Automatic Parallelization and High-Performance Compilers" by Jean-Francois COLLARD /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000103 (769 bytes) "request for fft timings on sgi O2000" by Patrick STOCLET /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000104 (2576 bytes) "Re: BLAS basic question" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000105 (592 bytes) "Householder parallel" by Haaino Beljaars /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000106 (1272 bytes) "Re: IBM vs HP vs DEC midrages??" by Del Cecchi /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000107 (5348 bytes) "SPAA'97 CFP - IMPORTANT: REVISED SUBMISSION PROCEDURE" by Robert Cypher /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000108 (93834 bytes) "[l/m 12/9/96] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000109 (2154 bytes) "Re: Seek a Cache Simulator" by Shubu Mukherjee /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000110 (2124 bytes) "CFP - Cluster Computing Conference, Atlanta, 3/97" by V.S.Sunderam /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000111 (2701 bytes) "Special Issue on Techniques for Simulation of Computer Systems" by Philip Heidelberger /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000112 (423 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000113 (72986 bytes) "[l/m 1/15/96] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000114 (7422 bytes) "CFP: Workshop on Parallel Languages, EuroPar'97 (W05)" by Luc Bouge /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000115 (3412 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000116 (6447 bytes) "CFP - Parallel Computing 1997" by Erik D'Hollander /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000117 (440 bytes) "Brinch Hansen's Super Pascal" /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000118 (34812 bytes) "[l/m 12/11/96] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000119 (1828 bytes) "Job opening: BSc, discrete modelling of complex fluids, UK-Cambridge" by Andrew J Wilson /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000120 (3739 bytes) "CFP Intel Supercomputing - ISUG'97" by Anil Deane /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000121 (8832 bytes) "CFP: Parallel CFD '97" by Parallel CFD 1997 /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000122 (5601 bytes) "ANNOUNCE: Supercomputing Techniques Workshop" by Stephanie Dobler /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000123 (6454 bytes) "Course on building Distributed Systems" by Ronald LeRoi Burback /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000124 (2921 bytes) "Reminder - 3rd European MPI Workshop" by MPI-2 European Information Meeting /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000125 (531 bytes) "Per Brinch Hansen =?UNKNOWN?Q?=B4s?= parallel language: SuperPascal" /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000126 (987 bytes) "Re: Householder parallel" /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000127 (1609 bytes) "parallel exe. on HP multi-CPU machine" by Makoto Yoneya /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000128 (1679 bytes) "Virginia: CS Position Available" by Thomas M. Eidson /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000129 (1254 bytes) "IBM SP2 switch signalling?" by Nicholas Geovanis /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000130 (9649 bytes) "KDD 97 Call For Papers (CFP)" by Chris Dean /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000131 (2808 bytes) "available position in systems" by Lori Pollock /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000132 (5861 bytes) "Submission deadline for "Billion-Transistor Processors" is 2/1" by Douglas Burger /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000133 (786 bytes) "Question On PVM" by Patrick Leung Yu On /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000134 (2066 bytes) "ORLANDO: Need DSP Assembly Programmer" by johnd /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000135 (3121 bytes) "CFP: Hardware & Software Fault Tolerance in Distributed Systems" by Pradip Srimani /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000136 (2570 bytes) "Teraflops Environmental Computing - will it help?" by Dewey Burbank /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000137 (1866 bytes) "For Sale: KSR1-8/256MB/12GB + Software + Documentation" by Ernst A. Heinz /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000138 (1792 bytes) "Parallel Computing in Hydrologic Simulation" by A.Leichtfuss /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000139 (766 bytes) "Developments in Parallel Computing" by DAppleing /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000140 (4630 bytes) "IRREGULAR'97: Final CFP" by ROLIM Jose D. P. /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000141 (530 bytes) "Convex C220 : 1 Week left!" by Ilya Eigenbrot /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000142 (6275 bytes) "ANNOUNCEMENT: Fast Messages for Windows NT/x86/Myrinet" by Scott Pakin /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000143 (2046 bytes) "Postdoctoral Fellowship at Sandia" by Scott A. Hutchinson /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000144 (5337 bytes) "IEEE INFOCOM'98 - Preliminary Call for Papers." by Ramesh Nagarajan /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000145 (1175 bytes) "HELP: I want to visit a conference" by Victor Lavrenko /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000146 (2501 bytes) "Job Openings" by Judith E Devaney /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000147 (1192 bytes) "Job: HW Project Leaders/Managers - FPGA/ASIC/PCI/VME" by Larry Watts /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000148 (2953 bytes) "ASIC SENIOR DESIGN ENGINEER" by Eugen Schenfeld /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000149 (808 bytes) "Summer Internship help" by Rajkumar E Malli /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000150 (875 bytes) "caching for parallel file systems" by Stephen Docy /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000151 (600 bytes) "parallel io benchmarks" by Stephen Docy /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000152 (1914 bytes) "NGM: Re: Why is comp.parallel FAQ structured the way it is?" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000153 (761 bytes) "SCALAPACK problems" by Malishevsky Alexey /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000154 (2314 bytes) "CFP: Special Issue on I/O in Parallel Applications" by Rajeev Thakur /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000155 (668 bytes) "THE TECHEXPO CALENDAR OF SCIENCE, ENGINEERING & TECHNOLOGY EVENTS" by N. Gat /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000156 (126277 bytes) "Invitation-to-the-IEEE-IPPS97-in-Geneva" by Jaap Hollenberg /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000157 (756 bytes) "Re: Job Openings" by Brian VanVoorst /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000158 (3813 bytes) "CFP: Java Workshop at PPoPP June 21, 1997" by Wei Li /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000159 (4352 bytes) "Fujitsu VPP300 C compiler" by Andrew Mc.Ghee /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000160 (1192 bytes) "Job: HW Project Leaders/Managers - FPGA/ASIC/PCI/VME" by Larry Watts /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000161 (3795 bytes) "CFP: Java Workshop at PPoPP June 21, 1997" by Wei Li /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000162 (2012 bytes) "Re: Question On PVM" by Alan Thompson /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000163 (2239 bytes) "Looking for system idenfication hardware" by Samuel A. Fineberg /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000164 (1276 bytes) "Parallel Tools Hotlist updated" by David C. DiNucci /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000165 (10718 bytes) "Re: Why is comp.parallel FAQ structured the way it is?" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000166 (982 bytes) "Re: Question: Parallel Processing in PCs" by Ralph Huelsenbusch /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000167 (713 bytes) "Re: Question On PVM" by Ralph Huelsenbusch /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000168 (5402 bytes) "IEEE INFOCOM'98 - Advance Call for Papers." by Ramesh Nagarajan /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000169 (9947 bytes) "CFP: 4th Intl. Conf. on High Performance Computing (HiPC '97)" by Kalluri Eswar /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000170 (5242 bytes) "Re: Looking for system idenfication hardware" by Daniel Ridge /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000171 (16038 bytes) "q&a with Ken Kennedy (longish)" by John N. Walston /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000172 (5037 bytes) "CFP: *DEADLINE EXPIRING* Applications of Computer Vision to" by Alberto Broggi /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000173 (2743 bytes) "JOBS: Applications Consultants, Edinburgh" by Julian Parker /parallel/internet/usenet/comp.parallel/articles/1997/01-Jan/000174 (5160 bytes) "FINAL REMINDER, PROGRAMME: 3rd European MPI Workshop" by MPI-2 European Information Meeting /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/ "comp.parallel articles for Feb 1997" /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000001 (9681 bytes) "CFP: International Symposium on Supercomputing" by Jun Makino /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000002 (16516 bytes) "[l/m 1/24/96] group history/glossary comp.parallel (4/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000003 (7902 bytes) "Learning Methods Tutorial -- Washington DC, May 1997" by Marney Smyth /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000004 (6838 bytes) "Parallel Programming and Java Conference see:" by Andy Bakkers /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000005 (4954 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000006 (6796 bytes) "[l/m 4/12/96] news group dynamics comp.parallel (8/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000007 (24984 bytes) "[l/m 10/15/96] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000008 (5138 bytes) "WADS'97" by Frank Dehne /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000009 (1296 bytes) "Petaflops Survey" by Anke Kamrath /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000010 (1384 bytes) "High Performance Debugging Forum registration info" by Jeff Brown /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000011 (3836 bytes) "18th annual Performance & Capacity mgmt. conference" by Lorrie DelMonte /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000012 (25631 bytes) "CFP: PDPTA'97 & CISST'97 Int'l Conferences. Las Vegas," by Hamid R. Arabnia /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000013 (1559 bytes) "Petaflops Survey" by Anke Kamrath /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000014 (1418 bytes) "MPI Unknown ERROR" by Alessio Alessandretti /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000015 (1199 bytes) "Debugging distributed applications with Java" by Sylvain BENOIST /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000016 (3736 bytes) "Deadline extended ISUG'97" by Anil Deane /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000017 (16765 bytes) "HICSS-31 CFP" by Mark Clement /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000018 (849 bytes) "News group && FAQ maintenance" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000019 (40978 bytes) "HPCN-Europe-1997" by Jaap Hollenberg /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000020 (6238 bytes) "HeCSE: Call for Applications" by Inkeri Verkamo /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000021 (4856 bytes) "ANNOUNCEMENT: Supercomputing Techniques Workshop" by Stephanie Dobler /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000022 (3375 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000023 (1321 bytes) "Job Opportunities in the TMR Program" by Lorenzo Pisani /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000024 (14329 bytes) "Final CFP for HPCS'97" by Peter C.J. Graham /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000025 (767 bytes) "Re: Debugging distributed applications with Java" by Mikkel Christiansen /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000026 (1322 bytes) "PARASOL - Parallel Sparse Matrix Solvers" by PARASOL Mailing List /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000027 (6711 bytes) "ADCOMP97 CFP" by Mohan Kumar /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000028 (1923 bytes) "A question about parallel processing" by Bererton Curt A /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000029 (1451 bytes) "Call for Participation: HIPS'97" by Michael Oberhuber /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000030 (3308 bytes) "Open position at KTH, Stockholm" by Bjorn Lisper /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000031 (1283 bytes) "Re: Debugging distributed applications with Java" by Jesper Langfeldt Hagen /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000032 (423 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000033 (688 bytes) ">> List of Parallel Processing/Systems Confs <<<" by Joao-Paulo Kitajima /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000034 (740 bytes) "HPDF Registration Deadlines" by Jeff Brown /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000035 (4696 bytes) "CFP: IOPADS '97, deadline March 25" by Rajeev Thakur /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000036 (497 bytes) "FAQ location?" /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000037 (3285 bytes) "[l/m 2/27/96] Grand challenges and HPCC comp.parallel (22/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000038 (1090 bytes) "Evolution of performances of processors and hard disks" by Jerome Devemy /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000039 (5685 bytes) "CFP: First Cenju Workshop April 28 1997" by Vasudha Govindan /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000040 (2549 bytes) "Research Staff Position: Paradyn Performance Tools project" by Barton Miller /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000041 (3777 bytes) "18th annual Performance & Capacity Mgmt. conference" by Lorrie DelMonte /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000042 (2789 bytes) "DEADLINE EXTENDED: Workshop on Parallel Computing" by Kathy Shippos /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000043 (6843 bytes) "CFP: Cluster Computing, 3/9-11/97, Atlanta" by V.S.Sunderam /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000044 (574 bytes) "Householder for BSP" by Haaino Beljaars /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000045 (5126 bytes) "CFP Micro-30" by Mark Smotherman /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000046 (35326 bytes) "[l/m 1/22/97] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000047 (2661 bytes) "DEADLINE EXTENDED: Workshop on Parallel Computing" by Kathy Shippos /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000048 (732 bytes) "DEADLINE EXTENDED: Workshop on Parallel Computing" by Kathy Shippos /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000049 (1277 bytes) "C-wrappers for ScaLapack" by Paal Skjetne /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000050 (1340 bytes) "Re: Evolution of performances of processors and hard disks" by John L. Larson /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000051 (1067 bytes) "Message passing" by Y. Hamadi /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000052 (3545 bytes) "PACT-97 Parallel Architectures and Compilation Techniques" by Thomas M. DeBoni /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000053 (423 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (24/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000054 (1068 bytes) "Pros & Cons of Large Parallel Architecture Projects" by Shubu Mukherjee /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000055 (3411 bytes) "open positions" by Mounir Hahad /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000056 (423 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (26/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000057 (886 bytes) "Concurent OO & fault diagnosies" by Girts Krastins /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000058 (761 bytes) "Re: Debugging distributed applications with Java" by Mikkel Christiansen /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000059 (2277 bytes) "[l/m 3/4/96] Dedications comp.parallel (28/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000060 (1185 bytes) "MPI synchronization problem" by Alessandro Merlo /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000061 (579 bytes) "Roommate for IPPS?" by Holger Karl,, /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000062 (1716 bytes) "Position Available" /parallel/internet/usenet/comp.parallel/articles/1997/02-Feb/000063 (8350 bytes) "Third European SGI/Cray MPP Workshop" by Philippe Michallon /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/ "comp.parallel articles for Mar 1997" /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000001 (14897 bytes) "[l/m 2/6/97] group history/glossary comp.parallel (4/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000002 (3523 bytes) "The PARALLEL Processing Connection-What Is It?" by B. Mitchell Loebel /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000003 (5381 bytes) "A ccNUMA Tutorial" by B. Mitchell Loebel /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000004 (5249 bytes) "[l/m 3/7/96] Intro/TOC/Justification comp.parallel (2/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000005 (13431 bytes) "1997: Top-Ten list (readings list)" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000006 (77098 bytes) "1997: Next 90 Recommended readings for comp.parallel" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000007 (905 bytes) "Mike is on vacation, if you want to post to c.p., email me (diff address)" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000008 (99799 bytes) "[l/m 3/7/97] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000009 (4955 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000010 (6796 bytes) "[l/m 4/12/96] news group dynamics comp.parallel (8/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000011 (10840 bytes) "IPPS '97 - Advance Program and Call for Participation" by D Jayasimha /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000012 (12383 bytes) "[l/m 9/20/96] finding ||-ism references -- comp.parallel (14/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000013 (25145 bytes) "[l/m 2/12/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000014 (8100 bytes) "Special Issue on Scalable High-Performance Computing for KDD" by Chris Dean /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000015 (2241 bytes) "The PARALLEL Processing Connection - March 10, 1997 meeting Notice" by B. Mitchell Loebel /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000016 (17452 bytes) "CFP HICSS (PERFORMANCE EVALUATION OF DISTRIBUTED SYSTEMS)" by Mark Clement /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000017 (423 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000018 (1079 bytes) "Biblio update" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000019 (565 bytes) "Reminder (Mike's on vacation): posting" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000020 (1185 bytes) "Re: Debugging distributed applications" by Maciej GOLEBIEWSKI /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000021 (2872 bytes) "Performance Anaylsis and Capacity Planning for Open Systems" by LaDelMonte /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000022 (1184 bytes) "mesuring page fault on an IBM SP2" by DUPUIS Alexandre /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000023 (4962 bytes) "PCRCW 97" by Sudhakar Yalamanchili /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000024 (14893 bytes) "Deadline Extended - HPCS'97" by Peter C.J. Graham /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000025 (507 bytes) "roommate for ipps?" by Jeffrey Vetter /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000026 (5745 bytes) "CFP: WDAG97" by Aleta Ricciardi /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000027 (2481 bytes) "Intel CPU positions" by Lynn Choi /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000028 (3456 bytes) "XMPI 2.1 release" by Nick Nevin /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000029 (1232 bytes) "Re: process migration" by Thomas Ludwig /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000030 (913 bytes) "Re: process migration" by Benno J. Overeinder /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000031 (3256 bytes) "Job Opportunity: R&D in Pioneering Parallel Programming Tools Project" by Bob.McLatchie /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000032 (693 bytes) "Re: 1997: Top-Ten list (readings list)" by jemal abawajy /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000033 (652 bytes) "Traces for parallel applications" by jemal abawajy /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000034 (7503 bytes) "Parallel Programming and Java conference in Holland on 13-16 April" by Andy Bakkers /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000035 (13993 bytes) "Final CFP - HPCS'97" by Peter C.J. Graham /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000036 (3466 bytes) "Mentat 3.0 for Linux" by Mentat Research Group /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000037 (2468 bytes) "Re: Dynamic/Static testing?" by Paul M. Petersen /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000038 (5461 bytes) "Final Call for Participation" by Michael Oberhuber /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000039 (1633 bytes) "Practical Parallel Programming - a One Day Hands-On Course" /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000040 (866 bytes) "ask for general info" by Christian Boland /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000041 (658 bytes) "A question on a Workstation Cluster" by Maciej GOLEBIEWSKI /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000042 (35328 bytes) "[l/m 1/22/97] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000043 (74748 bytes) "[l/m 3/12/96] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000044 (1386 bytes) "Re: Hand-made parallel machine based on PC" by Glen Clark /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000045 (425 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (24/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000046 (832 bytes) "Re: ask for general info" by Bob Feldman /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000047 (915 bytes) "Super computing using distributed computing on the net with applets" by Thomas /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000048 (2224 bytes) "Student travel scholarships to FTCS-27" by Rick Schlichting /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000049 (3344 bytes) "Boston University: MARINER Open House Invitation" by Wendy Goldstein /parallel/internet/usenet/comp.parallel/articles/1997/03-Mar/000050 (5636 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/ "comp.parallel articles for Apr 1997" /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000001 (2073 bytes) "REMINDER: The Computer Science Bibliography Collection" by LIIN Webmaster /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000002 (3195 bytes) "Call for delegates / Press Release" by Conference Organizer WoTUG-20 /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000003 (7807 bytes) "ICA3PP-97: New Date For Paper Submissions" by Michael J Hobbs /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000004 (12039 bytes) "ARTS97 Call for Participation" by Francesc Oller Teijon /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000005 (890 bytes) "Internships" by Rajkumar E Malli /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000006 (1916 bytes) "Re: timers for multiprocessors" by Erik Demaine /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000007 (1650 bytes) "Do you want a reason to overview parallelism literaure?" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000008 (976 bytes) "Pentium based parallel machines" by Dr. Jan Pedersen /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000009 (14951 bytes) "[l/m 4/2/97] group history/glossary comp.parallel (4/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000010 (603 bytes) "Information on Debugers for Parallel Languages" by Alberto Sardinha /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000011 (1444 bytes) "ANNOUNCE: Para++ release 2.1, NOW available." by Eric Dillon /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000012 (841 bytes) ""Sparse Cholesky Factorization for distributed machines"" by Xinan TANG /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000013 (1087 bytes) "job opening: computer graphics programmer" by Hui Lu /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000014 (816 bytes) "MasPar bigint library" by Dan Bailey /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000015 (778 bytes) "accessing files from child task" by Guang Yu Liu /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000016 (1232 bytes) "Job Opening: Computer System Analyst" by Hui Lu /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000017 (4011 bytes) "ICES98: First Call for Papers" by Moshe Sipper /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000018 (991 bytes) "OS/390 Parallel and Non-Parallel Environments" by Dave Metoyer /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000019 (2853 bytes) "ISCOPE '97 - Call for Papers" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000020 (6798 bytes) "[l/m 4/12/96] news group dynamics comp.parallel (8/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000021 (1075 bytes) "Re: Q: Compiler optimization for parallel & distributed processing ?" by Claudio Fleiner /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000022 (424 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000023 (1434 bytes) "Q: Compiler optimization for parallel & distributed processing ?" by Markus Pizka /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000024 (74733 bytes) "[l/m 4/2/96] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000025 (2209 bytes) "Good news for Beowulf" by Glen Clark /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000026 (938 bytes) "supercomputer prices ?" by Christian Boland /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000027 (1617 bytes) "Announcing the Athapascan-0b version 2.4" by Marcelo Pasin /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000028 (1095 bytes) "Inter-process Synchronization Primitives" by Brian Lee /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000029 (770 bytes) "Information wanted URGENTLY" by sseraj /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000030 (2002 bytes) "The PARALLEL Processing Connection - Meeting Notice" by B. Mitchell Loebel, Executive Director /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000031 (1823 bytes) "Parallel Programming Jobs" by Dennis Gannon /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000032 (1166 bytes) "Graduate Research Assistantship" by Prasant Mohapatra /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000033 (1719 bytes) "Position available at LBNL/CCSE" by Mike Lijewski /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000034 (29694 bytes) "2nd Announcement: PNPM'97 and TOOLS'97" by Molnar_Miklos /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000035 (3428 bytes) "The PARALLEL Processing Connection - What Is It?" by B. Mitchell Loebel, Executive Director /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000036 (35327 bytes) "[l/m 1/22/97] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000037 (1373 bytes) "Re: Parallel Architecure Simulator with SPARC code interpretation" by David Koppelman /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000038 (424 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (24/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000039 (574 bytes) "MPI interface for SMP pentium..." by G. Herrmannsfeldt /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000040 (3302 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000041 (1334 bytes) "New Tech Reports Available" by Lin Chen /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000042 (966 bytes) "CF PARTICIPATION - PADS'97" by Gabriele Kotsis /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000043 (951 bytes) "Concurrency in control" by D I M Roussel /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000044 (1342 bytes) "Problem classification" by Se Won Kim /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000045 (847 bytes) "parallel algorithms for special problems" by Chugs /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000046 (8103 bytes) "ERCOFTAC Summer School" by Kevin Maguire /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000047 (554 bytes) "Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000048 (2278 bytes) "[l/m 3/4/96] Dedications comp.parallel (28/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000049 (1886 bytes) "Re: Good news for Beowulf" by Alan Heirich /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000050 (845 bytes) "Re: Inter-process Synchronization Primitives" by G. Herrmannsfeldt /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000051 (18877 bytes) "Fortran 90/95 Information (April)" by Michael Metcalf /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000052 (450 bytes) ">>> PDIS'97 <<<" by Joao-Paulo Kitajima /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000053 (1178 bytes) "HPC programming/systems positions at Maryland" by Jim Humphries /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000054 (582 bytes) "PhD Placement wanted" by PETER HOSEY /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000055 (12452 bytes) "IRREGULAR97: Participation and Program" by ROLIM Jose D. P. /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000056 (2167 bytes) "ANNOUNCE: Release 2 HPF Compiler from NASL" by Mike Delves /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000057 (5295 bytes) "UK PhD Scholarship - Program Transformation" by Greg Michaelson /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000058 (4313 bytes) "DIPC (Distributed IPC) update" by Michael Schmitz /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000059 (633 bytes) "sparse matrix package" by Herbert Fruechtl /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000060 (581 bytes) "Worm program for SHARC" by Philippe LEMAIRE /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000061 (7722 bytes) "Third European SGI/Cray MPP Workshop" by Laurent Colombet /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000062 (1616 bytes) "Announcing the mpC environment" by Alexey Lastovetsky /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000063 (1231 bytes) "Re: supercomputer prices ?" by Jalel Chergui /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000064 (463 bytes) "bitonic sort algorithm in C" by Martin Valland /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000065 (800 bytes) "Re: Q: Compiler optimization for parallel & distributed processing ?" by Wolfgang Gellerich /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000066 (9239 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000067 (1492 bytes) "TMS320C8x C compiler" by Wang Han /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000068 (1354 bytes) "Re: Inter-process Synchronization Primitives" by Bart Van Assche /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000069 (1169 bytes) "Re: sparse matrix package" by dureisseix /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000070 (668 bytes) "sparse array package?" by Herbert Fruechtl /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000071 (926 bytes) "Re: sparse matrix package" by James B. White, III /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000072 (756 bytes) "Multicluster for sale" by Hans Otto Trutmann /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000073 (2435 bytes) "Master of Engineering (by Research) Scholarship" by Piyush Maheshwari /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000074 (1061 bytes) "Re: Good news for Beowulf" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000075 (3578 bytes) "WA-Seattle - Software Engineers / NT/ Real Time / MMX!!!" by Fred Marshall /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000076 (2856 bytes) "threads programming" by Eric Anterrieu /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000077 (976 bytes) "ANNOUNCE:PARDI and FAST PVM from Perihelion" by Jon Powell /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000078 (491 bytes) "Wanted Occam Compiler" by Kevin Westwood /parallel/internet/usenet/comp.parallel/articles/1997/04-Apr/000079 (3006 bytes) "Re: Good news for Beowulf" by Greg Lindahl /parallel/internet/usenet/comp.parallel/articles/1997/05-May/ "comp.parallel articles for May 1997" /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000001 (5252 bytes) "[l/m 4/1/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000002 (1351 bytes) "ACM SIGPLAN PPoPP '97 Call for Participation" by Vijay Menon /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000003 (4956 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000004 (4067 bytes) "PARALLEL TOOLS CONSORTIUM ANNUAL MEETING" by Jeffery A. Kuehn /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000005 (3252 bytes) "Job Ad for comp.parallel" by Ruth Aydt /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000006 (3945 bytes) "Parallel Tools Consortium Annual Meeting" by Ken Ferschweiler /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000007 (5793 bytes) "Call For Papers == PCRCW'97" by Kelly Norton /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000008 (767 bytes) "Re: Eta-10" by Ira Agins /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000009 (2230 bytes) "May 12th Mtg. Notice - PARALLEL Processing Connection, DEC Alpha" by B. Mitchell Loebel /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000010 (637 bytes) "Looking for the NAS CG benchmark ..." by Stefanos Kaxiras /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000011 (1832 bytes) "Call for Bids to host Euro-Par'99" by Christian Lengauer /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000012 (7619 bytes) "Internet Parallel Computing Archive (IPCA) Additions - May 1997" /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000013 (898 bytes) "Re: Eta-10" by Glen Clark /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000014 (3397 bytes) "The PARALLEL Processing Connection - What Is It?" by B. Mitchell Loebel /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000015 (879 bytes) "ANNOUNCE: NAG Fortran SMP Library Release 1 Launched" by Lawrence Mulholland /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000016 (2845 bytes) "Help for new academics" by Shubu Mukherjee /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000017 (5017 bytes) "JOB ANNOUNCEMENT -- CS DEPT -- UNIV OF CYPRUS" by George A. Papadopoulos /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000018 (3448 bytes) "CFP: 1997 Parallel Architectures and Compilation Techniques Conf." by Thomas M. DeBoni /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000019 (487 bytes) "share room for PPOPP/PLDI" by Jeffrey Vetter /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000020 (570 bytes) "Emacs mode for Linda" by Lars Iversen /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000021 (2503 bytes) "Job Announcement" by AVB /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000022 (2573 bytes) "Re: Power Challenge C question" by James B. White, III /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000023 (14957 bytes) "[l/m 4/8/97] group history/glossary comp.parallel (4/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000024 (12628 bytes) "1st Call for Participation COORDINATION'97" by Robert Tolksdorf /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000025 (3949 bytes) "Parallel Tools Consortium Annual Meeting" by Ken Ferschweiler /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000026 (1861 bytes) "Re: Eta-10" by John McCalpin /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000027 (2323 bytes) "Announcing library for BMMC permutations with MPI in Netlib" by Thomas Cormen /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000028 (2086 bytes) "Re: Power Challenge C question" by Russell Standish /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000029 (98876 bytes) "[l/m 4/4/97] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000030 (582 bytes) "Re: Q: Compiler optimization for parallel & distributed processing ?" by Israel Gale /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000031 (25979 bytes) "[l/m 4/8/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000032 (541 bytes) "Room-mate for FTCS-27 in Seattle" by Achour Mostefaoui /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000033 (1633 bytes) "JOB OPPORTUNITY: SLIDELL, LOUISANA @ NASA STENNIS SUPER COMPUTING" by Mr. Barney R. Banks /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000034 (1454 bytes) "Re: Eta-10" by Tom Nurkkala, PhD /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000035 (2873 bytes) "ISCOPE '97 Call for Papers - REMINDER" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000036 (12394 bytes) "[l/m 3/19/97] finding ||-ism references -- comp.parallel (14/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000037 (424 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000038 (424 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (24/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000039 (9239 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000040 (3290 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000041 (1657 bytes) "High Performance Fortran Speeds Up Industrial Codes" by Mike Delves /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000042 (5858 bytes) "Class - Distd. Performance in San Fran (June)" by Perfskool /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000043 (5118 bytes) "CFP: WORKSHOP ON PARALLELISM AND IMPLEMENTATION TECHNOLOGY FOR (CONSTRAINT) LOGIC PROGRAMMING LANGUAGES" by Enrico /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000044 (1403 bytes) "CTC Virtual Workshop: Deadline Extended" by Kathy Shippos /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000045 (3015 bytes) "Postdoctoral position in parallel CFD" by Andrei Malevsky /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000046 (1637 bytes) "Dead Silence on Deep Blue?" by Glen Clark /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000047 (1463 bytes) "LAM and P-Sparslib" by Peter Christen /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000048 (2053 bytes) "Rsch Prog Opportunity (NT,Java,CORBA,DCOM,ActiveX), Illinois" by Andrew Chien /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000049 (3177 bytes) "Re: Dead Silence on Deep Blue?" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000050 (2266 bytes) "[l/m 3/4/96] Dedications comp.parallel (28/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000051 (3054 bytes) "Chairs in Educational Technology and in Electronic Engineering" by Rob Jackson /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000052 (2273 bytes) "Software Announcement" by Dan Petersen /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000053 (822 bytes) "Looking for Textbook Suggestions" by Bruce Hendrickson /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000054 (2417 bytes) "CFP: Work in Progress session, FTCS-27" by Rick Schlichting /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000055 (1244 bytes) "computational steering bibliography & conference minitrack" by Jeffrey Vetter /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000056 (1096 bytes) "HELP: Looking for papers" by Sami YEHIA /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000057 (1000 bytes) "Seeking Benchmark Programs for DEC Alpha 2100 SMP Computer System" by A. Earl Jackson /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000058 (6830 bytes) "Advanced Computing -- Call for Papers" by Katarzyna M Paprzycka /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000059 (2498 bytes) "Gordon Conference - Attend!" by Tony Skjellum /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000060 (12417 bytes) "CFP: European Simulation Symposium, Passau, Germany, October 1997" by Dr. Alexander Verbraeck /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000061 (917 bytes) "Re: Dead Silence on Deep Blue?" by Nick Maclaren /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000062 (717 bytes) "what is data dependence?" by Dongho Lee /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000063 (3656 bytes) "Australia/Canberra: PostDoc/Researcher/Programmer: Online Data Archives" by Markus Buchhorn /parallel/internet/usenet/comp.parallel/articles/1997/05-May/000064 (2887 bytes) "Re: Dead Silence on Deep Blue?" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/ "comp.parallel articles for Jun 1997" /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000001 (66673 bytes) "PDPTA'97 & CISST'97 - Exhibition & Participation Opportunities" by Eugene Ho /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000002 (888 bytes) "San Fran Performance Class" by Perfskool /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000003 (1459 bytes) "Request for Real DAGs from Parallel Applications" by Loren Schwiebert /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000004 (3839 bytes) "Re: Dead Silence on Deep Blue?" by Glen Clark /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000005 (1476 bytes) "WA-Seattle - MMX Programmers" by Fred Marshall /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000006 (973 bytes) "Internet account on multiprocessor computer?" by Konstantyn Kharchenko /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000007 (774 bytes) "Is there anybody who is accepted in ICPP?" by sueng-yong park /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000008 (877 bytes) "roommate(s) needed for FPCC (SPAA '97)" by Anna Poplawski /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000009 (553 bytes) "Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000010 (724 bytes) "[ANN] ACS V2.5" by Bryan Hunt /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000011 (1030 bytes) "Re: Dead Silence on Deep Blue?" by Greg Lindahl /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000012 (14945 bytes) "[l/m 4/8/97] group history/glossary comp.parallel (4/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000013 (1205 bytes) "Re: what is data dependence?" by Daniel G. Chavarria-Miranda /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000014 (1457 bytes) "The Ehrhart polynomials and parametric vertices program V3.08" by Philippe Clauss /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000015 (2228 bytes) "June 9th Meeting - PARALLEL Processing Connection" by B. Mitchell Loebel, Executive Director /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000016 (718 bytes) "trace data of parallel programms?" by Holger Karl /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000017 (6656 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000018 (4634 bytes) "PSC Parallel Processing Workshop" by Marcela Madrid /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000019 (2330 bytes) "ANNOUNCEMENT: Release 2 of the NAG Parallel Library" by Arnold Krommer /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000020 (643 bytes) "Uses of nread and nwrite on ncube" by Timothy - GRAD STUDENT /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000021 (540 bytes) "cnaps:life" by Haaino Beljaars /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000022 (789 bytes) "SPAA97 Room-mate wanted" by Mohammed Zaki /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000023 (20620 bytes) "ICS'97 -- Early Registration Deadline Approaching" by Bernd Wender /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000024 (12394 bytes) "[l/m 3/19/97] finding ||-ism references -- comp.parallel (14/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000025 (589 bytes) "OPENING: Graduate Research Assistant, Computer Science, Wyoming" by Matt Haines /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000026 (968 bytes) "PVM programming on Sun SMP machine" by Padmanabhan Menon /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000027 (98909 bytes) "[l/m 5/27/97] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000028 (1506 bytes) "Re: Processor States on Bus Instead of Registers" by Glen Clark /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000029 (15906 bytes) "Internet Parallel Computing Archive (IPCA) Additions - June 1997" /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000030 (25979 bytes) "[l/m 4/8/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000031 (75837 bytes) "[l/m 5/14/97] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000032 (1308 bytes) "Re: Is MPI_BCAST blocking or nonblocking for the sender?" by Richard Barrett /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000033 (959 bytes) "C interface for Scalapack" by Erick Fredj /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000034 (921 bytes) "Re: distributed memory iterative schemes" by Stephen Barnard /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000035 (765 bytes) "Re: Parallel processor bus bandwidth requirements" /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000036 (554 bytes) "Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000037 (3665 bytes) "ANNOUNCE: Oxford BSP Toolset v1.1" by Jonathan Hill /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000038 (36197 bytes) "[l/m 5/8/97] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000039 (424 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000040 (2131 bytes) "Euro-Par'97 - Call for Participation" by Sergei Gorlatch /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000041 (3490 bytes) "Call for papers" by M. Terwilliger /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000042 (3335 bytes) "Internet Parallel Computing Archive (IPCA)" /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000043 (559 bytes) "Spare CM-5" by Len Conole /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000044 (1470 bytes) "SCore Cluster System Software Release from Real World Computing" by Yutaka Ishikawa /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000045 (1599 bytes) "PVM utility: Version 2.0 - ppmake (seedup of makefile processing)" by Stephan Zimmermann /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000046 (3290 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000047 (2266 bytes) "[l/m 3/4/96] Dedications comp.parallel (28/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000048 (634 bytes) "NEW URL: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000049 (399 bytes) "Illiac-IV info" by Raphael Bolli /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000050 (9239 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000051 (1394 bytes) "Re: Illiac-IV info" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1997/06-Jun/000052 (2006 bytes) "Call For Participation/Exhibition; PDPTA'97/CISST'97 Conf., Las Vegas," by Pan Yi /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/ "comp.parallel articles for Jul 1997" /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000001 (1117 bytes) "Distributed programes code" by Mr T Osman /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000002 (21527 bytes) "Fortran 90/95/HPF Information File (June)" by Michael Metcalf /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000003 (1353 bytes) "Re: Help on LINDA programming concept" by No Junk E-Mail /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000004 (4975 bytes) "PDCP -- new journal -- Call for Papers" by Katarzyna M Paprzycka /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000005 (987 bytes) "Announcement: Counterpoint v0.9" by Michael Goldsby /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000006 (2582 bytes) "newbie questions" by Michael Harm /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000007 (652 bytes) "Oxford M.Sc. in Computation" by Bernard Sufrin /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000008 (631 bytes) "concurrent theorem proving" by Rajneesh Prasad /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000009 (634 bytes) "NEW URL: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000010 (20564 bytes) "HPCS'97 Call for Participation (High Performance Computing)" by Peter C.J. Graham /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000011 (2929 bytes) "OOMPI version 1.0.2" by Jeff Squyres /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000012 (2076 bytes) "Summer Course on DCE" by J. Barnhill /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000013 (2647 bytes) "Announcement: ZPL, A New Language for Scientific and Engineering Computations" by The ZPL Project /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000014 (812 bytes) "help!" by Yong Yang /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000015 (2937 bytes) "Parallel Stochastic Methods Seminar." by Mario Antonioletti /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000016 (4944 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000017 (877 bytes) "Gradate Research Assistnatships in Parallel & Distributed Computing" by Srinivas Aluru /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000018 (6656 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000019 (1982 bytes) "Applicaiton performace tools(profiling) on Intel Paragon and NOWs?" by Tony Z. /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000020 (2683 bytes) "Summer Course on Performance Methods" by J. Barnhill /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000021 (594 bytes) "Please geave me basics inforation about Occam" by Christohe KNUCHEL /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000022 (1136 bytes) "Stanford-WICS Performance Class" by Perfskool /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000023 (702 bytes) "Re: Illiac-IV info" by Gene Wagenbreth /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000024 (920 bytes) "DIPC (Distributed IPC) version 0.9.1 is available" by Kamran Karimi /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000025 (7567 bytes) "comp.parallel posting (Re: Looking for Textbook Suggestions)" by Bruce Hendrickson /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000026 (4913 bytes) "Full Professorship, Aalborg University" by Arne Skou /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000027 (14945 bytes) "[l/m 4/8/97] group history/glossary comp.parallel (4/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000028 (98909 bytes) "[l/m 5/27/97] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000029 (25979 bytes) "[l/m 4/8/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000030 (424 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000031 (75837 bytes) "[l/m 5/14/97] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000032 (656 bytes) "Help on RP3 concept" by Olivier Dongiovanni /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000033 (1459 bytes) "Full release of SimpleScalar 2.0 now available" by Douglas Burger /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000034 (2755 bytes) "Call for Participation (Poster Session at HIPC 97 conference)" by Prithviraj Banerjee /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000035 (2870 bytes) "HPCS '98 - 12th Annual Int'l Symposium on High Performance Computing" by Diego Novillo /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000036 (1199 bytes) "Search for open pre-/postprocessing environments" by Oliver Cossalter /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000037 (1484 bytes) "Re: newbie questions" by Andrew Mc.Ghee /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000038 (1282 bytes) "Postdoc position available in Computer Architecture" by Andy Pimentel /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000039 (518 bytes) "Freeware, parallel Nbody solver, MPI or HPF" by Gavin Pringle /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000040 (10617 bytes) "Internet Parallel Computing Archive (IPCA) Additions - July 1997" /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000041 (9007 bytes) "CFP-MASCOT'98" by Azzedine BOUKERCHE /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000042 (1335 bytes) "Re: newbie questions" by Raja Daoud /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000043 (1564 bytes) "Job openings: Research Associate - Emory U., Atlanta" by Post Doctoral Position /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000044 (2512 bytes) "ANNOUNCE: jostle v2.0 - mesh partitioning & load-balancing software" by Chris Walshaw /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000045 (1075 bytes) "MPI-2 implementation" by Holger Schmid gr.Bo /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000046 (2588 bytes) "The Dining Philosophers problem" by Alexander Anderson /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000047 (1036 bytes) "Graduate Research Assistantships Available" by Chengzhong Xu /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000048 (808 bytes) "Re: Please geave me basics inforation about Occam" by Jan Vorbrueggen /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000049 (36197 bytes) "[l/m 5/8/97] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000050 (1282 bytes) "Postdoc position available in Computer Architecture" by Andy Pimentel /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000051 (2187 bytes) "The PARALLEL Processing Connection-July 16th meeting notice" by B. Mitchell Loebel, Executive Director /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000052 (1233 bytes) "Re: MPI-2 implementation" by Thomas H. Robey /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000053 (8066 bytes) "PADS98 CFP" by Gabriele Kotsis /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000054 (3427 bytes) "The PARALLEL Processing Connection-What Is It?" by B. Mitchell Loebel, Executive Director /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000055 (1974 bytes) "Postdoctoral Fellowships in Parallel Computation and Linear Algebra" by Wayne D Joubert /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000056 (2467 bytes) "Third European CRAY-SGI MPP Workshop" by Remi NAPOLEONE - Athesa /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000057 (630 bytes) "NEW URL: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000058 (11714 bytes) "CFP: Workshop on Parallelism and Implementation of (Constraint) Logic" by Enrico /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000059 (5149 bytes) "Last CFP: ACM SAC'98 - Track on Coordination" by George A. Papadopoulos /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000060 (1286 bytes) "MPI-2 available" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000061 (533 bytes) "Help" by Manish Shrivastava /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000062 (3290 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000063 (15088 bytes) "[l/m 7/23/97] Suggested readings comp.par/comp.sys.super (24/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000064 (3335 bytes) "Internet Parallel Computing Archive (IPCA)" /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000065 (2117 bytes) "Employment Opportunity" by David A. Coker /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000066 (1336 bytes) "MPI-2 available" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000067 (599 bytes) "T3E" by MVN Krishna /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000068 (1886 bytes) "REMINDER: The Computer Science Bibliography Collection" by LIIN Webmaster /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000069 (17965 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000070 (2331 bytes) "[l/m 3/4/96] Dedications comp.parallel (28/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000071 (991 bytes) "FOR SALE: Used T805 Transputer System" by Dieter Matzner /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000072 (1408 bytes) "Parallel Computing on PC's" by Timothy G. Mattson /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000073 (1429 bytes) "2nd (and last) call: available postdoc position Computer Architecture" by Andy Pimentel /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000074 (3173 bytes) "Doctoral Fellowships in CS at NMSU" by Gopal Gupta /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000075 (967 bytes) "Re: T3E" by Mike Gross /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000076 (2963 bytes) "Postdoc position at Rice University" by Vikram Adve /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000077 (1695 bytes) "Parallel C++ on Linux" by Martin Kemp /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000078 (19356 bytes) "WDAG'97 -- Call for Participation" by George Angelos Papadopoulos /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000079 (21856 bytes) "Call For Participation, ICPP '97" by ICPP97 Conference Account /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000080 (2493 bytes) "Page announcement: The Artificial Self-Replication Page" by Moshe Sipper /parallel/internet/usenet/comp.parallel/articles/1997/07-Jul/000081 (2415 bytes) "Job Opening" by David A. Coker /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/ "comp.parallel articles for Aug 1997" /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000001 (6721 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000002 (15010 bytes) "[l/m 4/8/97] group history/glossary comp.parallel (4/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000003 (6852 bytes) "[l/m 4/10/97] news group dynamics comp.parallel (8/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000004 (535 bytes) "javaPG 1.1 available" by J-B Vicaire /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000005 (1644 bytes) "Re: newbie questions (summary and thanks)" by Michael Harm /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000006 (1114 bytes) "Search information about COOL" by Zhongwei Zhang /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000007 (457 bytes) "IBM SP2" by Kev Sampson /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000008 (629 bytes) "NEW URL: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000009 (729 bytes) "Faculty Position at Oxford" by Bill McColl /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000010 (5175 bytes) "WORKSHOP: SUPERCOMPUTING TECHNIQUES CRAY J90/C90" by Stephanie Dobler /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000011 (719 bytes) ""The C Code for Graph Partition"" by Xinan Tang /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000012 (98731 bytes) "[l/m 8/1/97] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000013 (5009 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000014 (26044 bytes) "[l/m 4/8/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000015 (12623 bytes) "[l/m 7/24/97] finding ||-ism references -- comp.parallel (14/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000016 (75995 bytes) "[l/m 8/1/97] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000017 (36261 bytes) "[l/m 5/8/97] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000018 (3354 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000019 (15462 bytes) "[l/m 7/23/97] Suggested readings comp.par/comp.sys.super (24/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000020 (2331 bytes) "[l/m 3/4/96] Dedications comp.parallel (28/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/08-Aug/000021 (760 bytes) "Biblio update" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/ "comp.parallel articles for Sep 1997" /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000001 (6721 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000002 (15010 bytes) "[l/m 4/8/97] group history/glossary comp.parallel (4/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000003 (5009 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000004 (6852 bytes) "[l/m 4/10/97] news group dynamics comp.parallel (8/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000005 (26041 bytes) "[l/m 4/8/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000006 (13537 bytes) "[l/m 9/4/97] finding ||-ism references -- comp.parallel (14/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000007 (486 bytes) "Transputer for sale" by Alberto /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000008 (628 bytes) "Ada 95 on Distributed Memory Machines" by Samir N. Muhammad /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000009 (3661 bytes) "Positions available: MRJ at NASA Ames" by Robert Hood /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000010 (799 bytes) "MPICH debugging" by Chain-Wu Lee /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000011 (575 bytes) "8 or more processor Pentium Pro based machines" by Ivan Strnad /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000012 (749 bytes) "Gordon Bell Prize awardees" by Jason Har /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000013 (3441 bytes) "Subject: The PARALLEL Processing Connection - What Is It?" by B. Mitchell Loebel, Executive Director /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000014 (1328 bytes) "Re: Parallel on the same processor." by Assaff Rawner /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000015 (703 bytes) "Cray T3D/E question" by Brian Jonathan Lee /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000016 (14103 bytes) "Internet Parallel Computing Archive (IPCA) Additions - September 1997" /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000017 (773 bytes) "For Sale: Prallel Computing: Theory & Practice" by Mark Lindner /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000018 (793 bytes) "OMIS 2.0 --- On-line Monitoring Interface Specification" by Thomas Ludwig /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000019 (816 bytes) "Call for Participation: MICRO-30" by Tom Conte /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000020 (944 bytes) "Parallel processing card for PCI-based PC running WindowsNT" by Marc Brown /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000021 (424 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000022 (505 bytes) "Parallel databases" by Abu Abdulaziz /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000023 (919 bytes) "[Q] for users of PSC's T3E" by Gabriel Berriz /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000024 (1431 bytes) "ANNOUNCE: FFTW 1.2 (Parallel FFT)" by Frigo and Johnson /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000025 (2167 bytes) "Re: MPICH debugging" by Greg Watson /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000026 (3862 bytes) "CFP: Massively Parallel Programming Models (MPPM-97)" /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000027 (1685 bytes) "Re: Pthread problem on KSR1" by news_check.py /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000028 (2539 bytes) "Re: Cray T3D/E question" by John R. Grout /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000029 (1117 bytes) "Re: 8 or more processor Pentium Pro based machines" by Shubu Mukherjee /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000030 (896 bytes) "3rd Parallel Rendering Symposium (PRS '97)" by Kwan-Liu Ma /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000031 (1403 bytes) "Parallel code reference" by Claude Diderich /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000032 (768 bytes) "Call for Participation: MICRO-30" by Tom Conte /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000033 (3457 bytes) "Internet Parallel Computing Archive (IPCA)" /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000034 (7565 bytes) "CFP- DIS-RealTime98" by Azzedine BOUKERCHE /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000035 (1127 bytes) "Re: 8 or more processor Pentium Pro based machines" by Mr. Caldwell /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000036 (8968 bytes) "Call-for-HPCN-Europe-1998" by Jaap Hollenberg /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000037 (1247 bytes) "Re: Question about old Encore, Alliant FX/8" by news_check.py /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000038 (652 bytes) "production management" by stagno /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000039 (1350 bytes) "Interesting Proposal for NUMA machines (BBN Butterfly and IBM RP3)?" by Brian Jonathan Lee /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000040 (633 bytes) "NEW URL: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000041 (1526 bytes) "Performance Class Nov 97" by Perfskool /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000042 (4105 bytes) "CFP: IEEE Computer Special Issue on Network Interfaces" by Shubu Mukherjee /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000043 (1155 bytes) "The Stone SouperComputer - ORNL's First Beowulf-Style Parallel Computer" by Forrest Hoffman /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000044 (77985 bytes) "[l/m 9/11/97] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000045 (77985 bytes) "[l/m 9/11/97] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000046 (77985 bytes) "[l/m 9/11/97] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000047 (3355 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000048 (906 bytes) "Multicluster for sale" by Hans Otto Trutmann /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000049 (6639 bytes) "CFP: ICDCS'98" by Dr. Philip McKinley /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000050 (621 bytes) "Parallel computing in C++?" by Sean Chen /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000051 (5067 bytes) "Call For Papers (CANPC '98)" by CANPC Workshop Account /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000052 (2005 bytes) "Re: Interesting Proposal for NUMA machines (BBN Butterfly and IBM RP3)?" by Larry Kaplan /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000053 (7303 bytes) "CFP: 2nd Workshop on Runtime Systems for Parallel Programming (RTSPP)" by Greg Benson /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000054 (2865 bytes) "Distributed Open Systems Class 11/97" by LaDelMonte /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000055 (1984 bytes) "New! Paradyn Parallel Perf Tools, Release 2.0" by Barton Miller /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000056 (606 bytes) "TSP program" by Alberto de Fontes Tavares Neto /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000057 (779 bytes) "Directives for expressing parallelism" by Samir N. Muhammad /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000058 (5043 bytes) "OMIS 2.0" by Thomas Ludwig /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000059 (9567 bytes) "PACT 97 Announcement" by Thomas M. DeBoni /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000060 (7559 bytes) "CFP-DIS_RT'98" by Azzedine BOUKERCHE /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000061 (877 bytes) "Re: Parallel computing in C++?" by James B. White, III /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000062 (15462 bytes) "[l/m 7/23/97] Suggested readings comp.par/comp.sys.super (24/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000063 (3687 bytes) "Workshop on Computer Architecture Evaluation using Commercial Workloads" by Nanda /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000064 (875 bytes) "Re: Parallel computing in C++?" by Paul Lu /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000065 (1950 bytes) "dyninstAPI: A API and Library for runtime code editing" by Jeff Hollingsworth /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000066 (777 bytes) "Re: Parallel computing in C++?" by Olivier Lefevre /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000067 (2611 bytes) "More IOPADS '97 housing info" by Rajeev Thakur /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000068 (7646 bytes) "IOPADS '97 program and registration form" by Rajeev Thakur /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000069 (2479 bytes) "JSA special issue" by Beniamino Di Martino /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000070 (27783 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/09-Sep/000071 (2331 bytes) "[l/m 3/4/96] Dedications comp.parallel (28/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/ "comp.parallel articles for Oct 1997" /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000001 (3101 bytes) "TUTORIAL: How to build a Beowulf - Oct 21, 1997 - Caltech" by John Salmon /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000002 (1166 bytes) "Re: Parallel computing in C++?" by Viktor Eide /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000003 (479 bytes) "Strand" by Thitipant Tantasirikorn /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000004 (615 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000005 (977 bytes) "An idea" by Yang Guo /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000006 (2867 bytes) "Reminder: HPCS '98 - 12th Symposium on High Performance Computing" by Diego Novillo /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000007 (4828 bytes) "CALL FOR PAPERS---CONFERENCE ON OMPUTER GRAPHICS AND IMAGE PROCESSING--" by Parallel and Dist. Comp. Practices /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000008 (4805 bytes) "Third Workshop on Randomized Parallel Computing (WRPC 98)" by Sanguthevar Rajasekaran /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000009 (4694 bytes) "Microsoft Research Institute Postgraduate Research Awards" by Nigel Hey /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000010 (2775 bytes) "Microsoft Research Institute Vacation Scholarships" by Nigel Hey /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000011 (9897 bytes) "CALL FOR PAPERS---CONFERENCE ON NUMERICAL METHODS AND APPLICATIONS--" by Parallel and Dist. Comp. Practices /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000012 (6411 bytes) "CFP for ISCA98 (posted by J. Fortes)" by James P Robertson /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000013 (6720 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000014 (15010 bytes) "[l/m 4/8/97] group history/glossary comp.parallel (4/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000015 (5009 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000016 (6852 bytes) "[l/m 4/10/97] news group dynamics comp.parallel (8/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000017 (88975 bytes) "[l/m 9/5/97] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000018 (88975 bytes) "[l/m 9/5/97] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000019 (26041 bytes) "[l/m 4/8/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000020 (13537 bytes) "[l/m 9/4/97] finding ||-ism references -- comp.parallel (14/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000021 (424 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000022 (78123 bytes) "[l/m 10/8/97] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000023 (36261 bytes) "[l/m 5/8/97] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000024 (3355 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000025 (1026 bytes) "Looking for parallel, multithreaded programs" by Girija Narlikar /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000026 (979 bytes) "Wanted: Linda codes" by James B. Fenwick Jr. /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000027 (841 bytes) "Help : Parallel Vision resources? (PVM etc.)" by Kyung-Nam Kim /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000028 (4367 bytes) "Workshop on Parallelism and Implementation of (Constraint) Logic" by Enrico /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000029 (7165 bytes) "CFP HIPS'98: Upcoming deadline" by Dr. Hans Michael Gerndt /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000030 (2217 bytes) "Second Call For Paper" by lin /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000031 (2291 bytes) "Parallel Programming Support??" by Hee-Joon Park /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000032 (1679 bytes) "Spark98 sparse matrix kernels" by Dave OHallaron /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000033 (7559 bytes) "CFP-DIS-RT'98" by Azzedine BOUKERCHE /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000034 (8771 bytes) "cfp: PDSE'98 - Software Eng. for Parallel & Dist. Sys. - JAPAN" by Peter Croll /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000035 (1194 bytes) "Wanted: Pictures of Supercomputers" by Timothy G. Mattson /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000036 (2443 bytes) "GAANN Fellowships for Doctoral Study" by Srinivas Aluru /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000037 (6018 bytes) "CFP: PODC 98" /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000038 (3905 bytes) "Workshop Announcement: ALV'98" /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000039 (15462 bytes) "[l/m 7/23/97] Suggested readings comp.par/comp.sys.super (24/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000040 (27783 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/10-Oct/000041 (2331 bytes) "[l/m 3/4/96] Dedications comp.parallel (28/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/ "comp.parallel articles for Nov 1997" /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000001 (6721 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000002 (629 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000003 (1993 bytes) "Research Positions" by Susan Price /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000004 (1980 bytes) "REMINDER: The Computer Science Bibliography Collection" by WWW Administrator /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000005 (811 bytes) "Re: Parallel Programming Support??" by Jenn-Ching Luo /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000006 (731 bytes) "T3E at PSC" by MVN Krishna /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000007 (1894 bytes) "Re: Parallel Programming Support??" by Peter A. Bigot /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000008 (773 bytes) "Good books or papers on MPP & SMP" by Anand Ramamurthy /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000009 (2545 bytes) "Position in Parallel and Distributed Computing" by Vasudha Govindan /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000010 (1338 bytes) "Re: Parallel Programming Support??" by Julien Vayssiere /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000011 (6941 bytes) "2nd-call-for-HPCN-Europe-1998" by Jaap Hollenberg /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000012 (1034 bytes) "Re: Parallel Programming Support??" by Robert Bernecky /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000013 (738 bytes) "Books or papers" by Anand Ramamurthy /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000014 (1211 bytes) "Information on SCI" by Marcus Dormanns /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000015 (2992 bytes) "Assistant Professor Position" by Karen Winford /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000016 (831 bytes) "Re: [l/m 5/8/97] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Toon Moene /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000017 (1409 bytes) "Spark98 kernels [repost]" by Dave O'Hallaron /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000018 (1743 bytes) "CALL FOR PAPERS" by Erricos John Kontoghiorghes /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000019 (5074 bytes) "SPAA'98 CFP" by Thomas Cormen /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000020 (2206 bytes) "job at Oak Ridge National Lab." by Ying Xu /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000021 (3983 bytes) "REMINDER: Massively Parallel Programming Models (MPPM-97)" /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000022 (1188 bytes) "Information on SCI" /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000023 (7205 bytes) "IOPADS pre-registration deadline Nov. 3" by Rajeev Thakur /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000024 (10047 bytes) "CFP: Workshop on Optics and Computer Science" by Pascal Berthome /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000025 (8523 bytes) "Announcing: PACT-97 Program" by Thomas M. DeBoni /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000026 (21094 bytes) "Fortran 90/95/HPF Information (October)" by Michael Metcalf /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000027 (12994 bytes) "CFP: SSCC98 CONFERENCE" by Cathy Radakrishun /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000028 (930 bytes) "Multiprocessor Pentium machines" by Bob Daniel /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000029 (1426 bytes) "OBJECT-ORIENT PARALLEL ENVIRONMENTS CONFERENCE (ISCOPE)" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000030 (1410 bytes) "HELP" by Christian Langis /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000031 (15075 bytes) "[l/m 10/22/97] group history/glossary comp.parallel (4/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000032 (397 bytes) "Re: [l/m 5/8/97] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000033 (1166 bytes) "Re: Parallel Programming Support??" by John McCalpin /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000034 (2100 bytes) "PARALLEL COMPUTING AND ALGORITHMS" by Erricos John Kontoghiorghes /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000035 (801 bytes) "PARALLEL C" by Serge Jooris /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000036 (5714 bytes) "Config Dist Systems CPF" by Don Welch /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000037 (1159 bytes) "parallel tools for 4-processor Sun machine" by Linda F. Wilson /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000038 (1761 bytes) "Untitled" by Markus Buchhorn /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000039 (1441 bytes) "HiPC '97 advance registration deadline Nov. 15" by Kalluri Eswar /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000040 (2353 bytes) "ISCOPE Registration Deadline" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000041 (3644 bytes) "Parallel Linear Algebra Package (PLAPACK) Release 1.0 available" by Robert van de Geijn /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000042 (2363 bytes) "Position at Sandia National Laboratories" by Scott A. Hutchinson /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000043 (5009 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000044 (1643 bytes) "Re: Parallel Linear Algebra Package (PLAPACK) Release 1.0 available" by Jenn-Ching Luo /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000045 (1888 bytes) "Australia: PostDoc/Researcher/Fellow: Advanced Computational Systems" by Markus Buchhorn /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000046 (544 bytes) "Where is CC++ ?" by Martin Kosina /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000047 (1281 bytes) "Re: parallel tools for 4-processor Sun machine" by Darren Bane /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000048 (895 bytes) "Test code for load balancing" by David Cronk /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000049 (823 bytes) "Re: Multiprocessor Pentium machines" by Larry Turner /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000050 (6852 bytes) "[l/m 4/10/97] news group dynamics comp.parallel (8/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000051 (90703 bytes) "[l/m 10/23/97] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000052 (4036 bytes) "2nd Sigmetrics Symposium on Parallel and Distibuted Tools" by Allen D. Malony /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000053 (3934 bytes) "Call for Papers: ESA 98 (ASCII) Preliminary Call For Papers" by Andrea Pietracaprina /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000054 (1978 bytes) "The PARALLEL Processing Connection - meeting notice" by B. Mitchell Loebel, Executive Director /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000055 (1789 bytes) "distribution of Multi-Thread Template Library in C++" by Yutaka Ishikawa /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000056 (1189 bytes) "Re: Multiprocessor Pentium machines" by Larry Turner /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000057 (1437 bytes) "Computer Architecture postdoc position" by Andy Pimentel /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000058 (3432 bytes) "The PARALLEL Processing Connection - What Is It?" by B. Mitchell Loebel, Executive Director /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000059 (1598 bytes) "Stanford Faculty Position" by Erik Boman /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000060 (5299 bytes) "Call-For-Papers: ACM 1998 Workshop on Java for High-Performance" by Klaus E. Schauser /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000061 (90703 bytes) "[l/m 10/23/97] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000062 (4036 bytes) "2nd Sigmetrics Symposium on Parallel and Distibuted Tools" by Allen D. Malony /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000063 (3934 bytes) "Call for Papers: ESA 98 (ASCII) Preliminary Call For Papers" by Andrea Pietracaprina /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000064 (1978 bytes) "The PARALLEL Processing Connection - meeting notice" by B. Mitchell Loebel, Executive Director /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000065 (1789 bytes) "distribution of Multi-Thread Template Library in C++" by Yutaka Ishikawa /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000066 (1189 bytes) "Re: Multiprocessor Pentium machines" by Larry Turner /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000067 (1437 bytes) "Computer Architecture postdoc position" by Andy Pimentel /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000068 (3432 bytes) "The PARALLEL Processing Connection - What Is It?" by B. Mitchell Loebel, Executive Director /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000069 (1598 bytes) "Stanford Faculty Position" by Erik Boman /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000070 (5299 bytes) "Call-For-Papers: ACM 1998 Workshop on Java for High-Performance" by Klaus E. Schauser /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000071 (9384 bytes) "several positions: IBM SP operations, consulting, research" by Jarek Nieplocha /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000072 (636 bytes) "Parallel FFT routines" by Alexander Smondyrev /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000073 (1051 bytes) "Limits on multiple instruction issue" by Nguyen Haiha /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000074 (3629 bytes) "Research Programmer, Pablo Group, UIUC CS Dept" by Ruth Aydt /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000075 (26041 bytes) "[l/m 4/8/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000076 (12270 bytes) "CFP: SSCC98 Conference - South Africa" by Cathy Radakrishun /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000077 (688 bytes) "Cray T3E-Programming" by Otilia Werner /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000078 (4945 bytes) "CFP: 2nd Workshop on Parallel Processing and Multimedia" by Argi Krikelis /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000079 (1627 bytes) "New parallel processor developed: CPC" by Daniel Berger /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000080 (1887 bytes) "Australia: PostDoc/Researcher/Fellow: Advanced Computational Systems" by Markus Buchhorn /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000081 (1444 bytes) "Re: Parallel FFT routines" by Steven G. Johnson /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000082 (2902 bytes) "Post-Doc Position at Sandia National Laboratories" by Karen Devine /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000083 (937 bytes) "Re: Multiprocessor Pentium machines" by Peter Hermann /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000084 (13575 bytes) "[l/m 11/12/97] finding ||-ism references -- comp.parallel (14/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000085 (424 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000086 (4805 bytes) "EPCC Summer Scholarship Programme 1998" by Summer Scholarship Programme /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000087 (1924 bytes) "Position: Application Consultant at EPCC." by Mario Antonioletti /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000088 (3673 bytes) "Paper available: Impact of Data Transfer and Buffering on NI design" by Shubu Mukherjee /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000089 (2030 bytes) "[Q] Remote Method Invocation in PVM" by Walter Cazzola /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000090 (2980 bytes) "Assistant Professor Position" by Karen Winford /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000091 (3801 bytes) "Positions for 3 Postdocs and 1 Ph.D student available at VU Amsterdam" by Henri Bal /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000092 (472 bytes) "KSR-3 ???" by knight5 /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000093 (617 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000094 (632 bytes) "Early Encore Multiprocessors?" by Brian Jonathan Lee /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000095 (6232 bytes) "Call for Papers, IDMS'98" by Ketil Lund /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000096 (78123 bytes) "[l/m 10/8/97] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000097 (5049 bytes) "Extended-deadline-for-HPCN-Europe-1998" by Jaap Hollenberg /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000098 (838 bytes) "Technical Paper" /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000099 (5945 bytes) "Calls for papers" by Murray Cole /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000100 (9748 bytes) "EPCC Summer Scholarship Programme 1998" by Rob Baxter /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000101 (9017 bytes) "FINAL CFP: PDSE'98 - S/W Eng. for Parallel & Dist. Sys. - JAPAN" by Peter Croll /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000102 (36262 bytes) "[l/m 11/4/97] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000103 (12309 bytes) "Call for HICSS-32 Minitrack Proposals" by Dejan Milojicic /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000104 (2634 bytes) "Threaded Intercal" by Malcolm Ross Kinsella Ryan /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000105 (1887 bytes) "Australia: PostDoc/Researcher/Fellow: Advanced Computational Systems" by Markus Buchhorn /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000106 (2967 bytes) "---CALL FOR PAPERS---PDCP." by Mukesh Allu /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000107 (992 bytes) "[Q] on seeding random number generators" by Anonymous /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000108 (3992 bytes) "First Call for Papers: LCR98" by Dave O'Hallaron /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000109 (1053 bytes) "Parallel (Distributed) Shared Memory Traces sought" by Markus Leberecht /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000110 (1066 bytes) "Re: KSR-3 ???" by Patrick F. McGehearty /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000111 (1055 bytes) "Object-Oriented Parallel Conference" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000112 (928 bytes) "Learning and Theorem Proving" by David Lever /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000113 (4127 bytes) "WoTUG 21 - Architectures, Languages and Patterns for Parallel and" /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000114 (536 bytes) "Porting PVM to MPI." by Remy Longueve /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000115 (467 bytes) "Re: Early Encore Multiprocessors?" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000116 (3355 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000117 (15462 bytes) "[l/m 7/23/97] Suggested readings comp.par/comp.sys.super (24/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000118 (6408 bytes) "A Tutorial on ccNUMA Using The Scalable Coherent Interface (SCI) December 1, 1997" by B. Mitchell Loebel /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000119 (28407 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000120 (5463 bytes) "PhD: Global Optimisation of DSP Application Mapping onto Parallel Architectures using Constraint Logic Programming" by Christophe GUETTIER /parallel/internet/usenet/comp.parallel/articles/1997/11-Nov/000121 (2331 bytes) "[l/m 3/4/96] Dedications comp.parallel (28/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/ "comp.parallel articles for Dec 1997" /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000001 (6721 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000002 (2027 bytes) "The PARALLEL Processing Connection-December 8th Meeting Notice" by B. Mitchell Loebel /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000003 (3255 bytes) "The PARALLEL Processing Connection - What Is It?" by B. Mitchell Loebel /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000004 (15075 bytes) "[l/m 10/22/97] group history/glossary comp.parallel (4/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000005 (5009 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000006 (7657 bytes) "[l/m 12/1/97] news group dynamics comp.parallel (8/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000007 (3454 bytes) "1st CFP: Euro-Par'98, Southampton, September 1st-4th, 1998" by Euro-Par'98 Committee /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000008 (677 bytes) "[Q]: high-performance computing trends" by Marcio Goncalves da Silva /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000009 (32700 bytes) "Call for Participation: SI2000 System Implementation 2000" by Nikola Serbedzija /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000010 (11566 bytes) "Call For Papers - ICCI'98" by Peter C.J. Graham /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000011 (1365 bytes) "Re: [Q] on seeding random number generators" by Asaph Zemach /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000012 (9398 bytes) "CFP: WET ICE 98 Workshop on Collaboration in Presence of Mobility" by Dejan Milojicic /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000013 (5458 bytes) "IRREGULAR'98 goes to Berkeley: CFP" by ROLIM Jose D. P. /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000014 (2988 bytes) "Journal Special Issue" by Kang Zhang /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000015 (2869 bytes) "Reminder: HPCS '98 - 12th Symposium on High Performance Computing" by Diego Novillo /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000016 (2402 bytes) "training period" by =?ISO-8859-1?Q?Lo=EFc_Tr=E9gan?= /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000017 (1252 bytes) "Re: Threaded Intercal" by Malcolm Ross Kinsella Ryan /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000018 (5076 bytes) "Call for Papers: SPAA '98" by Thomas Cormen /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000019 (993 bytes) "Using MPE..." by Y. Hamadi /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000020 (2832 bytes) "TRACS - Training & Research on Advanced Computing Systems" by TRACS /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000021 (1444 bytes) "Workshop SYSTEM PERFORMANCE EVALUATION - ORIGINS AND DIRECTIONS" by Christoph Lindemann /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000022 (957 bytes) "Experiences with NAG Parallel Library" by tc /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000023 (3030 bytes) "Euro-Par'98 - First call for papers" by Flavio A. Bergamaschi /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000024 (4462 bytes) "Oxford BSPlib v1.3: ANNOUNCEMENT" by Jonathan Hill /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000025 (3242 bytes) "Euro-Par'98 - First Call for Papers" by Europar98 Account /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000026 (2055 bytes) "DIPC (Distributed IPC) version 1.0 is available" by Kamran Karimi /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000027 (979 bytes) ""Superlinear" speedups, SC'97, et al" by Joel Williamson /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000028 (10075 bytes) "CFP: MASCOTS'98" by Rupak Biswas /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000029 (1051 bytes) "Re: KSR-3 ???" by John Carter /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000030 (10556 bytes) "CFP-MASCOTS'98" by {Dr. Azzedine Boukerche} /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000031 (7572 bytes) "CFP- DIS-RealTime" by {Dr. Azzedine Boukerche} /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000032 (3608 bytes) "Reminder: Workshop ALV'98" /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000033 (5063 bytes) "SPAA '98 CFP" by Thomas Cormen /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000034 (1787 bytes) "3rd USENIX Symposium on OS Design & Implementation (OSDI'99) - CFP" by Jackson Dodd /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000035 (1924 bytes) "MIPS Pro Compiler tutorial (Syndey, Australia)" by Russell Standish /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000036 (90855 bytes) "[l/m 11/10/97] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000037 (3458 bytes) "Re: "Superlinear" speedups, SC'97, et al" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000038 (26041 bytes) "[l/m 4/8/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000039 (13575 bytes) "[l/m 11/12/97] finding ||-ism references -- comp.parallel (14/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000040 (424 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000041 (2970 bytes) "Re: "Superlinear" speedups, SC'97, et al" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000042 (78123 bytes) "[l/m 10/8/97] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000043 (36262 bytes) "[l/m 11/4/97] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000044 (3355 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000045 (15462 bytes) "[l/m 7/23/97] Suggested readings comp.par/comp.sys.super (24/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1997/12-Dec/000046 (989 bytes) "Thesis available" /parallel/internet/usenet/comp.parallel/articles/1998/ "comp.parallel articles for 1998" /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/ "comp.parallel articles for Jan 1998" /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000001 (6721 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000002 (5860 bytes) "Call For Papers - BioSP3" by Fikret Ercal /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000003 (2725 bytes) "Re: [Q] on seeding random number generators" by Nick Maclaren /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000004 (3113 bytes) "GeoComputation'98 - call for papers" by Bob Abrahart /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000005 (2732 bytes) "November 1997 TOPLAS on-line" by ACM TOPLAS /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000006 (1010 bytes) "Q: MPI for F90?" by Douglas Sondak /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000007 (1130 bytes) "" /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000008 (704 bytes) "ANNOUNCEMENT: APEX APL compiler technical report available" by Robert Bernecky /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000009 (5771 bytes) "CFP -- Coordination Technologies for Information Systems (CTIS'98)" by George A. Papadopoulos /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000010 (9645 bytes) "Re: "Superlinear" speedups, SC'97, et al" by Rich Martin /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000011 (3656 bytes) "2nd SIGCOMM'98 CFP" by Gerald Neufeld /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000012 (21511 bytes) "Fortran 90/95/HPF Information (December)" by Mike METCALF /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000013 (4557 bytes) "CFP: IEEE Computer Special Issue on Network Interfaces" by Shubu Mukherjee /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000014 (3591 bytes) "CFP: Special Issue IEEE TSE ON LANGUAGES FOR PARALLEL" by Domenico TALIA /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000015 (1792 bytes) "3rd USENIX Symposium on OS Design & Implementation (OSDI'99) - CFP" by Jackson Dodd /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000016 (5375 bytes) "Third Workshop on Randomized Parallel Computing" by Sanguthevar Rajasekaran /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000017 (2306 bytes) "JPL Team Wins Award For Paper on Efficient Parallel Computing" by Ron Baalke /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000018 (3671 bytes) "CFP: Special Issue IEEE TSE ON LANGUAGES FOR PARALLEL" by Domenico TALIA /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000019 (2700 bytes) "ANN: "Distributed and Parallel Computing" (book)" by Joe Jurczyk /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000020 (1550 bytes) "Job Opening" by lin /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000021 (2465 bytes) "Special Issue" by Maher Kaddoura /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000022 (3510 bytes) "CFP: Symp on Par & Distr Tools" by Barton Miller /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000023 (3539 bytes) "Euro-Par'98 Call for Papers" by Euro-Par'98 Committee /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000024 (2694 bytes) "Von Neumann Fellowship at Sandia Labs" by Bruce Hendrickson /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000025 (1851 bytes) "PROFESSIONAL OPPORTUNITY" by Allu Mukesh /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000026 (15076 bytes) "[l/m 10/22/97] group history/glossary comp.parallel (4/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000027 (5009 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000028 (1331 bytes) "Richard Hamming RIP" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000029 (7654 bytes) "[l/m 12/1/97] news group dynamics comp.parallel (8/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000030 (90915 bytes) "[l/m 1/2/98] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000031 (90915 bytes) "[l/m 1/2/98] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000032 (90915 bytes) "[l/m 1/2/98] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000033 (2702 bytes) "Professional Opportunity" by Allu Mukesh /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000034 (7633 bytes) "CF- DIS-RT'98" by {Dr. Azzedine Boukerche} /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000035 (3996 bytes) "WoTUG 21: FINAL CALL FOR PAPERS (deadline 16 January)" /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000036 (605 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000037 (5085 bytes) "SPAA '98: DEADLINE January 16" by Thomas Cormen /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000038 (1308 bytes) "Re: [Q] on seeding random number generators" by Vereecken Luc /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000039 (3351 bytes) "IEEETSE Special Issue on Architecture-Independent Languages and" by Pradip Srimani /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000040 (26041 bytes) "[l/m 4/8/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000041 (13576 bytes) "[l/m 11/12/97] finding ||-ism references -- comp.parallel (14/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000042 (1250 bytes) "Re: Q: MPI for F90?" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000043 (1437 bytes) "Re: Richard Hamming RIP" by Julian Thomas /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000044 (2423 bytes) "Re: [Q] on seeding random number generators" by Nick Maclaren /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000045 (671 bytes) "What does "meta-computing" mean?" by Frank Fabbrocino /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000046 (5797 bytes) "HPDC 7 - CFP (Deadline February 8, 1998)" by Manish Parashar /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000047 (2968 bytes) "Training & Research on Advanced Computing Systems" by TRACS /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000048 (4265 bytes) "PostDoc & PhD positions for DCS at Chalmers" by Marina Papatriantafilou /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000049 (2308 bytes) "Two Fellowships at Sandia National Laboratories" by Scott A. Hutchinson /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000050 (3612 bytes) "SPDT'98 Call for Papers" by Barton Miller /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000051 (6078 bytes) "Calls for Papers -Methods and Models for Parallel Programming" by Murray Cole /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000052 (5113 bytes) "SPAA '98 deadline EXTENDED to JAN 21" by Thomas Cormen /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000053 (3298 bytes) "GeoComputation '98 - 2nd call for papers" by Bob Abrahart /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000054 (1037 bytes) "Main differences between HP/UX and SPP/UX for a V-class convex server ?" by Oliver Cossalter /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000055 (5815 bytes) "HPDC 7 - CFP (Deadline February 8, 1998)" by Manish Parashar /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000056 (10690 bytes) "CANPC '98 Advance Progra,m" by CANPC Workshop Account /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000057 (11615 bytes) "ICCI'98 CFP - Reminder" by Peter C.J. Graham /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000058 (12511 bytes) "CFP: HiPC98" by Sandeep Gupta /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000059 (1948 bytes) "New Book on Fortran" by Jud Wolfskill /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000060 (682 bytes) "Fujitsu Numerical Wind Tunnel" by Przemyslaw Cias /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000061 (606 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000062 (5436 bytes) "IRREGULAR'98 : CFP" by ROLIM Jose D. P. /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000063 (1291 bytes) "Re: [l/m 11/12/97] finding ||-ism references -- comp.parallel (14/28) FAQ" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000064 (424 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000065 (79236 bytes) "[l/m 1/16/98] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000066 (79236 bytes) "[l/m 1/16/98] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000067 (36380 bytes) "[l/m 1/2/98] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000068 (79236 bytes) "[l/m 1/16/98] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000069 (36380 bytes) "[l/m 1/2/98] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000070 (3355 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000071 (2190 bytes) "yearly call for news group input (readings)" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000072 (15462 bytes) "[l/m 7/23/97] Suggested readings comp.par/comp.sys.super (24/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000073 (28407 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000074 (79934 bytes) "The followup recommended readings (100)" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000075 (79934 bytes) "The followup recommended readings (100)" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000076 (2331 bytes) "[l/m 3/4/96] Dedications comp.parallel (28/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000077 (4257 bytes) "LATE NOTICE: LECTURE: "The Computing Environment at Livermore in the 1970s"" by Dag Spicer /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000078 (79934 bytes) "The followup recommended readings (100)" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000079 (2331 bytes) "[l/m 3/4/96] Dedications comp.parallel (28/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000080 (4257 bytes) "LATE NOTICE: LECTURE: "The Computing Environment at Livermore in the 1970s"" by Dag Spicer /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000081 (576 bytes) "prices of parallel machines" by unknown /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000082 (1064 bytes) "Re: What does "meta-computing" mean?" by Greg Lindahl /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000083 (2513 bytes) "Re: Main differences between HP/UX and SPP/UX for a V-class convex" by Russell Standish /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000084 (4043 bytes) "Job Opportunities in Parallel Computing Research" by Rolf Hempel /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000085 (1095 bytes) "Large FFTs" by Thomas Cormen /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000086 (696 bytes) "Parallel Object Oriented Genetic Algorithms" by Andy Green /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000087 (890 bytes) "C shared-memory parallel benchmarks" by Greg Wright /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000088 (1460 bytes) "good books about parallel computing" by Dipl.-Phys. Thomas Fischer /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000089 (606 bytes) "Ask about multithreading" by Juno Chang /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000090 (1746 bytes) "Re: What does "meta-computing" mean?" by Joern Gehring /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000091 (892 bytes) "QUESTION?" by Christian Langis /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000092 (1065 bytes) "pthreads for HP-UX 10.20" by Oliver Gloth /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000093 (3270 bytes) "CFP: Special Issue on Parallel Processing and Statistics" /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000094 (4047 bytes) "CFP: HUG'98 -- 2nd HPF User Group workshop" by John Merlin /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000095 (1964 bytes) "Re: What does "meta-computing" mean?" by Joerg Henrichs /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000096 (1847 bytes) "Releasing SCore Cluster System Software on PC cluster" by Yutaka Ishikawa /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000097 (646 bytes) "Re: Fujitsu Numerical Wind Tunnel" by Carsten Pitz /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000098 (3625 bytes) "EuroPVM/MPI98 Conference Announcement" by Kenneth Chan /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000099 (8243 bytes) "First Call for Papers ISCIS'98" by ISCIS XIII /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000100 (11979 bytes) "NMA'98-Second Announcement and call for papers" by Allu Mukesh /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000101 (4702 bytes) "ASPLOS-VIII CFP" by Frederic T. Chong /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000102 (6398 bytes) "Conference on the History of Computing" by Bernhard Froetschl /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000103 (8697 bytes) "Last CFP, WETICE Workshop "Collaboration in Presence of Mobility (1/30)" by Dejan Milojicic /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000104 (5529 bytes) "IRREGULAR98: EXTENDED DEADLINE: JAN. 30th" by ROLIM Jose D. P. /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000105 (7627 bytes) "PARA98, Workshop on Applied Parallel Computing" by Krister Dackland /parallel/internet/usenet/comp.parallel/articles/1998/01-Jan/000106 (8583 bytes) "CANPC '98 Final Program" by CANPC Workshop Account /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/ "comp.parallel articles for Feb 1998" /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000001 (6721 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000002 (15076 bytes) "[l/m 10/22/97] group history/glossary comp.parallel (4/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000003 (5009 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000004 (7654 bytes) "[l/m 12/1/97] news group dynamics comp.parallel (8/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000005 (91335 bytes) "[l/m 1/20/98] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000006 (91335 bytes) "[l/m 1/20/98] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000007 (91335 bytes) "[l/m 1/20/98] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000008 (26041 bytes) "[l/m 4/8/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000009 (13562 bytes) "[l/m 2/12/98] finding ||-ism references -- comp.parallel (14/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000010 (605 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000011 (5818 bytes) "CFP: HPC for Pattern Recognition" by Manavendra Misra /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000012 (2091 bytes) "Research Positions In Parallel Databases" by Paul Watson /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000013 (3336 bytes) "postdoc position at INRIA (France)" by Alain Girault /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000014 (7148 bytes) "IFAC DCCS98 Call For Papers" by Walter Cazzola /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000015 (14667 bytes) "Advance Program: ACM 1998 Workshop on Java for High-Performance" by Klaus E. Schauser /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000016 (2631 bytes) "Position in High Performance Computing" by Jarek Nieplocha /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000017 (568 bytes) "Splash2 on Solaris (macros needed)" by Scott Colville /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000018 (3804 bytes) "SPDT'98 Call for Papers (LAST CALL)" by Barton Miller /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000019 (2732 bytes) "Re: pthreads for HP-UX 10.20" by Maximilian Lueckenhaus /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000020 (847 bytes) "Beouwulf - a question on effects of it's performance" by Shane Adams /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000021 (484 bytes) "WTB (yep!): EL9x" by Mike... /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000022 (766 bytes) "Masspar MP1, Model 1100((??))" by Tony Robinson /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000023 (3133 bytes) "Summer Internship Program" by Joachim Beer /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000024 (1285 bytes) "Help A Student :0) Suggestions for an application of concurrency to" by Ian /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000025 (1525 bytes) "ParaGraph under Linux" by Robert Ginthoer /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000026 (1802 bytes) "3rd USENIX Symposium on OS Design & Implementation (OSDI'99) - CFP" by Jackson Dodd /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000027 (994 bytes) "Looking for References to Parallel & Distributed Programming Tools" by rag /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000028 (910 bytes) "MPI2" by Y. Hamadi /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000029 (2979 bytes) "Re: What does "meta-computing" mean?" by David C. DiNucci /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000030 (1696 bytes) "Tera MTA in CMOS. Viable?" by Bob /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000031 (8078 bytes) "PARA98 - Final Call for papers" by Mats Nylen /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000032 (2096 bytes) "The PARALLEL Processing Connection-February 9 meeting notice" by mitchell /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000033 (7628 bytes) "PARA98, Workshop on Applied Parallel Computing" by Krister Dackland /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000034 (2522 bytes) "Research Assistantship Announcement" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000035 (3480 bytes) "Subject: The PARALLEL Processing Connection-What Is It?" by mitchell /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000036 (606 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000037 (1641 bytes) "PhD Scholarships at UCC, Ireland" by John O'Regan /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000038 (8094 bytes) "Direct Fast Sparse Matrix Solvers from GENIUSOFT:" by Dr. Firas Jandali /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000039 (2357 bytes) "Main differences between HP/UX and SPP/UX for a V-class convex server ?" by Giancarlo Corti /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000040 (1029 bytes) "Thinking Machines.." by Michael Ross /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000041 (2560 bytes) "RESEARCH ASSISTANTSHIP in PARALLEL COMPUTING" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000042 (4039 bytes) "CFP: Technical Session on Visual Methods and Tools for Distributed" by Guido Wirtz /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000043 (7324 bytes) "IDMS'98 - Extended deadline" by Ketil Lund /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000044 (4459 bytes) "Call for participation -- WRPC 98" by Sanguthevar Rajasekaran /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000045 (1092 bytes) "Re: Ask about multithreading" by Gerald H. Hilderink /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000046 (1758 bytes) "Shared-memory C benchmarks (summary)" by Greg Wright /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000047 (2560 bytes) ""Scientific Computing Graduate Assistantships"" by Allu Mukesh /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000048 (3307 bytes) "Extended deadline, WET ICE Wrkshp Collaboration in Presence of Mobility" by Dejan Milojicic /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000049 (79680 bytes) "[l/m 2/3/98] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000050 (424 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000051 (418 bytes) "MPP vs. SMP" by Vincent Chang /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000052 (2902 bytes) "Visualization and Graphics Research Position at ICASE" by Tom Crockett /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000053 (3892 bytes) "Euro_Par 2000 Call for Bids" by d.gault /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000054 (7574 bytes) "Parallel and Distributed Computing Systems (PDCS) conf." by Dr Zahir Tari /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000055 (22554 bytes) "Be part of an historic Event. The 50th anniversary of the first" by Philippe Geril /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000056 (36380 bytes) "[l/m 1/2/98] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000057 (3355 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000058 (15462 bytes) "[l/m 7/23/97] Suggested readings comp.par/comp.sys.super (24/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000059 (28407 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/02-Feb/000060 (2331 bytes) "[l/m 3/4/96] Dedications comp.parallel (28/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/ "comp.parallel articles for Mar 1998" /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000001 (6721 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000002 (1251 bytes) "Re: MPI2" by Erik Demaine /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000003 (2536 bytes) "position in high performance computing" by Jarek Nieplocha /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000004 (4343 bytes) "PostDoc and PhD pos. for DCS at Chalmers" by Marina Papatriantafilou /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000005 (5914 bytes) "CFP -- Coordination Technologies for Information Systems (CTIS'98)" by George Angelos Papadopoulos /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000006 (5954 bytes) "CDS 98 Program Announcement" by Don Welch /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000007 (724 bytes) "intel bx chipset news" /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000008 (1425 bytes) "Tandem is hiring in NT" by me /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000009 (3245 bytes) "call for paper of mini-symposium in NMA-98" by Tianruo Yang /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000010 (3147 bytes) "PVT@PARA98 (call4papers)" by Michael Meissner /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000011 (2596 bytes) "Workshop on Multimedia" by Prasant Mohapatra /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000012 (642 bytes) "Flynn's paper" by Marco Aurelio S. Birchal /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000013 (878 bytes) "Approaches to expressing parallelism" by Samir N. Muhammad /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000014 (1769 bytes) "HPCN-Europe-1998-Call-for-participation" by Jaap Hollenberg /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000015 (605 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000016 (3303 bytes) "Distributed processors" by Alec Cawley /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000017 (6019 bytes) "ISCOPE'98 Call for Papers" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000018 (4479 bytes) "call for paper" by Tianruo Yang /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000019 (1251 bytes) "Job Opening: Computer System Analyst" by Hui Lu /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000020 (1970 bytes) "Job oportunities: "VLSI architectures processor arrays"" by Lars Bengtsson /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000021 (1804 bytes) "PhD Scholarships at UCC, Ireland" /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000022 (13132 bytes) "Re: Splash2 on Solaris (macros needed)" by Mats Brorsson /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000023 (961 bytes) "Re: Splash2 on Solaris (macros needed)" by Ernest Artiaga /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000024 (838 bytes) "Parallel OS Software Developers" by Larry Watts /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000025 (1208 bytes) "pthreads on Solaris" by Amit Singhal /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000026 (1099 bytes) "Building a Parallel system" by Geoff Roughton /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000027 (834 bytes) "Sharing a room at IPPS" by rajeev sivaram /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000028 (15076 bytes) "[l/m 10/22/97] group history/glossary comp.parallel (4/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000029 (5009 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000030 (7654 bytes) "[l/m 12/1/97] news group dynamics comp.parallel (8/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000031 (1794 bytes) "Selective CFP 12th European Simulation Multiconference" by Philippe Geril /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000032 (2847 bytes) "Systems Programmer Wanted - Canberra" by Matthew Wilson /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000033 (5170 bytes) "Final call: HUG'98 -- 2nd HPF User Group conference" by Martin Aichhorn /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000034 (2556 bytes) "RESEARCH ASSISTANTSHIP in PARALLEL COMPUTING" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000035 (3412 bytes) "IT Programmer wanted - Advanced Computational Systems CRC." by Matthew Wilson /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000036 (1202 bytes) "What Are The Current Paradigms?" by Steve Stevenson /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000037 (5170 bytes) "Final call: HUG'98 -- 2nd HPF User Group conference" by Martin Aichhorn /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000038 (3620 bytes) "CFP: HICSS-32 (Minitrack-2: Distributed Replication and Caching)" by Markus Pizka /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000039 (3900 bytes) "Job opportunity: Ph.D. student" by Magnus Jonsson /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000040 (989 bytes) "HPCS '98 -- Call For Participation" by HPC '98 /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000041 (4370 bytes) "HPCA-5 Call for Papers" by Anand Sivasubramaniam /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000042 (1946 bytes) "3rd USENIX Symposium on OS Design & Implementation (OSDI'99) - CFP" by Jackson Dodd /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000043 (1068 bytes) "Cluster of SMPs" /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000044 (1186 bytes) "Re: pthreads on Solaris" by Clemens Grelck /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000045 (3521 bytes) "Lectureships in Computing Science at Chalmers University of Technology" by Marina Papatriantafilou /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000046 (617 bytes) "Re: pthreads on Solaris" /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000047 (2070 bytes) "SUIF COMPILER-PARALLELIZED CFP95 BENCHMARKS" /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000048 (2394 bytes) "Parallel Linear Algebra Package General Solver Available" by Robert van de Geijn /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000049 (1995 bytes) "Job opportunities: Ph.D. Students and Research/Teaching position" by Magnus Jonsson /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000050 (91374 bytes) "[l/m 2/27/98] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000051 (26041 bytes) "[l/m 4/8/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000052 (13665 bytes) "[l/m 3/10/98] finding ||-ism references -- comp.parallel (14/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000053 (424 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000054 (79930 bytes) "[l/m 2/27/98] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000055 (3355 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000056 (3227 bytes) "JOB; HPC System Engineers (UK)" /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000057 (4751 bytes) "Jobs in parallel distributed computing and in computational science" by Fritz Knabe /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000058 (1698 bytes) "Re: Cluster of SMPs" by Christoph Giess /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000059 (2833 bytes) "CFP: Parallel Computation (ACPC'99)" by Andreas Uhl /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000060 (6465 bytes) "PDP'99 Call for Papers" by Paolo Cremonesi /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000061 (13845 bytes) "PDSE'98: Par & Dist Symposium: Call for Participation" by Peter Croll /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000062 (2850 bytes) "System Programmer Wanted - Canberra" by Matt Wilson /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000063 (3103 bytes) "COVERS 3.1 - visual OO modeling & simulation tool" by Kirill Bolshakov /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000064 (459 bytes) "Any VLIW examples?" by zhangy /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000065 (606 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000066 (3161 bytes) "School on Specification, Refinement, and Verification" /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000067 (2602 bytes) "CFP: Parallel Computation (ACPC99)" by Andreas Uhl /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000068 (1213 bytes) "Transputer Home Page - UPDATED" /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000069 (1087 bytes) "Object-Oriented Parallel Environments Conference" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000070 (628 bytes) "MACRO SPLASH2" by Wissam HLAYHEL /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000071 (2944 bytes) "CFP: Parallel Computation Conference" by Andreas Uhl /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000072 (1219 bytes) "Task assignement and scheduling in parallel and distributed systems" /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000073 (3215 bytes) "Call for Participation: HIPS'98 held in conjunction with IPPS/SPDP'98" by M.Gerndt /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000074 (481 bytes) "||ism" by liupeng /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000075 (445 bytes) "Object Synergy" by Risvan Coskun /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000076 (4373 bytes) "HPCA-5 Call for Papers" by Anand Sivasubramaniam /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000077 (10594 bytes) "CFP: Int.Conf. on Parallel and Distributed Systems" by Dr Zahir Tari /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000078 (2180 bytes) "HPCN-Europe-1998-final-call" by Jaap Hollenberg /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000079 (3195 bytes) "call for paper" by Tianruo Yang /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000080 (1294 bytes) "LINPACK Benchmark" /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000081 (2793 bytes) "Research staff position on Paradyn Project" by Barton Miller /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000082 (3226 bytes) "JOB (UK) System Engineers" /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000083 (2836 bytes) "[CFP] Parallel Computation (ACPC'99)" by Andreas Uhl /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000084 (19063 bytes) "1st CFP ESS'98 (10th European Simulation Symposium)" by Philippe Geril /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000085 (4463 bytes) "Job Opportunities: Up to 5 research positions at Manchester University" by Rizos Sakellariou /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000086 (7333 bytes) "CFP PAREO'98" by Bertrand LECUN /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000087 (4450 bytes) "PLAPACK Positive Definite System Solver Available" by Robert van de Geijn /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000088 (7575 bytes) "2nd CFP - IEEE Real-Time Systems Symposium 1998 (RTSS '98)" by Richard Gerber /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000089 (503 bytes) "look for parallel architecture survey!" by liupeng /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000090 (4256 bytes) "Vacancies in the CNC, Manchester University" by Dr Phillip Young /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000091 (4334 bytes) "HICSS-32 CFP: Distributed Caching and Replication" by Markus Pizka /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000092 (3241 bytes) "final call for paper" by Tianruo Yang /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000093 (15462 bytes) "[l/m 7/23/97] Suggested readings comp.par/comp.sys.super (24/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000094 (428 bytes) "New book (more restrospective in nature)" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1998/03-Mar/000095 (2331 bytes) "[l/m 3/4/96] Dedications comp.parallel (28/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/ "comp.parallel articles for Apr 1998" /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000001 (537 bytes) "Looking for benchmark" by Hung Hing Anthony Pang /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000002 (3973 bytes) "Final Call -- WoTUG-21" /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000003 (2794 bytes) "CFP: Special Issue of the Parallel Computing Journal" by Erricos John Kontoghiorghes /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000004 (1745 bytes) "Convolution using FFT" by Martin Watts /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000005 (5078 bytes) "CFP: IEEE Potentials" by Philip A. Wilsey /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000006 (605 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000007 (6724 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000008 (3978 bytes) "Final Ptools CFP -- don't miss this meeting!" by Richard Frost /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000009 (600 bytes) "Scheduling Parallel Processors" by Khalid /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000010 (3127 bytes) "Call for Papers (Applied Mathematical Programming and Modeling)" by Hercules Vladimirou /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000011 (3084 bytes) "CFP: Special Issue of the Parallel Computing Journal" by Erricos John Kontoghiorghes /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000012 (3000 bytes) "VACANCY: Postdoc Research, Parallel Library (Oxford, UK)" by Mike Field /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000013 (1618 bytes) "CFP - PDPTA '98 Special Session on High-Performance Distributed Object" by George K. Thiruvathukal /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000014 (2180 bytes) "Chair in Computer Science" by Greg Michaelson /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000015 (2866 bytes) "Re: LINPACK Benchmark" by Patrick F. McGehearty /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000016 (2404 bytes) "Position Accouncement at NERSC" by Youngbae Kim /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000017 (7416 bytes) "EPCC - positions available." by Mario Antonioletti /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000018 (1165 bytes) "c++ vs f90" by Alexandre Dupuis /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000019 (7355 bytes) "DCCS'98: Deadline Extension!" by Walter Cazzola /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000020 (15072 bytes) "[l/m 3/12/98] group history/glossary comp.parallel (4/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000021 (5012 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000022 (7657 bytes) "[l/m 12/1/97] news group dynamics comp.parallel (8/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000023 (91377 bytes) "[l/m 2/27/98] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000024 (26044 bytes) "[l/m 4/8/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000025 (427 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000026 (3001 bytes) "VACANCY: Postdoc Research, Parallel Library (Oxford, UK)" by Mike Field /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000027 (2181 bytes) "Chair in Computer Science" by Greg Michaelson /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000028 (3085 bytes) "CFP: Special Issue of the Parallel Computing Journal" by Erricos John Kontoghiorghes /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000029 (3128 bytes) "Call for Papers (Applied Mathematical Programming and Modeling)" by Hercules Vladimirou /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000030 (1619 bytes) "CFP - PDPTA '98 Special Session on High-Performance Distributed Object" by George K. Thiruvathukal /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000031 (5079 bytes) "CFP: IEEE Potentials" by Philip A. Wilsey /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000032 (2795 bytes) "CFP: Special Issue of the Parallel Computing Journal" by Erricos John Kontoghiorghes /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000033 (538 bytes) "Looking for benchmark" by Hung Hing Anthony Pang /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000034 (2405 bytes) "Position Accouncement at NERSC" by Youngbae Kim /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000035 (3979 bytes) "Final Ptools CFP -- don't miss this meeting!" by Richard Frost /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000036 (606 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000037 (2867 bytes) "Re: LINPACK Benchmark" by Patrick F. McGehearty /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000038 (1166 bytes) "c++ vs f90" by Alexandre Dupuis /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000039 (1746 bytes) "Convolution using FFT" by Martin Watts /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000040 (7356 bytes) "DCCS'98: Deadline Extension!" by Walter Cazzola /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000041 (7417 bytes) "EPCC - positions available." by Mario Antonioletti /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000042 (3974 bytes) "Final Call -- WoTUG-21" /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000043 (602 bytes) "Scheduling Parallel Processors" by Khalid /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000044 (82394 bytes) "[l/m 4/17/98] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000045 (3358 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000046 (36383 bytes) "[l/m 1/2/98] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000047 (15465 bytes) "[l/m 7/23/97] Suggested readings comp.par/comp.sys.super (24/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000048 (32205 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000049 (4068 bytes) "[l/m 3/4/98] Special post Call comp.parallel (27/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/04-Apr/000050 (2334 bytes) "[l/m 3/4/96] Dedications comp.parallel (28/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/ "comp.parallel articles for May 1998" /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000001 (2567 bytes) "PDCP: CALL FOR SOFTWARE REVIEWS" by Domenico Talia /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000002 (660 bytes) "Overloading processors on a Cray-T3E" by Ramesh Pankajakshan /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000003 (28774 bytes) "SPAA'98: Early registration deadline April 20!" by Thomas Cormen /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000004 (604 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000005 (1595 bytes) "REMINDER:ISCOPE'98 Call for Papers" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000006 (3161 bytes) "CFP: Computing Surveys Student Tutorial Paper Contest" by John Cavazos /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000007 (3240 bytes) "Parallel and Distributed Computing Practices -- Call for Papers--" by Parallel and Dist. Comp. Practices /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000008 (6724 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000009 (15072 bytes) "[l/m 3/12/98] group history/glossary comp.parallel (4/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000010 (4493 bytes) "CFP: Scientific Programming - Special Issue (High Perf. Java)" by Professor R H Perrott /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000011 (7657 bytes) "[l/m 12/1/97] news group dynamics comp.parallel (8/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000012 (12831 bytes) "Re: Is academia doing the wrong thing?" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000013 (91490 bytes) "[l/m 4/27/98] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000014 (12831 bytes) "Re: Is academia doing the wrong thing?" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000015 (91490 bytes) "[l/m 4/27/98] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000016 (5012 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000017 (26043 bytes) "[l/m 4/8/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000018 (13980 bytes) "[l/m 5/1/98] finding ||-ism references -- comp.parallel (14/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000019 (427 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000020 (90495 bytes) "[l/m 5/15/98] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000021 (90495 bytes) "[l/m 5/15/98] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000022 (36383 bytes) "[l/m 1/2/98] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000023 (3358 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000024 (1858 bytes) "High Performance Computing" by Laura Nett /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000025 (2383 bytes) "MPI/Pro(tm) for Windows NT Ships for Pentium Architecture" by Anthony Skjellum /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000026 (6560 bytes) "HICSS-32: CFP-Reminder" by Markus Pizka /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000027 (1252 bytes) "History of "wormhole routing"" /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000028 (662 bytes) "Parkbench suite: MPI vs PVM results" by jordi /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000029 (2176 bytes) "3rd USENIX Symposium on OS Design & Implementation (OSDI'99) - CFP" by Jackson Dodd /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000030 (1781 bytes) "Re: c++ vs f90" by Jim Webber /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000031 (1178 bytes) "OpenMP on Solaris" by Herbert Fruchtl /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000032 (5530 bytes) "Call For Participation: Workshop on Internet Server Performance" by Sekhar R. Sarukkai /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000033 (884 bytes) "Re: Is academia doing the wrong thing?" by Richard Barrett /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000034 (3173 bytes) "call for paper" by Tianruo Yang /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000035 (674 bytes) "Parallel Gauss Seidel" /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000036 (3365 bytes) "Computational Methods in Decision-Making & Finance" by Erricos John Kontoghiorghes /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000037 (921 bytes) "Re: Is academia doing the wrong thing?" by Andrzej Lewandowski /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000038 (3016 bytes) "PARA98, Workshop on Applied Parallel Computing, Umea, Sweden" by Krister Dackland /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000039 (1873 bytes) "PhD Scholarship" by Philippas Tsigas /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000040 (4486 bytes) "CFP: DAPSYS'98" by Zsolt Nemeth /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000041 (5696 bytes) "RANDOM'98: CFP" by ROLIM Jose D. P. /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000042 (4248 bytes) "Computational Methods in Decision-Making & Finance" by Erricos John Kontoghiorghes /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000043 (1062 bytes) "ISCOPE '98 Paper Deadline Extension" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000044 (1278 bytes) "Mach multiprocessing ?" by Hugo Varotto /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000045 (4517 bytes) "CFP: SCI Europe '98" by Hermann Hellwagner /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000046 (11583 bytes) "ADCOMP'98 - Call for Papers/Participation" by Anand Sivasubramaniam /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000047 (3772 bytes) "2nd Announcement: Parallel Computation 1999" by Andreas Uhl /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000048 (910 bytes) "Need help with a parallel classification" by Charles Hannon /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000049 (15177 bytes) "Extended Deadline, IEEE TSE Special Issue on Software for Parallel" by Pradip Srimani /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000050 (6440 bytes) "CFP ; International Conference on Computational Intelligence for" by Masoud Mohammadian /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000051 (774 bytes) "Research on parallel computing" by Nizar Dahbar /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000052 (1240 bytes) "I need information about the CRAY J90" /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000053 (539 bytes) "Taxonomy / Classification Help" by Jayesh -Lotus Notes Mad- Kotecha /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000054 (607 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000055 (1322 bytes) "Force SERIAL loop with Sun F90 SC4.2 compiler" by Dimitri Komatitsch /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000056 (711 bytes) "[Q] Interconnection network and instruction pipelines..?" by Syed Asif Hussain /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000057 (5110 bytes) "SPDT '98 Call for Participation" by Allen Davis Malony /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000058 (1289 bytes) "Help me design your language (Town Meeting) ...." by Steve Stevenson /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000059 (913 bytes) "Interpreting LINPACK results" by jordi /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000060 (5536 bytes) "Call For Participation: Workshop on Internet Server Performance; June" by Sekhar R. Sarukkai /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000061 (1010 bytes) "Parallelism on Petrol industry" by Luis Gregoris /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000062 (5424 bytes) "SPDT '98 Call for Participation" by Allen Davis Malony /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000063 (2361 bytes) "Paradyn Perf Tools Release 2.1" by Paradyn /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000064 (899 bytes) "Barrier sync." by Billy Kutulas /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000065 (745 bytes) "Taxonomies / Classification" by Jayesh Kotecha /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000066 (2460 bytes) "2nd USENIX Windows NT Symposium - Conference Program" by Jackson Dodd /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000067 (524 bytes) "Introduce New Stonecare products for Marble and Stoneware" by Stonecare /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000068 (1912 bytes) "Re: Is academia doing the wrong thing?" by james goss /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000069 (3167 bytes) "call for paper" by Tianruo Yang /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000070 (2652 bytes) "USENIX Large Installation SysAdmin of Windows NT Conf - Program" by Jackson Dodd /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000071 (1851 bytes) "CFP - Special Issue on Metacomputing" by Vaidy Sunderam /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000072 (7001 bytes) "International Conference on Computational Intelligence for Modelling," by Masoud Mohammadian /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000073 (516 bytes) "PL/PS architecture" by Juno Chang /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000074 (1367 bytes) "Help: In need of suggestions for course" by David Stuart /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000075 (608 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000076 (3475 bytes) "Reminder: HPCI/EPCC Seminar: Fluid Flow on Parallel Machines." by Gavin Pringle /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000077 (3018 bytes) "Academic Positions - CS Dept - Univ of Cyprus" by George Angelos Papadopoulos /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000078 (15465 bytes) "[l/m 7/23/97] Suggested readings comp.par/comp.sys.super (24/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000079 (33615 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000080 (4068 bytes) "[l/m 3/4/98] Special post Call comp.parallel (27/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/05-May/000081 (2377 bytes) "[l/m 5/13/98] Dedications comp.parallel (28/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/ "comp.parallel articles for Jun 1998" /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000001 (6724 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000002 (15083 bytes) "[l/m 3/12/98] group history/glossary comp.parallel (4/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000003 (5023 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000004 (7668 bytes) "[l/m 12/1/97] news group dynamics comp.parallel (8/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000005 (91759 bytes) "[l/m 5/11/98] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000006 (1441 bytes) "Re: Is academia doing the wrong thing?" by Steve Stevenson /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000007 (1142 bytes) "Condor on RedHat Linux 5.0" by Chance Reschke /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000008 (6351 bytes) "HUG'98 program and call for registration" by John Merlin /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000009 (674 bytes) "DM/MP Implementations of NPB Suite" by Billy Kutulas /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000010 (998 bytes) "iPSC simulator software" /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000011 (853 bytes) "Distributed Java" by Jean-Louis Pazat /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000012 (2376 bytes) "NCSA's Parallel Computing Workshop in June!" by Steve Baker /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000013 (619 bytes) "parellel processing in slakware" /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000014 (1215 bytes) "Re: Mach multiprocessing ?" by Ruth Ivimey-Cook /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000015 (607 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000016 (3474 bytes) "Reminder: HPCI/EPCC Seminar: Fluid Flow on Parallel Machines." by Gavin Pringle /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000017 (1978 bytes) "Timing on SP-2" by Peter Christen /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000018 (28418 bytes) "SPAA '98 regular registration deadline June 1" by Thomas Cormen /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000019 (6283 bytes) "HUG'98 program and call for participation" by Markus Egg /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000020 (2793 bytes) "Research Staff position on Paradyn Project" by Barton Miller /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000021 (2958 bytes) "ASSISTANT PROFESSORSHIP IN HIGH-PERFORMANCE AND SCIENTIFIC COMPUTING" by Krister Dackland /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000022 (2365 bytes) "Re: Mach multiprocessing ?" by Richard Wheeler /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000023 (4960 bytes) "Re: Help me design your language (Town Meeting) ...." by Alec Cawley /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000024 (627 bytes) "Strassen's algorithm" by Ajay Pandya /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000025 (995 bytes) "40th OR Conference - Lancaster University" by Ken ROY /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000026 (8105 bytes) "Journal of Scheduling : 1st Issue and CFP" by Dave Corne /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000027 (3673 bytes) "IEEE TSE Special Issue, Deadline Extended" by pradip srimani /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000028 (2366 bytes) "LISA-NT System Admininstration of Windows NT Conference" by Jackson Dodd /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000029 (1033 bytes) "BBN TC2000 etc." by lenny reis /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000030 (4462 bytes) "CFP: DAPSYS'98" by Zsolt Nemeth /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000031 (947 bytes) "Need help with a parallel classification" by Charles Hannon /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000032 (4821 bytes) "Ada95 Distributed Annex On Beowulf?" by Steve Whalen /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000033 (3457 bytes) "Preliminary Call for Papers--IEEE Real-Time Systems Education Workshop" by Informatica Journal /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000034 (1737 bytes) "Help! Failover mechanism" /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000035 (7382 bytes) "SX5.txt" by John Snyder /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000036 (2344 bytes) "Chair in Computer Science, The university of Birmingham" by Georgios K Theodoropoulos /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000037 (900 bytes) "multi-mesh partitioning" by Stephane Lanteri /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000038 (26058 bytes) "[l/m 4/8/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000039 (13993 bytes) "[l/m 5/1/98] finding ||-ism references -- comp.parallel (14/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000040 (427 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000041 (2311 bytes) "Re: Help me design your language (Town Meeting) ...." by Nicholas Geovanis /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000042 (622 bytes) "object oriented parallel processing" by Michael W. Bigrigg /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000043 (1179 bytes) "Re: parellel processing in slakware" by Bo-sung Lee /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000044 (1535 bytes) "UK/EU only: Scholarships for MSc in Control Systems" by Control & Systems Recruitment /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000045 (1923 bytes) "ANNOUNCE: SVMlib - Shared Virtual Memory Library" by Sven Paas /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000046 (29439 bytes) "IPPS/SPDP'99 Call For Papers" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000047 (4462 bytes) "CFP: DAPSYS'98" by Zsolt Nemeth /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000048 (1987 bytes) "FS?: 32-node iPSC" by Patrick Thomas /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000049 (1534 bytes) "Re: Mach multiprocessing ?" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000050 (3762 bytes) "Postdoc position at NERSC" by David Serafini /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000051 (4701 bytes) "First Call for Articles - Crossroads Magazine" by Kim Moorman /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000052 (1391 bytes) "Edge-disjoint Hamilton cycles in hypercubes..." by Douglas W Bass /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000053 (90722 bytes) "[l/m 5/18/98] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000054 (2311 bytes) "Re: Help me design your language (Town Meeting) ...." by Nicholas Geovanis /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000055 (622 bytes) "object oriented parallel processing" by Michael W. Bigrigg /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000056 (1179 bytes) "Re: parellel processing in slakware" by Bo-sung Lee /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000057 (1535 bytes) "UK/EU only: Scholarships for MSc in Control Systems" by Control & Systems Recruitment /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000058 (1923 bytes) "ANNOUNCE: SVMlib - Shared Virtual Memory Library" by Sven Paas /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000059 (29439 bytes) "IPPS/SPDP'99 Call For Papers" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000060 (4462 bytes) "CFP: DAPSYS'98" by Zsolt Nemeth /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000061 (1987 bytes) "FS?: 32-node iPSC" by Patrick Thomas /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000062 (1534 bytes) "Re: Mach multiprocessing ?" by Eugene Miya /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000063 (3762 bytes) "Postdoc position at NERSC" by David Serafini /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000064 (4701 bytes) "First Call for Articles - Crossroads Magazine" by Kim Moorman /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000065 (1391 bytes) "Edge-disjoint Hamilton cycles in hypercubes..." by Douglas W Bass /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000066 (90722 bytes) "[l/m 5/18/98] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000067 (36397 bytes) "[l/m 1/2/98] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000068 (1386 bytes) "Re: Ada95 Distributed Annex On Beowulf?" by Engr Bohn /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000069 (3143 bytes) "First announcement & Cal