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 [anonymous] /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 & Call for Papers--LARGE SCALE SCIENTIFIC" by Informatica Journal /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000070 (7937 bytes) "PAREO'98 Program Conference" by Bertrand LECUN /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000071 (5016 bytes) "Positions for 2 Postdocs available at VU Amsterdam" by Henri Bal /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000072 (608 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000073 (3372 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/06-Jun/000074 (15479 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/06-Jun/000075 (4168 bytes) "Re: Ada95 Distributed Annex On Beowulf?" by Steve Whalen /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000076 (2420 bytes) "lecturing position down under" by ian a. mason /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000077 (29439 bytes) "IPPS/SPDP'99 Call For Papers" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000078 (547 bytes) "mobile robot path planning algorithms needed" by Nayer M. Wanas /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000079 (1827 bytes) "O-O for parallel computing" by Rod Oldehoeft /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000080 (8544 bytes) "WOCS '99 CFP" by Dr. Yi Pan /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000081 (2532 bytes) "Copies of "Flow-Based Programming"" by Paul Morrison <74720.2367@CompuServe.COM> /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000082 (1348 bytes) "MPI for Financial Modelling" by J M Thompson /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000083 (3462 bytes) "Wanted @ NYU - Scientific Computing Director & Staff" by Philip Galanter /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000084 (2892 bytes) "DS-8 cfp - extended to July 10th" by Dr Zahir Tari /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000085 (912 bytes) "Re: object oriented parallel processing" by Mike Kumbera /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000086 (1931 bytes) "Re: object oriented parallel processing" by Savas Parastatidis /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000087 (1468 bytes) "Re: object oriented parallel processing" by Robert D. Blumofe /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000088 (856 bytes) "Re: object oriented parallel processing" by Yutaka Ishikawa /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000089 (858 bytes) "Berkeley VIA Project" by Philip Buonadonna /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000090 (3464 bytes) "CFP: Parallel Computing on Clusters of Workstations" by Mohammed Atiquzzaman /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000091 (867 bytes) "looking for SMP Info + Resources" by Kevin Godden /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000092 (33748 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/06-Jun/000093 (4084 bytes) "[l/m 5/28/98] Special post Call comp.parallel (27/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000094 (7294 bytes) "ANNOUNCE: HP Powers Up MPI with New Release" by Paco Romero /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000095 (4493 bytes) "HPCA-5 Call for Papers - Extended Deadline" by Anand Sivasubramaniam /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000096 (1093 bytes) "Re: object oriented parallel processing" by Xavier Cavin /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000097 (2391 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/000098 (1521 bytes) "Dynamic Load Balancing - Wkstn Clusters" by Satya Ranjan Dash /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000099 (2920 bytes) "WORKSHOP: NCSA's Introduction to Parallel Computing" by Steve Baker /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000100 (2346 bytes) "Re: Ada95 Distributed Annex On Beowulf?" by Engr Bohn /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000101 (4579 bytes) "CFP: Int. Conf. Parallel Computation" by Andreas Uhl /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000102 (1794 bytes) "augmint questions" by Hitoshi Oi /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000103 (496 bytes) "Perl-MPI?" by Zhangfan XING /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000104 (4390 bytes) "ESS'98 Final CFP" by Philippe Geril /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000105 (1245 bytes) "C++ for parallel processing" by Denis Caromel /parallel/internet/usenet/comp.parallel/articles/1998/06-Jun/000106 (1797 bytes) "NLANR Workshop Announcement" by Jack Solock /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/ "comp.parallel articles for Jul 1998" /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000001 (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/07-Jul/000002 (6738 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/07-Jul/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/07-Jul/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/07-Jul/000005 (4813 bytes) "Call for Papers COORDINATION '99 Amsterdam" by Farhad Arbab /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000006 (455 bytes) "Where can I buy a supercomputer?" by SteveC /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000007 (500 bytes) "Parallel Page" by Z. Frank Qiu /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000008 (1932 bytes) "Papers Due July 28 - 3rd USENIX OSDI Symposium" by Jackson Dodd /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000009 (866 bytes) "Where to start" by Nilesh M. /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000010 (606 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000011 (14008 bytes) "IPPS/SPDP'99 Call For Papers" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000012 (4885 bytes) "COORDINATION '99 CFP -- Amsterdam" by Farhad Arbab /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000013 (8396 bytes) "PDCS '98 in Las Vegas" by Dr. Yi Pan /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000014 (3491 bytes) "SPDT '98" by Allen Davis Malony /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000015 (704 bytes) "Stanford Performance Workshop" by Perfskool /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000016 (3561 bytes) "ParCo Special issue on Clusters of Workstations" by Pradip Srimani /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000017 (4014 bytes) "Lectureships/Senior lectureships/Readerships" by Greg Michaelson /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000018 (561 bytes) "distributed synch algorithm" by Lee sung-woo /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000019 (823 bytes) "HELP!!: I need an application about broadcasting" by shjun /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000020 (2177 bytes) "Sys Admin of NT Conference, Register now to save!" by Jackson Dodd /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000021 (91881 bytes) "[l/m 6/25/98] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000022 (91881 bytes) "[l/m 6/25/98] network resources -- comp.parallel (10/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000023 (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/07-Jul/000024 (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/07-Jul/000025 (2366 bytes) "Re: Mach multiprocessing ?" by Ruth Ivimey-Cook /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000026 (1379 bytes) "programming using pvm" /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000027 (2018 bytes) "2nd Cenju Workshop at GMD, Oct. 19/20" by Rolf Hempel /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000028 (2118 bytes) "ISCOPE '98 Call For Posters" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000029 (1870 bytes) "Announce: EuroTools Metacomputing Workshop" by Jean-Louis Pazat /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000030 (5571 bytes) "Last CFP: ACM SAC'98 -- Track on Coordination" by George Angelos Papadopoulos /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000031 (857 bytes) "Job : HPC in Oslo, Norway" by Andreas Valeur Botnen /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000032 (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/07-Jul/000033 (4702 bytes) "Second Call for Articles - Crossroads Magazine" by Kim Moorman /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000034 (4126 bytes) "Frontiers '99 Call for Papers" by Chip Weems /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000035 (861 bytes) "Re: Parallel Page" by Sven Paas /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000036 (607 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000037 (4550 bytes) "CFP: IEEE HIPS'99 workshop on High-Level Parallel Programming Models" by Frank Mueller /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000038 (932 bytes) "Re: distributed synch algorithm" by Luc Vereecken /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000039 (935 bytes) "Re: distributed synch algorithm" by Joachim Worringen /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000040 (2681 bytes) "CFP: Special Session on Tools at EuroPVM/MPI'98" by Roland Wismueller /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000041 (924 bytes) "Implementation of a parallel processing laboratory" by Adriana Vizcarra Vizcarra /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000042 (3468 bytes) "The PARALLEL Processing Connection-What Is It?" by mitchell /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000043 (742 bytes) "Re: Parallel Page" by Christian Worley /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000044 (2045 bytes) "Re: distributed synch algorithm" by Sven Paas /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000045 (1301 bytes) "Re: Where to start" by Ed Finch /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000046 (36547 bytes) "[l/m 7/8/98] IBM and Amdahl -- comp.parallel (20/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000047 (3372 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/07-Jul/000048 (15479 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/07-Jul/000049 (33847 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/07-Jul/000050 (4084 bytes) "[l/m 5/28/98] Special post Call comp.parallel (27/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000051 (2391 bytes) "[l/m 5/13/98] Dedications comp.parallel (28/28) FAQ" by Eugene N. Miya /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000052 (1545 bytes) "Global parallel architecture developments" by Ralph V. Duncan Jr /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000053 (14009 bytes) "IPPS/SPDP'99 Call For Papers" by David A. Bader /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000054 (3964 bytes) "CFP: Parallel Computation 1999" by Andreas Uhl /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000055 (2071 bytes) "US-MS-Mississippi State University-HPC" by Susan Price /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000056 (820 bytes) "Upcoming Deadlines for SIAM Parallel Processing Meeting" by Bruce Hendrickson /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000057 (6519 bytes) "FINAL CFP : International Conference on Computational Intelligence for" by Masoud Mohammadian /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000058 (2519 bytes) "Parallel Computing Workshop 9/25/98" by Monnica Terwilliger /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000059 (863 bytes) "Benchmarks of Argonne Natioanal Lab." by =?UNKNOWN?Q?=BE=C8_=BF=EC_=C7=F6?= /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000060 (9591 bytes) "ASPLOS-VIII Advance Program" by Fred Chong /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000061 (1497 bytes) "Active Message Drivers for PowerPC-based computing" by strobe /parallel/internet/usenet/comp.parallel/articles/1998/07-Jul/000062 (2011 bytes) "POSTDOCTORAL RESEARCH ASSOCIATE position" by Gary Miller /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/ "comp.parallel articles for Aug 1998" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000001 (6738 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000002 (15083 bytes) "[l/m 3/12/98] group history/glossary comp.parallel (4/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000003 (5023 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000004 (7668 bytes) "[l/m 12/1/97] news group dynamics comp.parallel (8/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000005 (560 bytes) "building a parallel computer?" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000006 (802 bytes) "CFP for special session at ASPLOS" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000007 (643 bytes) "TOP500" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000008 (786 bytes) "DCCS'98 Call for Partecipation!" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000009 (1219 bytes) "Cray T3E User's Guide available in Web" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000010 (3248 bytes) "CSDA journal: special issue on Parallel Processing in Statistics" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000011 (2811 bytes) "Special Issue on Economics, Finance and Decision-Making" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000012 (607 bytes) "Where is SEL-HPC gone?" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000013 (2083 bytes) "I want a multiprocessor computer too!" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000014 (3452 bytes) "CFP: Special issue of Parallel Computing" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000015 (14008 bytes) "IPPS/SPDP'99 Call For Papers" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000016 (91982 bytes) "[l/m 7/13/98] network resources -- comp.parallel (10/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000017 (26058 bytes) "[l/m 4/8/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000018 (13993 bytes) "[l/m 5/1/98] finding ||-ism references -- comp.parallel (14/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000019 (1035 bytes) "Re: building a parallel computer?" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000020 (945 bytes) "Commercial: High Performance Computing 2 Edition by O'Reilly is" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000021 (2046 bytes) "DIPC (Distributed IPC) version 1.1 is available" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000022 (1421 bytes) "Re: TOP500" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000023 (4615 bytes) "CANPC'99 - Call for Papers" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000024 (577 bytes) "Re: Where is SEL-HPC gone?" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000025 (2636 bytes) "call-for-paper of special session of ADCOMP-98" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000026 (607 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000027 (769 bytes) "Re: building a parallel computer?" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000028 (2774 bytes) "Ph.D. Opportunities in COMPUTATIONAL ECONOMETRICS & STATISTICS" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000029 (1868 bytes) "CFP: Cluster Computing Special issue on Metacomputing" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000030 (1327 bytes) "PVM or MPI Implementations on NT / LINUX cluster of workstations" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000031 (905 bytes) "Re: Where is SEL-HPC gone?" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000032 (2054 bytes) "NEW BOOK" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000033 (427 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000034 (90722 bytes) "[l/m 5/18/98] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000035 (36735 bytes) "[l/m 7/21/98] IBM and Amdahl -- comp.parallel (20/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000037 (1474 bytes) "Re: building a parallel computer?" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000038 (2121 bytes) "FInal CFP Int'l Comp. Perf. and Dep. Symp. IPDS'98, Durham NC." /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000039 (6849 bytes) "CFP: 8th Heterogeneous Computing Workshop (HCW '99)" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000040 (3525 bytes) "CFP: Parallel Computing on Clusters of Workstations" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000041 (734 bytes) "Frontiers '99 Submission Deadline Extended" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000042 (580 bytes) "Old Articles" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000043 (6479 bytes) "Reconfigurable Architectures Workshop 1999 (IPPS/SPDP) CFP" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000044 (551 bytes) "Re: building a parallel computer?" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000045 (2952 bytes) "ACM Symposium on Interactive 3D Graphics (I3DG)" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000046 (3530 bytes) "CFP: Parallel Computing on Clusters of Workstations" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000047 (907 bytes) "Heterogeneous network model?" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000048 (493 bytes) "Looking for on-line Primer" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000049 (3498 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000050 (15606 bytes) "[l/m 7/23/97] Suggested readings comp.par/comp.sys.super (24/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000051 (1343 bytes) "Trimaran announcemnet" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000052 (3218 bytes) "ACM Symposium on Interactive 3D Graphics" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000053 (926 bytes) "Re: building a parallel computer?" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000054 (2690 bytes) "RTSS Work In Progres" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000055 (1508 bytes) "Re: building a parallel computer?" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000056 (1710 bytes) "US-IL-URBANA" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000057 (19025 bytes) "ASPLOS Early Registration" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000058 (1068 bytes) "SPLASH2 parmacs macros for Origin2000?" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000059 (16308 bytes) "RTSS '98 - Call for Participation" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000060 (3415 bytes) "PC Workshop Advance Program" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000061 (1578 bytes) "Re: Looking for on-line Primer" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000062 (3979 bytes) "CFP: Irregular99" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000063 (33969 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000064 (4215 bytes) "[l/m 5/28/98] Special post Call comp.parallel (27/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/08-Aug/000065 (2517 bytes) "[l/m 5/13/98] Dedications comp.parallel (28/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/ 09-Sep /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000001 (6864 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000002 (1475 bytes) "Re: Heterogeneous network model?" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000003 (4506 bytes) "CFP: IEEE HIPS'99 workshop on High-Level Parallel Programming Models" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000004 (974 bytes) "pre-compiled Xmpi" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000005 (1080 bytes) "Help wanted (looking for source material)" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000006 (6685 bytes) "Updated CASES98 CFP" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000007 (4512 bytes) "CANPC'99 CFP" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000008 (4761 bytes) "Final Call for Articles - Crossroads Magazine" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000009 (1403 bytes) "data mining jobs" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000010 (2772 bytes) "Re: building a parallel computer?" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000011 (963 bytes) "Re: NEW BOOK" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000012 (667 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000013 (3152 bytes) "Sorter with SIMD-DataFlow Architecture" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000014 (1164 bytes) "The Tera MTA and Unstructured Meshes" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000015 (603 bytes) "Algorithm for multiple multicasting needed!" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000016 (907 bytes) "Buying an integrated cluster of PC" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000017 (975 bytes) "MPI/PVM resources?" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000018 (677 bytes) "Win95 Parallel" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000019 (3711 bytes) "Unix Systems Programmers / Systems Admin (Oxford-Based Startup)" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000020 (1599 bytes) "Re: High Performance Computing 2 Edition by O'Reilly" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000021 (15209 bytes) "[l/m 3/12/98] group history/glossary comp.parallel (4/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000022 (5149 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000023 (7794 bytes) "[l/m 12/1/97] news group dynamics comp.parallel (8/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000024 (3691 bytes) "IOPADS '99 Call for Papers" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000025 (1065 bytes) "Re: Algorithm for multiple multicasting needed!" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000026 (750 bytes) "Re: Buying an integrated cluster of PC" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000027 (871 bytes) "Book about parallell computing" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000028 (596 bytes) "Re: Buying an integrated cluster of PC" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000029 (1923 bytes) "sc98 student volunteer program" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000030 (1446 bytes) "CPU-Network Interface" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000031 (92213 bytes) "[l/m 8/18/98] network resources -- comp.parallel (10/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000032 (26220 bytes) "[l/m 8/13/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000033 (14119 bytes) "[l/m 5/1/98] finding ||-ism references -- comp.parallel (14/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000034 (554 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000035 (90849 bytes) "[l/m 5/18/98] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000036 (3692 bytes) "IOPADS '99 Call for Papers" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000037 (1066 bytes) "Re: Algorithm for multiple multicasting needed!" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000038 (750 bytes) "Re: Buying an integrated cluster of PC" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000039 (1924 bytes) "sc98 student volunteer program" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000040 (1447 bytes) "CPU-Network Interface" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000041 (597 bytes) "Re: Buying an integrated cluster of PC" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000042 (1628 bytes) "Re: Book about parallell computing" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000043 (1614 bytes) "[announcement] EuroTools Working Group" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000044 (668 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000045 (3408 bytes) "Re: [++] Re: Predicates and latencies" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000046 (1907 bytes) "QUESTION" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000047 (5939 bytes) "PPoPP'99 Call For Papers" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000048 (3201 bytes) "researchers positions available" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000049 (5435 bytes) "SPAA '99 Call for Papers" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000050 (2849 bytes) "Re: CPU-Network Interface" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000051 (1516 bytes) "[Q]: TreadMarks and MPI ?" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000052 (574 bytes) "ID (Irvine Dataflow) Resources ?" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000053 (2155 bytes) "ANNOUNCE: Filaments version 1.0 available" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000054 (4502 bytes) "" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000055 (2229 bytes) "Re: Book about parallell computing" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000056 (872 bytes) "Book about parallell computing" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000057 (36735 bytes) "[l/m 7/21/98] IBM and Amdahl -- comp.parallel (20/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000058 (3203 bytes) "Call for Paper on Mobile Computing" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000059 (7145 bytes) "Important seminar announcement" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000060 (5355 bytes) "ANNOUNCE METIS 4.0: Unstructured Graph/Mesh Partitioning and Sparse" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000061 (963 bytes) "IPPS/SPDP 1999 Tutorial Proposals" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000062 (2462 bytes) "Re: Book about parallel computing" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000063 (4243 bytes) "Final Announcement: 2nd Cenju Workshop" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000064 (3498 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000065 (4945 bytes) "Workshop on Self-Stabilizing Systems (WSS'99)" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000066 (6859 bytes) "CFP: ISHPC'99" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000067 (7537 bytes) "SCI Europe 1998" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000068 (2507 bytes) "MPI/RT Public Comment Period" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000069 (14320 bytes) "IPPS/SPDP'99 Call For Papers (Extended deadline: Sept. 26)" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000070 (857 bytes) "SW Developers - Parallel Tools" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000071 (15606 bytes) "[l/m 7/23/97] Suggested readings comp.par/comp.sys.super (24/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000072 (0 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000073 (4215 bytes) "[l/m 5/28/98] Special post Call comp.parallel (27/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/09-Sep/000074 (2517 bytes) "[l/m 5/13/98] Dedications comp.parallel (28/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/ 10-Oct /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000001 (6864 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000002 (1784 bytes) "Faculty Position at Clark University" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000003 (649 bytes) "Wavelet-based Image Registration on Parallel Computers" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000004 (3436 bytes) "CFP: Workshop on Frontiers of Parallel Numerical Computations" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000005 (602 bytes) "Is there any java-based PVM?" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000006 (3418 bytes) "call for paper" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000007 (5092 bytes) "MPIDC99 First CFP" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000008 (705 bytes) "Home Supercomputing?" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000009 (2219 bytes) "Frontiers of Computing, UUA Conference, Madrid, May 17-20 1999" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000010 (4448 bytes) "ANNOUNCE: v1.4 of the Oxford BSPlib toolset" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000011 (441 bytes) "New newsgroup?" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000012 (5927 bytes) "PPoPP'99 Call for Papers" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000013 (1969 bytes) "CFP: Int'l Conf on Compiler Construction (CC'99)" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000014 (3700 bytes) "IOPADS '99 CFP, deadline October 16" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000015 (2312 bytes) "new parallel computer architure" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000016 (1191 bytes) "Vacant professorship in computational science and engineering" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000017 (1200 bytes) "Translation of MPI-2.0 docs to Portuguese?" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000018 (3587 bytes) "First call for papers for NNSP'99" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000019 (4647 bytes) "Extended deadline (CANPC'99)" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000020 (2219 bytes) "Frontiers of Computing, UUA Conference, Madrid, May 17-20 1999" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000021 (6861 bytes) "CFP: 8th Heterogeneous Computing Workshop (HCW '99)" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000022 (667 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000023 (2337 bytes) "Call for Papers - 3rd USENIX Windows NT Symposium" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000024 (1083 bytes) "state-o-the-art" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000025 (2123 bytes) "Software Communication Layer for 10Mbs Ethernet" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000026 (1263 bytes) "Transport Triggered Architectures." /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000027 (15208 bytes) "[l/m 3/12/98] group history/glossary comp.parallel (4/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000028 (4506 bytes) "CFP: IEEE HIPS'99 workshop on High-Level Parallel Programming Models" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000029 (5937 bytes) "PPoPP'99: Call for Papers" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000030 (3474 bytes) "Petaflops 2 - Call for Participation and Papers" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000031 (450 bytes) "What's Massive Parallel Processing?" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000032 (7842 bytes) "[ANNOUNCEMENT] ParMETIS 2.0: A Parallel Graph Partitioning and Sparse" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000033 (5149 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000034 (7794 bytes) "[l/m 12/1/97] news group dynamics comp.parallel (8/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000035 (92212 bytes) "[l/m 8/18/98] network resources -- comp.parallel (10/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000036 (26220 bytes) "[l/m 8/13/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000037 (749 bytes) "Re: New newsgroup?" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000038 (614 bytes) "Bib update" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000039 (14119 bytes) "[l/m 5/1/98] finding ||-ism references -- comp.parallel (14/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000040 (554 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000041 (547 bytes) "Zipf distribution" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000042 (2513 bytes) "Faculty Position" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000043 (6958 bytes) "CFP: 2nd Workshop on Runtime Systems for Parallel Programming" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000044 (556 bytes) "e-prints" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000045 (752 bytes) "School project" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000046 (1621 bytes) "reference for burn-at-both-end tridiagonal algorithm?" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000047 (1524 bytes) "Solving sparse matrix on network cluster" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000048 (1096 bytes) "Please ..help me!!" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000049 (2738 bytes) "TRACS - Call for Applicants" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000050 (668 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000051 (3754 bytes) "Workshop on Parallel Algorithms: Call for Contributed Presentations" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000052 (1222 bytes) "Re: Home Supercomputing?" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000053 (1277 bytes) "Re: Home Supercomputing?" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000054 (808 bytes) "Re: Home Supercomputing?" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000055 (1379 bytes) "Re: Home Supercomputing?" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000056 (3002 bytes) "LOCAL: Linux Clustering at BALUG in San Francisco 10/20 at 7:00 PM" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000057 (1469 bytes) "job opening: Network Administrator" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000058 (28701 bytes) "IEEE RTSS'98 - Program, Registration Info, Related Events" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000059 (36368 bytes) "no subject (file transmission)" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000060 (2892 bytes) "Final CFP: Special Issue on Economics, Finance and Decision-Making" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000061 (811 bytes) "superlinear question" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000062 (2376 bytes) "SEA v3.0 announcement" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000063 (1693 bytes) "WWW Service Providing CFPs, Conf. Programs, etc." /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000064 (36368 bytes) "no subject (file transmission)" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000065 (4804 bytes) "Re: What's Massive Parallel Processing?" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000066 (2359 bytes) "SEA v3.0 announcement" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000067 (850 bytes) "Distributed Systems" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000068 (3706 bytes) "pvm w/o rsh or rexec" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000069 (5483 bytes) "Call for Participation - WOWMOM 98" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000070 (3223 bytes) "Call for Papers - JPDC Special Issue" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000071 (1338 bytes) "Parallel Computing, sleeping Processes" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000072 (1496 bytes) "Re: superlinear question" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000073 (749 bytes) "Control NT SMP" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000074 (1101 bytes) "Scientific Parallel Programs" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000075 (574 bytes) "What's SPP (Scalable Parallel Processing) system?" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000076 (755 bytes) "Re: Home Supercomputing?" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000077 (92296 bytes) "[l/m 10/16/98] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000078 (1238 bytes) "Looking for access to systems with SCA Linda" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000079 (1203 bytes) "Re: Zipf distribution" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000080 (4277 bytes) "Re: superlinear question" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000081 (4928 bytes) "SOFTWARE ANNOUNCEMENT" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000082 (1549 bytes) "Re: superlinear question" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000083 (1394 bytes) "Interest in using Moebius topology for parallele interconnect" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000084 (1600 bytes) "Re: superlinear question" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000085 (821 bytes) "Re: Distributed Systems" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000086 (652 bytes) "hypercube problem... Help!!" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000087 (2122 bytes) "Re: reference for burn-at-both-end tridiagonal algorithm?" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000088 (3935 bytes) "1st Call for Papers - MPPM'99" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000089 (2259 bytes) "Re: superlinear question" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000090 (36745 bytes) "[l/m 7/21/98] IBM and Amdahl -- comp.parallel (20/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000091 (3498 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000092 (15606 bytes) "[l/m 7/23/97] Suggested readings comp.par/comp.sys.super (24/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000093 (1792 bytes) "Re: superlinear question" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000094 (33969 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000095 (660 bytes) "Cluster Of PC" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000096 (10204 bytes) "CFP, Int'l ParConf on Parallel Processing (ICPP'99) at Fukushima, Japan" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000097 (882 bytes) "Re: hypercube problem... Help!!" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000098 (1700 bytes) "Future of massively parallel machines?...." /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000099 (719 bytes) "information" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000100 (1239 bytes) "Which micro?" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000101 (2728 bytes) "Re: superlinear question" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000102 (3403 bytes) "Re: reference for "burn-at-both-ends" tridiagonal algorithm?" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000103 (3781 bytes) "IOPADS deadline extended to Nov. 23" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000104 (1403 bytes) "Post-Doc position, University of Leeds, UK." /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000105 (2612 bytes) "Re: superlinear question" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000106 (829 bytes) "Myrinet vs Gigabit ethernet" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000107 (4260 bytes) "MPPM99: 1st Call for papers" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000108 (1357 bytes) "Re: superlinear question" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000109 (609 bytes) "Obtaining empty supercomputer case/cabinet?" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000110 (4215 bytes) "[l/m 5/28/98] Special post Call comp.parallel (27/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000111 (2517 bytes) "[l/m 5/13/98] Dedications comp.parallel (28/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000112 (1029 bytes) "Neural networkws and transputer" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000113 (3526 bytes) "WCAE'99 CFP" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000114 (1004 bytes) "MPP Vs SPP" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000115 (2350 bytes) "PARCON'98: Symposium on New Directions in Parallel and" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000116 (4942 bytes) "[CFP] Workshop on Parallel Computing for Irregular Applications" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000117 (1210 bytes) "Announce: Parallel GC library is released" /parallel/internet/usenet/comp.parallel/articles/1998/10-Oct/000118 (4506 bytes) "FINAL CFP: IEEE HIPS'99 Workshop on High-Level Parallel Programming" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/ 11-Nov /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000001 (6864 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000002 (15209 bytes) "[l/m 3/12/98] group history/glossary comp.parallel (4/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000003 (7794 bytes) "[l/m 12/1/97] news group dynamics comp.parallel (8/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000004 (92213 bytes) "[l/m 8/18/98] network resources -- comp.parallel (10/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000005 (2801 bytes) "TRACS - Call for Applicants" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000006 (2212 bytes) "usinit()/user lock on IRIX 6.2" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000007 (4011 bytes) "CFP: Irregular99 (2nd notice)(Deadline: Oct. 31)" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000008 (2935 bytes) "Research Position in Parallel Tools" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000009 (632 bytes) "OS architecture" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000010 (652 bytes) "message passing systems" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000011 (925 bytes) ""distributed" application" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000012 (1570 bytes) "NY-White Plains - Parallel Computing, PVM, MPI, OS internals, Unix," /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000013 (1780 bytes) "Re: Myrinet vs Gigabit ethernet" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000014 (583 bytes) "Re: Solving sparse matrix on network cluster" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000015 (747 bytes) "Sparse Banded Matrix Packing Algorithms?" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000016 (2625 bytes) "distributed data system" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000017 (542 bytes) "SPYDER" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000018 (1006 bytes) "Re: Cluster Of PC" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000019 (905 bytes) "Find Massive parallel and Scalable parallel processing Architecture" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000020 (5015 bytes) "Deadline extension for HPCIA (10 november)" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000021 (2963 bytes) "Quantum Computing Research Position at Los Alamos National Laboratory" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000022 (668 bytes) "Thread save message passing library" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000023 (1381 bytes) "job opening: somputer network administrator" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000024 (2031 bytes) "Re: Future of massively parallel machines?...." /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000025 (619 bytes) "difference between OS" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000026 (755 bytes) "Real-time simulator" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000027 (575 bytes) "algorithm/problems" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000028 (2738 bytes) "PLAPACK R1.2 (BETA) available" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000029 (1083 bytes) "Associattivity level" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000030 (1355 bytes) "Re: Myrinet vs Gigabit ethernet" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000031 (6713 bytes) "News-and-2nd-Call-for-Papers" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000032 (2506 bytes) "Announce: PCL - The Performance Counter Library" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000033 (559 bytes) "parmacs and SPLASH2?" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000034 (855 bytes) "Help on Massive and Scalable Parallel Processing... please" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000035 (844 bytes) "Ideas for Parallel Programming Project" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000036 (35373 bytes) "RTSS98 Registration/Hotel Deadline NOW - Final Announcement" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000037 (707 bytes) "Optimized SMP on NT" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000038 (20282 bytes) "HPCA-5 Advance Program/Call for Participation" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000039 (1587 bytes) "Re: Control NT SMP" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000040 (26220 bytes) "[l/m 8/13/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000041 (14085 bytes) "[l/m 11/9/98] finding ||-ism references -- comp.parallel (14/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000042 (554 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000043 (1415 bytes) "Re: difference between OS" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000044 (2190 bytes) "Re: Myrinet vs Gigabit ethernet" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000045 (3789 bytes) "Reminder: IOPADS extended deadline, Nov. 23" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000046 (668 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000047 (756 bytes) "Re: usinit()/user lock on IRIX 6.2" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000048 (92532 bytes) "[l/m 11/3/98] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000049 (2499 bytes) "Re: Future of massively parallel machines?...." /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000050 (680 bytes) "linux parallel benchmark" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000051 (36743 bytes) "[l/m 7/21/98] IBM and Amdahl -- comp.parallel (20/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000052 (3498 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000053 (15605 bytes) "[l/m 7/23/97] Suggested readings comp.par/comp.sys.super (24/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000054 (33970 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000055 (4215 bytes) "[l/m 5/28/98] Special post Call comp.parallel (27/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/11-Nov/000056 (2517 bytes) "[l/m 5/13/98] Dedications comp.parallel (28/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/ 12-Dec /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000001 (6864 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000002 (15209 bytes) "[l/m 3/12/98] group history/glossary comp.parallel (4/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000003 (11312 bytes) "CFP: Parallel/Distributed Int'l Conference - PDPTA'99 - Las Vegas, June 28, 99 ..." /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000004 (5149 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000005 (7794 bytes) "[l/m 12/1/97] news group dynamics comp.parallel (8/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000006 (92350 bytes) "[l/m 11/23/98] network resources -- comp.parallel (10/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000007 (1295 bytes) "supercomputer usage" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000008 (1144 bytes) "Help on PVM on Origin2000!" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000009 (1027 bytes) "Re: Future of massively parallel machines?...." /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000010 (1825 bytes) "for a fixed budget : more processors or faster communications?" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000011 (1337 bytes) "simple, distributed computing" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000012 (1269 bytes) "Supercomputer usage in academia" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000013 (1155 bytes) "The Future of Massively Parallel Machines, SIMD or MIMD approach?" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000014 (1590 bytes) "Job opening at MSU" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000015 (1611 bytes) "MagPIe: MPI's collective communication operations for clustered wide" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000016 (902 bytes) "Efficient parallel writing" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000017 (2956 bytes) "Faculty positions at Polytechnic University" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000018 (2432 bytes) "Re: Myrinet vs Gigabit ethernet" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000019 (851 bytes) "HPF Codes utilising CYCLIC distribution directive" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000020 (4246 bytes) "JOB POSTING: R&D at Honeywell Technology Center" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000021 (1413 bytes) "SPLASH-2 on commercial SMPs" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000022 (1558 bytes) "NY-White Plains - Parallel Computing, PVM, MPI, OS internals, Unix," /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000023 (654 bytes) "ALOCK in a SPLASH2 benchmark program" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000024 (26218 bytes) "[l/m 8/13/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000025 (14085 bytes) "[l/m 11/9/98] finding ||-ism references -- comp.parallel (14/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000026 (2856 bytes) "von Neumann Fellowship at Sandia Labs" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000027 (3956 bytes) "Call for Participation" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000028 (668 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000029 (2638 bytes) "PhD POSITION" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000030 (1092 bytes) "Choose a PC for Myrinet?" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000031 (3626 bytes) "call for papers" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000032 (12318 bytes) "FIRST ANNOUNCEMENT and CALL for PAPERS for HiPer'99" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000033 (821 bytes) "Gone (vacation)" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000034 (3292 bytes) "'99 ACM ICS Call for Papers" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000035 (1902 bytes) "Job Opportunities at Los Alamos National Laboratory" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000036 (2682 bytes) "PVM Performance on SGI Power Challenge" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000037 (1567 bytes) "Research position at Cardiff University" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000038 (1394 bytes) "On-Site Position" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000039 (4349 bytes) "CALL FOR PAPERS: ACM 1999 Java Grande Conference" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000040 (7281 bytes) "cfp: IEEE Visualization 1999" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000041 (3409 bytes) "1999 ACM_ICS call for papers" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000042 (1636 bytes) "Some Updates to Transputer Home Page" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000043 (554 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000044 (92532 bytes) "[l/m 11/3/98] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000045 (723 bytes) "SMP and COMM MANAGER" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000046 (940 bytes) "In need of a paper" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000047 (3566 bytes) "CFP: 3rd Annual HPF User Group Meeting" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000048 (1861 bytes) "Job Opportunities - Scientific Visualization, Los Alamos, NM" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000049 (1698 bytes) "Newbie questions" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000050 (2696 bytes) "Re: Newbie questions" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000051 (1534 bytes) "Re: The Future of Massively Parallel Machines, SIMD or MIMD approach?" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000052 (935 bytes) "Re: ALOCK in a SPLASH2 benchmark program" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000053 (668 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000054 (3536 bytes) "Distributed Programming with DIPC" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000055 (3306 bytes) "Re: for a fixed budget : more processors or faster communications?" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000056 (5649 bytes) "SCICADE99 - Conference in Australia on Scientific Computing and" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000057 (4547 bytes) "Special issue on Esprit HPCN projects / IST98 published" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000058 (1440 bytes) "Re: Choose a PC for Myrinet?" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000059 (2481 bytes) "Re: The Future of Massively Parallel Machines, SIMD or MIMD approach?" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000060 (1561 bytes) "Re: Efficient parallel writing" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000061 (1876 bytes) "The future of HPC in Europe" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000062 (1233 bytes) "parallel matlab (or octave or scilab)" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000063 (1561 bytes) "Re: simple, distributed computing" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000064 (2885 bytes) "NCSA's Parallel Computing Training in January" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000065 (1069 bytes) "Re: Thread safe message passing library" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000066 (6528 bytes) "CFP - Distributed Object & Application Int. Symposium" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000067 (2073 bytes) "Re: newbie questions on networking" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000068 (872 bytes) "Re: Newbie questions" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000069 (36746 bytes) "[l/m 7/21/98] IBM and Amdahl -- comp.parallel (20/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000070 (3498 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000071 (1392 bytes) "an answer for teds@intex.com," /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000072 (15606 bytes) "[l/m 7/23/97] Suggested readings comp.par/comp.sys.super (24/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000073 (34129 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000074 (4215 bytes) "[l/m 5/28/98] Special post Call comp.parallel (27/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000075 (2517 bytes) "[l/m 5/13/98] Dedications comp.parallel (28/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000076 (999 bytes) "Difficulties with OPENMP" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000077 (5424 bytes) "CFP: SPAA '99" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000078 (19974 bytes) "HPCA'99 Advance Program" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000079 (21418 bytes) "CFP: PDPTA'99 / CISST'99 Int'l Conferences - Las Vegas," /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000080 (1774 bytes) "Parallel Computing Classes (Jan. 20-22) at the San Diego Supercomputer" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000081 (1735 bytes) "Re: simple, distributed computing" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000082 (2285 bytes) "PETSc tutorial announcement" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000083 (1035 bytes) "CRAY T90 SERIES" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000084 (1334 bytes) "Re: Parallel Simulator" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000085 (6430 bytes) "CANPC'99 Advance Program" /parallel/internet/usenet/comp.parallel/articles/1998/12-Dec/000086 (2649 bytes) "Re: Efficient parallel writing" /parallel/internet/usenet/comp.parallel/articles/1999/ 1999 /parallel/internet/usenet/comp.parallel/articles/1999/01-Jan/ 01-Jan /parallel/internet/usenet/comp.parallel/articles/1999/01-Jan/000001 (15370 bytes) "[l/m 12/8/98] group history/glossary comp.parallel (4/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/01-Jan/000002 (667 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" /parallel/internet/usenet/comp.parallel/articles/1999/01-Jan/000003 (2721 bytes) "Re: simple, distributed computing" /parallel/internet/usenet/comp.parallel/articles/1999/01-Jan/000004 (5149 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/01-Jan/000005 (26220 bytes) "[l/m 8/13/97] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/01-Jan/000006 (4214 bytes) "[l/m 5/28/98] Special post Call comp.parallel (27/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/01-Jan/000007 (4887 bytes) "Call for papers PARCO99" /parallel/internet/usenet/comp.parallel/articles/1999/01-Jan/000008 (2517 bytes) "[l/m 5/13/98] Dedications comp.parallel (28/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/01-Jan/000009 (13175 bytes) "Call For Papers, Int'l Conf., PDPTA/CISST/IC-AI'99, Las Vegas, June 28 - July 1, 99" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/ 02-Feb /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000001 (6864 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000002 (5149 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000003 (15365 bytes) "[l/m 1/7/99] group history/glossary comp.parallel (4/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000004 (7794 bytes) "[l/m 12/1/97] news group dynamics comp.parallel (8/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000005 (3871 bytes) "Final CALL FOR PAPERS: NNSP99 Madison, WI" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000006 (1913 bytes) "PHD POSITIONS" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000007 (2757 bytes) "HPCI Seminar on Sparse Matrices." /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000008 (3589 bytes) "Job posting - SGI at Los Alamos (fwd)" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000009 (92416 bytes) "[l/m 1/12/99] network resources -- comp.parallel (10/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000010 (26343 bytes) "[l/m 1/19/99] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000011 (2927 bytes) "Annouce SCMS 1.1" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000012 (4223 bytes) "ICPP99 - IWPC99 cfp" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000013 (5439 bytes) "ANNOUNCEMENT: new high-performance virtual machines code release" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000014 (1522 bytes) "spawning multiprocessor functions" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000015 (875 bytes) "Honours Topic" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000016 (1237 bytes) "Call for Participation - Time to Register - for MPIDC99 *READ ME*" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000017 (3560 bytes) "CFP: Evolutionary Computation and Parallel Processing Workshop" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000018 (14086 bytes) "[l/m 11/9/98] finding ||-ism references -- comp.parallel (14/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000019 (1031 bytes) "about MINT" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000020 (6762 bytes) "Advanced Environments and Tools for HPC" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000021 (822 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000022 (554 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000023 (92544 bytes) "[l/m 2/17/99] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000024 (3443 bytes) "HPCN99-Early-Registration-Deadline" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000025 (4835 bytes) "Parco 99 call for papers" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000026 (38632 bytes) "[l/m 1/13/99] IBM and Amdahl -- comp.parallel (20/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000027 (3498 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000028 (3397 bytes) "HPCN99-Early-Registration-Deadline" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000029 (823 bytes) "Simulated Parallel enviorments." /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000030 (4827 bytes) "Parco 99 call for papers" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000031 (821 bytes) "Research on new compiler for parallel language" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000032 (1775 bytes) "MANNHEIM SuParCup is rewarded again.." /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000033 (1409 bytes) "Parallelizable ?" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000034 (1013 bytes) "Looking For Benchmark program" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000035 (2123 bytes) "3rd USENIX Operating Systems Symposium--Starts Feb. 22" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000036 (2611 bytes) "Postdoctoral Position-Argonne Nat'l Lab." /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000037 (1833 bytes) "spawning multiprocessor functions" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000038 (1147 bytes) "Seek for Fortan 90 Benchmark" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000039 (2262 bytes) "JOB POSTING: Scientific Computing/Consulting" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000040 (5588 bytes) "netsolve announcement" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000041 (399 bytes) "Re: Parallelizable ?" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000042 (12273 bytes) "International Symposium on Distributed Objects and Applications" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000043 (2733 bytes) "Faculty Position in CS at the University of Southern Mississippi" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000044 (876 bytes) "Systems Analyst positions at UNM High Performance Computing Center" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000045 (2064 bytes) "Research Associate Positions - University of Delaware" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000046 (15903 bytes) "[l/m 1/23/99] Suggested readings comp.par/comp.sys.super (24/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000047 (34129 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000048 (4215 bytes) "[l/m 5/28/98] Special post Call comp.parallel (27/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/02-Feb/000049 (2517 bytes) "[l/m 5/13/98] Dedications comp.parallel (28/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/ 03-Mar /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000001 (7045 bytes) "RTSS99 Call for Papers" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000002 (6864 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000003 (15365 bytes) "[l/m 1/7/99] group history/glossary comp.parallel (4/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000004 (8121 bytes) "EuroPVM/MPI'99 2nd Call for Papers" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000005 (5148 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000006 (7794 bytes) "[l/m 12/1/97] news group dynamics comp.parallel (8/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000007 (92416 bytes) "[l/m 1/12/99] network resources -- comp.parallel (10/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000008 (4908 bytes) "CFP: HICSS-33 Minitrack on Compilers and Tools in Embedded Systems" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000009 (886 bytes) "pthread version of parallel benchmarks/SOME PARALLEL PROGRAM" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000010 (891 bytes) "Fast Processing Power for learning applications" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000011 (4919 bytes) "CFP: HICSS-33 Minitrack on Compilers and Tools in Embedded Systems" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000012 (4376 bytes) "Job Posting. Supercomputing Instructor at Los Alamos National Lab" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000013 (4330 bytes) "Final CFP: Massively Parallel Programming Models (MPPM'99)" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000014 (2093 bytes) "IEEE Concurrency" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000015 (4048 bytes) "OOSDS'99 Call for Papers" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000016 (7974 bytes) "ISCOPE'99 Preliminary Call for Papers" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000017 (712 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000018 (4375 bytes) "Job Posting. Supercomputing Instructor at Los Alamos National Lab" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000019 (786 bytes) "Re: Parallelizable ?" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000020 (3122 bytes) "CFP: International Conference on High Performance Computing HiPC'99" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000021 (4557 bytes) "Call for Papers Cluster Computing Technologies, Environments," /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000022 (1394 bytes) "Conference IMACS-IEEE CSCC'99" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000023 (12291 bytes) "International Symposium on Distributed Objects and Applications" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000024 (1983 bytes) "Announce: Parallel Sparse Solver" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000025 (10129 bytes) "CFP: PDPTA'99 Special Session on Scheduling and Load Balancing" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000026 (978 bytes) "MPI & BSP" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000027 (1569 bytes) "Declarative vs. Procedural approaches to Parallelism." /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000028 (21416 bytes) "2nd CFP: IEEE Vis'99" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000029 (2783 bytes) "PSC : Parallel Processing on CRAY MPP Systems" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000030 (26344 bytes) "[l/m 1/19/99] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000031 (14086 bytes) "[l/m 11/9/98] finding ||-ism references -- comp.parallel (14/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000032 (554 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000033 (99250 bytes) "[l/m 3/17/99] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000034 (1391 bytes) "Re: MPI & BSP" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000035 (1092 bytes) "what hardware for fast MPI or PVM" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000036 (5326 bytes) "CFP: PDPTA '99 Special Session on QoS" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000037 (679 bytes) "Need help on povray and pvm" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000038 (8281 bytes) "2nd CFP: EuroPVM/MPI'99" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000039 (2236 bytes) "DIRECT - The Future of HPC in Europe" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000040 (1717 bytes) "Re: MPI & BSP" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000041 (10554 bytes) "CFP: PDPTA'99 Special Session on Scheduling and Load Balancing" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000042 (1564 bytes) "Parallel Matlab Interface (PMI) toolbox" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000043 (1735 bytes) "Re: MPI & BSP" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000044 (4096 bytes) "IOPADS '99 program and registration" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000045 (662 bytes) "IPPS'99 hotel room share" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000046 (5324 bytes) "CFP: Special Session of PDPTA '99" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000047 (4973 bytes) "IPPS/SPDP'99 Advance Registration Reminder (22 March)" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000048 (3651 bytes) "Midwest Workshop on Parallel Processing" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000049 (2924 bytes) "TRACS - Call for Applicants" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000050 (1174 bytes) "" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000051 (5330 bytes) "CFP: PDPTA '99 Special Session on QoS" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000052 (4908 bytes) "CFP: HICSS-33 Minitrack on Compilers and Tools in Embedded System" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000053 (698 bytes) "MasPar - value?" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000054 (3498 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000055 (847 bytes) "Re: MasPar - value?" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000056 (15903 bytes) "[l/m 1/23/99] Suggested readings comp.par/comp.sys.super (24/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000057 (4360 bytes) "1st Scottish Functional Programming Workshop" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000058 (35857 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000059 (4215 bytes) "[l/m 5/28/98] Special post Call comp.parallel (27/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000060 (2517 bytes) "[l/m 5/13/98] Dedications comp.parallel (28/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000061 (714 bytes) "Is anyone using the OCCAM model on PC Clusters?" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000062 (4310 bytes) "CFP: Workshop on OpenMP related issues" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000063 (12216 bytes) "CFP - Distributed Object & Application Int. Symposium" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000064 (1397 bytes) "Searching for ALL and ANY transputer software" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000065 (1335 bytes) "mp3 encoding via parallel processing and PVM for Win32" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000066 (4039 bytes) "41st CUG HPCC Conference, 24-28 May 1999" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000067 (7384 bytes) "CFP: Spl. session/issue on Clusters" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000068 (3530 bytes) "Revised CFP: HPF User's Group 99" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000069 (3134 bytes) "MPI-2 Tutorial" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000070 (1976 bytes) "DOME 1.0 - Modeling Environment for Building DCOM Applications" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000071 (7166 bytes) "Cluster Computing CFP" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000072 (3901 bytes) "17th ACM Symposium on Operating Systems Principles" /parallel/internet/usenet/comp.parallel/articles/1999/03-Mar/000073 (4417 bytes) "SPAA '99 Accepted Papers" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/ 04-Apr /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000001 (6864 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000002 (15364 bytes) "[l/m 1/7/99] group history/glossary comp.parallel (4/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000003 (910 bytes) "HP-PVM web site - commercial PVM clone" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000004 (823 bytes) "Re: Is anyone using the OCCAM model on PC Clusters?" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000005 (4147 bytes) "IOPADS '99 early reg. deadline April 15" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000006 (4358 bytes) "Postdoc at the University of Orleans (France)" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000007 (859 bytes) "monitoring and profiling tools" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000008 (623 bytes) "OpenMP on SGI" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000009 (2135 bytes) "WoTUG 22: Call For Delegates" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000010 (5149 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000011 (7794 bytes) "[l/m 12/1/97] news group dynamics comp.parallel (8/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000012 (1741 bytes) "Re: OpenMP on SGI" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000013 (851 bytes) "Re: OpenMP on SGI" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000014 (591 bytes) "probabilistic neural networks" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000015 (6410 bytes) "CFP: 8th Euromicro PDP 2000" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000016 (1308 bytes) "Re: OpenMP on SGI" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000017 (1937 bytes) "Re: Is anyone using the OCCAM model on PC Clusters?" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000018 (2124 bytes) "Presales Position Available" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000019 (10196 bytes) "Call for Papers PART'99, Melbourne, 29th Nov. - 1st Dec., 1999" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000020 (92410 bytes) "[l/m 3/22/99] network resources -- comp.parallel (10/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000021 (4392 bytes) "Postdoc at the University of =?UNKNOWN?Q?Orl=E9ans_=28France=29?=" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000022 (1095 bytes) "Visual languages for concurrency" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000023 (1680 bytes) "Re: OpenMP on SGI" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000024 (26343 bytes) "[l/m 1/19/99] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000025 (14086 bytes) "[l/m 11/9/98] finding ||-ism references -- comp.parallel (14/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000026 (554 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000027 (100125 bytes) "[l/m 3/31/99] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000028 (38632 bytes) "[l/m 1/13/99] IBM and Amdahl -- comp.parallel (20/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000029 (3498 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000030 (15903 bytes) "[l/m 1/23/99] Suggested readings comp.par/comp.sys.super (24/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000031 (42440 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000032 (4215 bytes) "[l/m 5/28/98] Special post Call comp.parallel (27/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000033 (2517 bytes) "[l/m 5/13/98] Dedications comp.parallel (28/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000034 (3054 bytes) "CFP:- Neural Networks: Past, Present," /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000035 (1927 bytes) "IEEE NNSP'99" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000036 (712 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000037 (3148 bytes) "Call for Papers: Special Issue on Advances in Parallel and Distributed" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000038 (946 bytes) "Using AI with Linux Clusters ??!!" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000039 (1061 bytes) "Good demo problem" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000040 (2930 bytes) "CFP: Unconentional Parallel Architectures a Special Issue of Parallel" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000041 (1935 bytes) "NPACI Parallel Computing Institute at SDSC" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000042 (1326 bytes) "Re: Visual languages for concurrency" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000043 (3250 bytes) "Special Issue Parallel Computing journal" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000044 (1153 bytes) "What Ever Became of the "Transputer" ???" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000045 (951 bytes) "Re: Visual languages for concurrency" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000046 (677 bytes) "OpenMP Benchmark Programs" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000047 (2139 bytes) "Presales Position Available" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000048 (3864 bytes) "17th ACM Symposium on Operating Systems Principles (Submissions due in" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000049 (1478 bytes) "Re: Visual languages for concurrency" /parallel/internet/usenet/comp.parallel/articles/1999/04-Apr/000050 (2549 bytes) "Re: What Ever Became of the "Transputer" ???" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/ 05-May /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000001 (6864 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000002 (15460 bytes) "[l/m 4/26/99] group history/glossary comp.parallel (4/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000003 (1043 bytes) "SPAA '99 registration and program" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000004 (1178 bytes) "Sorry if OT but I need some info on parallell computing" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000005 (5620 bytes) "CFP: Computational Science (due July 31,'99)" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000006 (1920 bytes) "Workshop: `Towards Petaflops'." /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000007 (11980 bytes) "Advance Program: ACM 1999 Java Grande Conference" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000008 (5403 bytes) "Workshop on Implementation of CLP" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000009 (1544 bytes) "Introduction" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000010 (8111 bytes) "REMINDER: ISCOPE'99 Preliminary Call for Papers" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000011 (10726 bytes) "ADCOM'99 CFP" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000012 (653 bytes) "Parallel Computing." /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000013 (1120 bytes) "Origin2000 Shared Memory" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000014 (930 bytes) "SPLASH2 Benchmarks on SMPs" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000015 (4119 bytes) "CFP: CDMLarge '99" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000016 (3631 bytes) "Second special issue on European projects" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000017 (3427 bytes) "Book Annoucement: High Performance Algorithms for Structured Matrix" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000018 (2677 bytes) "ANNOUNCEMENT and CALL FOR PARTICIPATION" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000019 (1601 bytes) "NY-White Plains - Parallel Computing, PVM, MPI, OS internals, Unix," /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000020 (2016 bytes) "Re: What Ever Became of the "Transputer" ???" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000021 (2436 bytes) "OpenMP ARB announces Fortran v2 request for requirements" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000022 (711 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000023 (758 bytes) "FS: Intel Paragon" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000024 (3262 bytes) "Reminder CFP: HPF User's Group Meeting" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000025 (3884 bytes) "Scholarships in Paderborn, Germany" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000026 (2919 bytes) "CFP: Unconventional Parallel Architectures" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000027 (1559 bytes) "Stanford Performance Workshop" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000028 (5399 bytes) "Workshop on Large-Scale Parallel KDD Systems" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000029 (1032 bytes) "A Plain-Vanilla Augmentation-Based SPARC Simulator" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000030 (5150 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000031 (7795 bytes) "[l/m 12/1/97] news group dynamics comp.parallel (8/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000032 (2402 bytes) "Re: Origin2000 Shared Memory" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000033 (1330 bytes) "Re: What Ever Became of the "Transputer" ???" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000034 (1292 bytes) "Re: Sorry if OT but I need some info on parallell computing" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000035 (2063 bytes) "REMINDER: The Computer Science Bibliography Collection" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000036 (907 bytes) "Sockets and MPI" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000037 (1751 bytes) "Re: Sorry if OT but I need some info on parallell computing" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000038 (3688 bytes) "Re: Origin2000 Shared Memory" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000039 (2177 bytes) "Re: Origin2000 Shared Memory" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000040 (968 bytes) "Re: Visual languages for concurrency" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000041 (681 bytes) "Native FFT on SGI O2K and HP Exemplar" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000042 (1323 bytes) "Re: Sorry if OT but I need some info on parallell computing" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000043 (1517 bytes) "OpenMP on SGI O2K" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000044 (92498 bytes) "[l/m 4/30/99] network resources -- comp.parallel (10/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000045 (4616 bytes) "Free Computer History Lecture: "The Trajectory of Computer Development at Fujitsu"" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000046 (1996 bytes) "Re: What Ever Became of the "Transputer" ???" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000047 (2240 bytes) "Re: What Ever Became of the "Transputer" ???" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000048 (26345 bytes) "[l/m 1/19/99] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000049 (1535 bytes) "Re: SPLASH2 Benchmarks on SMPs" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000050 (1229 bytes) "Dual PII embedded board" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000051 (4010 bytes) "17th ACM Symposium on Operating Systems Principles (Submissions due in" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000052 (1819 bytes) "Re: OpenMP on SGI O2K" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000053 (13125 bytes) "ACM 1999 Java Grande Conference Early Registration Deadline May 15" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000054 (2003 bytes) "Re: What Ever Became of the "Transputer" ???" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000055 (876 bytes) "Re: Intel Paragon" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000056 (1759 bytes) "IEEE NNSP'99 Madison, WI" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000057 (1012 bytes) "Re: OpenMP on SGI O2K" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000058 (1909 bytes) "Re: Origin2000 Shared Memory" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000059 (818 bytes) "MPI -vs- PVM" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000060 (1292 bytes) "Re: Native FFT on SGI O2K and HP Exemplar" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000061 (4072 bytes) "High Performance Networks and Numerical Simulation" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000062 (14087 bytes) "[l/m 11/9/98] finding ||-ism references -- comp.parallel (14/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000063 (4875 bytes) "CFP: HICSS-33 Minitrack on Compiler and Tools in Embedded Systems" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000064 (3499 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000065 (661 bytes) "Is there global memory in MPI" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000066 (2381 bytes) "CFP: Special issue of the International Journal of Computer Research" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000067 (5406 bytes) "Workshop on Parallelism in (C)LP" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000068 (1163 bytes) "Call for papers" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000069 (2959 bytes) "USENIX Win NT Symposium--Learn of Research/Development Using NT" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000070 (1109 bytes) "Reading and Processing large files." /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000071 (1616 bytes) "ESS'99 CALL FOR PAPERS" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000072 (885 bytes) "Transparent Parallel Machine?" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000073 (2154 bytes) "BSPlib on NOW's" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000074 (677 bytes) "parallel processing method (MISD, MIMD,..)" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000075 (1970 bytes) "Research Assistant/Fellow, Distributed Learning Technologies," /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000076 (916 bytes) "EuroPar 96 Proceedings for sale." /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000077 (1116 bytes) "Re: MPI -vs- PVM" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000078 (7259 bytes) "Call for Papers: RAW 2000 (Reconfigurable Architectures Workshop)" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000079 (8470 bytes) "CFP-IEEE Workshop on Cluster Computing" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000080 (2337 bytes) "Positions in Bioinformatics" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000081 (615 bytes) "Gflops of seti@home?" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000082 (981 bytes) "Transparent Networked Parallel Computing" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000083 (1005 bytes) "comparison of computing clusters on different OS" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000084 (712 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000085 (983 bytes) "PRNG seeds to download?" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000086 (15904 bytes) "[l/m 1/25/99] Suggested readings comp.par/comp.sys.super (24/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000087 (43696 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000088 (4216 bytes) "[l/m 5/28/98] Special post Call comp.parallel (27/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000089 (2518 bytes) "[l/m 5/13/98] Dedications comp.parallel (28/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000090 (713 bytes) "Re: Transparent Parallel Machine?" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000091 (1673 bytes) "Re: Reading and Processing large files." /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000092 (1296 bytes) "System Resource Models for Module Assignment" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000093 (986 bytes) "Re: Dual PII embedded board" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000094 (1098 bytes) "Re: Transparent Parallel Machine?" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000095 (1147 bytes) "Re: Transparent Parallel Machine?" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000096 (28728 bytes) "ACM 1999 Java Grande Tutorials" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000097 (866 bytes) "Re: Reading and Processing large files." /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000098 (8301 bytes) "**DEADLINE EXTENSION** ISCOPE'99 Call for Papers" /parallel/internet/usenet/comp.parallel/articles/1999/05-May/000099 (636 bytes) "Re: Transparent Parallel Machine?" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/ 06-Jun /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000001 (6865 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000002 (839 bytes) "Re: Transparent Parallel Machine?" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000003 (3109 bytes) "Unrolling murders performance" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000004 (2136 bytes) "Research Assistant/Fellow in Distributed Systems, St Andrews" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000005 (6624 bytes) "LAST CFP: 8th Euromicro PDP" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000006 (1903 bytes) "Posts in Distributed Haskell" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000007 (711 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000008 (1044 bytes) "Final Call for Papers: Distributed Systems testing" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000009 (874 bytes) "Re: Gflops of seti@home?" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000010 (15461 bytes) "[l/m 4/26/99] group history/glossary comp.parallel (4/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000011 (5150 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000012 (3037 bytes) "Cluster Computing Book Annoucement" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000013 (1062 bytes) "OpenMP in C or C++" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000014 (3064 bytes) "High Performance Cluster Computing (book annoucement)" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000015 (772 bytes) "number of instructions for a multiplication" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000016 (6575 bytes) "Extended deadline: CFP Euromicro PDP2000" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000017 (6705 bytes) "Re: Unrolling murders performance" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000018 (1037 bytes) "Condor Cluster -- RedHat 6.0" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000019 (4345 bytes) "Call for Papers: PAA Special Issue on High Level Models and Languages" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000020 (7795 bytes) "[l/m 12/1/97] news group dynamics comp.parallel (8/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000021 (92499 bytes) "[l/m 4/30/99] network resources -- comp.parallel (10/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000022 (784 bytes) "Re: OpenMP in C or C++" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000023 (37479 bytes) "Last Reminder: ACM 1999 Java Grande Conference This Weekend" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000024 (751 bytes) "Trying to get Nimrod-G" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000025 (1212 bytes) "Re: OpenMP in C or C++" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000026 (778 bytes) "parallel programming using a multiprocessor Pentium" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000027 (826 bytes) "Help Wanted" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000028 (2064 bytes) "Help us solve the largest QKP in the world" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000029 (1280 bytes) "Re: OpenMP in C or C++" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000030 (26344 bytes) "[l/m 1/19/99] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000031 (14087 bytes) "[l/m 11/9/98] finding ||-ism references -- comp.parallel (14/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000032 (100126 bytes) "[l/m 3/31/99] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000033 (38633 bytes) "[l/m 1/13/99] IBM and Amdahl -- comp.parallel (20/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000034 (1494 bytes) "Re: Trying to get Nimrod-G" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000035 (1187 bytes) "Re: number of instructions for a multiplication" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000036 (993 bytes) "[Help!!] Parallel computer using PC" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000037 (2958 bytes) "USENIX Win NT Symposium--Learn of Research/Development Using NT" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000038 (8388 bytes) "ACS'99 Call for Papers" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000039 (648 bytes) "Looking for KSR-1s" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000040 (1139 bytes) "Last call for SPAA '99" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000041 (3719 bytes) "2nd Call for Bids: Euro-Par 2001" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000042 (1366 bytes) "Re: parallel programming using a multiprocessor Pentium" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000043 (1518 bytes) "Re: parallel programming using a multiprocessor Pentium" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000044 (1785 bytes) "Stanford University performance workshop" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000045 (1803 bytes) "ESS'99 2ND AND FINAL CFP" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000046 (8973 bytes) "Call for Papers - 33rd Annual Simulation Symposium" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000047 (712 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000048 (689 bytes) "FFT And Decomposition over Spherical Harmonic in MPI/Fortran" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000049 (6576 bytes) "Extended deadline: CFP Euromicro PDP2000" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000050 (3499 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000051 (15904 bytes) "[l/m 1/25/99] Suggested readings comp.par/comp.sys.super (24/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000052 (43697 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000053 (4216 bytes) "[l/m 5/28/98] Special post Call comp.parallel (27/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/06-Jun/000054 (2518 bytes) "[l/m 5/13/98] Dedications comp.parallel (28/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/ 07-Jul /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000001 (6865 bytes) "[l/m 5/7/97] Intro/TOC/Justification comp.parallel (2/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000002 (15458 bytes) "[l/m 4/26/99] group history/glossary comp.parallel (4/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000003 (5150 bytes) "[l/m 7/1/96] parlib/mail daemons/servers archives comp.par (6/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000004 (7795 bytes) "[l/m 12/1/97] news group dynamics comp.parallel (8/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000005 (1005 bytes) "Re: number of instructions for a multiplication" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000006 (5637 bytes) "Second Call for Papers LATIN'2000" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000007 (1085 bytes) "Parrallel computing using Linux" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000008 (1895 bytes) "Business use of Beowulf" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000009 (1235 bytes) "multicasting" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000010 (4328 bytes) "CFP: EWOMP'99, Workshop on OpenMP" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000011 (952 bytes) "Re: FFT And Decomposition over Spherical Harmonic in MPI/Fortran" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000012 (1148 bytes) "VIC (Virtuel Internet Computer)" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000013 (13181 bytes) "DOA'99 Advance program" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000014 (1298 bytes) "sine parallel FFT" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000015 (2275 bytes) "MagPIe 2.0: MPI's collective operations for wide area systems" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000016 (1439 bytes) "Re: parallel programming using a multiprocessor Pentium" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000017 (711 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000018 (5323 bytes) "Job opportunities in parallel computing" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000019 (2515 bytes) "Call for Papers for OSDI 2000-USENIX Operating Systems Symposium" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000020 (3096 bytes) "seti@home -> general purpose parellel machine" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000021 (6842 bytes) "CFP: Heterogeneous Computing Workshop (HCW '2000)" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000022 (1657 bytes) "Load balancing in Beowulf (esp. MPI)?" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000023 (1614 bytes) "Uses for commercial Beowulf cluster" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000024 (2708 bytes) "home network?" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000025 (2382 bytes) "Postdoc position available: Emory Univ/Atlanta" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000026 (2754 bytes) "DIPC for adoption" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000027 (92499 bytes) "[l/m 4/30/99] network resources -- comp.parallel (10/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000028 (26345 bytes) "[l/m 1/19/99] Who runs the ||ism-comunity? -- comp.parallel (12/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000029 (14087 bytes) "[l/m 11/9/98] finding ||-ism references -- comp.parallel (14/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000030 (555 bytes) "[l/m xx/xx/xx] comp.par/comp.sys.super (16/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000031 (100127 bytes) "[l/m 3/31/99] What *IS* a super? comp.par/comp.sys.super (18/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000032 (38633 bytes) "[l/m 1/13/99] IBM and Amdahl -- comp.parallel (20/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000033 (712 bytes) "ANNOUNCE: IEEE ParaScope: Parallel Computing Links" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000034 (6352 bytes) "Press release: Tera MTA-8" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000035 (1728 bytes) "IEEE NNSP'99 Madison, WI" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000036 (1572 bytes) "Call for any and all Transputer programs" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000037 (3426 bytes) "research position in Telecooperation/Distributed Systems" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000038 (874 bytes) "Re: Business use of Beowulf" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000039 (771 bytes) "CFP: OpenMP workshop. Deadline approaching." /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000040 (1860 bytes) "re: Parrallel computing using Linux" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000041 (2269 bytes) "Re: Business use of Beowulf" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000042 (4350 bytes) "Re: Business use of Beowulf" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000043 (784 bytes) "semaphore / monitor" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000044 (782 bytes) "I have o question about linux SMP..." /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000045 (8808 bytes) "DOA'99 Call for Participation" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000046 (1905 bytes) "Re: Uses for commercial Beowulf cluster" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000047 (17652 bytes) "CFP for IPPS & SPDP --> IPDPS 2000" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000048 (6560 bytes) "Re: seti@home -> general purpose parellel machine" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000049 (2590 bytes) "Re: Uses for commercial Beowulf cluster" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000050 (1417 bytes) "Paragon XP/S front panel" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000051 (3499 bytes) "[l/m 3/24/97] Grand challenges and HPCC comp.parallel (22/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000052 (15904 bytes) "[l/m 1/25/99] Suggested readings comp.par/comp.sys.super (24/28) FAQ" /parallel/internet/usenet/comp.parallel/articles/1999/07-Jul/000053 (43698 bytes) "[l/m xx/xx/xx] Dead Comp. Arch. Society c.par/c.s.super (26/28) FAQ" /parallel/internet/usenet/comp.parallel.mpi/ "comp.parallel.mpi newsgroup" /parallel/internet/usenet/comp.parallel.mpi/articles/ "Archived USENET articles" /parallel/internet/usenet/comp.parallel.mpi/articles/1970/ 1970 /parallel/internet/usenet/comp.parallel.mpi/articles/1970/01-Jan/ 01-Jan /parallel/internet/usenet/comp.parallel.mpi/articles/1970/01-Jan/000001 (567 bytes) "Re: MPI-2 I/O" /parallel/internet/usenet/comp.parallel.mpi/articles/1970/01-Jan/000002 (4103 bytes) "IOPADS '99 program and registration" /parallel/internet/usenet/comp.parallel.mpi/articles/1970/01-Jan/000003 (402 bytes) "Mediterranei On Line: Video, Mp3, folklore of sicilians people." /parallel/internet/usenet/comp.parallel.mpi/articles/1970/01-Jan/000004 (450 bytes) "ACAD for Linux ..." /parallel/internet/usenet/comp.parallel.mpi/articles/1970/01-Jan/000005 (450 bytes) "ACAD for Linux ..." /parallel/internet/usenet/comp.parallel.mpi/articles/1970/01-Jan/000006 (493 bytes) "OVER 18 ONLY! 10819" /parallel/internet/usenet/comp.parallel.mpi/articles/1970/01-Jan/000007 (491 bytes) "OVER 18 ONLY! 39858" /parallel/internet/usenet/comp.parallel.mpi/articles/1994.tar.gz (240696 bytes) "comp.parallel.mpi articles for 1994" /parallel/internet/usenet/comp.parallel.mpi/articles/1995.tar.gz (806659 bytes) "comp.parallel.mpi articles for 1995" /parallel/internet/usenet/comp.parallel.mpi/articles/1996.tar.gz (765391 bytes) "comp.parallel.mpi articles for 1996" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/ "comp.parallel.mpi articles for 1997" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/ "comp.parallel.mpi articles for Jan 1997" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000001 (12670 bytes) "CANPC '97: Call for Participation" by Craig Stunkel /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000002 (667 bytes) "Re: test suite for mpi?" by Fumiaki Kamiya /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000003 (131414 bytes) "CFP - 11th Annual International Symposium on High Performance Computing" by Peter C.J. Graham /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000004 (1668 bytes) "MPI vs PVM?" by Yannan Lu /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000005 (707 bytes) "Problem using MPI on LINUX" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000006 (700 bytes) "MPI Developer's Conference '97?" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000007 (1161 bytes) "Re: What is MPI" by Yon Han Chong /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000008 (1281 bytes) "Re: Problem using MPI on LINUX" by Susan Andersen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000009 (463 bytes) "What is MPI" by Juan Daugherty /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000010 (4651 bytes) "3rd European MPI Workshop (reminder)" by MPI-2 European Information Meeting /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000011 (2974 bytes) "* TRACS: Training and Research on Advanced Computing Systems" by J-C Desplat /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000012 (1280 bytes) "Re: Problem using MPI on LINUX" by Thomas A. Zochler /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000013 (2002 bytes) "CFP - Cluster Computing Conference, Atlanta, 3/97" by V.S.Sunderam /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000014 (669 bytes) "Re: Any good benchmark codes for MPI/PVM" by STB /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000015 (2871 bytes) "Job Offered at UCLA" by Monnica Terwilliger /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000016 (6480 bytes) "CFP - Parallel Computing 1997" by Erik D'Hollander /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000017 (364 bytes) "Re: test suite for mpi?" by Brian VanVoorst /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000018 (4668 bytes) "CFP: IOPADS '97" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000019 (13059 bytes) "Euro-Par'97 Submission Form and Fee Information -- Last Call" by Euro-Par'97 /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000020 (3363 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000021 (1045 bytes) "Re: test suite for mpi?" by Steve Larkin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000022 (1004 bytes) "Re: mpich on linux" by Randall Judd /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000023 (13860 bytes) "Re: Euro-Par'97 Submission Form and Fee Information -- Last Call" by Mire CCSJ /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000024 (837 bytes) "mpich bug list" by Poletti Paolo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000025 (2360 bytes) "Survey: Domain decomposition aids for message-passing programmers" by Doug MacDonald - SMCC High Performance Computing /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000026 (785 bytes) "Can I run mpi ..." by Hossein Tahani /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000027 (562 bytes) "mpich on linux" by Gregory ESTRADE /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000028 (442 bytes) "question" by Joris /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000029 (996 bytes) "Re: mpich bug list" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000030 (4854 bytes) "HP/Ohio SC Center Collaboration press release" by Debbie Higgins /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000031 (3084 bytes) "Reminder - 3rd European MPI Workshop" by MPI-2 European Information Meeting /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000032 (965 bytes) "SGI Challenge and MPI" by Chris <"chintw@erols"@erols.com> /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000033 (25288 bytes) "CFP: PDPTA'97 & CISST'97 Conferences. Las Vegas, June 30 - July 2, 1997" by Hamid R. Arabnia /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000034 (503 bytes) "mpi libraries" by Gene Wagenbreth /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000035 (518 bytes) "Re: HP/Ohio SC Center Collaboration press release" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000036 (384 bytes) "mpi libraries for NCUBE" by Rajat Todi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000037 (981 bytes) "Re: "rsh" doesn't read .login file but only .cshrc file" by Michael D. Beynon /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000038 (1383 bytes) "7th - 11th April 1997" by LAI, Choi-Hong /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000039 (1297 bytes) ""rsh" doesn't read .login file but only .cshrc file" by Yon Han Chong /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000040 (480 bytes) "Java MPI" by Ku Yuk Chiu 9404921 /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000041 (9763 bytes) "Final Reminder: EPCC Summer Scholarship Programme 1997" by Elspeth Minty /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000042 (922 bytes) "Re: Java MPI" by Milind Bhandarkar /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000043 (587 bytes) "Linux and MPI" by Andrea Azzoni /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000044 (1033 bytes) "Re: "rsh" doesn't read .login file but only .cshrc file" by Oliver Brandt /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000045 (357 bytes) "Splash2 benchmarks" by Eyal DeLara /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000046 (705 bytes) "Re: shift in MPI?" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000047 (760 bytes) "Re: shift in MPI?" by Sergei Gorlatch /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000048 (1524 bytes) "Re: shift in MPI?" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000049 (9855 bytes) "CFP: Parallel CFD '97" by Kevin Maguire /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000050 (1196 bytes) "Re: shift in MPI?" by Jim Tuccillo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000051 (737 bytes) "Re: shift in MPI?" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000052 (526 bytes) "shift in MPI?" by Sergei Gorlatch /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000053 (1167 bytes) "Re: shift in MPI?" by Thilo Kielmann /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000054 (578 bytes) "Re: Installing MPICH on dec5000" by Andrea Azzoni /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000055 (928 bytes) "Signaling arrival of messages in MPICH 1.0.13" by Paul Lu /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000056 (3717 bytes) "Re: Linux and MPI" by Andrea Azzoni /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000057 (2381 bytes) "Job Openings" by Judith E Devaney /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000058 (1308 bytes) "Re: Signaling arrival of messages in MPICH 1.0.13" by Harold Carter Edwards /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000059 (1141 bytes) "Re: Signaling arrival of messages in MPICH 1.0.13" by Greg Burns /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000060 (1365 bytes) "Re: shift in MPI?" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000061 (504 bytes) "Installing MPICH on dec5000" by Arunanto /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000062 (1093 bytes) "Re: shift in MPI?" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1997/01-Jan/000063 (8472 bytes) "Euro-Par'97 - last call!" by Sergei Gorlatch /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/ "comp.parallel.mpi articles for Feb 1997" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000001 (836 bytes) "linux and mpich" by Spellbinder /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000002 (889 bytes) "Re: linux and mpich" by Roger Butenuth /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000003 (1277 bytes) "Re: Q: global variable for directory of "machines" file ?" by David A. Bader /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000004 (1021 bytes) "Timing functions in MPI blacs?" by George Coulouris /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000005 (1472 bytes) "Q : lam 6.1 sgi O2k f77" by Patrick STOCLET /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000006 (2111 bytes) "CFP: Cluster Computing Conference - Atlanta - 3/9-11" by V.S.Sunderam /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000007 (575 bytes) "Q: global variable for directory of "machines" file ?" by Joerg Wellner /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000008 (1502 bytes) "Re: Non-blocking communication" by Daniel Neale Williams /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000009 (830 bytes) "Greengard algorithm using MPI" by Aric Lambert /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000010 (7434 bytes) "PDPTA'97 session on load balancing" by El-ghazali.Talbi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000011 (850 bytes) "IBM RS6000 SMP J30 For Sale" by ScanAce /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000012 (2020 bytes) "Re: Q : lam 6.1 sgi O2k f77" by Nick Nevin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000013 (1269 bytes) "mpe on meiko and mpich 1.1.0" by Marcus Vinicius de Oliveira Lucchese /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000014 (468 bytes) "Non-blocking communication" by Ramesh Pankajakshan /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000015 (1847 bytes) "Re: MPI v1.1 + multithread" by Marcelo Pasin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000016 (965 bytes) "Re: Euro-Par'97 - last call!" by Jalel Chergui /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000017 (634 bytes) "Lam 6.1 and Linux 2.0.28" by Punpiti Piamsa-nga /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000018 (464 bytes) "Re: MPI v1.1 + multithread" by Stephen Docy /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000019 (2004 bytes) "Re: MPI over 32 workstations" by Y. Hamadi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000020 (2398 bytes) "Call For Papers: ALGORITHMICA, Special Issue on Coarse Grained Parallel Algorithms" by Frank Dehne /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000021 (2378 bytes) "Call For Papers: ALGORITHMICA, Special Issue on Coarse Grained Parallel Algorithms" by Frank Dehne /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000022 (1289 bytes) "Re: Linux and MPI" by James McNalley /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000023 (2244 bytes) "HDFNOW--distributed HDF for Network of Workstations" by Albert Cheng /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000024 (5561 bytes) "GIF, JPEG scanning service. FREE OFFER! A pictures worth a thousand words! (MmaHpK)" by Cyber Services /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000025 (3326 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000026 (815 bytes) "MPI Unknow ERROR" by Alessio Alessandretti /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000027 (4202 bytes) "ESPRIT session at Euro-Par'97, 2nd CFP" by Sergei Gorlatch /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000028 (663 bytes) "MPI Dummy library" by Obi Liehr /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000029 (867 bytes) "Re: MPI Dummy library" by Nick Nevin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000030 (2030 bytes) "Re: MPI over 32 workstations" by John Stone /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000031 (2751 bytes) "Re: MPI v1.1 + multithread" by John Stone /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000032 (765 bytes) "Paragon MPICH - running two applications" by ** Put your full name here ** /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000033 (5932 bytes) "Call for Participation: HIPS'97" by Michael Oberhuber /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000034 (1659 bytes) "MPI++?" by Jonathan Eckstein /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000035 (985 bytes) "MPI Internal Error" by Dimitris P. Ioannides /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000036 (1691 bytes) "MPI for Linux SMP" by Tin Tin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000037 (739 bytes) "Re: MPI Internal Error" by Nick Nevin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000038 (517 bytes) "RS/6000 Processor For Sale" by Dave Roekle /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000039 (14204 bytes) "Final CFP for HPCS'97" by Peter C.J. Graham /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000040 (2441 bytes) "Re: MPICH and NAGWARE f90 on LINUX" by Klaus Mandel /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000041 (1538 bytes) "topologies_MPI" by Christophe Koudella /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000042 (612 bytes) "Parallel SPH - TREE code." by Little Man From Another Place /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000043 (1422 bytes) "MPI_REAL and autodouble" by Jeffrey J Nucciarone /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000044 (525 bytes) "Problem with xmpi (LAM)" by Ralf Weidemann; 9112212; Fh-Do/fb 4 /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000045 (1081 bytes) "Re: topologies_MPI" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000046 (465 bytes) "IBM Serial Link Disk For Sale" by Dave Roekle /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000047 (378 bytes) "testing...please ignore/excuse!" by Kathy Shippos /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000048 (836 bytes) "mpich: conect SOLARIS and HP?" by Grzegorz Skrzypczynski /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000049 (6719 bytes) "CFP: Cluster Computing, 3/9-11/97, Atlanta" by V.S.Sunderam /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000050 (10124 bytes) "Second CFP: 4th Intl. Conf. on High Perf. Computing (HiPC '97, India)" by Kalluri Eswar /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000051 (1086 bytes) "Re: SPMD part of the standard?" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000052 (1600 bytes) "Re: MPI Dummy library" by Marcus Vinicius de Oliveira Lucchese /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000053 (1199 bytes) "Re: Sparse Linear Algebra on Workstation Clusters" by Luca Paglieri /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000054 (839 bytes) "mpich and fork" by Andre Fachat /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000055 (712 bytes) "Sparse Linear Algebra on Workstation Clusters" by Peter Christen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000056 (4678 bytes) "CFP: IOPADS '97, deadline March 25" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000057 (636 bytes) "Re: SPMD part of the standard?" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000058 (2250 bytes) "Re: HELP w/ basic MPI program" by Zufar Mulyukov /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000059 (960 bytes) "connection limit on windows nt workstations 4.0" by Johann Leichtl /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000060 (1402 bytes) "Re: MPI_REAL and autodouble" by Timothy H. Kaiser /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000061 (686 bytes) "SPMD part of the standard?" by Herbert Fruechtl /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000062 (797 bytes) "MPI-2 implemetations?" by Laszlo Ladanyi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000063 (953 bytes) "Re: MPI and shared memory on SGI" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000064 (1008 bytes) "time out on connection" by Chris Luchini /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000065 (3541 bytes) "lam-chops LAM mailing list - change of listserv software" by Nick Nevin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000066 (693 bytes) "LAM 6.1 patches #03, #04 and #05" by Nick Nevin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000067 (1116 bytes) "Re: MPI-2 implemetations?" by Nick Maclaren /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000068 (1895 bytes) "Re: Problem with xmpi (LAM)" by Gordon Bartels /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000069 (14768 bytes) "Deadline Extended - HPCS'97" by Peter C.J. Graham /parallel/internet/usenet/comp.parallel.mpi/articles/1997/02-Feb/000070 (1102 bytes) "Re: Pthreads with MPI" by Bryan O'Sullivan /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/ "comp.parallel.mpi articles for Mar 1997" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000001 (1178 bytes) "Timing problem" by Paolo Poletti /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000002 (506 bytes) "Re: Timing problem" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000003 (1364 bytes) "Installing p4 and shmem" by Boyana Norris /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000004 (371 bytes) "pvm_catch equivalent" by Jim Webber /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000005 (1244 bytes) "Please help with filetype in MPI-IO" by [anonymous] /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000006 (2018 bytes) "Re: IDEA: MPI testbed" by Peter Sanders /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000007 (2017 bytes) "Installing MPI - multiple networks?" by Andrew Mc.Ghee /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000008 (398 bytes) "MPI for Ada?" by james buford white /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000009 (1234 bytes) "HELP!!--need to learn MPI fast" by Billy Kutulas /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000010 (1496 bytes) "Re: MPI-2 implemetations?" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000011 (3330 bytes) "XMPI 2.1 release" by Nick Nevin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000012 (980 bytes) "MPI program using functional structural) decomposition approach" by Aric Lambert /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000013 (1114 bytes) "Parallel Numerical Algorithms in MPI wanted" by Alf Wachsmann /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000014 (483 bytes) "Geomatrical Parallelism" by Anastasios Perachoritis /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000015 (1570 bytes) "Parallel Programming in Ada (was MPI for Ada)" by james buford white /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000016 (867 bytes) "Re: What is the software overhead of SP2?" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000017 (1139 bytes) "Re: Timing problem" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000018 (3853 bytes) "This is great. Like iced tea!" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000019 (815 bytes) "Re: IDEA: MPI testbed" by Jonathan Eckstein /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000020 (1988 bytes) "Re: Using Absoft F77 to build MPICH for Linux" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000021 (3618 bytes) "IDEA: MPI testbed" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000022 (989 bytes) "Re: What is the software overhead of SP2?" by Kevin Morooney /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000023 (515 bytes) "mpihack" by Alessandro Rodilosso /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000024 (542 bytes) "mpihack wrong message" by Alessandro Rodilosso /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000025 (1300 bytes) "current directory of MPI programs" by Jaroslaw Tuszynski /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000026 (11037 bytes) "IPPS '97 - Advance Program and Call for Participation" by D Jayasimha /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000027 (1956 bytes) "Problems with LAM" by Alexandre Carissimi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000028 (1155 bytes) "Re. Parallel Numerical Algorithms in MPI wanted" by Michael Pernice /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000029 (1825 bytes) "OH,TN, MS; Specialists; High Performance Computing; Computational Sciences" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000030 (820 bytes) "Re: Behaviour of MPI/P4 on uniprocessors...." by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000031 (2000 bytes) "Behaviour of MPI/P4 on uniprocessors...." by Lawrence Chen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000032 (1001 bytes) "Re: Installing MPI - multiple networks?" by Richard Warren /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000033 (736 bytes) "Parallel Computing Projects" by Rajkumar E Malli /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000034 (626 bytes) "Specialist" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000035 (1574 bytes) "Re: MPI_Isend" by Richard Barrett /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000036 (1996 bytes) "Re: HELP!!--need to learn MPI fast" by Mario Antonioletti /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000037 (576 bytes) "MPI standard in Chinese ?" by Woo Chat Ming /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000038 (778 bytes) "lam: more than 22 processe" by Hubertus Oswald /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000039 (1818 bytes) "Re: MPI_Isend" by Jinsheng Xu /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000040 (1090 bytes) "32 bit under IRIX 6.2" by Chris Luchini /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000041 (391 bytes) "Scalapack and MPI for Windows NT" by Hugues Leroy /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000042 (1447 bytes) "Re: HELP: MPI beginner at wit's end" by GB /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000043 (796 bytes) "source code using MPI" by Aric Lambert /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000044 (854 bytes) "Re: MPI++" by B.Mohr /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000045 (211 bytes) "lam: more than 22 processe" by Zhuo-Min Chen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000046 (1252 bytes) "HELP!!! follow-up" by Billy Kutulas /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000047 (1641 bytes) "Re: LAM: Catching signals and interpreting the origin" by Nick Nevin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000048 (996 bytes) "Re: lam: more than 22 processe" by Johann Leichtl /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000049 (3104 bytes) "1997 Parallel Rendering Symposium CFP" by Gordon Stoll /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000050 (644 bytes) "MPI on SGI origin" by Jaroslaw Tuszynski /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000051 (1216 bytes) "3D_FFT_paralel" by Christophe Koudella /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000052 (7422 bytes) "Parallel programming and java conference see: http://www.rt.el.utwente.nl/wotug20" by Andy Bakkers /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000053 (541 bytes) "ISO parallel SHAKE source code" by GB /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000054 (1355 bytes) "Re: [Q] dare I say, Linux!" by Andre Fachat /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000055 (781 bytes) "Re: MPI on SGI origin" by David A. Bader /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000056 (430 bytes) "Garbage collection" by Miki Tebeka /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000057 (1916 bytes) "using LAM MPI with LSF queueing system" by Kim Ciula /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000058 (4312 bytes) "Beta release of PLAPACK available" by Robert van de Geijn /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000059 (1243 bytes) "dbx or similar with mpi" by Mark_Richardson /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000060 (1948 bytes) "Re: WHAT to USE : MPI or PVM ???" by Herbert Fruechtl /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000061 (597 bytes) "Next MPI standard" by Mats Brorsson /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000062 (3450 bytes) "Another HELP!!! follow-up" by Billy Kutulas /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000063 (1948 bytes) "Re: HELP: MPI beginner at wit's end" by Shane Hebert /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000064 (1857 bytes) "Re: HELP: MPI beginner at wit's end" by A Gordon Smith /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000065 (622 bytes) "mpi c programs" by Adli Hassan <011879w@dragon.acadiau.ca> /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000066 (12660 bytes) "Third CFP: 4th Intl. Conf. on High Perf. Computing (HiPC '97, India)" by Kalluri Eswar /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000067 (850 bytes) "[Q] dare I say, Linux!" by Mark_Richardson /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000068 (1414 bytes) "Re: ISO parallel SHAKE source code" by Hank D. Cochran /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000069 (849 bytes) "pghpf on SP-2 problem" by Rajkumar E Malli /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000070 (707 bytes) "Interrupt is impossible in MPI?" by Ki YangSuk /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000071 (1050 bytes) "Configure mpich on HP K260-Series (4 processors)" by Oliver Cossalter /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000072 (1023 bytes) "send to multiple processes" by Reto Koradi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000073 (606 bytes) "Re: HELP: MPI beginner at wit's end" by GB /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000074 (517 bytes) "MPI Broadcast" by Steve MacMullin <013192m@news.acadiau.ca> /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000075 (1438 bytes) "Re: [Q] dare I say, Linux!" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000076 (1387 bytes) "Re: [Q] dare I say, Linux!" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000077 (1402 bytes) "ANNOUNCE: Para++ release 2.1, NOW available." by Eric Dillon /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000078 (7704 bytes) "ICA3PP-97: New Date For Paper Submissions" by Michael J Hobbs /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000079 (617 bytes) "Any parallel sparse matix solvers?" by Zufar Mulyukov /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000080 (804 bytes) "petsc on Meiko CS-2?" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000081 (765 bytes) "Re: MPI Broadcast" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000082 (852 bytes) "Re: non-daemon MPI?" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000083 (679 bytes) "Re: mpi c programs" by BCrow1962 /parallel/internet/usenet/comp.parallel.mpi/articles/1997/03-Mar/000084 (1211 bytes) "Re: HELP: MPI beginner at wit's end" by A Gordon Smith /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/ "comp.parallel.mpi articles for Apr 1997" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000001 (522 bytes) "Simulating Distributed Memory Machine" by Samir N. Muhammad /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000002 (1024 bytes) "Re: Can two *different* MPI programs communicate?" by Nick Nevin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000003 (800 bytes) "Re: Simulating Distributed Memory Machine" by Gene Wagenbreth /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000004 (684 bytes) "bandwidth and latency test" by Andrei Malevsky /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000005 (558 bytes) "Another beginner needing salvation!" by Smith.StA /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000006 (916 bytes) "Re: Any parallel sparse matix solvers?" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000007 (642 bytes) "Re: Any parallel sparse matix solvers?" by Rob Neely /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000008 (1624 bytes) "Intel Suite vs. MPI_GRAPH_CREATE" by Dick Treumann /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000009 (785 bytes) "Definition of MPI_Comm" by Obi Liehr /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000010 (702 bytes) "Summer Internships" by Rajkumar E Malli /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000011 (1398 bytes) "Help on parallel table operations needed" by Anders L. Madsen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000012 (761 bytes) "MPI on SGI's" by Lonnie Sauter /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000013 (1194 bytes) "Re: non-daemon MPI?" by Yon Han Chong /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000014 (1328 bytes) "Re: WHAT to USE : MPI or PVM ???" by Laurent Gasser /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000015 (2006 bytes) "New Release of PETSc 2.0 Avilable" by Satish Balay /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000016 (773 bytes) "Re: Simulating Distributed Memory Machine" by Raymond Fellers /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000017 (476 bytes) "Re: MPI on SGI's" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000018 (4201 bytes) "Noncontiguous Data" by Rudolph A. Krutar /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000019 (621 bytes) "MPI GUI Applications with mpich for NT" by Laurent Bury /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000020 (1893 bytes) "Re: Does MPI_Finalize() finalize the process ?" by Nick Nevin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000021 (1096 bytes) "Configure mpich on HP K260-Series (4 processors)" by Oliver Cossalter /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000022 (776 bytes) "Re: Q: MPI datatypes" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000023 (1152 bytes) "Re: MPI on SGI's" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000024 (619 bytes) "Q: MPI datatypes" by Andy Kahn /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000025 (7143 bytes) "Hierarchically-defined derived data types" by Doug Elias /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000026 (1545 bytes) "Re: petsc on Meiko CS-2?" by Mark Parsons /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000027 (1061 bytes) "Q: Invalid datatype argument?" by Jim Tschanz /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000028 (2292 bytes) "CFP: Special Issue on I/O in Parallel Apps., deadline May 10" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000029 (198 bytes) "test" by Yu Liu /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000030 (2196 bytes) "Re: MPICH 1.0.13 allows input" by Nick Nevin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000031 (1693 bytes) "Re: MPI on SGI's" by Lonnie Sauter /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000032 (686 bytes) "Re: MPI for Linux?" by Nick Nevin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000033 (1864 bytes) "Problems with MPICH on SP machines" by Alexandre Carissimi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000034 (2459 bytes) "HDFNOW new beta release" by Albert Cheng /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000035 (582 bytes) "I cannot compile LAM61 Software on my PC under LINUX" by Dpto. DESARROLLO /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000036 (1227 bytes) "Re: MPI on share memory machines, anyone?" by Ron Sercely /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000037 (1694 bytes) "Re: MPI on share memory machines, anyone?" by David C. DiNucci /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000038 (862 bytes) "Save over 50%" by Joe Franklin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000039 (570 bytes) "multi- and parallel processing - please HELP!" by Steve V. Coxon /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000040 (1459 bytes) "Re: LAM problems..." by Nick Nevin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000041 (4188 bytes) "Re: Hierarchically-defined derived data types" by Marcelo Pasin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000042 (1773 bytes) "Re: Hierarchically-defined derived data types" by Dick Treumann /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000043 (656 bytes) "Re: MPICH x LAM performance" by Francis Brian O'Carroll /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000044 (2483 bytes) "Re: What is standard comunication ?" by Anand Pillai /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000045 (7989 bytes) "ERCOFTAC Summer School" by Kevin Maguire /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000046 (723 bytes) "alltoall" by Rafael =?iso-8859-1?Q?Men=E9ndez?= de Llano Rozas /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000047 (2548 bytes) "MPICH x LAM performance" by Alexandre Carissimi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000048 (1703 bytes) "Re: MPI on share memory machines, anyone?" by David C. DiNucci /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000049 (1207 bytes) "Problem classification" by Se Won Kim /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000050 (278 bytes) "Array" by Kuan Tek Seang /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000051 (1409 bytes) "Re: Alternatives to PVM" by Laurent Gasser /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000052 (865 bytes) "Re: Derived datatypes" by Nick Nevin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000053 (543 bytes) "Native MPI Implentation for Origin 2000" by Martin Audet /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000054 (8493 bytes) "ERCOFTAC Summer School" by ERCOFTAC Summer School /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000055 (757 bytes) "Re: MPMD - How ?" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000056 (1828 bytes) "MPI runtime error - segmentation violation" by Mohammad Hamdan /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000057 (1329 bytes) "Re: MPI Unexpected Queue?" by Stephen O'Sullivan /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000058 (2563 bytes) "MPMD - How ?" by Morten Bro-Nielsen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000059 (846 bytes) "Re: Native MPI Implentation for Origin 2000" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000060 (1632 bytes) "io problems on shared files" by Stephen O'Sullivan /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000061 (897 bytes) "Re: MPMD - How ?" by Kuan Tek Seang /parallel/internet/usenet/comp.parallel.mpi/articles/1997/04-Apr/000062 (566 bytes) "Process number can't be over 30?" by Yu Liu /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/ "comp.parallel.mpi articles for May 1997" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000001 (3295 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000002 (1928 bytes) "PSC Neuroscience Workshop" by Marcela Madrid /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000003 (1055 bytes) "heterogeneous LAMMPI environment setup" by Johann Leichtl /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000004 (531 bytes) "[Q] MPI_Bcast on Ethernet" by Joonkyoo Yoo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000005 (450 bytes) "Re: MPMD - How ?" by Kuan Tek Seang /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000006 (1829 bytes) "mpi and threads" by Cronk David /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000007 (531 bytes) "Re: Native MPI Implentation for Origin 2000" by Kuan Tek Seang /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000008 (1264 bytes) "CTC Virtual Workshop: Serial and Parallel Performance Issues" by Kathy Shippos /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000009 (694 bytes) "MPI Communicators Grid" by Peter Seiderer /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000010 (912 bytes) "MPE for flow visualisation" by Andrew Mc.Ghee /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000011 (1168 bytes) "Re: [Q] MPI_Bcast on Ethernet" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000012 (454 bytes) "MPI NT GUI APPLICATION" by Bury Laurent /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000013 (1656 bytes) "Re: MPMD - How ?" by Christoph Giess /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000014 (1017 bytes) "MPI 4 Linux: LAM or MPICH?" by Thomas Gebhardt /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000015 (1931 bytes) "Re: MPMD - How ?" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000016 (942 bytes) "Re: PVM port to MPI-CH, how to spawn" by Edward Walker /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000017 (1097 bytes) "Actual MPI-Releases for Win95/NT?" by Falk Schneider /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000018 (1724 bytes) "MPICH Problem" by Marin Marinov /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000019 (454 bytes) "Re: MPMD - How ?" by Johann Leichtl /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000020 (460 bytes) "PVM/MPI & mathlab simulink" by Marc Bernatchez /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000021 (684 bytes) "Re: IO in MPI" by Kuan Tek Seang /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000022 (1529 bytes) "Re: Native MPI Implentation for Origin 2000" by Mario Antonioletti /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000023 (1518 bytes) "Infusion BBS Software" by Grant Passmore /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000024 (860 bytes) "Further clarifications on my prob" by Rajkumar E Malli /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000025 (1197 bytes) "Further clarifications on my prob" by Rajkumar E Malli /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000026 (837 bytes) "IO in MPI" by Rajkumar E Malli /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000027 (924 bytes) "Re: LAM" by Stephane REQUENA /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000028 (1296 bytes) "Re: Reflexion..." by Chang Song /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000029 (312 bytes) "look" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000030 (251 bytes) "nice" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000031 (1647 bytes) "Re: IO in MPI" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000032 (2310 bytes) "Re: MPI 4 Linux: LAM or MPICH?" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000033 (360 bytes) "MPI on active messages" by Frederic Desprez /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000034 (2838 bytes) "ISCOPE '97 Call for Papers - REMINDER" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000035 (3574 bytes) "Use your networked computers for large scale simulations" by Active Tools Corporation /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000036 (356 bytes) "------SEX TOYS AND KINKY STUFF-------" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000037 (435 bytes) "Internet for free worldwide+" by -Future Net- /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000038 (830 bytes) "Re: MPI on active messages" by Benno J. Overeinder /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000039 (831 bytes) "Defining new data-types." by Rudders /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000040 (2182 bytes) "Re: Further clarifications on my prob" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000041 (2183 bytes) "Re: Defining new data-types." by Matthias Laux /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000042 (599 bytes) "LAM" by Toshiki Motokawa /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000043 (671 bytes) "Debugging MPICH/C++/P4/Solaris 2" by Jonathan Eckstein /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000044 (716 bytes) "Q:mpi, shell scripts" by Panagiotis Melas /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000045 (1981 bytes) "Problem: xmpi on origin200" by Annette Jaekel /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000046 (932 bytes) "Problem: Modify MPICH to use ATM..." by Derrick Tia /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000047 (880 bytes) "persistant communication & O2k" by Patrick STOCLET /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000048 (1132 bytes) "Parallel IO" by K. Tevosyan /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000049 (681 bytes) "parallel solution of PDEs" by Barry Smith /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000050 (449 bytes) "Re: (no subject)" by Kuan Tek Seang /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000051 (785 bytes) "Re: persistant communication & O2k" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000052 (1469 bytes) "MPI Working Directories" by Andrew Mc.Ghee /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000053 (951 bytes) "(no subject)" by Erich Kreiselmaier /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000054 (2453 bytes) "Gordon Conference - Attend!" by Tony Skjellum /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000055 (359 bytes) "Re: 1 send and 2 receives ?" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000056 (1388 bytes) "Re: About MPI_Scatter" by Andrew Mc.Ghee /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000057 (1118 bytes) "MPI or PVM for a heterogeneous cluster" by Len DeCarlo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000058 (331 bytes) "cable T.V & EQUIPMENT" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000059 (419 bytes) "Re: sequential code to mpi?" by Johann Leichtl /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000060 (1508 bytes) "Re: MPI or PVM for a heterogeneous cluster" by Andrew Mc.Ghee /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000061 (1055 bytes) "Re: MPICH stdout buffer size" by Andrew Mc.Ghee /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000062 (1016 bytes) "MPI / CFD Applications" by Erich Kreiselmaier /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000063 (1194 bytes) "Re: Debugging MPICH/C++/P4/Solaris 2" by Satish Balay /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000064 (632 bytes) "Literary Survey." by Rudders /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000065 (362 bytes) "FreeNetAccessWorldwid+" by InternetPRO. /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000066 (988 bytes) "1 send and 2 receives ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000067 (1378 bytes) "CTC Virtual Workshop: Deadline extended" by Kathy Shippos /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000068 (1697 bytes) "Research positions available, Emory University, Atlanta" by Post Doctoral Position /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000069 (1731 bytes) "Re: Debugging MPICH/C++/P4/Solaris 2" by Lutz Laemmer /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000070 (693 bytes) "Re: Problem: xmpi on origin200" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000071 (379 bytes) "debugging MPICH with ddd" by Chain-Wu Lee /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000072 (66620 bytes) "PDPTA/CISST Conferences, Participation/Exhibition, June 30 - July 4, 97, Las Vegas ..." by Hamid R. Arabnia /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000073 (1913 bytes) "MPI basic questions" by Jos A. Horsmeier /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000074 (1299 bytes) "MPI-LITE: multithread support for MPI" by Punit Bhargava /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000075 (602 bytes) "MPI_Request structure" by Andrei Malevsky /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000076 (3507 bytes) "Australia/Canberra: PostDoc/Researcher/Programmer: Online Data Archives" by Markus Buchhorn /parallel/internet/usenet/comp.parallel.mpi/articles/1997/05-May/000077 (966 bytes) "Derived datatypes and gather/scatter" by Richard Barrett /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/ "comp.parallel.mpi articles for Jun 1997" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000001 (4574 bytes) "CFP: HPCA-4" by Cho-Li Wang /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000002 (682 bytes) "Fairness of MPI_Win_lock" by Peter Sanders /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000003 (596 bytes) "MPI vs Nexus" by andrea /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000004 (2513 bytes) "user-defined global reduction operation" by Petr Kolman /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000005 (4691 bytes) "WORKSHOP ANNOUNCEMENT: Supercomputing Techniques for CRAY MPP Systems" by Stephanie Dobler /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000006 (644 bytes) "MPIIprobe function in MPI-FM" by Shizam /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000007 (1480 bytes) "Re: MPI_Request structure" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000008 (617 bytes) "Re: MPI and PVM" by Kuan Tek Seang /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000009 (457 bytes) "Process migration" by Kuan Tek Seang /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000010 (1705 bytes) "Re: user-defined global reduction operation" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000011 (2748 bytes) "Seminar: Parallel Stochastic Methods." by Mario Antonioletti /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000012 (1486 bytes) "MPI installation on CS2" by PANAGIOTIS MELAS /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000013 (4515 bytes) "PSC Parallel Processing Workshop" by Marcela Madrid /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000014 (1469 bytes) "Sell YourPhotosNYC.Agency" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000015 (3506 bytes) "Australia/Canberra: PostDoc/Researcher/Programmer: Online Data Archives" by Markus Buchhorn /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000016 (1837 bytes) "Re: Passing C++ classes with MPI" by Axel Thimm /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000017 (1582 bytes) "Re: PVM for Alpha Linux?" by shawn /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000018 (676 bytes) "Validation Suites" by Colm O'Donnell /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000019 (725 bytes) "MPI Collective Communication Performance?" by Peter Seiderer /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000020 (509 bytes) "10000 Celebrities, If your into that" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000021 (2395 bytes) "ANNOUNCEMENT: Release 2 of the NAG Parallel Library" by Arnold Krommer /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000022 (1425 bytes) "Re: Passing C++ classes with MPI" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000023 (273 bytes) "Xmpi for Linux" by Alfonso Pastor /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000024 (987 bytes) "Re: Very slow transfer on LAM" by Nicholas John Nevin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000025 (1497 bytes) "Re: MPI_Isend" by Chang Song /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000026 (458 bytes) "MPI under Linux" by Michael Path /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000027 (1154 bytes) "MPI Startup" by Marcus Dormanns /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000028 (661 bytes) "Re: Which MPI on Linux?" by Andre Fachat /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000029 (379 bytes) "Which MPI on Linux?" by Raffaele Gaioni /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000030 (531 bytes) "Re: Which MPI on Linux?" by Frederic Desprez /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000031 (3302 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000032 (959 bytes) "Re: Which MPI on Linux?" by Richard B. Kreckel /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000033 (1422 bytes) "Re: Which MPI on Linux?" by Andre Fachat /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000034 (1667 bytes) "MPI_Isend" by Matt Beare /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000035 (369 bytes) "Priority" by Brian Kantsiper /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000036 (618 bytes) "Re: Xmpi for Linux" by Marc HERBERT /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000037 (625 bytes) "resource mapping in heterogeneous environment" by Georgia Liu /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000038 (290 bytes) "Linpack in MPI?" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000039 (1596 bytes) "Re: MPI under Linux" by Richard B. Kreckel /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000041 (1149 bytes) "MPI detach after a fork()" by Raffaele Sgherri /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000042 (660 bytes) "Re: Linpack in MPI?" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000043 (592 bytes) "Multiprocessor system simulator" by Tran Dinh Viet /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000044 (576 bytes) "Re: Linpack in MPI?" by Richard Barrett /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000045 (1632 bytes) "Re: MPI_Isend" by Nick Nevin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000046 (669 bytes) "MPI-IO: data access w/ shared file pointer" by Andy Kahn /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000047 (1572 bytes) "An Alternative Distributed Programming system" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000048 (1478 bytes) "What means: 'Listener: Unable to interrupt client pid=15157'" by Fokke Dijkstra /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000050 (384 bytes) "STUDENT QUESTIONS" by KOPP Wilfried /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000051 (920 bytes) "MPICH - static or dinamic ?" by Raffaele Sgherri /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000053 (543 bytes) "PARMACS and MPI" by Nick Maclaren /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000054 (922 bytes) "MPICH - static or dinamic ?" by Raffaele Sgherri /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000055 (480 bytes) "-Masterbating Teen Girl teenmast.jpg" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000056 (966 bytes) "LAM std I/O" by Guerinoni Fabio /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000057 (926 bytes) "Re: MPI-IO: data access w/ shared file pointer" by Terry Jones /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000058 (1655 bytes) "World Wide Free Internet Access ." /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000059 (2702 bytes) "Limitation on the number of processors employed" by Daniel Chan /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000060 (1653 bytes) "World Wide Free Internet Access ." /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000061 (687 bytes) "? Parallel 1D FFT on the SP2 ?" by Nikos P. Pitsianis /parallel/internet/usenet/comp.parallel.mpi/articles/1997/06-Jun/000062 (370 bytes) "semaphore" by Michael Resch /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/ "comp.parallel.mpi articles for Jul 1997" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000001 (750 bytes) "Re: Q: REAL*8 from Fortran with mpich-1.1.1" by Fokke Dijkstra /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000002 (560 bytes) "MPI_WTIME on Cray-T3E" by Ramesh Pankajakshan /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000003 (34257 bytes) "ICPP97 Program and Registration" by Hank Dietz /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000004 (2608 bytes) "Announcement: ZPL, A New Language for Scientific and Engineering Computations" by Sung-Eun Choi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000005 (1125 bytes) "Q: REAL*8 from Fortran with mpich-1.1.1" by Martin Fechner /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000006 (2820 bytes) "Parallel Stochastic Methods Seminar." by Mario Antonioletti /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000007 (1077 bytes) "Search for open pre-/postprocessing environments" by Oliver Cossalter /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000008 (1145 bytes) "MPICH : eager or rendezvous protocol? threshold value?" by Junxian Liu /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000009 (2778 bytes) "On specifying message length as MPI_Irecv() argument" by Srinivasan Srivilliputhur /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000010 (1814 bytes) "FREE OFFER-YOUR ONE NUMBER!!!" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000011 (1842 bytes) "Re: On specifying message length as MPI_Irecv() argument" by Anand Pillai /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000012 (972 bytes) "*writers/seeking/publication" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000013 (1342 bytes) "ASYNCHRONOUS_THINGS" by Christophe Koudella /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000014 (3141 bytes) "Announcement: HP MPI 1.2 availability" by Paco Romero /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000015 (878 bytes) "!!!Hello!!!" by Damn Yankee /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000016 (2069 bytes) "Re: MPICH : eager or rendezvous protocol? threshold value?" by Shane Hebert <110022.718@compuserve.com> /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000017 (8980 bytes) "CFP-MASCOTS'98" by Azzedine BOUKERCHE /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000018 (515 bytes) "I Am Very Sorry!!!" by Damn Yankee /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000019 (2403 bytes) "sell/your/photos$$$$$" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000020 (580 bytes) "f90 & mpi" by Patrick STOCLET /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000021 (1470 bytes) "Slowness" by Christophe Koudella /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000022 (1476 bytes) "ISSEND_IS_SLOW" by Christophe Koudella /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000023 (5113 bytes) "Sicon'98 Call For Papers" by Lau Leng Fong /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000024 (1094 bytes) "Re: Nice in MPI" by Andre Fachat /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000025 (797 bytes) "Re: mpirun" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000026 (1294 bytes) "Re: f90 & mpi" by Reto Koradi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000027 (1621 bytes) "Re: On specifying message length as MPI_Irecv() argument" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000028 (853 bytes) ">>>$Entrepreneurs Needed<<<" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000029 (493 bytes) "MPI Document in German" by Martin Necas /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000030 (694 bytes) "Non-blocking sends" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000031 (721 bytes) "Error message inquiry" by Hasan Saleheen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000032 (477 bytes) "thread safe mpi implementation for solaris/linux" by Johann Leichtl /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000033 (1559 bytes) "Re: Non-blocking sends" by Junxian Liu /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000034 (1308 bytes) "MPICH installation problem" by Richard Bemrose /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000035 (6897 bytes) "FREE SEX Pa$$Word TO 1200" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000036 (1098 bytes) "Re: MPICH installation problem" by Junxian Liu /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000037 (1154 bytes) "Postdoc position available in Computer Architecture" by Andy Pimentel /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000038 (2490 bytes) "IO syncronization in MPI: a solution" by Alexander N. Andreyev /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000039 (6901 bytes) "Why Pay For $ex Site Entry?,." /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000040 (612 bytes) "Why Pay For $ex Site Entry?" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000041 (552 bytes) "Re: MPI Document in German" by Peter Sanders /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000042 (793 bytes) "LAM buffers" by Nathan Vaidyanathan /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000043 (1645 bytes) "Re: Non-blocking sends" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000044 (1362 bytes) "MPI_Gather questions." by N. Baker /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000045 (1457 bytes) "Re: MPICH installation problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000046 (545 bytes) "Paco" by Richard Barrett /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000047 (2686 bytes) "Re: Non-blocking sends" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000048 (828 bytes) "Re: Non-blocking sends" by Reto Koradi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000049 (7589 bytes) "Problem with mpich on an Alpha ! (Acces Denied)" by Laurent Bury /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000050 (2997 bytes) "ParMETIS: A Parallel Graph Partitioning and Sparse Matrix Ordering Library" by George Karypis /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000051 (1010 bytes) "From where I get the kernel nlist for SunOS, Solaris, FreeBSD.." by Qureshi KALIM /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000052 (7937 bytes) "PADS98 CFP" by Gabriele Kotsis /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000053 (3301 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000054 (1237 bytes) "MPI-2 available" by Steven Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000055 (413 bytes) "HELP: odd-even merge sort" by Raffaele Gaioni /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000056 (1740 bytes) "Mapping shared memory fails on Linux SMP machine" by Oliver Heinz /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000057 (1070 bytes) "mpi on T3E" by MVN Krishna /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000058 (1678 bytes) "Re: Non-blocking sends" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000059 (1161 bytes) "MPI-2 available" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000060 (379 bytes) "stdin redirection" by Heng Kok Liang /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000061 (883 bytes) "Re: mpi on T3E" by Janne Kontkanen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000062 (607 bytes) "Re: When can we use MPI-2?" by Alexandru Petrescu /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000063 (7329 bytes) "CFP HIPS'98 - Workshop on HL Programming Models, Orlando" by M.Gerndt /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000064 (805 bytes) "question on derived datatypes" by Luca Faggioli [Chaumette] /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000065 (1050 bytes) "Re: Non-blocking sends" by Anand Pillai /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000066 (2043 bytes) "HDF NOW 0.3 release" by Albert Cheng /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000067 (1344 bytes) "Compiling problem with mpich version..." by Cyril Godart /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000068 (938 bytes) "MPI on a network of workstations" by Mathias Bejanin\"" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000069 (30938 bytes) "Call For Participation, ICPP'97" by ICPP97 Conference Account /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000070 (658 bytes) "When can we use MPI-2?" by N. Baker /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000071 (1255 bytes) "Re: question on derived datatypes" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000072 (2999 bytes) "Last Chance: EPCC Seminar on Parallel Stochastic Methods." by Mario Antonioletti /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000073 (482 bytes) "Re: MPI implementation for PC?" by Nicholas John Nevin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000074 (443 bytes) "MPI implementation for PC?" by Yusen Lin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000075 (1092 bytes) "sending a 2-dimensional array with mpi" by Edwin Skidmore /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000076 (1635 bytes) "Re: sending a 2-dimensional array with mpi" by Holger Berger /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000077 (1575 bytes) "Re: sending a 2-dimensional array with mpi" by Janne Kontkanen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000078 (566 bytes) "Re: MPI implementation for PC?" by Alexander N. Andreyev /parallel/internet/usenet/comp.parallel.mpi/articles/1997/07-Jul/000079 (527 bytes) "MPI for MacOS?" by Brian Olson /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/ "comp.parallel.mpi articles for Aug 1997" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000001 (704 bytes) "Re: easy MPI question" by Timo Pättikangas <_No_Spam_Timo.Pattikangas@vtt.fi> /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000002 (515 bytes) "Re: MPI implementation for PC?" by Luis Silva /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000003 (538 bytes) "I was wondering..." by C. Patterson /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000004 (1762 bytes) "p4_error: create_rm_processes: more slaves than msg queues" by Tony Z. /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000005 (1432 bytes) "easy MPI question" by Robert Bohn /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000006 (974 bytes) "Re: MPI implementation for PC?" by George Crawford /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000007 (804 bytes) "Re: MPI implementation for PC?" by Richard B. Kreckel /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000008 (655 bytes) "Cost of MPI_Wtime" by Leslie Hart /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000009 (1115 bytes) "Re: MPI implementation for PC?" by Yon Han Chong /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000010 (1272 bytes) "Re: Help ! How to learn mpi" by Mario Antonioletti /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000011 (570 bytes) "MPI and DQS" by Tommy Marcus McGuire /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000012 (888 bytes) "Re: MPI implementation for PC?" by Marc HERBERT /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000013 (458 bytes) "Help ! How to learn mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000014 (803 bytes) "mpi & graphics & o2k" by Patrick STOCLET /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000015 (1140 bytes) "Re: Help ! How to learn mpi" by Reto Koradi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000016 (1149 bytes) "Re: Help ! How to learn mpi" by Boyana Norris /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000017 (1571 bytes) "MPI and g77" by Ted Sariyski /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000018 (1528 bytes) "Memory leak in BLACS" by Stephane Chauveau /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000019 (1428 bytes) "New version of mpC" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000020 (705 bytes) "Re: Cost of MPI_Wtime" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000021 (531 bytes) "mpirun" by Zhikai Chen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000022 (4560 bytes) "Supercomputing Techniques: Parallel Processing on CRAY MPP Systems" by Stephanie Dobler /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000023 (1940 bytes) "Problem with MPI-BLACS on Cray T3D" by Florian Kirchhoff /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000024 (780 bytes) "help with mpirun" by Andrew Mc.Ghee /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000025 (730 bytes) "Re: MPI and DQS" by Reuben Pasquini /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000026 (815 bytes) "probe vs. nonblocking recv test" by Reuben Pasquini /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000027 (1504 bytes) "Positions available: Emory Univ, Atlanta" by Post Doctoral Position /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000028 (453 bytes) "MPI Toolbox on Matlab" by Ross E. Thomasson /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000029 (460 bytes) "crossbars" by Roslee Abdul Jalil /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000030 (410 bytes) "COMPUTER HARDWARE / SOFTWARE" by HURRY ! /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000031 (1028 bytes) "Problem with mpirun" by Murali Thiyagarajah /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000032 (765 bytes) "Long running MPI programs need!!" by Chen Jia Chen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000033 (857 bytes) "Re: WMPI:forwindows95 and Benchmarking" by alferd mandere /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000034 (2369 bytes) "Re: sending a 2-dimensional array with mpi" by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000035 (5071 bytes) "Call For Papers (CANPC '98)" by CANPC Workshop Account /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000036 (2263 bytes) "GRA Positions at LANL" by Michael DeLong /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000037 (4664 bytes) "1997 Parallel Rendering Symposium" by Gordon Stoll /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000038 (765 bytes) "Free Applications?" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000039 (804 bytes) "MIMD execution" by Gerasoulis Apostolos /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000040 (1011 bytes) "Re: MPI Toolbox on Matlab" by Michael Pernice /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000041 (1100 bytes) "Re: [Q] Developing MPI apps on a serial mach" by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000042 (2640 bytes) "** TRACS: Training and Research on Advanced Computing Systems **" by Irina Nazarova /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000043 (1727 bytes) "Re: "Permission denied." error" by Mike Applebaum /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000044 (1550 bytes) "Re: heterogenous cluster including Linux: MPICH or LAM? C++ needed" by Mike Applebaum /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000045 (642 bytes) "Re: Linux: only one process per workstaion?" by Thomas Guignon /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000046 (923 bytes) "Re: heterogenous cluster including Linux: MPICH or LAM? C++ needed" by Thomas Guignon /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000047 (5739 bytes) "HPVM 1.0 available!" by Scott Pakin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000048 (873 bytes) "Re: heterogenous cluster including Linux: MPICH or LAM? C++ needed" by Thomas Guignon /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000049 (1418 bytes) "Re: heterogenous cluster including Linux: MPICH or LAM? C++ needed" by Mike Applebaum /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000050 (736 bytes) "socket and MPI" by Luca Faggioli [Chaumette] /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000051 (570 bytes) "Linux: only one process per workstaion?" by Hendrik Wagner /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000052 (724 bytes) "heterogenous cluster including Linux: MPICH or LAM? C++ needed" by Hendrik Wagner /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000053 (2597 bytes) "MIP-IO newbie question" by Ed D'Azevedo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000054 (590 bytes) "equation solver for band matrix" by Per Nordlund /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000055 (1368 bytes) "Re: MIMD execution" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000056 (1139 bytes) "Re: equation solver for band matrix" by Jenn-Ching Luo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000057 (1055 bytes) "Re: equation solver for band matrix" by Jenn-Ching Luo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000058 (3941 bytes) "Parallel Libraries; Use of derived data types; Short (3 quest) Survey" by Rob Cunningham /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000059 (1757 bytes) "Re: [Q] Developing MPI apps on a serial mach" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000060 (692 bytes) "Generating MPI Datatype ?" by Martial Michel /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000061 (1226 bytes) "Re: "Permission denied." error" by Matt Beare /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000062 (713 bytes) "Question about Gordon Bell Prize" by Sang-Youp Synn /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000063 (2007 bytes) "LMPI: A Profiling library for MPI programs" by Christian Schaller /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000064 (495 bytes) "MPIBLACS on PowerChallenge" by L'Excellent Jean Yves /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000065 (467 bytes) "Using MPICH/NT on Win95" by Heinz Ziegler /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000066 (860 bytes) "Re: MPIBLACS on PowerChallenge" by L'Excellent Jean Yves /parallel/internet/usenet/comp.parallel.mpi/articles/1997/08-Aug/000067 (659 bytes) "allocating a process per machine" by Eunmi Choi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/ "comp.parallel.mpi articles for Sep 1997" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000001 (449 bytes) "Quicksort on MPI" by Martin Necas /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000002 (2228 bytes) "Re: HELP! MPI_Recv stalls..." by A Gordon Smith /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000003 (683 bytes) "MPI binding for Ada 95" by Samir N. Muhammad /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000004 (467 bytes) "Domain Name For Sale" by Dave Roekle /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000005 (573 bytes) "Mandere (search)" by Michael Resch /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000006 (3649 bytes) "Code passes wrong values" by Robert Bohn /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000007 (878 bytes) "Various MPI on Windows NT question" by blas pedro uberuaga /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000008 (1727 bytes) "St. Anthony of Padua" by Br. Michael /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000009 (1371 bytes) "Problem starting programm on workstation clusters" by Mathias Waack /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000010 (13359 bytes) "IPPS/SPDP 1998 Call for Papers - September 19 deadline" by Dan Watson /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000011 (1181 bytes) "possible typo in MPI 1.1 standard (June 1995)" by tom cortese /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000012 (1264 bytes) "Alternative to MPI_gather?" by Roberto Lionello /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000013 (1556 bytes) "Re: Alternative to MPI_gather?" by Shane Hebert <110022.718@compuserve.com> /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000014 (1338 bytes) "Re: Problem starting programm on workstation clusters" by Bart Van Assche /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000015 (2352 bytes) "f90: Passing the dimension of an array to an internal subroutine" by Yon Han Chong /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000016 (2811 bytes) "Re: f90: Passing the dimension of an array to an internal subroutine" by Malcolm Cohen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000017 (1058 bytes) "Re: possible typo in MPI 1.1 standard (June 1995)" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000018 (994 bytes) "Re: Problem starting programm on workstation clusters" by Mathias Waack /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000019 (1066 bytes) "Re: possible typo in MPI 1.1 standard (June 1995)" by Steven Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000020 (1012 bytes) "problem when running MPI program with US protocol" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000021 (861 bytes) "Buffered or Blocking All-to-all" by tom cortese /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000022 (1037 bytes) "Re: Buffered or Blocking All-to-all" by Richard Barrett /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000023 (1614 bytes) "Batch Queue" by Mads Ipsen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000024 (1167 bytes) "Re: MPI binding for Ada 95" by Ken Thomas /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000025 (1533 bytes) "Re: Batch Queue" by Marcus Dormanns /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000026 (2454 bytes) "Re: Batch Queue" by No spam please /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000027 (1094 bytes) "Re: Batch Queue" by Drake Diedrich /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000028 (1457 bytes) "Re: MPI ERROR with UNIX system upgrade" by Paco Romero /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000029 (2178 bytes) "Re: Batch Queue" by Dan =?iso-8859-1?Q?M=F8nster?= Jensen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000030 (1206 bytes) "Non-blocking Persistent Send/Receive operations" by tom cortese /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000031 (757 bytes) "3D Poisson Solver" by Peter Pacheco /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000032 (2856 bytes) "NESL 3.1 on DEC5000s running MPICH" by James Reid /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000033 (1817 bytes) "Probl. with MPICH on HPUX" by Tobias Buchal /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000034 (390 bytes) "HP MPI reference note 3456" by tom cortese /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000035 (1231 bytes) "Re: Batch Queue" by Dan =?iso-8859-1?Q?M=F8nster?= Jensen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000036 (660 bytes) "Help IR Transmitter receiver" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000037 (595 bytes) "Re: HP MPI reference note 3456" by Paco Romero /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000038 (3421 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000039 (1156 bytes) "got error "Alarm Clock" during running java+mpi" by Mathias Waack /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000040 (861 bytes) "shared memory & memory key" by Julian Zhao /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000041 (1727 bytes) "gethostbyname failed 100 times for host 0" by Michael D. Sprenger /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000042 (882 bytes) "In search of MPI test cases." by Paul Pruitt /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000043 (884 bytes) "Scattering to itself: communication?" by tom cortese /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000044 (469 bytes) "Direct memory access, or via cache?" by tom cortese /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000045 (1198 bytes) "Re: HP MPI reference note 3456" by Kevin Maguire /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000046 (7220 bytes) "CFP: 2nd Workshop on Runtime Systems for Parallel Programming (RTSPP)" by Gregory D. Benson /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000047 (758 bytes) "Strange problem with MPI_IPROBE" by Boris Papin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000048 (758 bytes) "Strange problem with MPI_IPROBE" by Boris Papin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000049 (1923 bytes) "Re: Mixing data declarations with function calls" by Mark S. Novojilov /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000050 (632 bytes) "Re: Strange problem with MPI_IPROBE" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000051 (1436 bytes) "IOPADS '97 housing" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000052 (758 bytes) "Strange problem with MPI_IPROBE" by Boris Papin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000053 (1923 bytes) "Re: Mixing data declarations with function calls" by Mark S. Novojilov /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000054 (632 bytes) "Re: Strange problem with MPI_IPROBE" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000055 (1436 bytes) "IOPADS '97 housing" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000056 (538 bytes) "Moscow sex guide online" by Andy /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000057 (5050 bytes) "Call For Papers (CANPC '98)" by CANPC Workshop Account /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000058 (887 bytes) "Help!" by Rama Rao Kotapally /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000059 (1072 bytes) "Re: Help!" by Dirk Eiden /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000060 (789 bytes) "Java and MPI" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000061 (534 bytes) "¤ ¤ ¤ F R E E V A C A T I O N S !!! ¤ ¤ ¤" by CALL-NOW !!! /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000062 (890 bytes) "mpich on LINUX" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000063 (2733 bytes) "More IOPADS '97 housing info" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000064 (2442 bytes) "JSA special issue" by Beniamino Di Martino /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000065 (878 bytes) "mpich 1.1 does not clean up shared memory" by Hans Leichtl /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000066 (1599 bytes) "Re: looking for parallel simulation package in MPI" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000067 (1116 bytes) "Re: mpich on LINUX" by Alexander N. Andreyev /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000068 (521 bytes) "looking for parallel simulation package in MPI" by Yiqing Huang /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000069 (454 bytes) "OSC XMPI with MPICH 1.1" by Hans Leichtl /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000070 (1891 bytes) "Re: MPI doesn't perform well on the Cray J90" by Stephane Requena /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000071 (1201 bytes) "Re: looking for parallel simulation package in MPI" by Rama Rao Kotapally /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000072 (576 bytes) "g++ on MPI" by Rama Rao Kotapally /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000073 (1315 bytes) "MPI doesn't perform well on the Cray J90" by Roberto Lionello /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000074 (723 bytes) "Debugging slaves" by Paul Bristow /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000075 (1142 bytes) "Re: MPI doesn't perform well on the Cray J90" by Reto Koradi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000076 (475 bytes) "Re: looking for parallel simulation package in MPI" by William Gropp /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000077 (973 bytes) "Re: looking for parallel simulation package in MPI" by Jean Charles Delepine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000078 (1254 bytes) "Re: mpich on LINUX" by Jean Charles Delepine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000079 (414 bytes) "Re: mpich on LINUX" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000080 (1937 bytes) "Re: MPI doesn't perform well on the Cray J90" by Shane Hebert <110022.718@compuserve.com> /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000081 (1313 bytes) "Re: mpich on LINUX" by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000082 (1167 bytes) "Re: looking for parallel simulation package in MPI" by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000083 (402 bytes) "Re: g++ on MPI" by Ching Qing Guo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000084 (1133 bytes) "Re: g++ on MPI" by Rama Rao Kotapally /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000085 (8411 bytes) "MPI and makefiles" by Peter Bismuti /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000086 (4946 bytes) "CALL FOR PAPERS --- CONFERENCE ON NUMERICAL METHODS AND APPLICATIONS--" by Parallel and Dist. Comp. Practices /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000087 (9721 bytes) "CALL FOR PAPERS---CONFERENCE ON COMPUTER GRAPHICS & IMAGE PROCESSING" by Parallel and Dist. Comp. Practices /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000088 (15171 bytes) "CALL FOR PAPERS---CONFERENCE ON BUSINESS INFORMATION SYSTEMS--" by Parallel and Dist. Comp. Practices /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000089 (765 bytes) "Performance comparsions for different protocols and Benchmark codes" by zz /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000090 (584 bytes) "Invalid conn type???" by Paul Bristow /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000091 (969 bytes) "Shmem_get equivalent in MPI?" by Charles Packer /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000092 (1272 bytes) "Re: Shmem_get equivalent in MPI?" by Reto Koradi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000093 (1537 bytes) "Re: Shmem_get equivalent in MPI?" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000094 (2334 bytes) "Re: Shmem_get equivalent in MPI?" by Charles Packer /parallel/internet/usenet/comp.parallel.mpi/articles/1997/09-Sep/000095 (2981 bytes) "Re: Shmem_get equivalent in MPI?" by Steve Barnard /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/ "comp.parallel.mpi articles for Oct 1997" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000001 (1750 bytes) "Re: Shmem_get equivalent in MPI?" by Harold Carter Edwards /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000002 (1347 bytes) "Re: Debugging slaves" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000003 (448 bytes) "MPICH return codes" by Paul Bristow /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000004 (945 bytes) "Fortran 90 kinds and MPI" by Roberto Lionello /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000005 (1050 bytes) "Re: Fortran 90 kinds and MPI" by William Saphir /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000006 (1685 bytes) "Re: MPI and makefiles" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000007 (614 bytes) "||||||||||||||||||||||||| M S O F F I C E P R O 97 $1 4 5 |||||||||||||||||||||||||" by $AVE$AVE /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000008 (1398 bytes) "Re: Debugging slaves" by Greg Watson /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000009 (490 bytes) "MPI Fortran Manual" by Adrianos Lahanas /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000010 (939 bytes) "Re: MPI Fortran Manual" by Woo Chat Ming /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000011 (1964 bytes) "What didn't I understand about MPI_RECV?" by Boris Papin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000012 (1858 bytes) "Core dump on MPI_Finalize()" by Nathan A. Baker /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000013 (7066 bytes) "CFP HIPS'98 - Upcoming Deadline" by Dr. Hans Michael Gerndt /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000014 (902 bytes) "Msg truncated" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000015 (601 bytes) "reorder ranks" by Holger Bischof /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000016 (738 bytes) "Work in the different environment??" by Alex Chen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000017 (1269 bytes) "Installing mpich on HPUX" by Jonas Nycander /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000018 (940 bytes) "Re: Installing mpich on HPUX" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000019 (1618 bytes) "Re: Msg truncated" by Michael Scott /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000020 (1256 bytes) "deb" by RMR /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000021 (1198 bytes) "problems compiling MPICH on HP" by Udo Freitaeger /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000022 (1275 bytes) "MPCS '98 Special Sessions" by MPCS /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000023 (5294 bytes) "MPCS '98 CFP" by MPCS /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000024 (3864 bytes) "MPCS '98 Keynote" by MPCS /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000025 (3447 bytes) "MPCS '98 Invited Talk" by MPCS /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000026 (1067 bytes) "basic cuestion" by RMR /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000027 (12295 bytes) "How can I fix MPI error when using BLACS?" by Jeong Ho Kim /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000028 (815 bytes) "IMSL DNFL execution model ?" by Woo Chat Ming /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000029 (979 bytes) "Re: Work in the different environment??" by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000030 (945 bytes) "Re: Work in the different environment??" by Alex Chen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000031 (701 bytes) "Mpi-2.0 Imp." by Ferenc Tamas Gyurcsan /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000032 (674 bytes) "MPI for Windows NT" by Bogdan Udrea /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000033 (738 bytes) "Work in the different environment??" by Alex Chen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000034 (1269 bytes) "Installing mpich on HPUX" by Jonas Nycander /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000035 (940 bytes) "Re: Installing mpich on HPUX" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000036 (1618 bytes) "Re: Msg truncated" by Michael Scott /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000037 (1256 bytes) "deb" by RMR /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000038 (1198 bytes) "problems compiling MPICH on HP" by Udo Freitaeger /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000039 (1275 bytes) "MPCS '98 Special Sessions" by MPCS /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000040 (5294 bytes) "MPCS '98 CFP" by MPCS /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000041 (3864 bytes) "MPCS '98 Keynote" by MPCS /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000042 (3447 bytes) "MPCS '98 Invited Talk" by MPCS /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000043 (1067 bytes) "basic cuestion" by RMR /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000044 (12295 bytes) "How can I fix MPI error when using BLACS?" by Jeong Ho Kim /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000045 (815 bytes) "IMSL DNFL execution model ?" by Woo Chat Ming /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000046 (979 bytes) "Re: Work in the different environment??" by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000047 (945 bytes) "Re: Work in the different environment??" by Alex Chen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000048 (701 bytes) "Mpi-2.0 Imp." by Ferenc Tamas Gyurcsan /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000049 (674 bytes) "MPI for Windows NT" by Bogdan Udrea /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000050 (758 bytes) "Re: MPI for Windows NT" by Ferenc Tamas Gyurcsan /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000051 (1279 bytes) "Re: Installing mpich on HPUX" by Jonas Nycander /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000052 (695 bytes) "MPICH breakpoints on Linux" by PANAGIOTIS MELAS /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000053 (966 bytes) "Re: Mpi-2.0 Imp." by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000054 (1366 bytes) "OBJECT-ORIENT PARALLEL ENVIRONMENTS CONFERENCE (ISCOPE)" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000055 (810 bytes) "mpi,sgi o200" by Patrick STOCLET /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000056 (1866 bytes) "HPC Research Positions" by Susan Price /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000057 (564 bytes) "mpich and share mem workstations" by Chain-Wu Lee /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000058 (364 bytes) "Re: mpi,sgi o200" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000059 (1540 bytes) "Problem with MPI-LAM and AIX 4.2" by Alexandre Carissimi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000060 (774 bytes) "MPI on dec alpha" by Takeshi Inagaki /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000061 (1393 bytes) "LAM 6.1 under AIX4.2/SP2" by J-M Beuken /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000062 (1935 bytes) "Getting Started w/ MPI" by leland hovey /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000063 (1280 bytes) "help" by Christian Langis /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000064 (963 bytes) "Re: mpi,sgi o200" by James B. White, III /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000065 (1226 bytes) "help: program do not return from MPI_Finalize" by Slawomir Blonski /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000066 (2468 bytes) "Position in Parallel and Distributed Computing" by Vasudha Govindan /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000067 (7234 bytes) "CFP: RTSPP'98 Reminder" by Gregory D. Benson /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000068 (761 bytes) "Re: help: program do not return from MPI_Finalize" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000069 (616 bytes) "Re: Problem with MPI-LAM and AIX 4.2" by Nicholas Nevin -SMCC - High Performance Computing /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000070 (354 bytes) "question about error handling" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000071 (864 bytes) "MPI: Group Communications" by Vikas Sinha /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000072 (610 bytes) "question about labview" by Phuong-Thao Ton-Nu /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000073 (339 bytes) "$$$ Tandem Positions $$$" by ZOverLord /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000074 (945 bytes) "FreeBSD + LAM = problems" by Steve Logue /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000075 (1396 bytes) "Command-line arguments in FORTRAN and MPICH" by Bogdan Udrea /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000076 (504 bytes) "MPI bitonic sort" by Dufour /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000077 (707 bytes) "OpenMP?" by Ali Anghaie /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000078 (1696 bytes) "HELP: Can't compute more than about 30 machines." by Hiroaki Kawase /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000079 (875 bytes) "myrinet" by rafa /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000080 (1493 bytes) "Re: HELP: Can't compute more than about 30 machines." by Holger Berger /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000081 (770 bytes) "Re: HELP: Can't compute more than about 30 machines." by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000082 (2867 bytes) "SUMMER GRADUATE POSITIONS" by Jan Griffin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000083 (995 bytes) "Re: OpenMP?" by Matthew P. Gleeson /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000084 (2352 bytes) "POSTDOCTORAL POSITION" by Jan Griffin /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000085 (521 bytes) "Re: OpenMP?" by Hans Leichtl /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000086 (673 bytes) "Re: OpenMP?" by Larry Meadows /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000087 (890 bytes) "Linux/Myrinet/PC" by rafa /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000088 (565 bytes) "Re: Linux/Myrinet/PC" by Trond Eivind Glomsrød /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000089 (973 bytes) "ISCOPE '97 Conference Deadline" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000090 (719 bytes) "Re: Linux/Myrinet/PC" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000091 (737 bytes) "Redirect port" by James Charon /parallel/internet/usenet/comp.parallel.mpi/articles/1997/10-Oct/000092 (3394 bytes) "Re: HELP: Can't compute more than about 30 machines." by John Stone /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/ "comp.parallel.mpi articles for Nov 1997" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000001 (672 bytes) "Q:Fault tolerance in LAM" by andrei /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000002 (1700 bytes) "Communication Mode Example" by leland hovey /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000003 (527 bytes) "Expressivity" by leland hovey /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000004 (8806 bytes) "HPCA-4 Advance Program (long)" by Cho-Li Wang /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000005 (968 bytes) "question on time measurement in MPI" by Yiqing Huang /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000006 (560 bytes) "Neural Network implementation using MPI" by FA /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000007 (791 bytes) "MPI on Windows NT (or 95)" by Charles Wesley Williams /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000008 (3605 bytes) "Parallel Linear Algebra Package (PLAPACK) Release 1.0 available" by Robert van de Geijn /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000009 (1318 bytes) "Re: Linux/Myrinet/PC" by Alexandre Carissimi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000010 (924 bytes) "Re: Neural Network implementation using MPI" by Ian Turton /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000011 (1162 bytes) "Re: question on time measurement in MPI" by Andre Fachat /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000012 (586 bytes) "oct-, quad-tree and Morton ordering" by Rafal Kedziorski /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000013 (1583 bytes) "Re: MPI on Windows NT (or 95)" by Hernani Pedroso /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000014 (1144 bytes) "using MPI under Fortran 90 ?" by Benedikt Oswald /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000015 (2312 bytes) "ISCOPE Registration Deadline" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000016 (748 bytes) "barrier problem within a routine" by Patrick STOCLET /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000017 (1970 bytes) "Re: using MPI under Fortran 90 ?" by Bogdan Udrea /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000018 (795 bytes) "Re: using MPI under Fortran 90 ?" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000019 (1280 bytes) "Re: barrier problem within a routine" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000020 (1736 bytes) "Australia: PostDoc/Researcher/Fellow: Advanced Computational Systems" by Markus Buchhorn /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000021 (751 bytes) "Re: using MPI under Fortran 90 ?" by Claus Bendtsen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000022 (2183 bytes) "Re: Linux/Myrinet/PC" by Mario Lauria /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000023 (1846 bytes) "Re: using MPI under Fortran 90 ?" by Reto Koradi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000024 (804 bytes) "I/O in MPI" by Glenn Larson /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000025 (4002 bytes) "ULTRA-2 with 2 nodes problem" by Gerasoulis Apostolos /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000026 (419 bytes) "Re: myrinet" by Hans Leichtl /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000027 (482 bytes) "The meaning of error message" by Amy Xin Chen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000028 (1351 bytes) "Re: The meaning of error message" by Thilo Kielmann /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000029 (599 bytes) "Q: performance of MPI derive data type" by Wei-Keng Liao /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000030 (4967 bytes) "CFP: 2nd Workshop on Parallel Processing and Multimedia" by Argi Krikelis /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000031 (727 bytes) "Communicator implementation" by Axel Cavignac /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000032 (3126 bytes) "Re: HELP: Can't compute more than about 30 machines." by Hiroaki Kawase /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000033 (3671 bytes) "--Dynamically allocated arrays and MPI_Type_struct" by Brian R. Jones /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000034 (3413 bytes) "ANNOUNCEMENT: New publication for World Wide Web and Internet research" by Argi Krikelis /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000035 (1807 bytes) "Position: Application Consultant at EPCC." by Mario Antonioletti /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000036 (2329 bytes) "Re: MPI on Windows NT (or 95)" by Bryan Shutes /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000037 (398 bytes) "MPI -Sorting" by Jack Smith /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000038 (1290 bytes) "How to do this in MPI ?" by Woo Chat Ming /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000039 (8884 bytes) "FINAL CFP: PDSE'98 - S/W Eng. for Parallel & Dist. Sys. - JAPAN" by Peter Croll /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000040 (9616 bytes) "EPCC Summer Scholarship Programme 1998" by Rob Baxter /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000041 (1605 bytes) "Re: How to do this in MPI ?" by Stephane REQUENA /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000042 (564 bytes) "MPI Fortran to MPI C" by David W Walker /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000043 (1022 bytes) "Object-Oriented Parallel Conference" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000044 (506 bytes) "MPI_Bcast" by Heng Kok Liang /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000045 (1038 bytes) "Re: MPI_Bcast" by Woo Chat Ming /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000046 (1123 bytes) "Re: MPI Fortran to MPI C" by Stephane REQUENA /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000047 (4061 bytes) "WoTUG 21 - Architectures, Languages and Patterns for Parallel and Distributed Applications" by Dave Beckett /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000048 (1737 bytes) "Australia: PostDoc/Researcher/Fellow: Advanced Computational Systems" by Markus Buchhorn /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000049 (829 bytes) "Re: MPI -Sorting" by Andre Fachat /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000050 (1707 bytes) "Re: MPI Fortran to MPI C" by Kenneth Cameron /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000051 (473 bytes) "MPICH/MPE demos ?" by David Addison /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000052 (1593 bytes) "lam 6.1 problems" by Heiko Schaefer /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000053 (1154 bytes) "Re: MPI_Bcast" by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000054 (501 bytes) "Porting PVM to MPI" by Remy Longueve /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000055 (658 bytes) "MPI 2.0 implementation" by Alexander N. Andreyev /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000056 (7568 bytes) "CFP DIS-RealTime" by {Dr. Azzedine Boukerche} /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000057 (912 bytes) "Re: MPI 2.0 implementation" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000058 (649 bytes) "MPI rookie" by Enrique Ramos Peinado /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000059 (1007 bytes) "MPICH or LAM in Linux boxes?" by Lee, Bo-sung /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000060 (3144 bytes) "Re: --Dynamically allocated arrays and MPI_Type_struct" by Andre Fachat /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000061 (653 bytes) "0/1 knapsack problem" by Roman Batoukov /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000062 (1132 bytes) "Re: MPI 2.0 implementation" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000063 (1139 bytes) "new intranet resource site with links to products, white papers and information" by Sandra Cannon /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000064 (1301 bytes) "Re: lam 6.1 problems" by Gregor Pipan /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000065 (2122 bytes) "DIPC (Distributed IPC) version 1.0 is available" by Kamran /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000066 (607 bytes) "OCCAM compilers." by Giorgio Marazzi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000067 (2833 bytes) "TRACS - Training & Research on Advanced Computing Systems" by TRACS /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000068 (965 bytes) "New Ranks after MPI_Comm_dup" by Sanjay Velamparambil /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000069 (896 bytes) "Re: New Ranks after MPI_Comm_dup" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000070 (903 bytes) "MPI_Init(&argc, &argv);" by Michael Blocksome /parallel/internet/usenet/comp.parallel.mpi/articles/1997/11-Nov/000071 (1481 bytes) "Re: MPI_Init(&argc, &argv);" by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/ "comp.parallel.mpi articles for Dec 1997" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000001 (1562 bytes) "Re: MPI_Init(&argc, &argv);" by Andre Fachat /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000002 (944 bytes) "Re: New Ranks after MPI_Comm_dup" by Andre Fachat /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000003 (1215 bytes) "Re: New Ranks after MPI_Comm_dup" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000004 (717 bytes) "MPI Benchmark" by Woo Hyun Ahn /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000005 (1262 bytes) "Re: MPI rookie" by David Espadas Valladares /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000006 (806 bytes) "data types" by Glenn Sollie /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000007 (780 bytes) "Re: MPI_Init(&argc, &argv);" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000008 (1404 bytes) "Re: MPI_Init(&argc, &argv);" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000009 (1701 bytes) "IJSA special issue on I/O in Parallel Applications" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000010 (1167 bytes) "Re: New Ranks after MPI_Comm_dup" by Sanjay Velamparambil /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000011 (883 bytes) "Re: MPI Benchmark" by Steven G. Johnson /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000012 (2056 bytes) "Re: data types" by Michael Pernice /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000013 (707 bytes) "cartesian decomposition and re-composition" by Glenn Sollie /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000014 (1420 bytes) "Re: cartesian decomposition and re-composition" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000015 (704 bytes) "MPI Binary Distributions Available" by Joel R. Pullen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000016 (13754 bytes) "HPCA-4 Advance Program (long)" by Cho-Li Wang /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000017 (968 bytes) "Using MPE" by Y. Hamadi /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000018 (3190 bytes) "Re: data types" by A Gordon Smith /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000019 (1258 bytes) "Re: data types" by Glenn Sollie /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000020 (4940 bytes) "SPAA '98 CFP" by Thomas Cormen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000021 (2517 bytes) "Newbie Question about Groups and Communicators ?!" by Peter Biechele /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000022 (693 bytes) "Re: MPI Benchmark" by Philip J. Mucci /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000023 (722 bytes) "Increasing Shared Memory Buffer size" by Greg P Tomaschke /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000024 (1691 bytes) "MPI-code correct?" by Holger Bischof /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000025 (764 bytes) "Re: MPI-code correct?" by Mark Fallon /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000026 (1718 bytes) "Re: MPI-code correct?" by David Espadas Valladares /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000027 (1449 bytes) "Re: MPI Binary Distributions Available" by Tom Woelfel /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000028 (1809 bytes) "Announcing Parallel Print" by John M May /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000029 (1027 bytes) "ch_p4 on workstation clusters problem" by David Wolff /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000030 (2349 bytes) "Re: MPI-code correct?" by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000031 (1296 bytes) "Re: MPI-code correct?" by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000032 (289 bytes) "Anyone use MkLinux or MachTen?" by Victor Eijkhout /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000033 (1232 bytes) "COMMERCIAL: TotalView 3.7.7 debugger with MPI support now available" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000034 (771 bytes) "MPI On Linux (Single Processor)" by Ahmed Abukmail /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000035 (1005 bytes) "Re: MPI On Linux (Single Processor)" by Trond Eivind Glomsrød /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000036 (2219 bytes) "Re: MPI On Linux (Single Processor)" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000037 (863 bytes) "Re: MPI On Linux (Single Processor)" by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000038 (2956 bytes) "count-process uses complete CPU" by Fokke Dijkstra /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000039 (390 bytes) "MPI on Linux dual Pentium II?" by John Rowe /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000040 (576 bytes) "collective communication" by Glenn Sollie /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000041 (1491 bytes) "Problem running mpi on SunOS4.1.4" by Douglas Summerville /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000042 (2232 bytes) "Basic questions" by Stan Horwitz /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000043 (2027 bytes) "Re: MPI On Linux (Single Processor)" by Joel R. Pullen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000044 (770 bytes) "1-D MPI FFT in C?" by Scott M. Ransom /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000045 (859 bytes) "Re: 1-D MPI FFT in C?" by Milind Bhandarkar /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000046 (1160 bytes) "LAM 6.1 on Linux" by Andrea Belloni /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000047 (2150 bytes) "Re: count-process uses complete CPU" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000048 (4005 bytes) "Call for papers" by Michael Meissner /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000049 (1340 bytes) "Re: count-process uses complete CPU" by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000050 (2514 bytes) "Re: MPI-code correct?" by Dick Treumann /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000051 (1850 bytes) "Re: LAM 6.1 on Linux" by Joel R. Pullen /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000052 (754 bytes) "MPI_Comm_free and nonblocking communication" /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000053 (690 bytes) "Re: MPI_Comm_free and nonblocking communication" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000054 (603 bytes) "mpich on share mem machine" by Chain-Wu Lee /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000055 (869 bytes) "MPI on LINUX 5.0" by Ahmed Abukmail /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000056 (993 bytes) "A binding of Ada95 and MPI (Version 2)" by Ken Thomas /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000057 (980 bytes) "question on tracefile." by Tatsuro Niina /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000058 (592 bytes) "tranpose" by EDDY /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000059 (1166 bytes) "Re: tranpose" by Stephane REQUENA /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000060 (1147 bytes) "Re: tranpose" by EDDY /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000061 (777 bytes) "Cannot read machine.archlist1??" by Chain-Wu Lee /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000062 (936 bytes) "Re: Cannot read machine.archlist1??" by Chain-Wu Lee /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000063 (1065 bytes) "How to increase performance of MPICH (?)" by Alexander N. Andreyev /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000064 (1879 bytes) "Re: MPI on LINUX 5.0" by Boris Benko /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000065 (915 bytes) "Re: MPI on LINUX 5.0" by Trond Eivind Glomsrød /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000066 (1733 bytes) "Errors Running MPI on Linux" by Ahmed Abukmail /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000067 (984 bytes) "Re: Errors Running MPI on Linux" by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000068 (1343 bytes) "Re: Errors Running MPI on Linux" by Chain-Wu Lee /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000069 (2631 bytes) "Error on Origin2000 with SGI MPI 3.0" by James Clippinger /parallel/internet/usenet/comp.parallel.mpi/articles/1997/12-Dec/000070 (588 bytes) "Re: Error on Origin2000 with SGI MPI 3.0" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/ "comp.parallel.mpi articles for 1998" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/ "comp.parallel.mpi articles for Jan 1998" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000001 (4957 bytes) "SPAA '98: DEADLINE January 16" by Thomas Cormen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000002 (1076 bytes) "Win a Palm Pilot at the intranet solutions center" by Sandra Cannon /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000003 (1169 bytes) "MPI_Pack question?" by Rafal Kedziorski /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000004 (1625 bytes) "Looking for distributed applications" by Eugene Gendelman /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000005 (1801 bytes) "Help needed,please" by EDDY /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000006 (2319 bytes) "Re: Help needed,please" by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000007 (2481 bytes) "Re: Help needed,please" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000008 (2370 bytes) "Help needed,please II" by EDDY /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000009 (2826 bytes) "Re: Help needed,please II" by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000010 (603 bytes) "Re: Help needed,please II" by EDDY /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000011 (1526 bytes) "Re: Help needed,please II" by EDDY /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000012 (391 bytes) "need MPI documentation and faq" by ma /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000013 (3201 bytes) "Mixing MPI and Threads" by Alexandre Carissimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000014 (787 bytes) "When I install MPI on HP-UX 10.2 workstation" by Ted Liu /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000015 (884 bytes) "Re: When I install MPI on HP-UX 10.2 workstation" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000016 (733 bytes) "MPI for Linux(Dec Alpha)" by John Walsh /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000017 (3791 bytes) "Re: Mixing MPI and Threads" by Alison White /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000018 (4682 bytes) "Re: Mixing MPI and Threads" by Alexandre Carissimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000019 (15282 bytes) "Message Passing Interface (MPI) FAQ" by Shane Hebert /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000020 (1363 bytes) "Re: Mixing MPI and Threads" by Christoph Giess /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000021 (435 bytes) "Re: need MPI documentation and faq" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000022 (1080 bytes) "Re: MPI for Linux(Dec Alpha)" by Joel R. Pullen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000023 (1080 bytes) "Re: MPI for Linux(Dec Alpha)" by Joel R. Pullen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000024 (12985 bytes) "1998 International Conference on Parallel/Distributed Processing, Las Vegas, July 13-16,98" by Hamid R. Arabnia /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000025 (10685 bytes) "CANPC '98 Advance Program" by CANPC Workshop Account /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000026 (4607 bytes) "Announcing PSPASES and WSSMP" by Mahesh Joshi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000027 (1215 bytes) "Re: Mixing MPI and Threads" by Hans Leichtl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000028 (5316 bytes) "Re: Mixing MPI and Threads" by Alison White /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000029 (3013 bytes) "asynchronous costs" by David Cronk /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000030 (756 bytes) "MPI 2 implementation" by David Espadas Valladares <*EXTRA*despadas@ultra1.dia.ucm.es> /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000031 (845 bytes) "Re: When I install MPI on HP-UX 10.2 workstation" by Paco Romero /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000032 (1214 bytes) "Re: MPI 2 implementation" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000033 (1862 bytes) "Prob with installing MPI on Suns" by Stan Horwitz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000034 (4985 bytes) "SPAA '98 deadline EXTENDED to JAN 21" by Thomas Cormen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000035 (2117 bytes) "New Book on Fortran 95" by Jud Wolfskill /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000036 (3875 bytes) "Re: MPI 2 implementation" by Pierre.Lagier /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000037 (8736 bytes) "CFP: Int'l. Conference on Imaging Science, July 6-9, 1998, Las Vegas" by Hamid R. Arabnia /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000038 (7494 bytes) "PARA98, Workshop on Applied Parallel Computing" by Krister Dackland /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000039 (353 bytes) "Re: MPI 2 implementation" by Hans Leichtl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000040 (1203 bytes) "Problem with process termination" by Y. Hamadi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000041 (3484 bytes) "EuroPM/MPI98 Conference Announcement" by Kenneth Chan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000042 (7494 bytes) "PARA98, Workshop on Applied Parallel Computing" by Krister Dackland /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000043 (353 bytes) "Re: MPI 2 implementation" by Hans Leichtl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000044 (1203 bytes) "Problem with process termination" by Y. Hamadi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000045 (3484 bytes) "EuroPM/MPI98 Conference Announcement" by Kenneth Chan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000046 (708 bytes) "Re: MPI 2 implementation" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000047 (789 bytes) "Re: MPI 2 implementation" by Peter Sanders /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000048 (7494 bytes) "PARA98, Workshop on Applied Parallel Computing" by Krister Dackland /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000049 (353 bytes) "Re: MPI 2 implementation" by Hans Leichtl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000050 (1203 bytes) "Problem with process termination" by Y. Hamadi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000051 (3484 bytes) "EuroPM/MPI98 Conference Announcement" by Kenneth Chan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000052 (708 bytes) "Re: MPI 2 implementation" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000053 (789 bytes) "Re: MPI 2 implementation" by Peter Sanders /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000054 (767 bytes) "QUESTION?" by Christian Langis /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000055 (911 bytes) "mpi on a non-networked machine" by Stephen O'Sullivan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000056 (998 bytes) "Re: mpi on a non-networked machine" by Axel vom Endt /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000057 (417 bytes) "Intel's MPI validation suite" by several species of small furry animals gathered together in a cave grooving with the pict /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000058 (1057 bytes) "Announcing the MPI C++ Bindings" by jeremy siek /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000059 (3413 bytes) "ANNOUNCEMENT: New publication for World Wide Web and Internet research" by Argi Krikelis /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000060 (8413 bytes) "CANPC '98 Final Program" by CANPC Workshop Account /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000061 (2921 bytes) "Re: mpi on a non-networked machine" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000062 (1383 bytes) "errors while executing mpirun.." by Anas Nashif /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000063 (849 bytes) "Re: Intel's MPI validation suite" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000064 (600 bytes) "MPICH for multiple devices?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000065 (789 bytes) "Re: MPICH for multiple devices?" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000066 (1091 bytes) "Re: Intel's MPI validation suite" by Sean Channel /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000067 (1336 bytes) "Using Absoft F77 to build MPICH for LINUX" by Ilkka Karasalo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000068 (809 bytes) "Re: Using Absoft F77 to build MPICH for LINUX" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000069 (1954 bytes) "Deadlock in MPICH with blocking Send/Rec" by Mathias Waack /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000070 (4239 bytes) "2nd Call4Papers" by Michael Meissner /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000071 (823 bytes) "PVM Or MPI, which one has a brighter future?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000072 (860 bytes) "Solved: Deadlock in MPICH with blocking Send/Rec" by Mathias Waack /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000073 (2447 bytes) "Which implimentation for Pentium II machines?" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000074 (693 bytes) "MPI vs PVM on CRAY T3E" by David Espadas Valladares /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000075 (2803 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Clark Dorman /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000076 (1954 bytes) "Deadlock in MPICH with blocking Send/Rec" by Mathias Waack /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000077 (4239 bytes) "2nd Call4Papers" by Michael Meissner /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000078 (823 bytes) "PVM Or MPI, which one has a brighter future?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000079 (860 bytes) "Solved: Deadlock in MPICH with blocking Send/Rec" by Mathias Waack /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000080 (2447 bytes) "Which implimentation for Pentium II machines?" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000081 (693 bytes) "MPI vs PVM on CRAY T3E" by David Espadas Valladares /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000082 (2803 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Clark Dorman /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000083 (1506 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Larry Meadows /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000084 (1202 bytes) "gethostbyname fails, HP-UX 10.01" by Ilkka Karasalo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000085 (14907 bytes) "Advance Program: ACM 1998 Workshop on Java for High-Performance Network Computing" by Klaus E. Schauser /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000086 (1270 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Ralph DeCarli /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000087 (2917 bytes) "Re: Which implimentation for Pentium II machines?" by Daniel Pfenniger /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000088 (841 bytes) "Re: Which implimentation for Pentium II machines?" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000089 (818 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000090 (2992 bytes) "Re: Which implimentation for Pentium II machines?" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000091 (1031 bytes) "some basic questions" by Gautam Golwala /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000092 (747 bytes) "Re: Which implimentation for Pentium II machines?" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000093 (1717 bytes) "Re: some basic questions" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000094 (711 bytes) "Re: some basic questions" by Tom Goodale /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000095 (9605 bytes) "EPCC Summer Scholarship Programme 1998" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000096 (848 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Alexandru Petrescu /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000097 (3477 bytes) "Re: Which implimentation for Pentium II machines?" by Thomas Fuerle /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000098 (824 bytes) "PVM and MPI" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000099 (298 bytes) "Re: Which implimentation for Pentium II machines?" by Chain-Wu Lee /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000100 (437 bytes) "flattening C++ objects" by Tom Holter /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000101 (770 bytes) "Re: flattening C++ objects" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000102 (597 bytes) "MPI error question" by luca FAGGIOLI /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000103 (873 bytes) "Re: MPI error question" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000104 (861 bytes) "MPI error question #2" by luca FAGGIOLI /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000105 (696 bytes) "Re: PVM and MPI" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000106 (1718 bytes) "MPI and BLACS / SCALAPACK" by Carl Mark Windsor /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000107 (1673 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Goller Alois /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000108 (1659 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Clark Dorman /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000109 (1686 bytes) "MPICH Error Condition" by Rob Cunningham /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000110 (612 bytes) "Re: MPI and BLACS / SCALAPACK" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/01-Jan/000111 (1655 bytes) "Re: MPICH Error Condition" by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/ "comp.parallel.mpi articles for Feb 1998" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000001 (688 bytes) "Re: Which implimentation for Pentium II machines?" by Sean Channel /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000002 (725 bytes) "Re: Which implimentation for Pentium II machines?" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000003 (17430 bytes) "Message Passing Interface (MPI) FAQ" by Shane Hebert /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000004 (964 bytes) "Re: gethostbyname fails, HP-UX 10.01" by Gregor Pipan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000005 (1422 bytes) "Re: PVM and MPI" by Lutz Laemmer /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000006 (626 bytes) "Re: PVM and MPI" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000007 (2359 bytes) "Re: PVM and MPI" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000008 (1071 bytes) "Re: Which implimentation for Pentium II machines?" by Daniel Pfenniger /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000009 (703 bytes) "Re: MPI 2 implementation" by Hans Leichtl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000010 (1133 bytes) "Problem with MPICH opening a file" by Uwe Huniar /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000011 (346 bytes) "MPICH support NT for Pentium II machines?" by Qian Wu /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000012 (325 bytes) "MPICH Support NT clusters?" by Qian Wu /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000013 (314 bytes) "Re: MPI 2 implementation" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000014 (802 bytes) "Re: MPICH Support NT clusters?" by Joachim Worringen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000015 (1026 bytes) "Re: Which implimentation for Pentium II machines?" by Peter Lister /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000016 (877 bytes) "FFT routine wanted" by David van der Spoel /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000017 (976 bytes) "Re: FFT routine wanted" by Axel vom Endt /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000018 (1756 bytes) "Problem with MPI in C" by Sarang Lakare /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000019 (1020 bytes) "Re: FFT routine wanted" by Steven G. Johnson /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000020 (978 bytes) "MPI: over P4 or TCP/IP (?)" by Alexander N. Andreyev /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000021 (2304 bytes) "MPI is NOT a protocol" by Alexander N. Andreyev /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000022 (689 bytes) "MPICH/Ch_p4 error messages" by Joerg Lepler /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000023 (2075 bytes) "Re: MPICH/Ch_p4 error messages" by Joerg Lepler /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000024 (1560 bytes) "Error : MPI internal Aborting program Bad Address" by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000025 (2421 bytes) "RESEARCH ASSISTANTSHIP in PARALLEL COMPUTING" by David A. Bader /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000026 (772 bytes) "mpich and Unresolved text symbol "mpir_iargc_"" by Christian Ahlstrand /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000027 (1834 bytes) "Re: Problem with MPI in C" by Michael A. K. Gross /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000028 (2321 bytes) "Re: mpich and Unresolved text symbol "mpir_iargc_"" by Thomas Fürle /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000029 (3750 bytes) "Euro-Par 2000 Call for Bids" by d.gault /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000030 (1719 bytes) "WMPI - Windows Message Passing Interface - New release" by Hernani Pedroso /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000031 (3750 bytes) "Euro-Par 2000 Call for Bids" by d.gault /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000032 (1719 bytes) "WMPI - Windows Message Passing Interface - New release" by Hernani Pedroso /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000033 (3542 bytes) "Re: MPICH Support NT clusters?" by swi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000034 (876 bytes) "Re: MPICH Support NT clusters?" by blas pedro uberuaga /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000035 (1969 bytes) "How to use MPI_BSEND?" by Samuel /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000036 (996 bytes) "Re: How to use MPI_BSEND?" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000037 (1791 bytes) "PhD scholarships at UCC, Ireland." by John O'Regan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000038 (3750 bytes) "Euro-Par 2000 Call for Bids" by d.gault /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000039 (1719 bytes) "WMPI - Windows Message Passing Interface - New release" by Hernani Pedroso /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000040 (3542 bytes) "Re: MPICH Support NT clusters?" by swi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000041 (876 bytes) "Re: MPICH Support NT clusters?" by blas pedro uberuaga /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000042 (1969 bytes) "How to use MPI_BSEND?" by Samuel /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000043 (996 bytes) "Re: How to use MPI_BSEND?" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000044 (1791 bytes) "PhD scholarships at UCC, Ireland." by John O'Regan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000045 (500 bytes) "massive parallel computer building" by Rodolfo C. Yannarella /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000046 (927 bytes) "Re: MPICH Support NT clusters?" by Alexander N. Andreyev /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000047 (787 bytes) "[Q] MPI: ranks in a MPMD model..." by Jean-Paul Dzisiak /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000048 (1496 bytes) "Re: massive parallel computer building" by Joachim Worringen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000049 (1668 bytes) "Re: massive parallel computer building" by Tom Goodale /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000050 (1798 bytes) "Re: [Q] MPI: ranks in a MPMD model..." by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000051 (779 bytes) "HPC JOBS" by Raj Thiagarajan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000052 (770 bytes) "LAM 6.1" by Jon Mack /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000053 (2079 bytes) "MPICH/ch_p4 dies on larger clusters?" by Joerg Lepler /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000054 (658 bytes) "0/1 knapsack problem example" by Roman Batoukov /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000055 (1793 bytes) "[HELP] lam under Alpha/LINUX" by J-M Beuken /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000056 (970 bytes) "Re: Masspar MP1 infor" by Glenn Sollie /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000057 (8109 bytes) "Direct Fast Sparse Matrix Solvers from GENIUSOFT: http://www.geniusoft.com" by Dr. Firas Jandali /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000058 (2535 bytes) "Re: [HELP] lam under Alpha/LINUX" by Paul Bristow /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000059 (2852 bytes) "MPICH 1.1 blows up at message sizes > 128 KB" by Vereecken Luc /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000060 (1541 bytes) "Re: Direct Fast Sparse Matrix Solvers from GENIUSOFT: http://www.geniusoft.com" by Jenn-Ching Luo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000061 (714 bytes) "Masspar MP1 infor" by Tony Robinson /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000062 (1785 bytes) "Re: LAM 6.1" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000063 (1902 bytes) "Timing routine in C++ under IBM MPI" by Rainer Echle /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000064 (1152 bytes) "Re: massive parallel computer building" by Bogdan Udrea /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000065 (802 bytes) "Running a large number of processes problem" by Daniel Kustrin /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000066 (3964 bytes) "Information!!" by Davide Vignali /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000067 (1570 bytes) "Re: Direct Fast Sparse Matrix Solvers from GENIUSOFT: http://www.geniusoft.com" by Jenn-Ching Luo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000068 (1462 bytes) "Re: Running a large number of processes problem" by Clark Dorman /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000069 (1632 bytes) "Re: Direct Fast Sparse Matrix Solvers from GENIUSOFT: http://www.geniusoft.com" by JUILLEN /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000070 (4025 bytes) "Re: Running a large number of processes problem" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000071 (1157 bytes) "[Q] Another question about MPI..." by Jean-Paul Dzisiak /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000072 (1158 bytes) "[Q] Another question about MPI (ignore previous mail!)" by Jean-Paul Dzisiak /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000073 (699 bytes) "Re: Timing routine in C++ under IBM MPI" by Claus Bendtsen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000074 (507 bytes) "Help" by Antonio Antoniou /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000075 (3439 bytes) "ANNOUNCE: TOMPI version 0.1.0 released" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000076 (926 bytes) "Re: Help" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000077 (1225 bytes) "MPICH & WMPI: Segmentation Violation in MPI_Cart_sub()" by Vinod Mathur /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000078 (604 bytes) "MPICH for Linux/ch_shmem anyone?" by Thorsten Ohl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000079 (943 bytes) "Re: MPICH for Linux/ch_shmem anyone?" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000080 (807 bytes) "Re: MPICH for Linux/ch_shmem anyone?" by Uwe Muessel /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000081 (4257 bytes) "Re: MPICH for Linux/ch_shmem anyone?" by Thorsten Ohl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000082 (4444 bytes) "BUG on Threads IRIX6.4??" by Alexandre Carissimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000083 (1280 bytes) "What research work should I do now to prepare for my future study" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000084 (716 bytes) "WMPI solves the problems with DVF 5.0" by Hernani Pedroso /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000085 (996 bytes) "Re: BUG on Threads IRIX6.4??" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000086 (645 bytes) "SGI's MPI 3.1 now available on web" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000087 (627 bytes) "Idomatic Fortran-90/95 binding for MPI?" by Thorsten Ohl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000088 (1909 bytes) "Re: MPICH & WMPI: Segmentation Violation in MPI_Cart_sub()" by Bruce Scott TOK /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000089 (2664 bytes) "Re: BUG on Threads IRIX6.4??" by Alexandre Carissimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000090 (1042 bytes) "Reproducible MPI_reduce() algorithms?" by Jing Guo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000091 (1793 bytes) "Re: Reproducible MPI_reduce() algorithms?" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000092 (4818 bytes) "Lam6.1: mpi_cart_create" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000093 (4368 bytes) "call for paper" by Tianruo Yang /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000094 (1079 bytes) "Re: Lam6.1: mpi_cart_create" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000095 (1348 bytes) "Re: Reproducible MPI_reduce() algorithms?" by Richard Barrett /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000096 (2180 bytes) "predefined macros in LAM/hcc" by Sanjay Velamparambil /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000097 (2535 bytes) "news from MPI Software Technology, Inc." by Clayborne Taylor, Jr. /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000098 (4250 bytes) "PVT@PDPTA98 (call4papers)" by Michael Meissner /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000099 (979 bytes) "Re: predefined macros in LAM/hcc" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000100 (844 bytes) "Index for MPI-2 spec" by Karl Feind /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000101 (1515 bytes) "Re: predefined macros in LAM/hcc" by Sanjay Velamparambil /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000102 (3103 bytes) "call for paper of mini-symposium in NMA-98" by Tianruo Yang /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000103 (3105 bytes) "call for paper of mini-symposium in NMA-98" by Tianruo Yang /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000104 (1922 bytes) "Re: massive parallel computer building" by David B. Serafini /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000105 (2822 bytes) "Re: massive parallel computer building" by Luc Vereecken /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000106 (489 bytes) "Re: news from MPI Software Technology, Inc." by Peter Sanders /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000107 (925 bytes) "Re: news from MPI Software Technology, Inc." by Victor Eijkhout /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000108 (1128 bytes) "Re: news from MPI Software Technology, Inc." by Hubert Ertl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000109 (1356 bytes) "any difference in installing MPICH 1.1 in user space and kernel space" by Umesh Kumar V. Rajasekaran /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000110 (800 bytes) "Sharing a room at IPPS 1998 (Orlando)" by rajeev sivaram /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000111 (1142 bytes) "mpi vs. pvm for a multiprocessor computer" by Merciless /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000112 (1166 bytes) "Re: mpi vs. pvm for a multiprocessor computer" by Lee, Bo-sung /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000113 (5973 bytes) "ISCOPE'98 Call for Papers" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel.mpi/articles/1998/02-Feb/000114 (449 bytes) "Need mpi to download it for win95" by Antonio Antoniou /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/ "comp.parallel.mpi articles for Mar 1998" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000001 (2496 bytes) "Disconnecting Processes In MPI-2.0" by Kamran Kazemi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000002 (1598 bytes) "Re: any difference in installing MPICH 1.1 in user space and kernel space" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000003 (1601 bytes) "Re: mpi vs. pvm for a multiprocessor computer" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000004 (1379 bytes) "Re: any difference in installing MPICH 1.1 in user space and kernel space" by Umesh Kumar V. Rajasekaran /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000005 (3087 bytes) "passing multi-dimensonal arrays" by Ken Hsu /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000006 (582 bytes) "MPI: Network Unreachable Error" by Ahmed Abukmail /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000007 (1415 bytes) "Re: mpi vs. pvm for a multiprocessor computer" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000008 (2421 bytes) "RESEARCH ASSISTANTSHIP in PARALLEL COMPUTING" by David A. Bader /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000009 (5146 bytes) "CFP: HUG'98 -- 2nd HPF User Group workshop" by Martin Aichhorn /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000010 (1071 bytes) "MPICH ERROR:more slaves than msg queues" by Anand Pillai /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000011 (1959 bytes) "Re: MPICH ERROR:more slaves than msg queues" by Thomas Fürle /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000012 (1370 bytes) "Re: MPICH ERROR:more slaves than msg queues" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000013 (2381 bytes) "Parallel Linear Algebra Package General Solver Available" by Robert van de Geijn /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000014 (617 bytes) "Re: Run time error on th Cray T3E" by Ramesh Pankajakshan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000015 (1355 bytes) "Re: Run time error on th Cray T3E" by Matthias Mueller /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000016 (960 bytes) "Re: news from MPI Software Technology, Inc." by Shane Hebert /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000017 (693 bytes) "Re: news from MPI Software Technology, Inc." by Shane Hebert /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000018 (1886 bytes) "Re: [Q] Another question about MPI..." by Thomas Fürle /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000019 (1313 bytes) "Re: Constructing a datatype for 3D array" by David Espadas Valladares /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000020 (2112 bytes) "LAM/MPI and X Window" by Patrice Hamelin /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000021 (1062 bytes) "Constructing a datatype for 3D array" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000022 (1067 bytes) "Re: MPI-2: MPI_TYPE_CREATE_SUBARRAY" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000023 (875 bytes) "FORTRAN 90 and MPI on LINUX" by Nigel W. Moriarty /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000024 (2127 bytes) "Re: MPI: Network Unreachable Error" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000025 (1925 bytes) "Run time error on th Cray T3E" by S.C. /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000026 (880 bytes) "MPI-2: MPI_TYPE_CREATE_SUBARRAY" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000027 (1358 bytes) "Re: MPI-2: MPI_TYPE_CREATE_SUBARRAY" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000028 (1268 bytes) "Re: FORTRAN 90 and MPI on LINUX" by Erik Schnetter /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000029 (1364 bytes) "Re: Need mpi to download it for win95" by Fernando /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000030 (2170 bytes) "Replacing hcc" by Patrice Hamelin /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000031 (2436 bytes) "Re: Run time error on th Cray T3E" by S.C. /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000032 (2717 bytes) "System Programmer Wanted, Canberra" by Matt Wilson /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000033 (557 bytes) "LAM6.1 Man pages" by Kamran Kazemi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000034 (740 bytes) "LAM6.1 Man pages" by Kamran Kazemi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000035 (804 bytes) "installing MPI on Linux" by Carlos Sánchez García /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000036 (1136 bytes) "ch_shmem on Origin/IRIX 6.4" by Jen Mante /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000037 (223 bytes) "Re: sorry ignore" by Jeff Haferman /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000038 (1426 bytes) "Re: installing MPI on Linux" by Ahmed Abukmail /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000039 (1214 bytes) "MPI-2: MPI_TYPE_CREATE_SUBARRAY (Fortran binding issue)" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000040 (1243 bytes) "Re: MPI-2: MPI_TYPE_CREATE_SUBARRAY (Fortran binding issue)" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000041 (1230 bytes) "Task assignement and scheduling in parallel and distibuted sytems" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000042 (2674 bytes) "Re: installing MPI on Linux" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000043 (1445 bytes) "tuff graph QUESTION" by Christian Langis /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000044 (1974 bytes) "Re: MPI-2: MPI_TYPE_CREATE_SUBARRAY (Fortran binding issue)" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000045 (1213 bytes) "Re: FORTRAN 90 and MPI on LINUX" by Thomas Fuerle /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000046 (7784 bytes) "Re: Replacing hcc" by Thomas Fuerle /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000047 (1800 bytes) "Re: MPI-2: MPI_TYPE_CREATE_SUBARRAY (Fortran binding issue)" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000048 (4406 bytes) "PLAPACK Positive Definite System Solver Available" by Robert van de Geijn /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000049 (4406 bytes) "PLAPACK Positive Definite System Solver Available" by Robert van de Geijn /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000050 (419 bytes) "MPICH on Linux" by Ah Sit /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000051 (1683 bytes) "Is there a technical documentation for LAM6.1" by Kamran Kazemi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000052 (13684 bytes) "PDSE'98: Par & Dist Symposium: Call for Participation" by Peter Croll /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000053 (948 bytes) "Re: MPICH on Linux" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000054 (621 bytes) "MPICH on linux" by Ah Sit /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000055 (793 bytes) "Re: MPICH on linux" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000056 (1229 bytes) "c++ with mpich 1.1" by Andrew /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000057 (3932 bytes) "Weird MPI timing results..." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000058 (731 bytes) "Unix can be placed online everywhere!" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000059 (1215 bytes) "Question on AllGather" by Kannan-Bharathy /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000060 (1823 bytes) "[Q] fork problem and MPI begginer questions." by Yves Pizzuto /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000061 (891 bytes) "MPICH long/short protocol" by Ivano Miscali /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000062 (845 bytes) "linux problems with mpich" by Panagiotis Melas /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000063 (707 bytes) "Big bandwith availability" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000064 (2242 bytes) "Re: installing MPI on Linux" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000065 (1039 bytes) "Object-Oriented Parallel nvironments Conference" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000066 (825 bytes) "MPI_Wtick and MPI_Wtime" by Ahmad Afsahi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000067 (1014 bytes) "Available: test program for MPI-IO implementations" by John M May /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000068 (2700 bytes) "[CFP]: Parallel Computation (ACPC'99)" by Andreas Uhl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000069 (689 bytes) "US server online" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000070 (441 bytes) "where to obtain Upshot ?" by Andreas Keese /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000071 (519 bytes) "Re: where to obtain Upshot ?" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000072 (1066 bytes) "MPI_IO and MPI_HOST" by Mr D K Jackson /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000073 (515 bytes) "Re: where to obtain Upshot ?" by hamadi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000074 (795 bytes) "Re: MPI_IO and MPI_HOST" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000075 (564 bytes) "Permission denied" by Ah Sit /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000076 (3077 bytes) "call for paper" by Tianruo Yang /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000077 (2043 bytes) "Re: Permission denied" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000078 (1114 bytes) "Re: Help: Using non-blocking receive" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000079 (760 bytes) "Help: Using non-blocking receive" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000080 (346 bytes) "Help" by math dept. /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000081 (346 bytes) "Help!" by math dept. /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000082 (705 bytes) "Servers online in the US" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000083 (1063 bytes) "Re: Help: Using non-blocking receive" by Richard Barrett /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000084 (1076 bytes) "shared memory for IBM-SP2" by Yves Pizzuto /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000085 (707 bytes) "USA server room available" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000086 (1182 bytes) "problem with C fork function" by Yves Pizzuto /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000087 (1007 bytes) "Re: problem with C fork function" by Holger Berger /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000088 (407 bytes) "thread AND mpi" by Roberto su Nettuno /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000089 (876 bytes) "Re: problem with C fork function" by S. Wendy Cheng /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000090 (705 bytes) "US server for your needs" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000091 (530 bytes) "request for (pointer to) C example pairs" by Spaam E. Not /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000092 (856 bytes) "Re: shared memory for IBM-SP2" by Lee, Bo-sung /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000093 (1206 bytes) "pthreads and MPI on LINUX" by kevin kreeger /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000094 (446 bytes) "high performance computing in windows nt" by Hans Leichtl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000095 (705 bytes) "Servers online in the US" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000096 (368 bytes) "Re: thread AND mpi" by Bill Tuel /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000097 (762 bytes) "Re: MPI_Wtick and MPI_Wtime" by Hans Leichtl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000098 (1198 bytes) "Re: pthreads and MPI on LINUX" by Christoph Giess /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000099 (18855 bytes) "PADS'98: Registration / Hotel Reservation" by Gabriele Kotsis /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000100 (1451 bytes) "Re: high performance computing in windows nt" by Jenn-Ching Luo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000101 (1037 bytes) "MPI-2 public implementations?" by David Espadas Valladares /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000102 (976 bytes) "problem with mpirun using mpich for Linux" by Stephan Zeipel /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000103 (1521 bytes) "Q: MPI packing vs. MPI derived data types" by Bogdan Udrea /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000104 (1323 bytes) "Re: problem with mpirun using mpich for Linux" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000105 (1695 bytes) "Re: MPI_IO and MPI_HOST" by Mr D K Jackson /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000106 (852 bytes) "IPPS orlando: room to share ?" by Markus Fischer /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000107 (1284 bytes) "Creating an error-handler subroutine" by Carlos /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000108 (322 bytes) "test" by Per Andersen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000109 (4546 bytes) "does mpi provide for a "Spawn Task" function?" by Shane Adams /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000110 (1512 bytes) "Re: MPI-2 public implementations?" by Ashley Wijeyeratnam /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000111 (1554 bytes) "Re: MPI-2 public implementations?" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000112 (977 bytes) "Re: shared memory for IBM-SP2" by Markus Zahn /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000113 (1059 bytes) "Re: MPI-2 public implementations?" by Ashley Wijeyeratnam /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000114 (3236 bytes) "Re: problem with mpirun using mpich for Linux" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000115 (945 bytes) "Q: Tools for MPI" by Dino Ahr /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000116 (976 bytes) "Re: problem with mpirun using mpich for Linux" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000117 (2122 bytes) "Re: Q: MPI packing vs. MPI derived data types" by Christophe Koudella /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000118 (2800 bytes) "Re: MPI-2 public implementations?" by David Espadas Valladares /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000119 (2417 bytes) "Re: pthreads and MPI on LINUX" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000120 (1053 bytes) "Re: MPI-2 public implementations?" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000121 (480 bytes) "Scheduling Parallel Processors" by Khalid /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000122 (481 bytes) "Scheduling Parallel Processors" by Khalid /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000123 (694 bytes) "Re: Scheduling Parallel Processors" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000124 (658 bytes) "Compact MPI parallel applications" by Ahmad Afsahi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000125 (987 bytes) "Re: does mpi provide for a "Spawn Task" function?" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000126 (1257 bytes) "Re: MPI-2 public implementations?" by Bruce Scott TOK /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000127 (464 bytes) "Re: MPI-2 public implementations?" by Ashley Wijeyeratnam /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000128 (849 bytes) "Can I export environment variables with mpirun?" by Bruce Allen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000129 (2712 bytes) "Re: MPI-2 public implementations?" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000130 (2125 bytes) "MPI vs. shmem" by Tom Impelluso /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000131 (911 bytes) "Re: MPI-2 public implementations?" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000132 (1224 bytes) "Re: problem with mpirun using mpich for Linux" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000133 (1014 bytes) "Re: Can I export environment variables with mpirun?" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000134 (586 bytes) "Re: problem with mpirun using mpich for Linux" by Stephan Zeipel /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000135 (3725 bytes) "Re: MPI vs. shmem" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000136 (2042 bytes) "Problem with MPI_Pack and MPI_Unpack in LAM 6.1" by Kamran Kazemi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000137 (7300 bytes) "EPCC - positions available." by Mario Antonioletti /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000138 (1126 bytes) "Re: MPI vs. shmem" by Bruce Scott TOK /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000139 (3776 bytes) "Re: MPI vs. shmem" by James Lebak /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000140 (4753 bytes) "Re: MPI vs. shmem" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000141 (3028 bytes) "prob with Tcl/Tk and mpi library" by Yves Pizzuto /parallel/internet/usenet/comp.parallel.mpi/articles/1998/03-Mar/000142 (3159 bytes) "PRESS RELEASE - Internet Security Issue" by news /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/ "comp.parallel.mpi articles for Apr 1998" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000001 (2265 bytes) "problem with gcc and IBM's MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000002 (5319 bytes) "Re: Why explicit message passing??" by Richard Procassini /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000003 (1473 bytes) "Re: MPI vs. shmem" by Richard Barrett /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000004 (917 bytes) "Re: Hypercube topology" by David D. Smith /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000005 (1339 bytes) "Re: prob with Tcl/Tk and mpi library" by Steve Ball /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000006 (1223 bytes) "Re: Why explicit message passing??" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000007 (6190 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000008 (1755 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000009 (17430 bytes) "Message Passing Interface (MPI) FAQ" by Shane Hebert /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000010 (1131 bytes) "Re: Why explicit message passing??" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000011 (1748 bytes) "Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000012 (5899 bytes) "Re: Why explicit message passing??" by Bruce Scott TOK /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000013 (1027 bytes) "Re: Why explicit message passing??" by Bruce Scott TOK /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000014 (1040 bytes) "Re: Why explicit message passing??" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000015 (8822 bytes) "Re: Why explicit message passing??" by Juergen Kuersch /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000016 (2876 bytes) "Re: Why explicit message passing??" by Milind Bhandarkar /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000017 (1810 bytes) "Which collective operations are really used?" by Thilo Kielmann /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000018 (903 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000019 (2421 bytes) "Re: Why explicit message passing??" by Juergen Kuersch /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000020 (2745 bytes) "Re: MPI vs. shmem" by A Gordon Smith /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000021 (1285 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000022 (1706 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000023 (711 bytes) "Hypercube topology" by Markus Dahm /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000024 (3003 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000025 (1960 bytes) "Re: Why explicit message passing??" by Tony Kocurko /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000026 (1114 bytes) "Re: Why explicit message passing??" by Bruce Scott TOK /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000027 (855 bytes) "Re: Hypercube topology" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000028 (1062 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000029 (1886 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000030 (466 bytes) "Examples using mpi in C++" by Nikolaus Geers /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000031 (2227 bytes) "Re: Why explicit message passing??" by Christophe Koudella /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000032 (3300 bytes) "Re: Why explicit message passing??" by Ed Luke /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000033 (1125 bytes) "Redirecting I/O in LAM" by Mike Aibinder /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000034 (3990 bytes) "Re: Why explicit message passing??" by William T. Rankin /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000035 (1594 bytes) "Re: Redirecting I/O in LAM" by J-M Beuken /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000036 (3541 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000037 (4058 bytes) "Re: Why explicit message passing??" by Andrew Dalke /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000038 (2028 bytes) "Re: Why explicit message passing??" by Alan Williams /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000039 (910 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000040 (580 bytes) "Re: Why explicit message passing??" by Alan Williams /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000041 (1008 bytes) "It is true!" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000042 (1546 bytes) "Re: Process ranks in MPI_COMM_WORLD" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000043 (753 bytes) "Process ranks in MPI_COMM_WORLD" by Kamran Kazemi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000044 (1352 bytes) "Re: Process ranks in MPI_COMM_WORLD" by Kamran Kazemi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000045 (676 bytes) "Help- Overlapping computation and communication" by Supriya Uchil /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000046 (1282 bytes) "Help again regarding overlapping communication and computation" by Supriya Uchil /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000047 (1387 bytes) "Re: Help again regarding overlapping communication and computation" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000048 (1773 bytes) "Re: Help- Overlapping computation and communication" by Anand Pillai /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000049 (1452 bytes) "Re: Help- Overlapping computation and communication" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000050 (1116 bytes) "Re: Help- Overlapping computation and communication" by Christophe Koudella /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000051 (6114 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000052 (666 bytes) "Re: prob with Tcl/Tk and mpi library" by Bill Tuel /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000053 (612 bytes) "Re: problem with gcc and IBM's MPI" by Bill Tuel /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000054 (1691 bytes) "Re: Why explicit message passing??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000055 (1733 bytes) "Re: Why explicit message passing??" by Tom Impelluso /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000056 (3286 bytes) "Re: Why explicit message passing??" by Rob Neely /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000057 (1845 bytes) "Re: Why explicit message passing??" by Alan Williams /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000058 (1773 bytes) "Warning about the FCC and Internet Taxes" by Net2phone Information /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000059 (2043 bytes) "Re: Why explicit message passing??" by Ian Bush /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000060 (27477 bytes) "SPAA'98/PODC Call for Participation" by Thomas Cormen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000061 (2315 bytes) "Re: Which collective operations are really used?" by Robert van de Geijn /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000062 (2315 bytes) "Re: Which collective operations are really used?" by Robert van de Geijn /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000063 (2315 bytes) "Re: Which collective operations are really used?" by Robert van de Geijn /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000064 (1052 bytes) "Re: Why explicit message passing?? - APOLOGY" by Tom Impelluso /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000065 (1191 bytes) "Re: Why explicit message passing??" by Milind Bhandarkar /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000066 (5360 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000067 (6324 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000068 (997 bytes) "Re: Why explicit message passing??" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000069 (594 bytes) "MPI Projects" by Billy Kutulas /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000070 (1438 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000071 (2096 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000072 (868 bytes) "MPI Parent Child Process" by Michael Zawacki /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000073 (570 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000074 (743 bytes) "Re: Preprocessor Directives and MPI?" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000075 (908 bytes) "Preprocessor Directives and MPI?" by Sven Keunecke /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000076 (2416 bytes) "Re: Why explicit message passing??" by Christophe Koudella /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000077 (1134 bytes) "WMPI" by Geoff Roughton /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000078 (1024 bytes) "Re: Why explicit message passing??" by Geoff Roughton /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000079 (3165 bytes) "HPCI/EPCC Seminar: Simulation of Fluid Flow on Parallel Machines" by Gavin Pringle /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000080 (1687 bytes) "Re: Why explicit message passing??" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000081 (2553 bytes) "Re: Why explicit message passing??" by Matthew Kindy /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000082 (1018 bytes) "Re: WMPI" by Matthew Kindy /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000083 (1465 bytes) "Re: Why explicit message passing??" by Michael Pernice /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000084 (1188 bytes) "Re: Why explicit message passing??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000085 (2051 bytes) "Error returning on MPI_TEST call" by Alexandre Carissimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000086 (1583 bytes) "Re: Why explicit message passing??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000087 (1322 bytes) "Re: Error returning on MPI_TEST call" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000088 (1604 bytes) "Re: Why explicit message passing??" by Andrew Dalke /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000089 (2359 bytes) "Parallel and Distributed Computing Practices -- Call for OVERVIEW Papers" by Parallel and Dist. Comp. Practices /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000090 (4188 bytes) "Re: Why explicit message passing??" by Edwin Vollebregt /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000091 (8474 bytes) "$$$ Easy money for you $$$" by Alex J G /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000092 (688 bytes) "Re: Strange behavior with LAM and DEC's MPI. Seen it before?" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000093 (3535 bytes) "Re: Why explicit message passing??" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000094 (1254 bytes) "Re: MPI Implementation on VIA ?" by Joachim Worringen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000095 (788 bytes) "Re: MPI Implementation on VIA ?" by Joachim Worringen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000096 (767 bytes) "Bcast impmelmentation on SP2/mpich" by Panagiotis Melas /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000097 (7799 bytes) "You Just Can't Lose" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000098 (3714 bytes) "Re: Why explicit message passing??" by Edwin Vollebregt /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000099 (1841 bytes) "Message tags in LAM 6.1" by Kamran Kazemi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000100 (9720 bytes) "GET MONEY QUICK" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000101 (7794 bytes) "You Just Can't Lose" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000102 (3402 bytes) "MPICH link errors while building on Solaris 2.6" by John Stephen Robinson /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000103 (1531 bytes) "REMINDER:ISCOPE'98 Call for Papers" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000104 (1997 bytes) "Re: Why explicit message passing??" by William T. Rankin /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000105 (3476 bytes) "Ungraceful MPICH exiting..." by Bruce Allen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000106 (1256 bytes) "Re: Why explicit message passing??" by Peter Dobcsanyi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000107 (3199 bytes) "Re: Why explicit message passing??" by Edwin Vollebregt /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000108 (1662 bytes) "Re: Why explicit message passing??" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000109 (2382 bytes) "ADA on the super" by Alex Stuebinger /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000110 (28647 bytes) "SPAA'98: Early registration deadline April 20!" by Thomas Cormen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000111 (904 bytes) "Re: Bcast impmelmentation on SP2/mpich" by William Gropp /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000112 (1484 bytes) "large message tags (was Re: Message tags in LAM 6.1)" by Cleve Ashcraft 425-865-3538 /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000113 (1654 bytes) "MPI Implementation on VIA ?" by Martin Audet /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000114 (655 bytes) "Re: ADA on the super" by Robert Dewar /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000115 (967 bytes) "How to split messages?" by Wolfram Webers /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000116 (1974 bytes) "Re: How to split messages?" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000117 (7771 bytes) "Re: Ungraceful MPICH exiting..." by Bruce Allen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000118 (2950 bytes) "Re: How to split messages?" by Wolfram Webers /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000119 (556 bytes) "VISIT NOW HOT XXXXX" by HOT XXXXXX /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000120 (1254 bytes) "Re: MPI Implementation on VIA ?" by Joachim Worringen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000121 (745 bytes) "Re: large message tags (was Re: Message tags in LAM 6.1)" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000122 (1254 bytes) "Re: MPI Implementation on VIA ?" by Joachim Worringen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000123 (1254 bytes) "Re: MPI Implementation on VIA ?" by Joachim Worringen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000124 (3288 bytes) "Strange MPICH message" by Bruce Allen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000125 (1254 bytes) "Re: MPI Implementation on VIA ?" by Joachim Worringen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000126 (1123 bytes) "Re: ADA on the super" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000127 (5080 bytes) "-Easy money better than MLM!" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000128 (2275 bytes) "Re: ADA on the super" by Robert Dewar /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000129 (1370 bytes) "Re: Why explicit message passing??" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000130 (3599 bytes) "Re: Message tags in LAM 6.1" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000131 (1635 bytes) "Re: ADA on the super" by Toon Moene /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000132 (921 bytes) "Acronyms was: ADA on the super" by Eugene Miya /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000133 (1592 bytes) "Re: ADA on the super" by Robert Dewar /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000134 (1775 bytes) "Re: ADA on the super" by Andi Kleen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000135 (1600 bytes) "Re: ADA on the super" by Larry Kilgallen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000136 (1020 bytes) "Re: ADA on the super" by Robert Dewar /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000137 (701 bytes) "Re: ADA on the super" by Larry Kilgallen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000138 (380 bytes) "Ada bindings for MPI" by Alex Stuebinger /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000139 (493 bytes) "Virtual Interface Architecture supporting multicast addresses" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000140 (548 bytes) "Request for info on real life applications of MPI" by Bill Hines /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000141 (885 bytes) "Re: Ada bindings for MPI" by Ken Thomas /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000142 (1354 bytes) "Re: ADA on the super" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000143 (2412 bytes) "Benchmark for MPI (SKaMPI)" by Ralf Reussner /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000144 (914 bytes) "How to kill a MPI process from another one?" by Francesc Roca Tugas /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000145 (1274 bytes) "Re: Spawn Help Please" by Nicholas Nevin -SMCC - High Performance Computing /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000146 (1078 bytes) "Spawn Help Please" by Tim McGuire /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000147 (389 bytes) "[q] Creating Window in WMPI" by cbh /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000148 (1966 bytes) "Re: ADA on the super" by Michael F Brenner /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000149 (612 bytes) "4" CLITS LICKED BY HOT TEENS AND CELEBS!" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000150 (868 bytes) "Starting MPI within a subroutine" by Jeremy Kepner /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000151 (1149 bytes) "Re: Bcast impmelmentation on SP2/mpich" by Peter Sanders /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000152 (664 bytes) "Re: Ada bindings for MPI" by Denis WALLEZ-MASKAY /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000153 (762 bytes) "Re: Starting MPI within a subroutine" by Nicholas Nevin /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000154 (704 bytes) "Recompiling MPI" by Rahul Dave /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000155 (985 bytes) "NetBSD and MPICH" by C. J. Kenneth Tan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000156 (705 bytes) "[HELP]MPI_INIT problem!" by Chuang Liang-Shing /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000157 (837 bytes) "Debuger for a parallel code" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000158 (658 bytes) "Re: [q] Creating Window in WMPI" by Alexander N. Andreyev /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000159 (1013 bytes) "ISCOPE '98 Paper Deadline Extension" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000160 (911 bytes) "Any free implementation of MPI-2?" by James Tsiao /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000161 (783 bytes) "Problem with mpich and PETSc on SGI" by Scott H. /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000162 (1096 bytes) "Re: ADA on the super" by K. Mathias /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000163 (604 bytes) "Does MPICH work OK with Alpha boxes running Linux?" by Bruce Allen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000164 (1153 bytes) "Re: Problem with mpich and PETSc on SGI" by Holger Berger /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000165 (500 bytes) "ERROR IN POSTING" by appology for ADULTS ONLY /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000166 (1642 bytes) "MPICH MPI: Group Communication Problems" by Vikas Sinha /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000167 (734 bytes) "Help : Newbie MPI --> PC version? RS6k version?" by Brian /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000168 (1114 bytes) "Re: [HELP]MPI_INIT problem!" by Erik Demaine /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000169 (1075 bytes) "Re: [HELP]MPI_INIT problem!" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000170 (1740 bytes) "Re: ADA on the super" by Toon Moene /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000171 (1292 bytes) "Re: [HELP]MPI_INIT problem!" by Chuang Liang-Shing /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000172 (368 bytes) "newbie help" by Yan Mi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000173 (458 bytes) "Re: newbie help" by Engr Bohn /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000174 (1347 bytes) "Mach multiprocessing ?" by Hugo Varotto /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000175 (2882 bytes) "PARA98, Workshop on Applied Parallel Computing, Umea, Sweden" by Krister Dackland /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000176 (632 bytes) "Re: newbie help" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000177 (927 bytes) "Chain-jobs on T3D" by tc /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000178 (575 bytes) "openmp and mpi ???" by Patrick Stoclet /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000179 (1286 bytes) "Re: newbie help" by Joachim Worringen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000180 (3697 bytes) "High Performance Computing" by Laura Nett /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000181 (859 bytes) "paper" by Rafa /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000182 (1296 bytes) "Re: PVM 2 MPI?" by Benno J. Overeinder /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000183 (2288 bytes) "Re: openmp and mpi ???" by Richard Barrett /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000184 (772 bytes) "PVM 2 MPI?" by William T. Rankin /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000185 (4123 bytes) "Re: PVM 2 MPI?" by Matthew P. Gleeson /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000186 (3769 bytes) "Re: PVM 2 MPI?" by Matthew P. Gleeson /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000187 (893 bytes) "MPI 2 and single sided comms" by Ian Bush /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000188 (827 bytes) "sh/bash shell problems for linux?" by Panagiotis Melas /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000189 (1017 bytes) "Re: sh/bash shell problems for linux?" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000190 (406 bytes) "MPI on NT" by Uri Shumlak /parallel/internet/usenet/comp.parallel.mpi/articles/1998/04-Apr/000191 (1334 bytes) "Re: MPI 2 and single sided comms" by Paco Romero /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/ "comp.parallel.mpi articles for May 1998" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000001 (2455 bytes) "heterogeneous MPI_Pack" by Marcelo Pasin /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000002 (395 bytes) "Re: heterogeneous MPI_Pack" by Marcelo Pasin /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000003 (615 bytes) "sending various datatypes in MPI" by Ben Kao /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000004 (1767 bytes) "Overhead incurred by MPI_Test" by Prashanth B Bhat /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000005 (1735 bytes) "Re: Chain-jobs on T3D" by tc /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000006 (2258 bytes) "MPI/Pro for Windows NT" by Clayborne Taylor Jr /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000007 (5393 bytes) "SPDT '98 Call for Participation" by Allen Davis Malony /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000008 (868 bytes) "NOW vs MPI" by Tom Impelluso /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000009 (517 bytes) "Re: MPI on NT" by Hernani Pedroso /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000010 (2089 bytes) "Re: Chain-jobs on T3D" by Tom Goodale /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000011 (1110 bytes) "Re: NOW vs MPI" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000012 (1699 bytes) "Re: NOW vs MPI" by Engr Bohn /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000013 (1279 bytes) "Re: NOW vs MPI" by Tom Impelluso /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000014 (653 bytes) "Parkbench benchmarks: PVM vs MPI results" by jordi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000015 (579 bytes) "MPI-Perl extension available ?" by S.T. Wong /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000016 (754 bytes) "Barrier sync." by Billy Kutulas /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000017 (949 bytes) "Re: Debuggers for MPI" by Wolfram Webers /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000018 (1170 bytes) "Re: sending various datatypes in MPI" by Wolfram Webers /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000019 (459 bytes) "Debuggers for MPI" by Mark Christiaens /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000020 (1228 bytes) "Tuning MPICH" by Leonardo Valcamonici /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000021 (1524 bytes) "Re: PVM 2 MPI?" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000022 (1063 bytes) "Re: Debuggers for MPI" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000023 (954 bytes) "Re: Debuggers for MPI" by Wolfram Webers /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000024 (1500 bytes) "file locking problem in MPI for NT" by Bogdan Udrea /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000025 (2309 bytes) "Re: file locking problem in MPI for NT" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000026 (1112 bytes) "Re: PVM 2 MPI?" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000027 (894 bytes) "Re: Debuggers for MPI (TotalView on Linux/X86)" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000028 (1248 bytes) "Re: Debuggers for MPI (TotalView on Linux/X86)" by Wolfram Webers /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000029 (767 bytes) "Debuggers for MPI" by Mark Christiaens /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000030 (1880 bytes) "Re: Debuggers for MPI (TotalView on Linux/X86)" by Bruce Scott TOK /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000031 (885 bytes) "Re: Debuggers for MPI (TotalView on T3E)" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000032 (838 bytes) "Simulating MPI" by Martial Michel /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000033 (655 bytes) "Re: Simulating MPI" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000034 (616 bytes) "sending various datatypes in MPI" by Ben Kao /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000035 (616 bytes) "sending various datatypes in MPI" by Ben Kao /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000036 (616 bytes) "sending various datatypes in MPI" by Ben Kao /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000037 (616 bytes) "sending various datatypes in MPI" by Ben Kao /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000038 (662 bytes) "OS upgraded, MPI re-make?" by Ku Yuk Chiu /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000039 (1550 bytes) "Re: OS upgraded, MPI re-make?" by Christoph Giess /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000040 (1135 bytes) "MPICH installation" by C. J. Kenneth Tan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000041 (1350 bytes) "MPICH on Linux Machines using Nag F90 ??" by Peter Biechele /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000042 (1842 bytes) "Re: MPICH on Linux Machines using Nag F90 ??" by Axel Kohlmeyer /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000043 (1350 bytes) "Re: MPICH on Linux Machines using Nag F90 ??" by Thorsten Ohl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000044 (1279 bytes) "Re: Simulating MPI" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000045 (1135 bytes) "CFD Position: Research Associate" by Dr. Sarafa O. Ibraheem /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000046 (3013 bytes) "call for paper" by Tianruo Yang /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000047 (1904 bytes) "Re: MPICH on Linux Machines using Nag F90 ??" by Justin Cormack /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000048 (1583 bytes) "derived datatypes" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000049 (6996 bytes) "CFP : International conference on computational intelligence for Control and Automation" by Masoud Mohammadian /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000050 (1743 bytes) "Re: MPICH on Linux Machines using Nag F90 ??" by Thomas Fuerle /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000051 (1383 bytes) "New version of MPI-IO test program" by John M May /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000052 (802 bytes) "Re: simple program" by Wolfram Webers /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000053 (535 bytes) "WSI" by Robert Wood /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000054 (897 bytes) "What does this error mean?" by Jie An /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000055 (1643 bytes) "derived datatypes" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000056 (1098 bytes) "Re: simple program" by Drotos Daniel /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000057 (3334 bytes) "Reminder: HPCI/EPCC Seminar: Fluid Flow on Parallel Machines." by Gavin Pringle /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000058 (733 bytes) "simple program" by Drotos Daniel /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000059 (681 bytes) "Re: What does this error mean?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000060 (2806 bytes) "MPI_Request_free" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000061 (614 bytes) "Algorithm implementations for barrier calls" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000062 (444 bytes) "mpi on WINNT" by Armin Ahumada /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000063 (2889 bytes) "PARA98, Workshop on Applied Parallel Computing, Umea, Sweden" by Krister Dackland /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000064 (1113 bytes) "Re: simple program" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000065 (5086 bytes) "Parallel CFD Position : Multiphase Flow Calculations" by Thomas Frank /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000066 (1296 bytes) "MPI_gatherv" by Ian Bush /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000067 (858 bytes) "simple parallelization?" by Ole Streicher /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000068 (1058 bytes) "Do you design distributed systems?" by Stephen Maudsley /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000069 (1624 bytes) "Re: MPI_gatherv" by William Gropp /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000070 (1414 bytes) "Re: MPI_Request_free" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000071 (853 bytes) "Help] PVM in CRAY T3E" by Bo-sung Lee /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000072 (595 bytes) "Multiple TAG in Recv." by Gregory Zeleny /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000073 (1169 bytes) "Re: Multiple TAG in Recv." by Leslie Hart /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000074 (959 bytes) "Re: Multiple TAG in Recv." by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000075 (1024 bytes) "Re: Help] PVM in CRAY T3E" by Bo-sung Lee /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000076 (1642 bytes) "Convex Exemplar SPP1200 and MPI" by Christoph Schlarmann /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000077 (885 bytes) "Re: Convex Exemplar SPP1200 and MPI" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000078 (1982 bytes) "Re: Convex Exemplar SPP1200 and MPI" by Sam Nicholls /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000079 (644 bytes) "Kill mpi process???" by Francesc Roca Tugas /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000080 (626 bytes) "help - Reduce Operation MPI_MAXLOC, how ?" by Oren Zeev Ben Mordechai /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000081 (727 bytes) "MPI and C++ Tutorial" by Rainer Dorsch /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000082 (827 bytes) "Unstructured grid of tetrahedra" by Roberto Lionello /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000083 (764 bytes) "Re: help - Reduce Operation MPI_MAXLOC, how ?" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000084 (1266 bytes) "Re: Kill mpi process???" by Joachim Worringen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000085 (1075 bytes) "SP2 loadleveler question" by Bogdan Udrea /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000086 (816 bytes) "Re: help - Reduce Operation MPI_MAXLOC, how ?" by Luc Vereecken /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000087 (2505 bytes) "Re: Parallel Processing using virtual channels over an ATM network?" by rlarsen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000088 (1132 bytes) "Re: Unstructured grid of tetrahedra" by Sungho Kim /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000089 (2824 bytes) "ASSISTANT PROFESSORSHIP IN HIGH-PERFORMANCE AND SCIENTIFIC COMPUTING" by Krister Dackland /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000090 (466 bytes) "Re: help - Reduce Operation MPI_MAXLOC, how ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000091 (1939 bytes) "PVM and MPI on Cray T3E" by Olaf Schnapauff /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000092 (2276 bytes) "Re: NESL" by Daniel Pfenniger /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000093 (1187 bytes) "Re: NESL" by Nick Maclaren /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000094 (2462 bytes) "Re: NESL" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000095 (918 bytes) "Re: NESL" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000096 (913 bytes) "Re: Parallel Processing using virtual channels over an ATM network?" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000097 (341 bytes) "mpi Lam" by Aric Lambert /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000098 (1812 bytes) "Several ISENDs on the same buffer?" by Jonathan Eckstein /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000099 (984 bytes) "Re: Several ISENDs on the same buffer?" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000100 (919 bytes) "Re: Several ISENDs on the same buffer?" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000101 (1182 bytes) "Re: Several ISENDs on the same buffer?" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000102 (3714 bytes) "2nd CFP: Parallel Computation 1999" by Andreas Pommer /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000103 (388 bytes) "MPI Spawning on Linux" by James Minett /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000104 (4496 bytes) "CFP: DAPSYS'98" by Zsolt Nemeth /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000105 (542 bytes) "Re: mpi Lam" by Nicholas Nevin /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000106 (28288 bytes) "SPAA '98 regular registration deadline June 1" by Thomas Cormen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000107 (958 bytes) "MPI_REQUEST_MAX" by Steve T. Barnard /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000108 (837 bytes) "Problems with the first run of lam mpi" by Aric Lambert /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000109 (835 bytes) "Re: Problems with the first run of lam mpi" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000110 (681 bytes) "parallel algorithms for runge-kutta" by ahn young ju /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000111 (777 bytes) "Re: Unstructured grid of tetrahedra" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000112 (966 bytes) "Re: MPI_REQUEST_MAX" by Tom Skoglund /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000113 (1351 bytes) "Re: MPI_REQUEST_MAX" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000114 (931 bytes) "MPICH and g++ on Linux Alpha" by Georg Keller /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000115 (1206 bytes) "Re: parallel algorithms for runge-kutta" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000116 (562 bytes) "Re: Problems with the first run of lam mpi" by Aric Lambert /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000117 (1233 bytes) "Re: parallel algorithms for runge-kutta" by Peter Pacheco /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000118 (1032 bytes) "Help: MPI_TYPE_STRUCT and MPI_TYPE_VECTOR" by Ted Sariyski /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000119 (1601 bytes) "Re: MPI_REQUEST_MAX" by Steve T. Barnard /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000120 (1964 bytes) "Re: MPI_REQUEST_MAX" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000121 (6196 bytes) "Re: NESL" by Guy Blelloch /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000122 (564 bytes) "information on MPI_Spawn and MPIL_Spawn" by Aric Lambert /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000123 (1166 bytes) "Re: Help: MPI_TYPE_STRUCT and MPI_TYPE_VECTOR" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000124 (87992 bytes) "Re: NESL" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000125 (1418 bytes) "Re: MPI_REQUEST_MAX" by Tom Skoglund /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000126 (6265 bytes) "HUG'98 program and call for participation" by Markus Egg /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000127 (1028 bytes) "MPI Gather structs BUG?" by Andre Fachat /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000128 (4277 bytes) "Re: information on MPI_Spawn and MPIL_Spawn" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000129 (1019 bytes) "Problem with timeouts" by Miranda Barrows /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000130 (693 bytes) "Having an error with my first MPI lam run" by Aric Lambert /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000131 (1220 bytes) "Re: MPI Spawning on Linux" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000132 (832 bytes) "Re: MPI_REQUEST_MAX" by Steve T. Barnard /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000133 (982 bytes) "Re: MPI_REQUEST_MAX" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000134 (6712 bytes) "Announcing PSPASES 1.0 and WSSMP 3.7" by Mahesh Joshi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000135 (5522 bytes) "Re: NESL" by Guy Blelloch /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000136 (610 bytes) "Re: Having an error with my first MPI lam run" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000137 (588 bytes) "Re: Having an error with my first MPI lam run" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000138 (1326 bytes) "Re: --mpirun and command line arguments" by Alexander N. Andreyev /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000139 (765 bytes) "Re: MPI_REQUEST_MAX" by Tom Skoglund /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000140 (890 bytes) "overlap communication & computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/05-May/000141 (730 bytes) "help wanted on a project idea" by Puneet Srivastava /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/ "comp.parallel.mpi articles for Jun 1998" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000001 (625 bytes) "Mpich under Linux" by Richard Laguette /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000002 (1837 bytes) "Re: --mpirun and command line arguments" by Alexandre Carissimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000003 (561 bytes) "Re: MPI_REQUEST_MAX" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000004 (3760 bytes) "Re: MPI Gather structs BUG?" by Dick Treumann /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000005 (17430 bytes) "Message Passing Interface (MPI) FAQ" by Shane Hebert /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000006 (738 bytes) "Re: MPI_REQUEST_MAX" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000007 (2828 bytes) "Re: MPI_REQUEST_MAX" by Tom Skoglund /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000008 (886 bytes) "Re: Mpich under Linux" by Engr Bohn /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000009 (3333 bytes) "Reminder: HPCI/EPCC Seminar: Fluid Flow on Parallel Machines." by Gavin Pringle /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000010 (417 bytes) "parallel merge sort" by Shed /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000011 (5583 bytes) "Re: NESL" by Guy Blelloch /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000012 (680 bytes) "Re: MPI_REQUEST_MAX" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000013 (1821 bytes) "MPI_Timing on SP-2" by Peter Christen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000014 (839 bytes) "MPICH and SMP on Linux-2.0.33" by Frank Mahler /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000015 (1001 bytes) "Re: MPICH and SMP on Linux-2.0.33" by Thorsten Ohl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000016 (1159 bytes) "MPI_Buffer_attach...?" by hamadi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000017 (266 bytes) "$$ RESUMES ONLINE $$" by ZOverLord /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000018 (389 bytes) "MPI 1.1 and the Year 2000" by Steve Preston /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000019 (7751 bytes) "SX5.txt" by John Snyder /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000020 (499 bytes) "env-variables & mpich" by Manfred Krafczyk /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000021 (978 bytes) "Re: NESL" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000022 (1234 bytes) "Re: env-variables & mpich" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000023 (527 bytes) "Re: env-variables & mpich" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000024 (1443 bytes) "MPICH on Red Hat Linux, peculiar behaviour" by Umesh Kumar V. Rajasekaran /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000025 (789 bytes) "Re: MPI 1.1 and the Year 2000" by William Gropp /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000026 (2975 bytes) "Re: MPICH on Red Hat Linux, peculiar behaviour" by Engr Bohn /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000027 (2551 bytes) "cartzian mesh with a manager" by Mansour Ahmadian /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000028 (1989 bytes) "Re: MPI_Buffer_attach...?" by Dick Treumann /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000029 (616 bytes) "Re: MPI_Buffer_attach...?" by Dick Treumann /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000030 (1983 bytes) "Re: MPI_Buffer_attach...?" by Dick Treumann /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000031 (1983 bytes) "Re: MPI_Buffer_attach...?" by Dick Treumann /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000032 (1316 bytes) "MPI Module" by Joerg Stiller /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000033 (3202 bytes) "Re: cartzian mesh with a manager" by Leslie Hart /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000034 (2817 bytes) "y2k database prelaunch...please help." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000035 (4355 bytes) "having some troubles with mpich on our beowulf system" by Bruce Allen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000036 (6408 bytes) "Re: env-variables & mpich" by Bruce Allen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000037 (1198 bytes) "Re: having some troubles with mpich on our beowulf system" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000038 (1721 bytes) "Re: MPICH on Red Hat Linux, peculiar behaviour" by Umesh Kumar V. Rajasekaran /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000039 (1400 bytes) "Re: MPICH on Red Hat Linux, peculiar behaviour" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000040 (1138 bytes) "numerical-approach-to-elliptic-pde" by Christophe Koudella /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000041 (2738 bytes) "Re: cartzian mesh with a manager" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000042 (3703 bytes) "Re: having some troubles with mpich on our beowulf system" by Bruce Allen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000043 (1116 bytes) "'gethostbyname failed' on HPUX with Fortran90" by Yoshinori Oikawa /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000044 (1484 bytes) "Re: having some troubles with mpich on our beowulf system" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000045 (1818 bytes) "blocking nonblocking" by Martin Schuster /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000046 (394 bytes) "Your Resume is WHERE" by ResumesYES /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000047 (3958 bytes) "passing flags to mpirun with xmpi" by Warren G. Anderson /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000048 (716 bytes) "creating logfiles for upshot ?" by hugues digonnet /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000049 (1187 bytes) "Re: blocking nonblocking" by Bruce Scott TOK /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000050 (1896 bytes) "Is array(:,:,:) contiguous?" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000051 (895 bytes) "LAM MPI_WTIME routine" by Adrianos Lachanas /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000052 (2040 bytes) "Re: Is array(:,:,:) contiguous?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000053 (563 bytes) "MPI statistics gathering via the name-shifted interface" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000054 (879 bytes) "Re: LAM MPI_WTIME routine" by Nicholas Nevin -SMCC - High Performance Computing /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000055 (2228 bytes) "MPICH under Linux with NAG f95" by Gaetano Bellanca /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000056 (1596 bytes) "Re: MPICH under Linux with NAG f95" by Thomas Fuerle /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000057 (6844 bytes) "PAREO'98 Program Conference" by Bertrand LECUN /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000058 (795 bytes) "Sending Data Structures" by Joseph K. MIntzer /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000059 (953 bytes) "MPI BUG!!! shmem and lfshmem on linux!!" by Wolfram Webers /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000060 (1016 bytes) "Re: MPI BUG!!! shmem and lfshmem on linux!!" by Joachim Worringen /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000061 (894 bytes) "translate plz: 0 - MPI_SEND : Invalid buffer pointer 0]" by Peter Schaefer /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000062 (936 bytes) "Re: translate plz: 0 - MPI_SEND : Invalid buffer pointer[0]" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000063 (623 bytes) "Drive any new car for $100 p/month." by Car /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000064 (936 bytes) "Re: translate plz: 0 - MPI_SEND : Invalid buffer pointer[0]" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000065 (623 bytes) "Drive any new car for $100 p/month." by Car /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000066 (391 bytes) "message-passing based computation planning" by HanJeong Lee /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000067 (773 bytes) "Error message using MPI with Fortran" by Aaron Focacci /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000068 (298 bytes) "!! CYBER SECRETS!!" by James Hawley /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000069 (625 bytes) "Drive any new car for $100 p/month." by Drive /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000070 (1780 bytes) "mpich + f77 ?" by Per Andersson /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000071 (880 bytes) "Re: mpich + f77 ?" by Thomas Fuerle /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000072 (1491 bytes) "Guideline to configure MPICH with shmem on Linux" by Wolfram Webers /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000073 (1239 bytes) "MPI and Financial Modelling" by Jim Thompson /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000074 (992 bytes) "MPE tools" by Y. Hamadi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000075 (2520 bytes) "Re: MPI and Financial Modelling" by Paul Bristow /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000076 (1532 bytes) "Re: MPICH under Linux with NAG f95" by Joerg Stiller /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000077 (1309 bytes) "having trouble with I/O" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000078 (549 bytes) "please help me..." by Susan Maleus /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000079 (1710 bytes) "Re: MPICH under Linux with NAG f95" by Yoshinori Oikawa /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000080 (1698 bytes) "Re: MPI and Financial Modelling" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000081 (1193 bytes) "Re: MPICH under Linux with NAG f95" by Thorsten Ohl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000082 (1265 bytes) "MPICH install pb" by Y. Hamadi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000083 (1721 bytes) "Re: MPICH under Linux with NAG f95" by Joerg Stiller /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000084 (422 bytes) "Perl-MPI?" by info /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000085 (1099 bytes) "NT workstation clusters" by Qian Wu /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000086 (423 bytes) "Win NT/95 GUI package and MPI" by Joseph K. MIntzer /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000087 (1115 bytes) "Ordering of Messages returned by MPI_Recv" by Steven Richman /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000088 (664 bytes) "Re: Ordering of Messages returned by MPI_Recv" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000089 (4619 bytes) "Re: MPE tools" by Y. Hamadi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000090 (630 bytes) "need help!" by jenny howard /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000091 (1325 bytes) "Problem with mpich on DEC Alpha" by Amit Margalit /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000092 (533 bytes) "Sending large messages with mpi" by Aaron Focacci /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000093 (3310 bytes) "nohup & mpirun on O2k" by Martin Audet /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000094 (1300 bytes) "Re: MPI and Financial Modelling (Debugging, Deadlock)" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000095 (1163 bytes) "Re: Problem with mpich on DEC Alpha" by Amit Margalit /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000096 (1476 bytes) "nohup & mpirun with MPT (SGI)" by Martin Audet /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000097 (2134 bytes) ""any/some to some" problems" by Joerg Stiller /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000098 (694 bytes) "Re: MPICH under Linux with NAG f95" by Thorsten Ohl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000099 (2033 bytes) "MPI_GetProcessor_Name returns 1 character" by Luc Vereecken /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000100 (3859 bytes) "SPDT '98" by Allen Davis Malony /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000101 (3859 bytes) "SPDT '98" by Allen Davis Malony /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000102 (816 bytes) "MSMQ and MPI" by Wesley T. Perkins /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000103 (822 bytes) "Re: MPI and Financial Modelling" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000104 (1481 bytes) "Re: Problem with mpich on DEC Alpha" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000105 (1654 bytes) "Re: MPI and Financial Modelling (Debugging, Deadlock)" by James Cownie /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000106 (1662 bytes) "NLANR Workshop" by Jack Solock /parallel/internet/usenet/comp.parallel.mpi/articles/1998/06-Jun/000107 (705 bytes) "Problems with MPIL_Spawn" by Aric Lambert /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/ "comp.parallel.mpi articles for Jul 1998" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000001 (540 bytes) "for distribued synch (lock, barrier)" by Lee sung-woo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000002 (967 bytes) "Re: MPI_GetProcessor_Name returns 1 character" by Axel vom Endt /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000003 (513 bytes) "Re: FAQ for this newsroup" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000004 (515 bytes) "MPI stubs" by Norm Troullier /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000005 (435 bytes) "FAQ for this newsroup" by Girindra D. Sharma /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000006 (17430 bytes) "Message Passing Interface (MPI) FAQ" by Shane Hebert /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000007 (770 bytes) "Re: for distribued synch (lock, barrier)" by Sven Paas /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000008 (460 bytes) "MPI-Myrinet" by Francesc Roca Tugas /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000009 (1041 bytes) "MPICH problems on windows NT" by Francesc Roca Tugas /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000010 (576 bytes) "Re: MPI-Myrinet" by Frederic Desprez /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000011 (3971 bytes) "Problems with MPICH on DEC ALPHA" by Fernando Nogueira /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000012 (1059 bytes) "Re: Problems with MPICH on DEC ALPHA" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000013 (1166 bytes) "Re: MPI-Myrinet" by Thilo Kielmann /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000014 (1547 bytes) "MPICH and its devices (ADI)" by Alexandre Carissimi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000015 (765 bytes) "Re: MPI-Myrinet" by Takahashi Toshiyuki /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000016 (1078 bytes) "MPICH problems on NT" by Francesc Roca Tugas /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000017 (1743 bytes) "Thank you for MPICH under LINUX with NAGF95" by Gaetano Bellanca /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000018 (1742 bytes) "Thank you for MPICH under LINUX with NAGF95" by Gaetano Bellanca /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000019 (1827 bytes) "p4_error" by Gaetano Bellanca /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000020 (435 bytes) "FAQ for this newsroup" by Girindra D. Sharma /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000021 (488 bytes) "WMPI 1.1" by Aaron Focacci /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000022 (7970 bytes) "Call for Papers: Java for HPNC" by Omer F Rana /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000023 (1147 bytes) "Threads, MPI and Re-entrancy" by Girindra D. Sharma /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000024 (2140 bytes) "Re: Threads, MPI and Re-entrancy" by Christoph Giess /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000025 (1056 bytes) "Problems with WMPI 1.1" by Georg Weissenbacher /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000026 (1151 bytes) "Re: p4_error" by Thomas Fuerle /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000027 (1037 bytes) "SHMEM on IRIX" by L'Excellent Jean Yves /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000028 (1225 bytes) "understanding requests" by Joerg Stiller /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000029 (1624 bytes) "net_send error from ch_p4" by Stephen Huh /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000030 (588 bytes) "Re: SHMEM on IRIX" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000031 (803 bytes) "Re: nohup & mpirun with MPT (SGI)" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000032 (1720 bytes) "Re: understanding requests" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000033 (709 bytes) "MPI_RECV" by Aaron Focacci /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000034 (941 bytes) "The structure of MPI_Request" by Peng Liu /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000035 (3915 bytes) "Re: HELP!! : I need an application about broadcasting" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000036 (788 bytes) "MPICH1.1 and Fortran90" by Ted Sariyski /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000037 (1894 bytes) "Re: The structure of MPI_Request" by Alexander N. Andreyev /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000038 (1358 bytes) "Re: MPICH1.1 and Fortran90" by Joerg Stiller /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000039 (2267 bytes) "Re: MPI_RECV" by David Espadas Valladares /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000040 (936 bytes) "Speed differences" by Dave Wiseman /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000041 (1632 bytes) "Re: FAQ for this newsroup" by Michael Pernice /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000042 (5148 bytes) "tutorial on real-time systems" by Albert M.K. Cheng /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000043 (4023 bytes) "Re: MPI_RECV" by J. Otto Tennant /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000044 (1012 bytes) "Re: FAQ for this newsroup" by Daniel Pfenniger /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000045 (1510 bytes) "Re: MPI_RECV" by David Espadas Valladares /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000046 (812 bytes) "Re: FAQ for this newsroup" by Tomasz Plewa /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000047 (723 bytes) "[Q] MPI (LAM or MPICH) on GNU-Win32 or CYGWIN ?" by Nicholas Yue /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000048 (3036 bytes) "Bugs of Array Services 3.1 on Origin2000" by Anthony Chan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000049 (873 bytes) "Re: MPI on GNU-Win32 ?" by Alexander N. Andreyev /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000050 (1269 bytes) "Re: Bugs of Array Services 3.1 on Origin2000" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000051 (1646 bytes) "Re: MPI_RECV" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000052 (705 bytes) "Re: Bugs of Array Services 3.1 on Origin2000" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000053 (510 bytes) "Description of errors for WMPI1.1?" by Georg Weissenbacher /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000054 (1210 bytes) "Re: Bugs of Array Services 3.1 on Origin2000" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000055 (1318 bytes) "Re: Bugs of Array Services 3.1 on Origin2000" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000056 (1212 bytes) "Re: Bugs of Array Services 3.1 on Origin2000" by Anthony Chan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000057 (2964 bytes) "Re: MPI_RECV" by J. Otto Tennant /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000058 (1715 bytes) "Re: MPI on GNU-Win32 ?" by Nicholas Yue /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000059 (1715 bytes) "Re: MPI on GNU-Win32 ?" by Nicholas Yue /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000060 (4469 bytes) "CFP: IEEE HIPS'99 workshop on High-Level Parallel Programming Models and Supportive Environments -- comp.parallel.mpi" by Frank Mueller /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000061 (1828 bytes) "new release (1.1.1) of mpich" by Rusty Lusk /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000062 (2148 bytes) "new version of ROMIO" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000063 (865 bytes) "Re: Problems with WMPI 1.1" by D.R. Commander /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000064 (1376 bytes) "LINUX threads and MPICH" by Salvatore Orlando /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000065 (1463 bytes) "Re: MPI_RECV" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000066 (467 bytes) "shared-memory pentium-based multiprocessor" by Janche Sang /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000067 (1332 bytes) "can't compile mpich on SGI" by Aaron Kushner /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000068 (598 bytes) "MPI on Mixed NT and Linux cluster?" by Blas Uberuaga /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000069 (232 bytes) "wAr75T38" by N0TmyFAYGO /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000070 (233 bytes) "Kibo" by N0TmyFAYGO /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000071 (893 bytes) "Re: shared-memory pentium-based multiprocessor" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000072 (837 bytes) "Using MPI to communicate between seperate binaries in LINUX" by Mark /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000073 (2050 bytes) "ISCOPE '98 Call For Posters" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000074 (4475 bytes) "CFP: Int. Conf. Parallel Computation" by Andreas Uhl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000075 (334 bytes) "N-body code" by Janche Sang /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000076 (1840 bytes) "Re: Bugs of Array Services 3.1 on Origin2000" by Anthony Chan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000077 (1521 bytes) "QUERY:terminal I/O in ROMIO, MPI-2" by Bradford Chamberlain /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000078 (384 bytes) "Parallel Linpack" by D.R. Commander /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000079 (1346 bytes) "Re: Bugs of Array Services 3.1 on Origin2000" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000080 (902 bytes) "Re: shared-memory pentium-based multiprocessor" by Miroslav Ruda /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000081 (1775 bytes) "mpich 1.1.1, IRIXN32 and ch_p4" by Miroslav Ruda /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000082 (1304 bytes) "Re: Using MPI to communicate between seperate binaries in LINUX" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000083 (2695 bytes) "Re: shared-memory pentium-based multiprocessor" by Thomas Fuerle /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000084 (1235 bytes) "Re: Problems with WMPI 1.1" by Pedro N. T. Silva /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000085 (1013 bytes) "Re: Memory leak on the SP2 with MPI" by L'Excellent Jean Yves /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000086 (2146 bytes) "Re: QUERY:terminal I/O in ROMIO, MPI-2" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000087 (4400 bytes) "problem with MPI_Allgather on MPICH" by Sanjay Velamparambil /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000088 (1930 bytes) "Re: QUERY:terminal I/O in ROMIO, MPI-2" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000089 (1044 bytes) "Re: QUERY:terminal I/O in ROMIO, MPI-2" by John M May /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000090 (1578 bytes) "Re: QUERY:terminal I/O in ROMIO, MPI-2" by Bradford Chamberlain /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000091 (1289 bytes) "Re: LINUX threads and MPICH" by James Clippinger /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000092 (3381 bytes) "Re: problem with MPI_Allgather on MPICH" by Luc Vereecken /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000093 (1005 bytes) "Installing MPI for Linux SMP?" by Shin-Cheng Mu /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000094 (715 bytes) "Help: Scalapack over Mpich in linux clusters?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000095 (748 bytes) "Re: Help: Scalapack over Mpich in linux clusters?" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000096 (1616 bytes) "Re: Installing MPI for Linux SMP?" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000097 (1111 bytes) "Re: Help: Scalapack over Mpich in linux clusters?" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000098 (832 bytes) "Re: reduction workspace" by Jim Tuccillo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000099 (520 bytes) "reduction workspace" by Richard Barrett /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000100 (704 bytes) "Re: reduction workspace" by Eric Salo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000101 (2601 bytes) "CFP: EuroTools Session at EuroPVM/MPI'98" by Roland Wismueller /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000102 (1025 bytes) "Re: reduction workspace" by Jim Tuccillo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000103 (756 bytes) "Re: reduction workspace" by Richard Barrett /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000104 (802 bytes) "Re: reduction workspace" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000105 (591 bytes) "Re: reduction workspace" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000106 (1109 bytes) "Re: reduction workspace" by Richard Barrett /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000107 (968 bytes) "Memory leak on the SP2 with MPI call" by Wai Sun Don /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000108 (475 bytes) "MPI-2 implementation" by Stephen Swidrak <@lmco.com> /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000109 (618 bytes) "Message types" by Aaron Focacci /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000110 (718 bytes) "Linux & MPI" by Dominic Baines /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000111 (1232 bytes) "Re: Memory leak on the SP2 with MPI call" by Jim Tuccillo /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000112 (2509 bytes) "Parallel Computing Workshop at UCLA 9/25" by Monnica Terwilliger /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000113 (1076 bytes) "MPICH problems on NT" by Francesc Roca Tugas /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000114 (771 bytes) "Re: MPI-Myrinet" by Takahashi Toshiyuki /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000115 (8641 bytes) "Re: Installing MPI for Linux SMP?" by Y. Hamadi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000116 (4239 bytes) "Re: Memory leak on the SP2 with MPI" by Y. Hamadi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000117 (1402 bytes) "Re: Installing MPI for Linux SMP?" by Jongsoo Kim /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000118 (5927 bytes) "Re: Installing MPI for Linux SMP?" by Y. Hamadi /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000119 (1637 bytes) "lam mpi error with linux" by Armando Lins Netto /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000120 (749 bytes) "MPICH - linux error" by Armando Lins Netto /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000121 (891 bytes) "LAM MPI & Linux Install problem - Please help." by Dominic Baines /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000122 (643 bytes) "Re: LAM MPI & Linux Install problem - Please help." by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000123 (3324 bytes) "Re: Installing MPI for Linux SMP?" by Miroslav Ruda /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000124 (1636 bytes) "Re: lam mpi error with linux" by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000125 (622 bytes) "Re: MPI-Myrinet" by Greg Lindahl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000126 (2082 bytes) "parallel CFD : 2 open positions" by Thomas Frank /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000127 (2690 bytes) "Re: LAM MPI & Linux Install problem - Please help." by Dominic Baines /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000128 (2169 bytes) "Re: lam mpi error with linux" by Erik Schnetter /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000129 (1814 bytes) "Re: lam mpi error with linux" by Cary B. O'Brien /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000130 (979 bytes) "Re: LAM MPI & Linux Install problem - Please help." by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000131 (1833 bytes) "Re: LAM MPI & Linux Install problem - Please help." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000132 (1124 bytes) "Re: LAM MPI & Linux Install problem - Please help." by Raja Daoud /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000133 (1206 bytes) "Re: MPICH - linux error" by Thomas Fuerle /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000134 (2187 bytes) "Re: MPI on Linux" by Joerg Stiller /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000135 (1109 bytes) "MPI on Linux" by Werner Schulz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000136 (1111 bytes) "Re: lam mpi error with linux" by Michael Schulz /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000137 (471 bytes) "New System Hardware" by anarchy /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000138 (407 bytes) "FFT's" by Aaron Focacci /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000139 (1964 bytes) "HPC position open" by Susan Price /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000140 (1214 bytes) "Re: FFT's" by Steven G. Johnson /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000141 (2181 bytes) "mpich Nexus? Globus? Gusto? totally baffled...." by Mike Harm /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000142 (496 bytes) "FREE LEONARDO DI CAPRIO XXX PICS HERE !! Check them out now !!" by FREE LEONARDO XXX PICS /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000143 (3847 bytes) "CFP: Parallel Computation 1999" by Andreas Uhl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/07-Jul/000144 (3847 bytes) "CFP: Parallel Computation 1999" by Andreas Uhl /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/ "comp.parallel.mpi articles for Aug 1998" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000001 (817 bytes) "Re: mpich Nexus? Globus? Gusto? totally baffled...." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000002 (1045 bytes) "Re: FFT's" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000003 (17430 bytes) "Message Passing Interface (MPI) FAQ" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000004 (902 bytes) "MPI jobs on Origin200 array - ??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000005 (1315 bytes) "Re: MPI jobs on Origin200 array - ??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000006 (1953 bytes) "Re: MPI jobs on Origin200 array - ??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000007 (2513 bytes) "Re: MPI jobs on Origin200 array - ??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000008 (802 bytes) "Re: mpich Nexus? Globus? Gusto? totally baffled...." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000009 (2750 bytes) "Using a purified MPI program ... ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000010 (632 bytes) "MPI over diverse network" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000011 (746 bytes) "MPI application with intensive file I/O??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000012 (1105 bytes) "Re: MPI application with intensive file I/O??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000013 (437 bytes) "Running LAM on SMP Linux?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000014 (851 bytes) "Re: MPI jobs on Origin200 array - ??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000015 (874 bytes) "Re: MPI application with intensive file I/O??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000016 (558 bytes) "what does mpi and pvm mean? FAQ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000017 (424 bytes) "Creating a Screen I/O on another machine" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000018 (1382 bytes) "Re: what does mpi and pvm mean? FAQ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000019 (904 bytes) "Extended precision using MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000020 (1515 bytes) "MPI Probes" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000021 (3387 bytes) "IOPADS '99 Call for Papers" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000022 (2511 bytes) "call-for-paper of special session of ADCOMP-98" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000023 (761 bytes) "MPI C code of Barnes-Hut Algorithm" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000024 (739 bytes) "Re: MPI C code of Barnes-Hut Algorithm" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000025 (865 bytes) "Re: MPI C code of Barnes-Hut Algorithm" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000026 (232 bytes) "Best MPIs for SMP Linux?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000027 (1439 bytes) "Re: Extended precision using MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000028 (512 bytes) "merced data sheets" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000029 (373 bytes) "FileMaker Pro training" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000030 (1410 bytes) "Impact of IA-64, Merced,McKinley" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000031 (840 bytes) "MPI on SGI POwer Challenge" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000032 (1913 bytes) "LAM/MPI on Alpha-Linux + SGI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000033 (1595 bytes) "Re: MPI C code of Barnes-Hut Algorithm" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000034 (1750 bytes) "CFP: Cluster Computing special issue on Metacomputing" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000035 (973 bytes) "Re: MPI on SGI POwer Challenge" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000036 (814 bytes) "Re: LAM/MPI on Alpha-Linux + SGI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000037 (825 bytes) ">>>ADOBE FRAMEMAKER +SGML ($295)<<<" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000038 (596 bytes) "Prevent Speeding Tickets! Defeat Photoradar!!" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000039 (697 bytes) "PETSC : Questions about iterations" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000040 (690 bytes) "Re: Creating a Screen I/O on another machine" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000041 (494 bytes) "Tests for MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000042 (617 bytes) "MPICH mailing-list" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000043 (926 bytes) "fortran Mpi on sun4" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000044 (832 bytes) "Re: Tests for MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000045 (1422 bytes) "Re: Tests for MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000046 (1148 bytes) "Re: MPICH mailing-list" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000047 (578 bytes) "Benchmarking" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000048 (1472 bytes) "multi-cpu machines and mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000049 (1434 bytes) "Re: PETSC : Questions about iterations" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000050 (800 bytes) "fortran and c" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000051 (950 bytes) "Re: multi-cpu machines and mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000052 (492 bytes) "Re: MPICH mailing-list" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000053 (2121 bytes) "Re: multi-cpu machines and mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000054 (898 bytes) "Re: fortran and c" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000055 (2607 bytes) "Re: Benchmarking" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000056 (1316 bytes) "Re: multi-cpu machines and mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000057 (634 bytes) "Re: multi-cpu machines and mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000058 (851 bytes) "fortran" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000059 (2156 bytes) "Re: MPI as root on SGI PowerChallenge" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000060 (2156 bytes) "Re: MPI as root on SGI PowerChallenge" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000061 (858 bytes) "Re: MPI as root on SGI PowerChallenge" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000062 (861 bytes) "RSH for MPI on Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000063 (1531 bytes) "Re: MPI as root on SGI PowerChallenge" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000064 (1562 bytes) "MPI as root on SGI PowerChallenge" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000065 (581 bytes) "Fast ethernet switches" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000066 (852 bytes) "Re: Environment variables under MPI()?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000067 (838 bytes) "Re: multi-cpu machines and mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000068 (1241 bytes) "Re: multi-cpu machines and mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000069 (1606 bytes) "Environment variables under MPI()?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000070 (2247 bytes) "Re: Environment variables under MPI()?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000071 (1730 bytes) "Re: Environment variables under MPI()?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000072 (2192 bytes) "Re: Environment variables under MPI()?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000073 (1180 bytes) "Re: Fast ethernet switches" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000074 (835 bytes) "Re: Environment variables under MPI()?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000075 (1600 bytes) "Re: Phd oppoutunity in HIgh Performance Computing (Digital Video Processing)" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000076 (484 bytes) "MPI on NT Supercluster" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000077 (551 bytes) "SGI MPI messge size" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000078 (703 bytes) "Re: SGI MPI messge size" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000079 (3734 bytes) "Re: Environment variables under MPI()?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000080 (4008 bytes) "Re: Environment variables under MPI()?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000081 (1118 bytes) "Shared Memory with MPI [Question from an uninitiated one]" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000082 (537 bytes) "HPF" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000083 (1655 bytes) "Re: PETSC : Questions about iterations" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000084 (1733 bytes) "Re: Shared Memory with MPI [Question from an uninitiated one]" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000085 (1114 bytes) "Specifying execution nodes on Origin 2000" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000086 (1697 bytes) "Re: Environment variables under MPI()?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000087 (718 bytes) "Re: MPI on NT Supercluster" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000088 (563 bytes) "large matrix inversion" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000089 (949 bytes) "Re: Shared Memory with MPI [Question from an uninitiated one]" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000090 (1190 bytes) "Help: can not compile mpich-1.1.1" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000091 (1185 bytes) "Re: Specifying execution nodes on Origin 2000" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000092 (710 bytes) "How to run MPMD ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000093 (2278 bytes) "Problems testing MPICH 1.1.0 on DEC Alpha" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000094 (2681 bytes) "Re: Problems testing MPICH 1.1.0 on DEC Alpha" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000095 (804 bytes) "Re: large matrix inversion" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000096 (852 bytes) "SEND,RECV" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000097 (951 bytes) "MPICH on PC with NT" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000098 (1300 bytes) "Re: Shared Memory with MPI [Question from an uninitiated one]" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000099 (1364 bytes) "Re: MPI on NT Supercluster" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000100 (947 bytes) "Re: large matrix inversion" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000101 (1257 bytes) "Re: large matrix inversion" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000102 (3727 bytes) "Re: Environment variables under MPI()?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000103 (854 bytes) "Re: SEND,RECV" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000104 (553 bytes) "Which MPI distribution on WinNT?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000105 (674 bytes) "Re: Which MPI distribution on WinNT?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000106 (1348 bytes) "Re: Environment variables under MPI()? (a correction)" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000107 (1096 bytes) "Re: Environment variables under MPI()?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000108 (858 bytes) "xmpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000109 (2719 bytes) "Why my MPICH/LAM under linux give low float point performance" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000110 (1560 bytes) "Re: xmpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000111 (1832 bytes) "Re: Why my MPICH/LAM under linux give low float point performance" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000112 (642 bytes) "How to kill mpi processes?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000113 (779 bytes) "Re: How to kill mpi processes?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000114 (413 bytes) "Algorithm for multiple multicasting needed!" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000115 (1388 bytes) "Re: How to kill mpi processes?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000116 (1524 bytes) "Re: Why my MPICH/LAM under linux give low float point performance" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000117 (1342 bytes) "Re: xmpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000118 (888 bytes) "Re: Algorithm for multiple multicasting needed!" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000119 (1954 bytes) "Re: How to kill mpi processes?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000120 (976 bytes) "Re: How to kill mpi processes?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000121 (749 bytes) "Re: xmpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000122 (893 bytes) "Linux MPICH configuration question" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000123 (871 bytes) "MPI_GATHER bug for linux?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000124 (2440 bytes) "Re: Why my MPICH/LAM under linux give low float point performance" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000125 (1807 bytes) "Re: Shared Memory with MPI [Question from an uninitiated one]" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000126 (1050 bytes) "MPI_Op question" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000127 (4390 bytes) "CFP: IEEE HIPS'99 workshop on High-Level Parallel Programming Models and Supportive Environments -- comp.parallel.mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000128 (583 bytes) "Java to MPI interface ??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000129 (584 bytes) "Java to MPI interface ??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000130 (1681 bytes) "Limited process numbers on Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/08-Aug/000131 (900 bytes) "MPI-Myrinet" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/ 09-Sep /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000001 (652 bytes) "Re: debugger on SP2" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000002 (1763 bytes) "Profiling user-defined events in MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000003 (1724 bytes) "Re: Parallel machine simulator for MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000004 (17615 bytes) "Message Passing Interface (MPI) FAQ" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000005 (553 bytes) "Parallel machine simulator for MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000006 (994 bytes) "Re: debugger on SP2" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000007 (769 bytes) "Private network for linux cluster" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000008 (677 bytes) "Can MPIch 1.1.1 start with script ??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000009 (626 bytes) "Re: SEND,RECV" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000010 (797 bytes) "debugger on SP2" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000011 (1454 bytes) "Re: MPI_Op question" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000012 (1056 bytes) "Re: Can MPIch 1.1.1 start with script ??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000013 (1044 bytes) "RPC question" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000014 (905 bytes) "MPICH - Implementation of Channel Interface/ADI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000015 (5386 bytes) "Multiprocessor PCI boards" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000016 (1884 bytes) "Re: How to kill mpi processes?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000017 (1186 bytes) "make mpi in linux error" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000018 (416 bytes) "Re: debugger on SP2" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000019 (2593 bytes) "Start Threads in MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000020 (1536 bytes) "Re: Start Threads in MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000021 (1667 bytes) "Re: make mpi in linux error" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000022 (1014 bytes) "Re: Java to MPI interface ??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000023 (1079 bytes) "latency and bandwidth on IBM SP2" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000024 (2593 bytes) "MPI error in CrayT3E" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000025 (923 bytes) "Re: MPI error in CrayT3E" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000026 (1518 bytes) "Re: latency and bandwidth on IBM SP2" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000027 (861 bytes) "How to split MPI process" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000028 (728 bytes) "MPI_ABORT on SGI O2K" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000029 (1081 bytes) "MPIL_Spawn" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000030 (1034 bytes) "Is there a synchronous send routine in PVM?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000031 (1622 bytes) "Re: MPI_ABORT on SGI O2K" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000032 (3800 bytes) "Re: latency and bandwidth on IBM SP2" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000033 (1788 bytes) "Re: make mpi in linux error" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000034 (316 bytes) "test" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000035 (903 bytes) "Re: MPI_ABORT on SGI O2K" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000036 (1724 bytes) "sc98 student volunteer" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000037 (3787 bytes) "IOPADS '99 Call for Papers" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000038 (2611 bytes) "Log file frustration in MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000039 (1388 bytes) "[Q]: TreadMarks and MPI ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000040 (467 bytes) "MPI implementation for window NT" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000041 (2861 bytes) "Pentium related problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000042 (791 bytes) "Re: MPI implementation for window NT" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000043 (1334 bytes) "Re: Is there a synchronous send routine in PVM?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000044 (1373 bytes) "Re: MPIL_Spawn" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000045 (2291 bytes) "Latency and MPI_Probe on SP2" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000046 (1441 bytes) "Re: Pentium related problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000047 (765 bytes) "Warning: Strange activity alert." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000048 (2357 bytes) "Re: Latency and MPI_Probe on SP2" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000049 (547 bytes) "Re: Latency and MPI_Probe on SP2" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000050 (1653 bytes) "Re: Is there a synchronous send routine in PVM?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000051 (874 bytes) "MPI_Barrier - how about argument checking ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000052 (1295 bytes) "Re: MPI_Barrier - how about argument checking ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000053 (1047 bytes) "Re: MPI_Barrier - how about argument checking ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000054 (454 bytes) "How to implement MPI ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000055 (1854 bytes) "Re: Start Threads in MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000056 (805 bytes) "Re: How to implement MPI ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000057 (1606 bytes) "Re: MPI_Barrier - how about argument checking ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000058 (871 bytes) "Re: MPI_Barrier - how about argument checking ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000059 (2178 bytes) "Re: Start Threads in MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000060 (614 bytes) "Does Shared memory support MPICH?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000061 (1215 bytes) "p4_error: Timeout in making connection" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000062 (5245 bytes) "SPAA '99 Call for Papers" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000063 (763 bytes) "Nqueens" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000064 (666 bytes) "Re: Does Shared memory support MPICH?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000065 (1784 bytes) "QUESTION" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000066 (4565 bytes) "Re: Latency and MPI_Probe on SP2" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000067 (901 bytes) "The Clinton, Starr Report in FULL" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000068 (683 bytes) "Re: Latency and MPI_Probe on SP2" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000069 (609 bytes) "Conversion PVm to MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000070 (2680 bytes) "[Announcement] Transfer of Dynamic data-types with MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000071 (946 bytes) "Re: Conversion PVm to MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000072 (1225 bytes) "Speed using MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000073 (1731 bytes) "Re: Speed using MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000074 (2502 bytes) "MPI/RT Public Comment Period" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000075 (1364 bytes) "Re: Conversion PVm to MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000076 (2617 bytes) "Re: Log file frustration in MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000077 (1175 bytes) "MPI on cray T3E, MPI data block size" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000078 (1339 bytes) "DOUBLE COMPLEX in MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000079 (858 bytes) "Re: Speed using MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000080 (748 bytes) "Re: Speed using MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000081 (679 bytes) "MPI CODE and PERFORMANCE for 1-d FFT" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000082 (1628 bytes) "MPI For Java" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000083 (1682 bytes) "MPI For Java" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000084 (1899 bytes) "Spawning processes on LAM and/or MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000085 (2162 bytes) "Re: Speed using MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000086 (2771 bytes) "Speed using MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000087 (555 bytes) "PVM -> MPI ???" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000088 (453 bytes) "How to build a fast cluster?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000089 (3280 bytes) "[ANNOUNCEMENT] ParMETIS 2.0: A Parallel Graph Partitioning and Sparse Matrix Ordering Library" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000090 (691 bytes) "Re: How to build a fast cluster?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000091 (4390 bytes) "CFP: IEEE HIPS'99 workshop on High-Level Parallel Programming Models and Supportive Environments -- comp.parallel.mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000092 (1168 bytes) "Tuning the performance of MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000093 (912 bytes) "Re: How to build a fast cluster?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000094 (584 bytes) "Re: How to build a fast cluster?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000095 (3193 bytes) "call for paper" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000096 (5101 bytes) "MPIDC99 First CFP" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000097 (465 bytes) "Matrix-Matrix mult" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000098 (420 bytes) "mpi n' xmpi for linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000099 (1439 bytes) "Re: Speed using MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000100 (2975 bytes) "Re: Spawning processes on LAM and/or MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000101 (1971 bytes) "Linux LAM6.1 hboot timeout error" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000102 (582 bytes) "Secure Message Passing ??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000103 (743 bytes) "Nonblocking communications" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000104 (994 bytes) "developping with MPI from a NT workstation, to a cluster" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000105 (1009 bytes) "Re: Y2K compliance." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000106 (542 bytes) "Y2K compliance." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000107 (1188 bytes) "mpirun command" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/09-Sep/000108 (4460 bytes) "Extended Deadline (CANPC'99)" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/ 10-Oct /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000001 (1192 bytes) "ISCOPE '98 CALL FOR POSTERS" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000002 (1226 bytes) "Translation of MPI-2.0 docs to Portuguese?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000003 (18105 bytes) "Message Passing Interface (MPI) FAQ" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000004 (945 bytes) "MPI for Python?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000005 (1353 bytes) "sockets plus MPI code fails under aix" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000006 (1395 bytes) "Re: mpirun command" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000007 (1234 bytes) "Re: mpirun command" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000008 (1766 bytes) "MPI and DQS" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000009 (1311 bytes) "Re: mpirun command" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000010 (694 bytes) "[MPICH] Allreduce: Message Truncated." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000011 (1577 bytes) "Linux-2.1.79/MPICH-1.1.0 MPI socket problems" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000012 (890 bytes) "Re: SMP Alpha Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000013 (769 bytes) "Re: Secure Message Passing ??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000014 (3793 bytes) "IOPADS '99 CFP, deadline October 16" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000015 (1104 bytes) "Re: SMP Alpha Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000016 (1355 bytes) "Re: SMP Alpha Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000017 (1306 bytes) "Re: SMP Alpha Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000018 (1525 bytes) "Re: SMP Alpha Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000019 (682 bytes) "SMP Alpha Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000020 (1044 bytes) "Owning Your Own Adult Interent Business Is Easy" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000021 (445 bytes) "Occam for Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000022 (1446 bytes) "Re: Secure Message Passing ??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000023 (8896 bytes) "Multi-threaded, Object-Oriented MPI-Based Message Passing Interface: The ARCH Library" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000024 (424 bytes) "superlinear speedup in MPI?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000025 (1141 bytes) "MPI on Power Challenge" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000026 (1756 bytes) "Re: superlinear speedup in MPI?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000027 (907 bytes) "Help me! (IRIX64 origin 6.4)" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000028 (1075 bytes) "Re: Help me! (IRIX64 origin 6.4)" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000029 (453 bytes) "Re: Help me! (IRIX64 origin6.4)" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000030 (1628 bytes) "Re: superlinear speedup in MPI?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000031 (776 bytes) "Need help with MPICH compile" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000032 (2472 bytes) "Linux MPICH/NAG F95 only creates 1 task" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000033 (1048 bytes) "cheap computer stuff" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000034 (467 bytes) "Ray tracing /volrend code" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000035 (2475 bytes) "POSTDOCTORAL POSITION-ARGONNE NAT'L LAB." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000036 (1151 bytes) "Timing calls" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000037 (1261 bytes) "Re: Linux MPICH/NAG F95 only creates 1 task" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000038 (1346 bytes) "Re: Need help with MPICH compile" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000039 (941 bytes) "Re: Help me! (IRIX64 origin6.4)" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000040 (1506 bytes) "Re: Linux MPICH/NAG F95 only creates 1 task" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000041 (1554 bytes) "Re: Linux MPICH/NAG F95 only creates 1 task" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000042 (1988 bytes) "mpich, gcc-2.7.2.3, linux-2.0.35 uncompilable..." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000043 (671 bytes) "Re: Need help with MPICH compile" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000044 (2780 bytes) "Re: Linux MPICH/NAG F95 only creates 1 task" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000045 (1081 bytes) "Re: Timing calls" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000046 (1431 bytes) "C and FORTRAN" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000047 (810 bytes) "Re: C and FORTRAN" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000048 (1955 bytes) "Re: C and FORTRAN" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000049 (1379 bytes) "g77 & mpich" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000050 (458 bytes) "Re: MPI CODE and PERFORMANCE for 1-d FFT" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000051 (2370 bytes) "Re: mpich, gcc-2.7.2.3, linux-2.0.35 uncompilable..." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000052 (872 bytes) "Re: MPI CODE and PERFORMANCE for 1-d FFT" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000053 (905 bytes) "Re: mpich, gcc-2.7.2.3, linux-2.0.35 uncompilable..." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000054 (1764 bytes) "Re: mpich, gcc-2.7.2.3, linux-2.0.35 uncompilable..." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000055 (615 bytes) "globally organized research" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000056 (1878 bytes) "Re: C and FORTRAN" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000057 (1877 bytes) "Atomicity of MPI_Reduce" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000058 (1528 bytes) "Re: Atomicity of MPI_Reduce" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000059 (1452 bytes) "Re: mpich, gcc-2.7.2.3, linux-2.0.35 uncompilable..." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000060 (1260 bytes) "Re: superlinear speedup in MPI?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000061 (2156 bytes) "Re: superlinear speedup in MPI?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000062 (2677 bytes) "Re: mpich, gcc-2.7.2.3, linux-2.0.35 uncompilable..." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000063 (594 bytes) "Re: Occam for Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000064 (724 bytes) "Re: superlinear speedup in MPI?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000065 (1645 bytes) "Having problems with the compilation of MPE libraries" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000066 (2635 bytes) "TRACS - Call for Applicants" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000067 (2487 bytes) "Re: Having problems with the compilation of MPE libraries" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000068 (2756 bytes) "Re: g77 & mpich" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000069 (1612 bytes) "Re: Having problems with the compilation of MPE libraries" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000070 (865 bytes) "Re: any MPI on Virtual Interface Architecture (VIA)?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000071 (902 bytes) "installing mpich on hp" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000072 (725 bytes) "How to put LAM/MPI on DEC linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000073 (1610 bytes) "Gracias por su consejo Sr. Daniel G. Chavarria" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000074 (1496 bytes) "Re: Having problems with the compilation of MPE libraries" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000075 (533 bytes) "wireless parallel connection" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000076 (479 bytes) "any MPI on Virtual Interface Architecture (VIA)?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000077 (471 bytes) "[q] MPI on a single PC" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000078 (723 bytes) "Re: [q] MPI on a single PC" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000079 (2381 bytes) "Re: Help me! (IRIX64 origin 6.4)" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000080 (2659 bytes) "Re: De Ferran Eloi (MPI)" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000081 (10271 bytes) "CFP, Int'l Conf on Parallel Processing (ICPP'99) at Fukushima, Japan" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000082 (794 bytes) "ssrun for MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000083 (4340 bytes) "MPPM99: Call For Papers" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000084 (656 bytes) "Good high level language for MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000085 (865 bytes) "Re: Good high level language for MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000086 (4396 bytes) "FINAL CFP: IEEE HIPS'99 Workshop on High-Level Parallel Programming Models and Supportive Environments -- comp.parallel.mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000087 (880 bytes) "Re: Good high level language for MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000088 (809 bytes) "Re: ssrun for MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000089 (2408 bytes) "Re: Good high level language for MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000090 (4909 bytes) "[CFP] Workshop on Parallel Computing for Irregular Applications" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000091 (3272 bytes) "buffer size question?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000092 (336 bytes) "debuger" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000093 (661 bytes) "Re: debuger" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000094 (1426 bytes) "Re: installing mpich on hp" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000095 (422 bytes) "Anyone debugging MPI on NT with MS Visual Debugger?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000096 (1172 bytes) "Re: g77 & mpich" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000097 (528 bytes) "scripting languages and mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000098 (690 bytes) "Re: Good high level language for MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000099 (1006 bytes) "MPI Installation on Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000100 (1495 bytes) "Re: MPI Installation on Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000101 (3877 bytes) "IOPADS deadline extended to Nov. 23" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000102 (2633 bytes) "PLAPACK R1.2 (BETA) available" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000103 (4623 bytes) "[Q] MPICH 1.1.1 install problems on Redhat 5.1" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000104 (603 bytes) "Debuggers for MPI ??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000105 (5441 bytes) "Re: [Q] MPICH 1.1.1 install problems on Redhat 5.1" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000106 (985 bytes) "Re: Debuggers for MPI ??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000107 (1234 bytes) "Re: Debuggers for MPI ??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000108 (879 bytes) "Re: [Q] MPICH 1.1.1 install problems on Redhat 5.1" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000109 (1345 bytes) "Problem Truncating Messages" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000110 (2607 bytes) "Re: Debuggers for MPI ??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000111 (756 bytes) "MPICH installation failure" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000112 (2132 bytes) "Re: [Q] MPICH 1.1.1 install problems on Redhat 5.1" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000113 (881 bytes) "debugging on MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000114 (427 bytes) "[Q] MPI book or web pages" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000115 (5715 bytes) "Re: [Q] MPICH 1.1.1 install problems on Redhat 5.1" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000116 (871 bytes) "mpi applet?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000117 (960 bytes) "Re: [Q] MPI book or web pages" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000118 (997 bytes) "Re: [Q] MPI book or web pages" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000119 (1509 bytes) "Re: [Q] MPICH 1.1.1 install problems on Redhat 5.1" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000120 (2472 bytes) "Re: MPICH installation failure" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000121 (1440 bytes) "Re: Problem Truncating Messages" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000122 (743 bytes) "Re: MPICH question" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000123 (896 bytes) "How to declare shared variable in MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000124 (1643 bytes) "Re: How to declare shared variable in MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000125 (1088 bytes) "Q: support for MPI_INIT_THREAD" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000126 (736 bytes) "Re: Q: support for MPI_INIT_THREAD" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000127 (706 bytes) "Re: linking Fortran and c++ object files" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/10-Oct/000128 (3448 bytes) "Re: [Q] MPICH 1.1.1 install problems on Redhat 5.1 - SUMMARY" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/ 11-Nov /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000001 (4956 bytes) "Deadline extension for HPCIA (10 november)" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000002 (18105 bytes) "Message Passing Interface (MPI) FAQ" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000003 (1111 bytes) "MPICH on SNI RM-600 (?)" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000004 (558 bytes) "Bon jovi, Van hallen, Celine Dion and more.." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000005 (1525 bytes) "Re: cpilog failure" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000006 (30805 bytes) "Re: cpilog failure" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000007 (1298 bytes) "mpirun, argv, in fortran" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000008 (1138 bytes) "Re: [mpich] mpirun machinefile bug (Re: Mpich p4 error: fork failed" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000009 (1945 bytes) "Re: MPICH on DEC Alpha/Digital Unix" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000010 (2965 bytes) "Re: mpirun, argv, in fortran" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000011 (682 bytes) "Re: mpirun, argv, in fortran" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000012 (2697 bytes) "TRACS - Call for Applicants" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000013 (1489 bytes) "Re: MPICH on SNI RM-600 (?)" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000014 (3297 bytes) "Using MPI under NQS: possible? How?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000015 (2010 bytes) "Re: Install for two configurations?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000016 (1154 bytes) "mpich 1.1.1 on SGI Power Onix" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000017 (2248 bytes) "MPICH hangs at start-up" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000018 (1744 bytes) "Re: mpich 1.1.1 on SGI Power Onix" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000019 (873 bytes) "mpirun: network is unreachable" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000020 (780 bytes) "Running MPI programs without mpirun?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000021 (996 bytes) "Re: javaMPI, where is it ??" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000022 (1114 bytes) "Re: Running MPI programs without mpirun?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000023 (767 bytes) "cpilog failure" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000024 (639 bytes) "Mpich p4 error: fork failed" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000025 (939 bytes) "bestore.com º¸Çè»óÇ°¾È³»" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000026 (655 bytes) "parallel and distributed computing" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000027 (705 bytes) "[mpich] mpirun machinefile bug (Re: Mpich p4 error: fork failed" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000028 (3536 bytes) "MPICH on DEC Alpha/Digital Unix" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000029 (1097 bytes) "Re: Using MPI Across LANS and Domains?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000030 (944 bytes) "Install for two configurations?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000031 (848 bytes) "Re: [mpich] mpirun machinefile bug (Re: Mpich p4 error: fork failed" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000032 (856 bytes) "Number of workstations" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000033 (1378 bytes) "Re: cpilog failure" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000034 (6476 bytes) "Some problems with permissions in other machines." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000035 (1565 bytes) "Re: running MPI under different operating systems......" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000036 (1588 bytes) "Re: Some problems with permissions in other machines." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000037 (1012 bytes) "Re: MPI Book" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000038 (395 bytes) "MPI-2 I/O" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000039 (1248 bytes) "Re: Some problems with permissions in other machines." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000040 (2013 bytes) "Installation of MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000041 (392 bytes) "using MPICH under WinNT" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000042 (1775 bytes) "Re: using MPICH under WinNT" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000043 (7352 bytes) "Lack of Performance under WINNT 4.0" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000044 (1639 bytes) "Re: Dynamic process ranks and MPI ???" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000045 (1638 bytes) "Dynamic process ranks and MPI ???" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000046 (1500 bytes) "Program size grows with time in MPICH runs ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000047 (1012 bytes) "Re: Some problems with permissions in other machines." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000048 (1266 bytes) "Re: Lack of Performance under WINNT 4.0" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000049 (1549 bytes) "Re: Some problems with permissions in other machines." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000050 (867 bytes) "PERFORMANCE EVALUATING OF SUPERCOMPUTERS" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000051 (5560 bytes) "Re: Lack of Performance under WINNT 4.0" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000052 (1803 bytes) "Re: Lack of Performance under WINNT 4.0" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000053 (2102 bytes) "Please help with 'configure' for MPI ..." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000054 (1265 bytes) "Re: Large Cluster with MPI and PVM" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000055 (701 bytes) "mpirun is not able to invoke my process" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000056 (997 bytes) "Inverting a matrix with mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000057 (778 bytes) "Large Cluster with MPI and PVM" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000058 (997 bytes) "LAM vs. MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000059 (1507 bytes) "Re: LAM vs. MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000060 (1393 bytes) "Re: Dynamic process ranks and MPI ???" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000061 (569 bytes) "Where is the source code?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000062 (1396 bytes) "Re: LAM vs. MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000063 (3883 bytes) "Reminder: IOPADS '99 extended deadline, Nov. 23" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000064 (448 bytes) "mpich on PC's running Solaris" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000065 (1118 bytes) "Re: mpich on PC's running Solaris" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000066 (825 bytes) "non-blocking MPI_REDUCE" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000067 (181 bytes) "Test" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000068 (899 bytes) "MPI_Allgather" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000069 (942 bytes) "Re: LAM vs. MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000070 (924 bytes) "Re: User-defined structures => MPI datatypes tools ???????" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000071 (2056 bytes) "Re: LAM vs. MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000072 (2056 bytes) "Re: Using MPI Across LANS and Domains?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000073 (1354 bytes) "Re: LAM vs. MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000074 (1153 bytes) "Re: Where is the source code?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000075 (765 bytes) "Dynamic load determination" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000076 (4060 bytes) "JOB POSTING: R&D at Honeywell Technology Center" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000077 (1264 bytes) "User-defined structures => MPI datatypes tools ???????" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000078 (895 bytes) "Re: User-defined structures => MPI datatypes tools ???????" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000079 (2073 bytes) "Re: Dynamic load determination" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000080 (5099 bytes) "Problem with MPI_Type_struct and MPICH 1.1.1" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000081 (852 bytes) "Re: Problem with MPI_Type_struct and MPICH 1.1.1" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000082 (2603 bytes) "Positions Available at EPCC." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000083 (1804 bytes) "Re: LAM vs. MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000084 (1901 bytes) "MPI problem on SP2" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000085 (395 bytes) "Have u seen this?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000086 (850 bytes) "LAM/MPI and Posix threads" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000087 (982 bytes) "Re: Using MPI Across LANS and Domains?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000088 (733 bytes) "MPI_FINALIZE(). Is it necessary?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000089 (1846 bytes) "Re: MPI_FINALIZE(). Is it necessary?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000090 (741 bytes) "MPI VS. OPENMP" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000091 (1632 bytes) "Re: MPI VS. OPENMP" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000092 (2385 bytes) "WMPI v 1.2 Release" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000093 (472 bytes) "MPE" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000094 (931 bytes) "info Processeurs" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000095 (426 bytes) "MPICH C++ Documentation" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000096 (1458 bytes) "Re: MPI_Allgather" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000097 (1335 bytes) "Re: MPE" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000098 (1200 bytes) "Re: MPICH C++ Documentation... any MPI1.1 plugable C++ mapping like MPI-2 propose" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000099 (1142 bytes) "Re: MPICH C++ Documentation... any MPI1.1 plugable C++ mapping like MPI-2 propose" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000100 (1069 bytes) "Re: Dynamic process ranks and MPI ???" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000101 (982 bytes) "Portland Group Fortran and MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000102 (1316 bytes) "Re: MPICH C++ Documentation... any MPI1.1 plugable C++ mapping like MPI-2 propose" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000103 (1649 bytes) "MagPIe: MPI's collective communication operations for wide area systems" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000104 (4563 bytes) "CFP: Special Issue on Graph Partitioning and Parallel Computing" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000105 (682 bytes) "Counting no. of active processes" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000106 (656 bytes) "Re: Environment Variables and MPI ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000107 (652 bytes) "Can I get a core dump with an MPI program?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000108 (634 bytes) "Re: Large Cluster with MPI and PVM" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000109 (2443 bytes) "Re: Dynamic load determination" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000110 (622 bytes) "Need MPI for NT ALPHA" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000111 (637 bytes) "Re: MPICH C++ Documentation" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000112 (2313 bytes) "Re: Portland Group Fortran and MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000113 (1352 bytes) "Re: Environment Variables and MPI ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000114 (1050 bytes) "Re: Can I get a core dump with an MPI program?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000115 (746 bytes) "Help about MPI_Type" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000116 (627 bytes) "Environment Variables and MPI ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000117 (1129 bytes) "How many to allocate buffer sizes in Nonblocking, bufferd-mode communication?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000118 (1015 bytes) "Re: Help about MPI_Type" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000119 (767 bytes) "Shared Memory tests on Sun" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000120 (1288 bytes) "Re: Shared Memory tests on Sun" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000121 (1337 bytes) "Re: Large Cluster with MPI and PVM" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000122 (782 bytes) "Source for High lEvel Libs" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000123 (1024 bytes) "MPI/PVM Source Repository" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000124 (900 bytes) "Implementation details of clocks (MPI_Wtime) on IBM SP2" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000125 (2624 bytes) "MPI on Linux RH51" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000126 (942 bytes) "Re: Where is the source code?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000127 (1069 bytes) "Re: Source for High lEvel Libs" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000128 (1070 bytes) "Re: Source for High lEvel Libs" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000129 (1152 bytes) "Re: Need MPI for NT ALPHA" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000130 (637 bytes) "small debian cluster" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000131 (642 bytes) "Re: Help about MPI_Type" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000132 (326 bytes) "MPI in PC's" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000133 (1134 bytes) "Re: How many to allocate buffer sizes in Nonblocking, bufferd-mode communication?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000134 (1161 bytes) "Re: MPI in PC's" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000135 (2002 bytes) "On-site Position" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000136 (2148 bytes) "Re: small debian cluster" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000137 (2355 bytes) "MPI & Fortran77" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000138 (1121 bytes) "Re: Environment Variables and MPI ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000139 (888 bytes) "Help needed using WMPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000140 (1067 bytes) "Re: Need MPI for NT ALPHA" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000141 (957 bytes) "Any debugger for MPI parallel program in PowerPC platform" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000142 (1262 bytes) "Re: MPI & Fortran77" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000143 (2466 bytes) "Re: Help needed using WMPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000144 (1207 bytes) "Re: Generic Question...." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000145 (3830 bytes) "Call for Participation" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000146 (571 bytes) "wanted mpich for parsytec" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000147 (834 bytes) "Re: Any debugger for MPI parallel program in PowerPC platform" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000148 (1552 bytes) "Job Opening at MSU" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000149 (1717 bytes) "Re: How many to allocate buffer sizes in Nonblocking, bufferd-mode communication?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000150 (5619 bytes) "Help! LAM, XMPI 2.1 traces & lamtrace" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000151 (3408 bytes) "CFP: HPNCA-99" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000152 (885 bytes) "Help needed using WMPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000153 (554 bytes) "Generic Question...." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000154 (865 bytes) "shared vs distributed memory" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000155 (12095 bytes) "FIRST ANNOUNCEMENT and CALL for PAPERS for HiPer'99" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000156 (4224 bytes) "CALL FOR PAPERS: ACM 1999 Java Grande Conference" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/11-Nov/000157 (432 bytes) "Generic II..." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/ 12-Dec /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000001 (1574 bytes) "Re: xmpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000002 (3260 bytes) "Re: MPI on Linux RH51" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000003 (611 bytes) "Capturing MPI messages" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000004 (2077 bytes) "Re: MPICH on Solaris (ch_shmem)" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000005 (324 bytes) "Please Help !" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000006 (848 bytes) "from PVM to MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000007 (756 bytes) "Re: from PVM to MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000008 (742 bytes) "Permission denied!" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000009 (1398 bytes) "user-defined datatypes" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000010 (1397 bytes) "user-defined datatypes" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000011 (3144 bytes) "derived datatypes" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000012 (982 bytes) "MPIrun error" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000013 (3277 bytes) "Re: MPICH on Solaris (ch_shmem)" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000014 (2540 bytes) "Re: user-defined datatypes" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000015 (723 bytes) "Performance between MPI-1 and MPI-2" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000016 (1015 bytes) "Re: MPIrun error" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000017 (2605 bytes) "[Q] debugging with MPICH under AIX ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000018 (478 bytes) "mpich / gdb / emacs" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000019 (2181 bytes) "Re: from PVM to MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000020 (1224 bytes) "Installing LAM-MPI in Alpha Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000021 (1552 bytes) "Re: from PVM to MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000022 (515 bytes) "MPI implementation of Linda?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000023 (920 bytes) "mpich on linuxppc-R4" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000024 (508 bytes) "Virtual SMP. Possible?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000025 (1348 bytes) "Re: MPICH on Solaris (ch_shmem)" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000026 (956 bytes) "Re: Virtual SMP. Possible?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000027 (1047 bytes) "Re: Virtual SMP. Possible?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000028 (733 bytes) "Scalapack's Performance in Myrinet Workstation Clusters?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000029 (546 bytes) "Share MPE log" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000030 (1095 bytes) "To build a Myrinet LINUX cluster?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000031 (787 bytes) "Re: To build a Myrinet LINUX cluster?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000032 (1046 bytes) "wmpi1.2 fails to connect as NT service" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000033 (1717 bytes) "Re: wmpi1.2 fails to connect as NT service" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000034 (3509 bytes) "Job Posting: R&D at Honeywell Technology Center" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000035 (2106 bytes) "[Q] use of MPI_FINALIZE and MPI_ABORT ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000036 (480 bytes) "WMPI v1.2 NT Service patch available" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000037 (784 bytes) "Re: Scalapack's Performance in Myrinet Workstation Clusters?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000038 (1796 bytes) "Re: newbie question" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000039 (695 bytes) "Re: wmpi1.2 fails to connect as NT service" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000040 (888 bytes) "Questions on Win32 mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000041 (480 bytes) "newbie question" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000042 (2667 bytes) "[Q] debugging with MPICH under AIX [again]" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000043 (1474 bytes) "Re: Questions on Win32 mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000044 (512 bytes) "Bitonic Sort Implementation" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000045 (1363 bytes) "WMPI (p4 transport) process consume CPU when waiting ... how to wait passively?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000046 (659 bytes) "Re: WMPI (p4 transport) process consume CPU when waiting ... how to wait passively?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000047 (1627 bytes) "Re: MPI_FINALIZE(). Is it necessary?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000048 (1054 bytes) "Can multiple processes write to a single file?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000049 (1406 bytes) "Re: Questions on Win32 mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000050 (5667 bytes) "Anybody using lamtrace?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000051 (466 bytes) "100% FREE XXX SITE 3828" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000052 (1086 bytes) "Re: WMPI (p4 transport) process consume CPU when waiting ... how to wait passively?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000053 (1755 bytes) "Re: Can multiple processes write to a single file?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000054 (5159 bytes) "MPIDC99 - Atlanta, Extended Paper Deadline" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000055 (551 bytes) "win32mpi documentation request" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000056 (956 bytes) "MPI On RH 5.1" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000057 (1155 bytes) "Re: Direct solver for AX=B?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000058 (4430 bytes) "Pittsburgh Supercomputing Center Supercomputing Techniques: Parallel Processing on CRAY MPP Systems" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000059 (842 bytes) "Direct solver for AX=B?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000060 (510 bytes) "mpich on HPUX-11.00/ upshot" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000061 (4793 bytes) "Re: superlinear speedup, (was: fortran77 programming)" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000062 (1439 bytes) "Re: Direct solver for AX=B?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000063 (1033 bytes) "pipelining with MPI/FM" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000064 (2057 bytes) "Re: superlinear speedup, (was: fortran77 programming)" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000065 (1183 bytes) "Re: Direct solver for AX=B?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000066 (1353 bytes) "Re: Direct solver for AX=B?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000067 (2046 bytes) "compiling mpich on redhat 5.1" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000068 (772 bytes) "Re: Direct solver for AX=B?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000069 (1380 bytes) "Re: compiling mpich on redhat 5.1" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000070 (2632 bytes) "Re: compiling mpich on redhat 5.1" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000071 (1750 bytes) "Announcing AutoMap/AutoLink v2.11" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000072 (2462 bytes) "Re: Implicit methods in MPI for time dependant PDE's." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000073 (584 bytes) "Benchmarking wrt message length" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000074 (564 bytes) "LAM & RedHat?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000075 (1039 bytes) "Re: Benchmarking wrt message length" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000076 (877 bytes) "MPI on cluster of Win95 AND Linux?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000077 (1841 bytes) "Re: MPI on cluster of Win95 AND Linux?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000078 (1028 bytes) "Re: MPI on cluster of Win95 AND Linux?" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000079 (5234 bytes) "CFP: SPAA '99" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000080 (1255 bytes) "Implicit methods in MPI for time dependant PDE's." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000081 (1943 bytes) "MPICH on RedHat5.2" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000082 (1632 bytes) "Re: Benchmarking wrt message length" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000083 (2218 bytes) "globally defined types in C++ VS. main(argc, argv)" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000084 (848 bytes) "MPI_POST_HANDLER" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000085 (2123 bytes) "PETSc tutorial announcement" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000086 (913 bytes) "Process Listing is Confusing" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000087 (21582 bytes) "CFP: PDPTA'99 / CISST'99 Int'l Conferences - Las Vegas, June 28 - July 1, 1999 ..." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000088 (743 bytes) "Context in mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000089 (680 bytes) "The Interactive Dance Compilation you can play and Mix on your PC!! 4762" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000090 (1772 bytes) "Re: Context in mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000091 (4206 bytes) "Confused about Request::Wait(status) and tag = -1 !!" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000092 (498 bytes) "Pussy shot from behind 6542" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000093 (441 bytes) "onion up her ass 7771" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000094 (6076 bytes) "Re: Confused about Request::Wait(status) and tag = -1 !!" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000095 (1946 bytes) "Re: Context in mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000096 (1470 bytes) "Re: Context in mpi" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000097 (1889 bytes) "Re: Suggest we make this a moderated group ASAP" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000098 (1146 bytes) "Suggest we make this a moderated group ASAP" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000099 (483 bytes) "FREE THINGS! 3377" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000100 (806 bytes) "use of MPI_WAIT in non-blocking mode" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000101 (704 bytes) "Re: Confused about Request::Wait(status) and tag = -1 !!" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000102 (1700 bytes) "Re: Confused about Request::Wait(status) and tag = -1 !!" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000103 (1125 bytes) "Re: use of MPI_WAIT in non-blocking mode" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000104 (1297 bytes) "Re: use of MPI_WAIT in non-blocking mode" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000105 (3429 bytes) "Re: Confused about Request::Wait(status) and tag = -1 !!" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000106 (1482 bytes) "Re: Process Listing is Confusing" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000107 (9694 bytes) "FINAL cfp: PDSE'99 in LA" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000108 (2311 bytes) "MPI_Prove v.s. nonProve" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000109 (792 bytes) "Beowulf, LAM MPI and MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000110 (723 bytes) "comm.getSize() not updated" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000111 (680 bytes) "Re: AMC list." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000112 (522 bytes) "AMC list." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000113 (1933 bytes) "GNU Queue 1.099 now offers MPI support." /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000114 (2028 bytes) "Re: comm.getSize() not updated" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000115 (714 bytes) "Distributing executable using MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1998/12-Dec/000116 (1111 bytes) "Re: Beowulf, LAM MPI and MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/ 1999 /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/ 01-Jan /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000001 (1051 bytes) "Re: odd LAM problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000002 (631 bytes) "44x and 40x cd roms 24727" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000003 (2520 bytes) "Re: Beowulf, LAM MPI and MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000004 (3022 bytes) "Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000005 (2204 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000006 (678 bytes) "Delphi Program Stop?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000007 (3030 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000008 (444 bytes) "Standard In / Out in Slaves???" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000009 (762 bytes) "DSP system for sale" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000010 (1133 bytes) "Re: Newbie help : MPI on NT/AIX" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000011 (1082 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000012 (3194 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000013 (2331 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000014 (5240 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000015 (2424 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000016 (3677 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000017 (1872 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000018 (1013 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000019 (429 bytes) "PVM and MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000020 (1112 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000021 (2324 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000022 (3227 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000023 (862 bytes) "Re: mpi on an origin 2k" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000024 (3112 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000025 (2673 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000026 (1567 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000027 (2950 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000028 (791 bytes) "Re: Newbie help : MPI on NT/AIX" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000029 (632 bytes) "Re: PVM and MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000030 (648 bytes) "MPI_REDUCE" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000031 (534 bytes) "Re: MPI_REDUCE" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000032 (1032 bytes) "Are MPI-1 implementations interchangeable?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000033 (1771 bytes) "Re: MPI_REDUCE" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000034 (1034 bytes) "Re: Are MPI-1 implementations interchangeable?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000035 (1089 bytes) "Re: Are MPI-1 implementations interchangeable?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000036 (4721 bytes) "MPI2 Short Course at SIAM 9th Parallel Processing Meeting - Call for Participation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000037 (1286 bytes) "Problems running MPI-programms on different platforms" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000038 (1848 bytes) "Re: running MPI under different operating systems......" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000039 (3586 bytes) "Re: Problems running MPI-programms on different platforms" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000040 (3948 bytes) "ICPP'99 - IWPC'99 cfp" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000041 (825 bytes) "Performance" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000042 (1803 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000043 (1064 bytes) "Dynamic process creating" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000044 (1952 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000045 (1313 bytes) "Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000046 (3706 bytes) "running mpich on 2 different clusters" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000047 (3234 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000048 (884 bytes) "Re: Applications in Parallel Programming." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000049 (811 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000050 (1004 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000051 (339 bytes) "mpi with C++" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/01-Jan/000052 (1814 bytes) "PDSE'99 - Positional Papers for the Special Session" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/ 02-Feb /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000001 (2008 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000002 (1597 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000003 (623 bytes) "Re: mpi with C++" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000004 (1392 bytes) "[announce] AutoMap/AutoLink v2.11.1" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000005 (18107 bytes) "Message Passing Interface (MPI) FAQ" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000006 (480 bytes) "MPE tutorial?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000007 (1004 bytes) "MPI internal error" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000008 (1013 bytes) "Searching for applications using MPI-IO" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000009 (580 bytes) "How to get 3 CD for free" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000010 (10507 bytes) "EPCC Summer Scholarship Programme 1999" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000011 (599 bytes) "clock synchronization" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000012 (1567 bytes) "g++ for compiling parallel program on SP2" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000013 (1777 bytes) "Re: Performance of overlapped communication and computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000014 (1397 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000015 (929 bytes) "lam61: Submitting "niced" jobs" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000016 (1112 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000017 (1704 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000018 (1949 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000019 (1281 bytes) "MPI_GET_PROCESSOR_name fails" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000020 (1074 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000021 (1333 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000022 (1301 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000023 (1164 bytes) "F77 common blocks on mpich" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000024 (445 bytes) "MPI_ANY_TAG" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000025 (482 bytes) "Re: Submitting "niced" jobs" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000026 (3545 bytes) "Announcing PMD 1.0.0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000027 (724 bytes) "Re: lam61: Submitting "niced" jobs" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000028 (920 bytes) "Submitting "niced" jobs" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000029 (1340 bytes) "mpich & qt & posix threads on Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000030 (1510 bytes) "Re: mpich & qt & posix threads on Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000031 (1612 bytes) "Re: lam61: Submitting "niced" jobs" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000032 (735 bytes) "MPE Logging" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000033 (2435 bytes) "HPCI Seminar on Sparse Matrices." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000034 (1514 bytes) "Re: lam61: Submitting "niced" jobs" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000035 (717 bytes) "Synchronous vs. Asynchronous Communication" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000036 (1139 bytes) "Re: Synchronous vs. Asynchronous Communication" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000037 (2221 bytes) "application.job,job!!!" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000038 (7141 bytes) "Linux 2.2.1 and MPICH 1.1.1" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000039 (1453 bytes) "PVM and MPI.." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000040 (2674 bytes) "Annouce SCMS 1.1" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000041 (1200 bytes) "Re: PVM and MPI.." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000042 (1141 bytes) "mpidefs.h" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000043 (721 bytes) "Re: mpidefs.h" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000044 (949 bytes) "Repost: Call for Participation at MPIDC99 - MPI Developer's and User's Conference" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000045 (2221 bytes) "Paper about optimized MPI 1.2 for VI Architecture Available online" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000046 (780 bytes) "? MPI commands grouped by type?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000047 (4026 bytes) "Re: mpi with C++" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000048 (2823 bytes) "Pack and Unpack on MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000049 (974 bytes) "programs execution with wmpi 1.2" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000050 (3351 bytes) "Positions at SGI Los Alamos" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000051 (995 bytes) "MPICH problems with more than 4 processors" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000052 (807 bytes) "Position in MD for MPI programmer who knows Fortran" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000053 (1937 bytes) "MPI_SSEND and MPICH 1.1" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000054 (10256 bytes) "projet" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000055 (729 bytes) "Help! Please. About mpc_send()" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000056 (3888 bytes) "ICPP99 - IWPC99 cfp" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000057 (804 bytes) "Need real-world mpi programs" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000058 (489 bytes) "sending c++ objects" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000059 (1954 bytes) "MPI Position in HP - Richardson, Texas" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000060 (1013 bytes) "MPI On Linux Doesn't Run" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000061 (1032 bytes) "MPI_REQUEST_MAX on SGI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000062 (937 bytes) "Re: Help! Please. About mpc_send()" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000063 (1624 bytes) "Re: Help! Please. About mpc_send()" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000064 (1178 bytes) "mpich/nagf90/linux creates only one process" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000065 (611 bytes) "Re: MPI_REQUEST_MAX on SGI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000066 (1262 bytes) "MPI_COMM_SPAWN" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000067 (575 bytes) "Re: mpi with C++" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000068 (1116 bytes) "[Announce] AutoLink v2.11.2" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000069 (1588 bytes) "Job announcement at MSU" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000070 (6995 bytes) "CFP Optical Communications in Computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000071 (1718 bytes) "MPI and LoadLeveler" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000072 (616 bytes) "SGI Origin 2000 Memory Bandwidth???" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000073 (1658 bytes) "mpich1.1.1 and pgf77" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000074 (1369 bytes) "MPI Datatypes in C++" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000075 (836 bytes) "Re: SGI Origin 2000 Memory Bandwidth???" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000076 (2278 bytes) "High Performance Numerical Computation (conference)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000077 (959 bytes) "mpich1.1.2 and alog file?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000078 (809 bytes) "benchmarks on clusters of computers" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000079 (1716 bytes) "Re: mpich1.1.2 and alog file?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000080 (656 bytes) "Re: mpich1.1.2 and alog file?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000081 (569 bytes) "Jumpshot on Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000082 (1017 bytes) "Re: Jumpshot on Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000083 (319 bytes) "FAQ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000084 (1012 bytes) "Re: FAQ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000085 (1854 bytes) "mpirun" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000086 (1441 bytes) "Re: mpirun" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000087 (1950 bytes) "MPI_SSEND and MPICH 1.1 [again]" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000088 (851 bytes) "Re: MPI_COMM_SPAWN" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000089 (1828 bytes) "mpptest.c & goptest.c" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000090 (1505 bytes) "generated error at MPI_FILE_SET_VIEW(. . . )?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000091 (1185 bytes) "Re: mpptest.c & goptest.c" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000092 (2398 bytes) "Re: MPI_SSEND and MPICH 1.1 [I'm sorry !]" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000093 (1186 bytes) "SP2 performances" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000094 (985 bytes) "mpich for ch_p4 must copy each files into each process system?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000095 (1853 bytes) "Re: mpich for ch_p4 must copy each files into each process system?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000096 (1493 bytes) "Re: mpich for ch_p4 must copy each files into each process system?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000097 (1315 bytes) "Re: mpich for ch_p4 must copy each files into each process system?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000098 (456 bytes) "MPI_Type_extent - Is this not an appropriate use? - completed_c.c (0/1)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000099 (8642 bytes) "MPI_Type_extent - Is this not an appropriate use? - completed_c.c (1/1)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000100 (800 bytes) "Use of MPI_Type_extent - Is this use inappropriate? - completed_c.c (0/1)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000101 (6544 bytes) "MPI_Type_extent - Is this not an appropriate use for this routine?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000102 (8644 bytes) "Use of MPI_Type_extent - Is this use inappropriate? - completed_c.c (1/1)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000103 (2153 bytes) "JOB POSTING: Scientific Computing/Consulting" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000104 (1116 bytes) "MPI debugger" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000105 (2824 bytes) "performance of MPICH 1.1 under AIX 4.3 [HELP !]" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000106 (7855 bytes) "ISCOPE'99 Preliminary Call for Papers" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000107 (625 bytes) "Killing Processes" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000108 (1685 bytes) "Re: generated error at MPI_FILE_SET_VIEW(. . . )?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000109 (766 bytes) "RP3" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/02-Feb/000110 (611 bytes) "research groups" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/ 03-Mar /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000001 (4486 bytes) "Re: performance of MPICH 1.1 under AIX 4.3" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000002 (546 bytes) "MPI (dsp applications)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000003 (954 bytes) "Re: MPI debugger" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000004 (18107 bytes) "Message Passing Interface (MPI) FAQ" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000005 (768 bytes) "MPICH-Cluster under IRIX 5.3 and WINNT 4.0 ???" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000006 (413 bytes) "Linux Installation of MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000007 (1254 bytes) "Re: Linux Installation of MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000008 (951 bytes) "Re: Linux Installation of MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000009 (864 bytes) "MPI & BSP" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000010 (2806 bytes) "Final Call: Parallel Sparse Matrix Seminar." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000011 (583 bytes) "Message when compiling with MPICH 1.1.2" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000012 (631 bytes) "asking for Win32 MPI tools" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000013 (494 bytes) "Newbe question: FAQ and Test/Tutorial source" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000014 (1635 bytes) "Multiple code Multiple data examples" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000015 (412 bytes) "Celeron vs Pentium II" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000016 (409 bytes) "testing MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000017 (2913 bytes) "Re: Celeron vs Pentium II" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000018 (1631 bytes) "Re: Celeron vs Pentium II" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000019 (2984 bytes) "Re: Celeron vs Pentium II" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000020 (705 bytes) "Broadcast and Receive in MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000021 (1112 bytes) "Re: Broadcast and Receive in MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000022 (985 bytes) "Re: debugging" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000023 (749 bytes) "Re: debugging" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000024 (660 bytes) "debugging" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000025 (542 bytes) "MPI without parallel architecture?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000026 (1113 bytes) "Re: MPI without parallel architecture?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000027 (1378 bytes) "[ANNOUNCE] FFTW 2.1: New MPI FFTs" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000028 (484 bytes) "MPI Architecture" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000029 (484 bytes) "MPI Architecture" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000030 (484 bytes) "MPI Architecture" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000031 (614 bytes) "Re: MPI Architecture" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000032 (1077 bytes) "Re: Celeron vs Pentium II" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000033 (1800 bytes) "MPE Profiling!" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000034 (484 bytes) "MPI Architecture" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000035 (484 bytes) "MPI Architecture" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000036 (1037 bytes) "Re: MPE Profiling!" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000037 (1046 bytes) "Re: MPI Architecture" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000038 (1030 bytes) "Re: WINNT and UNIX" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000039 (2592 bytes) "Re: Celeron vs Pentium II" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000040 (1096 bytes) "Re: send/recv" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000041 (4379 bytes) "Call for Papers Cluster Computing Technologies, Environments, and Applications (CC-TEA)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000042 (2189 bytes) "Re: WINNT and UNIX" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000043 (2425 bytes) "WINNT and UNIX" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000044 (1413 bytes) "Re: send/recv" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000045 (505 bytes) "AMD K6-2" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000046 (1686 bytes) "Re: send/recv" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000047 (1409 bytes) "Re: send/recv" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000048 (2124 bytes) "ostream::operator<< is crashing!!! Please help!" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000049 (416 bytes) "MPI on NT." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000050 (999 bytes) "Re: ostream::operator<< is crashing!!! Please help!" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000051 (1033 bytes) "Re: send/recv" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000052 (3809 bytes) "Re: Celeron vs Pentium II" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000053 (502 bytes) "NT Fluent on MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000054 (546 bytes) "MPI/VIA/LINUX" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000055 (1273 bytes) "Re: MPI/VIA/LINUX" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000056 (1004 bytes) "MPI on Origin200" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000057 (2892 bytes) "Dual- vs. single processor motherboards" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000058 (718 bytes) "error" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000059 (765 bytes) "Re: AMD K6-2" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000060 (4246 bytes) "Re: Dual- vs. single processor motherboards" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000061 (3615 bytes) "Re: Dual- vs. single processor motherboards" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000062 (1712 bytes) "Re: Celeron vs Pentium II" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000063 (452 bytes) "YOULL WANT TO CLICK HERE! 7530 [1/2]" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000064 (1212 bytes) "Re: MPI on Origin200" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000065 (918 bytes) "Re: AMD K6-2" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000066 (1360 bytes) "Re: MPI/VIA/LINUX" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000067 (3832 bytes) "Re: Dual- vs. single processor motherboards" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000068 (522 bytes) "Re: MPI/VIA/LINUX" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000069 (672 bytes) "Where is beowulf.org?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000070 (2111 bytes) "Re: Broadcast and Receive in MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000071 (584 bytes) "IPPS'99 hotel room share" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000072 (712 bytes) "Re: Where is beowulf.org?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000073 (2742 bytes) "TRACS - Call for Applicants" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000074 (2139 bytes) "MPI performance worse than PVM???" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000075 (476 bytes) "MPI variables" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000076 (1042 bytes) "Re: Dual- vs. single processor motherboards" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000077 (443 bytes) "dsp applications" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000078 (717 bytes) "Makefiles" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000079 (2176 bytes) "Poor MPI performance with collection of Linux workstations" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000080 (902 bytes) "Re: Poor MPI performance with collection of Linux workstations" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000081 (2843 bytes) "Re: Poor MPI performance with collection of Linux workstations" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000082 (1960 bytes) "Re: Dual- vs. single processor motherboards" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000083 (773 bytes) "clog files from MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000084 (1959 bytes) "Re: Poor MPI performance with collection of Linux workstations" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000085 (2004 bytes) "Installation of mpich" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000086 (1160 bytes) "MPI vs. PVM: What to choose?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000087 (1967 bytes) "Re: Poor MPI performance with collection of Linux workstations" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000088 (1475 bytes) "Re: MPI vs. PVM: What to choose?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000089 (1745 bytes) "Re: MPI vs. PVM: What to choose?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000090 (1220 bytes) "Re: Poor MPI performance with collection of Linux workstations" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000091 (1709 bytes) "Re: MPI vs. PVM: What to choose?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000092 (709 bytes) "Re: clog files from MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000093 (1550 bytes) "Re: Poor MPI performance with collection of Linux workstations" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000094 (1410 bytes) "mpich Solaris to NT" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000095 (1630 bytes) "Bug in LAM 6.1?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000096 (1144 bytes) "Re: mpich Solaris to NT" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000097 (1499 bytes) "Problem with dynamic virtual process creation under mpich 1.1.2" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000098 (1206 bytes) "Re: Problem with dynamic virtual process creation under mpich 1.1.2" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000099 (2056 bytes) "DIRECT - The Future of HPC in Europe" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000100 (557 bytes) "passing objects" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000101 (1753 bytes) "Re: Dual- vs. single processor motherboards" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000102 (2469 bytes) "Re: Dual- vs. single processor motherboards" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000103 (948 bytes) "MPI ch_p4 command line args" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000104 (1001 bytes) "MPI or PVM !!!" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000105 (842 bytes) "Help for test!" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000106 (1566 bytes) "Re: Dual- vs. single processor motherboards" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000107 (564 bytes) "WMPI !" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000108 (1907 bytes) "Help---Need MPI applications" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000109 (1395 bytes) "Re: MPI or PVM !!!" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000110 (1217 bytes) "Re: MPI ch_p4 command line args" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000111 (755 bytes) "MPI_Wait" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000112 (880 bytes) "MPICH on SMP Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000113 (653 bytes) "Choosing architecture" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000114 (506 bytes) "easy examples" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000115 (1766 bytes) "Re: MPICH on SMP Linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000116 (694 bytes) "Simulation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000117 (1224 bytes) "Re: Choosing architecture" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000118 (555 bytes) "Re: easy examples" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000119 (1254 bytes) "Re: Choosing architecture" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000120 (6001 bytes) "1st LCB Event Filter Workshop announcement" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000121 (743 bytes) "Using MPI with Linux and SunOS" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000122 (1791 bytes) "Re: Choosing architecture" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000123 (1637 bytes) "Re: erro messages when compling a C test program... help !!!!" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000124 (1099 bytes) "Problem with MPI_Abort" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000125 (1289 bytes) "Absolutely maddening MPI problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000126 (638 bytes) "How can i config WMPI 1.2?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000127 (1860 bytes) "Re: Absolutely maddening MPI problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000128 (1319 bytes) "erro messages when compling a C test program... help !!!!" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000129 (661 bytes) "permission denied!!??" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000130 (1383 bytes) "Re: permission denied!!??" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000131 (673 bytes) "permission denied 2 !!??" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000132 (862 bytes) "Re: permission denied!!??" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000133 (1263 bytes) "Re: erro messages when compling a C test program... help !!!!" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000134 (1223 bytes) "Re: permission denied!!??" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000135 (1768 bytes) "Re: permission denied!!??" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000136 (890 bytes) "Re: permission denied 2 !!??" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000137 (880 bytes) "Re: permission denied!!??" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000138 (1110 bytes) "Re: Help---Need MPI applications" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000139 (2111 bytes) "Re: permission denied!!??" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000140 (486 bytes) "SpeedShop and MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000141 (1034 bytes) "Re: Using MPI with Linux and SunOS" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000142 (2678 bytes) "Re: Absolutely maddening MPI problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000143 (1368 bytes) "Passing 64-bit INTEGERS in Fortran?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000144 (1168 bytes) "messing with CLOG files" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000145 (735 bytes) "MPI_File_open problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000146 (798 bytes) "Re: SpeedShop and MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000147 (1527 bytes) "Re: SpeedShop and MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000148 (1680 bytes) "Re: Poor MPI performance with collection of Linux workstations" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000149 (689 bytes) "won't accept larger program" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000150 (1057 bytes) "Re: MPI_File_open problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000151 (1744 bytes) "Announce PMD (Parallel Multi-domain Decomposition) release 1.0.1" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000152 (738 bytes) "MPICH & linuxThreads" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000153 (2285 bytes) "Re: permission denied!!??" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000154 (774 bytes) "MPI_INIT help" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000155 (2323 bytes) "speedup" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000156 (1052 bytes) "Re: MPICH & linuxThreads" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000157 (1500 bytes) "Re: speedup" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000158 (1536 bytes) "Re: speedup" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000159 (707 bytes) "Re: MPICH & linuxThreads" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000160 (852 bytes) "Re: permission denied!!??" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000161 (1546 bytes) "Re: MPICH & linuxThreads" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000162 (1247 bytes) "Re: MPI_INIT help" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000163 (683 bytes) "Re: misunderstanding ...processors and processes?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000164 (555 bytes) "misunderstanding ...processors and processes?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000165 (1547 bytes) "Re: misunderstanding ...processors and processes?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000166 (5538 bytes) "Re: speedup" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000167 (1190 bytes) "Re: misunderstanding ...processors and processes?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000168 (1514 bytes) "Parallel Matlab Interface (PMI) toolbox" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000169 (6955 bytes) "Cluster Computing CFP" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000170 (4216 bytes) "SPAA '99 Accepted Papers" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000171 (2219 bytes) "Can MPI..." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000172 (516 bytes) "Java Call MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000173 (2329 bytes) "Re: Poor MPI performance with collection of Linux workstations" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000174 (1400 bytes) "Re: Can MPI..." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000175 (1089 bytes) "mpi and c++" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000176 (836 bytes) "Re: speedup" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000177 (1064 bytes) "mpich and Nag 90" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000178 (2223 bytes) "mpich installation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000179 (464 bytes) "mpich" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000180 (609 bytes) "MPI installation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/03-Mar/000181 (735 bytes) "COnnecting two linux systems" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/ 04-Apr /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000001 (956 bytes) "Re: MPI installation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000002 (765 bytes) "Help with rsh" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000003 (628 bytes) "I am getting mad" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000004 (981 bytes) "Re: mpi and c++" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000005 (1253 bytes) "Re: I am getting mad" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000006 (805 bytes) "Re: I am getting mad" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000007 (476 bytes) "can MPICH run over Red Hat 4.2" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000008 (532 bytes) "Moderated eamil lists 7069" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000009 (580 bytes) "LAM MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000010 (18107 bytes) "Message Passing Interface (MPI) FAQ" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000011 (436 bytes) "Where can I get a implementation of mpich for windows NT ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000012 (1385 bytes) "File I/O on Linux cluster" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000013 (503 bytes) "help with parallel port" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000014 (1112 bytes) "Re: speedup" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000015 (1116 bytes) "Re: I am getting mad" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000016 (1236 bytes) "Re: speedup" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000017 (773 bytes) "Re: help with parallel port" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000018 (4156 bytes) "IOPADS '99 early reg. deadline April 15" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000019 (1658 bytes) "[Q] Multiple packs vs. multiple sends" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000020 (1824 bytes) "Re: Help with rsh" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000021 (995 bytes) "Re: [Q] Multiple packs vs. multiple sends" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000022 (772 bytes) "getting the program to work" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000023 (616 bytes) "Mpi and sons..." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000024 (965 bytes) "Re: getting the program to work" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000025 (1406 bytes) "Re: Help with rsh" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000026 (1156 bytes) "critical section" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000027 (800 bytes) "Problem with MPICH and starting processes" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000028 (2836 bytes) "Queries" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000029 (1789 bytes) "Re: critical section" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000030 (6138 bytes) "CFP: HPC Asia 2000" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000031 (642 bytes) "MPI_Bcast" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000032 (1204 bytes) "Query" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000033 (2261 bytes) "my examples doesn't work ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000034 (666 bytes) "MPI_Group_union ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000035 (6292 bytes) "CFP: 8th Euromicro PDP 2000" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000036 (880 bytes) "MPI and pthreads" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000037 (1313 bytes) "Re: MPI and pthreads" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000038 (1934 bytes) "Re: MPI and pthreads" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000039 (921 bytes) "Re: Where can I get a implementation of mpich for windows NT ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000040 (1303 bytes) "mpich installation under linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000041 (6290 bytes) "Re: MPI and pthreads" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000042 (2149 bytes) "Free software for computational steering, monitoring, runtime visualization (support MPI jobs)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000043 (463 bytes) "mpich ported to VxWorks" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000044 (1002 bytes) "MPICH and SIGSEGV" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000045 (1435 bytes) "Re: MPI_Group_union ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000046 (3092 bytes) "Re: MPI_Group_union ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000047 (1099 bytes) "Re: MPI_Bcast" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000048 (923 bytes) "Shared memory message passing?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000049 (834 bytes) "use of buffers" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000050 (494 bytes) "POV ported to MPI??" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000051 (1324 bytes) "testing MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000052 (1238 bytes) "MPI/Linux - faster with mouse" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000053 (1296 bytes) "Error while running MPI program." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000054 (1121 bytes) "PVM performs better than MPI with large data" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000055 (2409 bytes) "Communicators and groups" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000056 (782 bytes) "Thread-safe MPI for linux?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000057 (779 bytes) "Re: MPI/Linux - faster with mouse" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000058 (863 bytes) "Using AI with Linux Clusters ??!!" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000059 (467 bytes) "is it possible to send objects?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000060 (1122 bytes) "Re: Thread-safe MPI for linux?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000061 (695 bytes) "is it possible to send objects ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000062 (1292 bytes) "Help(MPICH1.1.2 on hpux10.20)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000063 (1309 bytes) "Re: MPI/Linux - faster with mouse" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000064 (2476 bytes) "Re: is it possible to send objects ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000065 (610 bytes) "help with MPI and C++" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000066 (1158 bytes) "Re: MPI/Linux - faster with mouse" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000067 (3020 bytes) "Re: is it possible to send objects ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000068 (3020 bytes) "Re: is it possible to send objects ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000069 (1028 bytes) "HOW TO LOWER YOUR COLLEGE PAYMENTS..." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000070 (1890 bytes) "NPACI Parallel Computing Institute" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000071 (15214 bytes) "MPICH LINUX and egcs" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000072 (2114 bytes) "mpich with dual pentium and ultrasparc" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000073 (735 bytes) "matrix mul" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000074 (610 bytes) "SIMD machine instruction set" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000075 (717 bytes) "How to non-block AllReduce ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000076 (599 bytes) "Can I create threads in MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000077 (1676 bytes) "Re: Can I create threads in MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000078 (1145 bytes) "?LAM installation question" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000079 (1927 bytes) "MPI_Barrier" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000080 (683 bytes) "MPI LAM C-libraries available?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000081 (518 bytes) "benchmark in MPI ???" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000082 (598 bytes) "Where can i get examples of MPE functions ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000083 (1097 bytes) "Re: benchmark in MPI ???" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000084 (1489 bytes) "Re: ?LAM installation question" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000085 (3707 bytes) "Problem with multiple bcast calls, help." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000086 (3358 bytes) "Book Annoucement: High Performance Algorithms for Structured Matrix Problems, Volume II in the Series Advances in the Theory of Computation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000087 (891 bytes) "Trying to draw something with MPE but it is not working..." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000088 (4478 bytes) "Re: Problem with multiple bcast calls, help." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000089 (816 bytes) "Re: benchmark in MPI ???" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000090 (1283 bytes) "Re: ?LAM installation question" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000091 (685 bytes) "MPI future?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000092 (825 bytes) "Re: MPI future?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000093 (1122 bytes) "2 MPI Programs" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000094 (1224 bytes) "Clock Skew" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000095 (491 bytes) "Re: MPICH LINUX and egcs" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000096 (8007 bytes) "REMINDER: ISCOPE'99 Preliminary Call for Papers" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000097 (1039 bytes) "Re: Problem with multiple bcast calls, help." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000098 (1065 bytes) "mpich/mpe/contrib/mandel example ... set display enviroment?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000099 (1038 bytes) "Re: 2 MPI Programs" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000100 (505 bytes) "upshot logfile *.clog ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000101 (1207 bytes) "Re: mpich with dual pentium and ultrasparc" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000102 (1246 bytes) "Re: benchmark in MPI ???" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000103 (387 bytes) "MPI Pack Size" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000104 (843 bytes) "SPAA '99 registration and program" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000105 (502 bytes) "MPI for DSPs: do you know any implementations?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000106 (2029 bytes) "SuParCup: 15.000 DM awarded !!" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000107 (720 bytes) "Re: matrix mul" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000108 (1812 bytes) "HELP: MPICH + static int* = hang?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000109 (800 bytes) "Q: Are their generic algorithm libraries available for LAM MPI?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000110 (921 bytes) "membership test for group/communicator" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000111 (1619 bytes) "MPICH / MPI_PROC_NULL problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000112 (1051 bytes) "Re: MPICH LINUX and egcs" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000113 (1312 bytes) "Re: MPICH / MPI_PROC_NULL problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000114 (889 bytes) "MASTER/SLAVE" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000115 (1588 bytes) "MASTER/SLAVE" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000116 (768 bytes) "Re: MPICH / MPI_PROC_NULL problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000117 (1811 bytes) "Re: MASTER/SLAVE" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000118 (1131 bytes) "Re: mpich with dual pentium and ultrasparc" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000119 (1312 bytes) "Re: MPI future?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000120 (1783 bytes) "Re: benchmark in MPI ???" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000121 (1539 bytes) "Re: membership test for group/communicator" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000122 (1709 bytes) "Workshop: `Towards Petaflops'." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000123 (2630 bytes) "Mpich : Synchronous vs Asynchronous" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000124 (1729 bytes) "MPICH-1.1.2 on HP workstation." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000125 (797 bytes) "memory requirements for mpi library" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000126 (547 bytes) "MPI Vs CORBA" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000127 (11868 bytes) "Advance Program: ACM 1999 Java Grande Conference" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000128 (5120 bytes) "Call For Posters: ACM 1999 Java Grande Conference" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000129 (2742 bytes) "TRACS - Call for Applicants" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000130 (1281 bytes) "Re: memory requirements for mpi library" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000131 (780 bytes) "Complex MPI_Datatype for C++" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000132 (814 bytes) "Complex MPI_Datatype in C/C++" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000133 (1783 bytes) "Problem with MPI and Solaris 5.7" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000134 (2327 bytes) "Checking Status" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000135 (678 bytes) "Writting article on Linux - want MPI app. names/desc." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000136 (731 bytes) "running mpi programs on linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000137 (845 bytes) "MPI on Quad Pentium and Red Hat 6.0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000138 (980 bytes) "Re: Checking Status" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000139 (533 bytes) "Re: Checking Status" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000140 (1639 bytes) "Re: MPI on Quad Pentium and Red Hat 6.0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000141 (1143 bytes) "Re: memory requirements for mpi library" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000142 (1000 bytes) "Re: Can I create threads in MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000143 (1178 bytes) "Re: Building MPICH on SMP: ch_shmem or ch_p4 (?)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000144 (1077 bytes) "Building MPICH on SMP: ch_shmem or ch_p4 (?)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000145 (1284 bytes) "Re: Writting article on Linux - want MPI app. names/desc." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/04-Apr/000146 (1207 bytes) "Re: MPI on Quad Pentium and Red Hat 6.0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/ 05-May /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000001 (18106 bytes) "Message Passing Interface (MPI) FAQ" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000002 (1928 bytes) "Re: MPI on Quad Pentium and Red Hat 6.0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000003 (540 bytes) "A Matrix Multipy Program of MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000004 (1114 bytes) "Re: running mpi programs on linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000005 (907 bytes) "P4 with Cray(J90) and SGI(R10000)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000006 (2515 bytes) "Re: MPI on Quad Pentium and Red Hat 6.0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000007 (1428 bytes) "MPI and shared object libraries" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000008 (1549 bytes) "Re: MPI and shared object libraries" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000009 (1255 bytes) "Problems generating logfiles" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000010 (705 bytes) "Re: P4 with Cray(J90) and SGI(R10000)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000011 (722 bytes) "Re: Problems generating logfiles" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000012 (1499 bytes) "Re: running mpi programs on linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000013 (933 bytes) "simulation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000014 (2270 bytes) "Re: Building MPICH on SMP: ch_shmem or ch_p4 (?)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000015 (1007 bytes) "MPICH and net_recv_timeout error" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000016 (2528 bytes) "Some Problems with MPI on Intel SMP" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000017 (1145 bytes) "linux mpi problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000018 (551 bytes) "Re: linux mpi problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000019 (2342 bytes) "Re: Building MPICH on SMP: ch_shmem or ch_p4 (?)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000020 (2211 bytes) "Re: Some Problems with MPI on Intel SMP" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000021 (1168 bytes) "Re: Some Problems with MPI on Intel SMP" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000022 (2710 bytes) "problems compiling the serv_p4" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000023 (2386 bytes) "configuration for MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000024 (2195 bytes) "Re: problems compiling the serv_p4" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000025 (1235 bytes) "mpirun on SGI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000026 (1655 bytes) "Re: Building MPICH on SMP: ch_shmem or ch_p4 (?)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000027 (940 bytes) "MPICH on single CPU Linux workstation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000028 (2400 bytes) "Re: Building MPICH on SMP: ch_shmem or ch_p4 (?)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000029 (12354 bytes) "PMPIO 1.0.0 released" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000030 (871 bytes) "Re: configuration for MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000031 (1491 bytes) "Re: Some Problems with MPI on Intel SMP" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000032 (1149 bytes) "Re: Building MPICH on SMP: ch_shmem or ch_p4 (?)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000033 (961 bytes) "Re: MPICH on single CPU Linux workstation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000034 (2066 bytes) "Fast honking network MPI "buflimit" problem!" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000035 (607 bytes) "nice for mpi on linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000036 (2155 bytes) "Re: matrix mul" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000037 (3386 bytes) "mpi++ in windows NT..i can't get it work.. help !" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000038 (987 bytes) "Re: mpirun on SGI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000039 (543 bytes) "Re: mpirun on SGI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000040 (1914 bytes) "MPICH error - HELP !" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000041 (723 bytes) "Re: POV ported to MPI??" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000042 (1761 bytes) "Scalapack net_recv errors" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000043 (635 bytes) "Q: MPI program repository?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000044 (1518 bytes) "Re: mpirun on SGI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000045 (1038 bytes) "Re: mpirun on SGI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000046 (719 bytes) "Re: mpirun on SGI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000047 (1052 bytes) "Re: simulation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000048 (1461 bytes) "Re: simulation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000049 (1402 bytes) "Re: Building MPICH on SMP: ch_shmem or ch_p4 (?)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000050 (1491 bytes) "Re: MPICH on single CPU Linux workstation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000051 (1211 bytes) "gcc and MPI on a Sun HPC 3500" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000052 (491 bytes) "URGENT: MPI Code needed" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000053 (1540 bytes) "Re: gcc and MPI on a Sun HPC 3500" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000054 (1911 bytes) "Re: MPICH on single CPU Linux workstation" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000055 (4473 bytes) "SOLUTION TO: MPICH 1.1.2 on Linux with PGI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000056 (829 bytes) "Using both share and distributed memory" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000057 (778 bytes) "SOLUTION TO: MPICH 1.1.2 with Linux and PGI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000058 (1744 bytes) "Re: Using both share and distributed memory" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000059 (1253 bytes) "simple examples for parallel progs" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000060 (1102 bytes) "Re: Complex MPI_Datatype in C/C++" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000061 (1166 bytes) "Isend taking forever in mpich linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000062 (4025 bytes) "Re: Sockets and MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000063 (1183 bytes) "Re: Using both share and distributed memory" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000064 (1867 bytes) "Re: Isend taking forever in mpich linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000065 (3368 bytes) "mpi++ in windows NT...(winmpich)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000066 (3706 bytes) "Comercial MPI on HP, Sun and SP/2 ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000067 (740 bytes) "Re: Isend taking forever in mpich linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000068 (2313 bytes) "thanks" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000069 (491 bytes) "Re: Comercial MPI on HP, Sun and SP/2 ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000070 (507 bytes) "location of process 0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000071 (13012 bytes) "ACM 1999 Java Grande Conference Early Registration Deadline May 15" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000072 (636 bytes) "Re: location of process 0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000073 (1254 bytes) "Re: location of process 0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000074 (542 bytes) "parallel frontal solver" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000075 (2401 bytes) "Re: problems compiling the serv_p4" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000076 (972 bytes) "??MPIL_Comm_parent and MPIL_Comm_(MPI_Comm *);" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000077 (1789 bytes) "LAM question: what does mpirun -c2c ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000078 (1088 bytes) "exp. in channel bonding (bundling) ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000079 (1275 bytes) "HW cluster design (newbie)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000080 (1123 bytes) "producer/consumer algorithms using MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000081 (2680 bytes) "[Q] Rank ordering mixed C & fortran 77 MPI code" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000082 (696 bytes) "MPI on multiprocessor machines ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000083 (968 bytes) "Re: problems compiling the serv_p4" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000084 (1688 bytes) "Re: exp. in channel bonding (bundling) ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000085 (761 bytes) "Re: HW cluster design (newbie)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000086 (1717 bytes) "Re: LAM question: what does mpirun -c2c ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000087 (2522 bytes) "Re: HW cluster design (newbie)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000088 (688 bytes) "MPICH -vs- MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000089 (719 bytes) "ANNOUNCE: FFTW 2.1.2 parallel FFT package" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000090 (1294 bytes) "Re: MPICH -vs- MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000091 (4931 bytes) "CFP: Computational Science (Special Section)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000092 (514 bytes) "MPICH && QuickThreads" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000093 (642 bytes) "Data redistribution" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000094 (718 bytes) "mpich-gdb and tv" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000095 (1146 bytes) "Re: MPICH -vs- MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000096 (1352 bytes) "Re: mpich-gdb and tv" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000097 (916 bytes) "Re: Data redistribution" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000098 (403 bytes) "cesca" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000099 (702 bytes) "Using upshot in MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000100 (802 bytes) "mpich on RH6.0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000101 (926 bytes) "Re: mpich on RH6.0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000102 (1355 bytes) "Re: mpich-gdb and tv" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000103 (957 bytes) "MPI_Init/Finalize more than once?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000104 (1438 bytes) "Re: mpich-gdb and tv" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000105 (808 bytes) "Re: mpich-gdb and tv" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000106 (1032 bytes) "Re: MPI_Init/Finalize more than once?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000107 (754 bytes) "MPICH undefined reference to `f__xargc'" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000108 (2751 bytes) "Running MPI programme on SGI Origin2K" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000109 (1307 bytes) "Re: mpich on RH6.0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000110 (666 bytes) "MPI on the top of Active Messages" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000111 (2662 bytes) "possible bug?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000112 (2292 bytes) "Re: LAM question: what does mpirun -c2c ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000113 (1000 bytes) "MPI and the cyg-win32 gcc/g77 compilers" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000114 (808 bytes) "Building a portable library?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000115 (1089 bytes) "Re: Building a portable library?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000116 (1443 bytes) "Re: Building a portable library?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000117 (1868 bytes) "Re: MPI and the cyg-win32 gcc/g77 compilers" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000118 (757 bytes) "Sparc Linux & MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000119 (1026 bytes) "SGI-MPI: non-blocking transmission of a 3-D array" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000120 (3679 bytes) "problems with MPI_Cancel()" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000121 (1767 bytes) "Re: MPI using dual CPUs" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000122 (978 bytes) "MPI Barriers and pending communications" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000123 (658 bytes) "MPI using dual CPUs" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000124 (759 bytes) "mpirun starts 2 processes on node 0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000125 (1201 bytes) "Re: MPI Barriers and pending communications" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000126 (28615 bytes) "ACM 1999 Java Grande Tutorials" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000127 (853 bytes) "Re: problems with MPI_Cancel()" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000128 (387 bytes) "MPI library for win32?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000129 (2244 bytes) "Re: problems with MPI_Cancel()" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000130 (890 bytes) "Re: mpirun starts 2 processes on node 0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000131 (3260 bytes) "Re: LLAMAS: possible bug (fwd)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000132 (1466 bytes) "Re: problems with MPI_Cancel()" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/05-May/000133 (417 bytes) "@home & networks 9548" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/ 06-Jun /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000001 (2908 bytes) "Re: Isend taking forever in mpich linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000002 (1912 bytes) "Re: Isend taking forever in mpich linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000003 (1645 bytes) "Re: Isend taking forever in mpich linux" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000004 (2270 bytes) "Re: problems with MPI_Cancel()" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000005 (1096 bytes) "interesting projects" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000006 (1905 bytes) "Re: problems with MPI_Cancel()" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000007 (5597 bytes) "WMPI 1.2 - Lack of performance" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000008 (540 bytes) "CHIMP Help needed" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000009 (1277 bytes) "XMPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000010 (1762 bytes) "Re: XMPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000011 (1148 bytes) "Problems porting MPI-programs from Linux-cluster to a Cray Origin 2000. Please help!" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000012 (872 bytes) "write problem..." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000013 (1481 bytes) "Finding out datatype of a probed message" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000014 (1448 bytes) "Re: Finding out datatype of a probed message" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000015 (625 bytes) "Re: write problem..." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000016 (1011 bytes) "Re: problems with MPI_Cancel()" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000017 (782 bytes) "Re: write problem..." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000018 (11076 bytes) "Call for paper: HPC ASIA 2000" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000019 (1218 bytes) "Re: write problem..." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000020 (1814 bytes) "Re: Problems porting MPI-programs from Linux-cluster to a Cray Origin 2000. Please help!" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000021 (829 bytes) "synchronizing clocks in MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000022 (1117 bytes) "Re: synchronizing clocks in MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000023 (342 bytes) "MPI Library" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000024 (1118 bytes) "possible bug in ver 1.1.2 of MPICH" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000025 (4171 bytes) "Call for Papers: PAA Special Issue on High Level Models and Languages" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000026 (37559 bytes) "Last Reminder: ACM 1999 Java Grande Conference This Weekend" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000027 (577 bytes) "ch_tcp still available?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000028 (1107 bytes) "Redirecting stdin with mpirun" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000029 (742 bytes) "non blocking mpi send and out of order receive" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000030 (1432 bytes) "MPI_Send doesn't seem to be sending" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000031 (8623 bytes) "CFP--IEEE International Workshop on Cluster Computing" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000032 (3010 bytes) "Book Annoucement (Cluster Computing)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000033 (607 bytes) "mpich on Linux Redhat 6" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000034 (3102 bytes) "A new successful marketing:" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000035 (1881 bytes) "Re: Redirecting stdin with mpirun" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000036 (947 bytes) "SGI: Running MPI programmes in background" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000037 (1727 bytes) "Re: non blocking mpi send and out of order receive" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000038 (2248 bytes) "New release of SKaMPI (2.0)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000039 (1399 bytes) "MPI Profiling Interface hassle" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000040 (838 bytes) "Re: MPI Profiling Interface hassle" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000041 (2293 bytes) "Re: MPI_Send doesn't seem to be sending" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000042 (1930 bytes) "Nonblocking on shared memory computers" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000043 (650 bytes) "I need a benchmarking package" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000044 (1930 bytes) "Nonblocking on shared memory computers" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000045 (1930 bytes) "Nonblocking on shared memory computers" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000046 (3576 bytes) "Re: Nonblocking on shared memory computers" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000047 (1930 bytes) "Nonblocking on shared memory computers" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000048 (1930 bytes) "Nonblocking on shared memory computers" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000049 (1576 bytes) "mpich send delays" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000050 (1174 bytes) "Re: SGI: Running MPI programmes in background" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000051 (2416 bytes) "Help" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000052 (1143 bytes) "Re: Help" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000053 (1700 bytes) "Re: Help" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000054 (923 bytes) "SPAA '99...It's not too late!" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000055 (969 bytes) "Re: MPI Profiling Interface hassle" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000056 (1073 bytes) "Benchmarking problems, the performance is not getting better" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000057 (1073 bytes) "Benchmarking problems, the performance is not getting better" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000058 (1513 bytes) "Re: Redirecting stdin with mpirun" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000059 (598 bytes) "Re: MPI Profiling Interface hassle" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000060 (1185 bytes) "mpich:Starting remote jobs from master node" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000061 (1253 bytes) "Re: Building a portable library?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000062 (745 bytes) "Multithreaded MPI, and message-passing simulator" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000063 (741 bytes) "HELP ... MPI and threads" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000064 (829 bytes) "Re: mpich on Linux Redhat 6" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000065 (651 bytes) "Benefiting From MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000066 (341 bytes) "Secure Sever" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000067 (1366 bytes) "Re: Benefiting From MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000068 (1447 bytes) "Linux MPI_BCAST Problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000069 (1477 bytes) "Re: Building a portable library?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000070 (1591 bytes) "file troubles" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000071 (1855 bytes) "Re: file troubles" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000072 (495 bytes) "Load Balacing Methods/Tools" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000073 (2054 bytes) "Re: write problem..." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000074 (1654 bytes) "Re: Linux MPI_BCAST Problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000075 (1058 bytes) "Re: Linux MPI_BCAST Problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000076 (886 bytes) "Fortran CALL C" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000077 (723 bytes) "Re: file troubles" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000078 (1470 bytes) "Re: Fortran CALL C" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000079 (1713 bytes) "Help: MPI module serv_p4.c gives compiler error" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000080 (2147 bytes) "Slackware 4 and mpich-1.1.2" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000081 (1128 bytes) "Re: Linux MPI_BCAST Problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000082 (1799 bytes) "Re: HELP ... MPI and threads" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000083 (1706 bytes) "[Announcement] AutoMap/AutoLink v2.20" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000084 (1548 bytes) "Multiple mpirun legal?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000085 (1270 bytes) "Re: Multiple mpirun legal?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000086 (525 bytes) "MPICH on NT?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000087 (823 bytes) "Problem with CHIMP" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000088 (1561 bytes) "Re: Fortran CALL C" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000089 (791 bytes) "Re: MPICH on NT?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000090 (2305 bytes) "[Q] Out-of-order calls in MPI vs. PVM" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000091 (148598 bytes) "Re: [Q] Out-of-order calls in MPI vs. PVM" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000092 (1814 bytes) "Problems with MPICH 1.1.2 on Slackware 4.0 (both just installed)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000093 (528 bytes) "Re: Problems with MPICH 1.1.2 on Slackware 4.0 (both just installed) - solved" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000094 (786 bytes) "New Site about East Timor" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000095 (2222 bytes) "Re: [Q] Out-of-order calls in MPI vs. PVM" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000096 (1327 bytes) "Blocking wait on fd and MPI ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000097 (791 bytes) "Re: Blocking wait on fd and MPI ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000098 (1357 bytes) "Re: Blocking wait on fd and MPI ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000099 (521 bytes) "mpich 1.1.2 install" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000100 (1157 bytes) "Re: mpich 1.1.2 install" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000101 (371 bytes) "Mpi.h" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000102 (1332 bytes) "Lam 6.2.0b & Linux & g77" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/06-Jun/000103 (506 bytes) "sine parallel FFT" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/ 07-Jul /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000001 (1080 bytes) "undefined external pm_exit_value" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000002 (835 bytes) "MPI on LINUX / problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000003 (996 bytes) "Re: MPI on LINUX / problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000004 (1995 bytes) "Re: undefined external pm_exit_value" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000005 (2226 bytes) "MagPIe 2.0: MPI's collective operations for wide area systems" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000006 (713 bytes) "Re: MPI on LINUX / problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000007 (5630 bytes) "LAM/MPI Version 6.3-b1 released" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000008 (910 bytes) "Re: Blocking wait on fd and MPI ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000009 (1044 bytes) "Help with LAM MPI_Spawn" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000010 (628 bytes) "Re: undefined external pm_exit_value" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000011 (821 bytes) "Re: Help: MPI module serv_p4.c gives compiler error" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000012 (1359 bytes) "Re: [Q] Out-of-order calls in MPI vs. PVM" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000013 (4803 bytes) "Is anyone working on a hybrid of farm/MPI topologies?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000014 (1111 bytes) "Re: Is anyone working on a hybrid of farm/MPI topologies?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000015 (881 bytes) "[Q] Diskless execution with MPICH ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000016 (1811 bytes) "Re: [Q] Diskless execution with MPICH ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000017 (11111 bytes) "HPC ASIA 2000: Call for Papers" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000018 (2278 bytes) "Re: [Q] Diskless execution with MPICH ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000019 (1783 bytes) "Announcement: Multi-Platform MPI (Unix/NT)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000020 (526 bytes) "Newbie ... example programs ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000021 (1926 bytes) "Re: [Q] Diskless execution with MPICH ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000022 (1122 bytes) "Re: [Q] Diskless execution with MPICH ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000023 (1066 bytes) "Re: Newbie ... example programs ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000024 (457 bytes) "openmp" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000025 (673 bytes) "Re: sine parallel FFT" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000026 (669 bytes) "MPI_Init()'s return value." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000027 (1256 bytes) "Re: sine parallel FFT" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000028 (975 bytes) "does MPI always scale??" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000029 (1031 bytes) "timing for Wait(all|any)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000030 (1823 bytes) "Re: Lam 6.2.0b & Linux & g77" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000031 (1832 bytes) "Re: Lam 6.2.0b & Linux & g77" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000032 (1832 bytes) "Re: Lam 6.2.0b & Linux & g77" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000033 (1381 bytes) "Re: does MPI always scale??" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000034 (1823 bytes) "Re: Lam 6.2.0b & Linux & g77" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000035 (1832 bytes) "Re: Lam 6.2.0b & Linux & g77" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000036 (1832 bytes) "Re: Lam 6.2.0b & Linux & g77" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000037 (2396 bytes) "Re: timing for Wait(all|any)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000038 (1506 bytes) "Re: timing for Wait(all|any)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000039 (1149 bytes) "parallel FFT" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000040 (2775 bytes) "Re: timing for Wait(all|any)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000041 (1799 bytes) "Re: timing for Wait(all|any)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000042 (688 bytes) "executable location?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000043 (2325 bytes) "Postdoc position available: Emory Univ/Atlanta" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000044 (631 bytes) "Re: executable location?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000045 (2013 bytes) "Re: timing for Wait(all|any)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000046 (610 bytes) "MPICH and LoadLeveler" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000047 (2381 bytes) "MagPIe 2.0.1: MPI's collective operations for wide area systems" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000048 (2119 bytes) "SOFTWARE: Multi-Platform MPI (Unix/NT)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000049 (1275 bytes) "WMPI bug!" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000050 (463 bytes) "mpipov" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000051 (578 bytes) "bidirectional parallel port driver--wanted" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000052 (1460 bytes) "Changing the compiler" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000053 (1040 bytes) "Re: Changing the compiler" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000054 (1744 bytes) "Strange occurance" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000055 (3002 bytes) "Re: Changing the compiler" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000056 (671 bytes) "how to find process" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000057 (470 bytes) "MPIPOV2's CPU's usage" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000058 (763 bytes) "Fortran MPI binding, mpich" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000059 (441 bytes) "Where can I d/l lib about mpi ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000060 (850 bytes) "Re: MPIPOV2's CPU's usage" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000061 (1399 bytes) "MPI_Spawn??" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000062 (1667 bytes) "A real puzzler?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000063 (831 bytes) "can you check if a message was sent?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000064 (779 bytes) "Re: can you check if a message was sent?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000065 (505 bytes) "argv & mpich (Linux)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000066 (525 bytes) "static arrays" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000067 (652 bytes) "mpich and getcwd()" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000068 (665 bytes) "Re: Where can I d/l lib about mpi ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000069 (697 bytes) "Re: mpich and getcwd()" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000070 (1060 bytes) "Re: A real puzzler?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000071 (2235 bytes) "Re: A real puzzler?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000072 (725 bytes) "Re: argv & mpich (Linux)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000073 (1238 bytes) "Re: MPI_Spawn??" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000074 (707 bytes) "Re: A real puzzler?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000075 (2203 bytes) "Re: prob compiling mpich on RH6.0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000076 (2079 bytes) "Re: prob compiling mpich on RH6.0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000077 (1307 bytes) "Re: A real puzzler?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000078 (1787 bytes) "Re: A real puzzler?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000079 (1606 bytes) "prob compiling mpich on RH6.0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000080 (1371 bytes) "Re: prob compiling mpich on RH6.0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000081 (1117 bytes) "Re: can you check if a message was sent?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000082 (922 bytes) "Re: A real puzzler?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000083 (813 bytes) "Re: prob compiling mpich on RH6.0" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000084 (429 bytes) "MPICH and gprof" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000085 (1013 bytes) "Re: argv & mpich (Linux)" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000086 (2335 bytes) "Research opening Emory University/Atlanta" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000087 (1129 bytes) "Benchmark for Top500" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000088 (419 bytes) "Monte Carlo, Finance & MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000089 (1052 bytes) "Re: Monte Carlo, Finance & MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000090 (654 bytes) "MPI_Comm_split semantics?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000091 (1600 bytes) "Non-shared threads libraries" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000092 (870 bytes) "Re: MPI_Comm_split semantics?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000093 (1077 bytes) "Re: Monte Carlo, Finance & MPI" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000094 (1181 bytes) ""MPE_Pipe_create" - which library ?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000095 (656 bytes) "MPI execution problem" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000096 (1953 bytes) "I need help." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000097 (718 bytes) "Question: How to parallelize serial Fortran77" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000098 (1370 bytes) "Re: MPI_Comm_split semantics?" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000099 (889 bytes) "Re: Benchmark for Top500" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000100 (24727 bytes) "Re: Research opening Emory University/Atlanta" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000101 (1139 bytes) "Re: Research opening Emory University/Atlanta" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000102 (1652 bytes) "Re: Question: How to parallelize serial Fortran77" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000103 (1101 bytes) "using Condor checkpointing on linux...." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000104 (703 bytes) "Re: using Condor checkpointing on linux...." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000105 (879 bytes) "Re: using Condor checkpointing on linux...." /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000106 (1162 bytes) "Re: $1/MINUTE PHONESEX W/ REAL PEOPLE LIKE YOURSELF 82581" /parallel/internet/usenet/comp.parallel.mpi/articles/1999/07-Jul/000107 (2896 bytes) "ANNOUNCEMENT: Release of ParInt1.0" /parallel/internet/usenet/comp.parallel.pvm/ "comp.parallel.pvm newsgroup" /parallel/internet/usenet/comp.parallel.pvm/articles/ "Archived USENET articles" /parallel/internet/usenet/comp.parallel.pvm/articles/1970/ 1970 /parallel/internet/usenet/comp.parallel.pvm/articles/1970/01-Jan/ 01-Jan /parallel/internet/usenet/comp.parallel.pvm/articles/1970/01-Jan/000001 (402 bytes) "Mediterranei On Line: Video, Mp3, folklore of sicilians people." /parallel/internet/usenet/comp.parallel.pvm/articles/1970/01-Jan/000002 (450 bytes) "ACAD for Linux ..." /parallel/internet/usenet/comp.parallel.pvm/articles/1970/01-Jan/000003 (493 bytes) "OVER 18 ONLY! 10819" /parallel/internet/usenet/comp.parallel.pvm/articles/1970/01-Jan/000004 (491 bytes) "OVER 18 ONLY! 39858" /parallel/internet/usenet/comp.parallel.pvm/articles/1994.tar.gz (2012985 bytes) "comp.parallel.pvm articles for 1994" /parallel/internet/usenet/comp.parallel.pvm/articles/1995.tar.gz (1337176 bytes) "comp.parallel.pvm articles for 1995" /parallel/internet/usenet/comp.parallel.pvm/articles/1996.tar.gz (907734 bytes) "comp.parallel.pvm articles for 1996" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/ "comp.parallel.pvm articles for 1997" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/ "comp.parallel.pvm articles for Jan 1997" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000001 (12670 bytes) "CANPC '97: Call for Participation" by Craig Stunkel /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000002 (131414 bytes) "CFP - 11th Annual International Symposium on High Performance Computing" by Peter C.J. Graham /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000003 (464 bytes) "What is PVM" by Juan Daugherty /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000004 (415 bytes) "How to do timing in PVM?" by Yannan Lu /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000005 (1242 bytes) "PVM programming under Windows95 using Cygnus tools" by Peter J. Laughton /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000006 (2871 bytes) "Job Offered at UCLA" by Monnica Terwilliger /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000007 (1335 bytes) "Re: Why my Package are lost?" by Alan Thompson /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000008 (406 bytes) "enormous message delay on Linux" by Thomas Wolff /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000009 (856 bytes) "Re: What is PVM" by Juan Daugherty /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000010 (904 bytes) "Looking for PVM Application to Application Communications Time Bench Mark" by Ivan C. Ho /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000011 (1036 bytes) "Re: Why my Package are lost?" by Roeland Merks /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000012 (4651 bytes) "3rd European MPI Workshop (reminder)" by MPI-2 European Information Meeting /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000013 (2974 bytes) "* TRACS: Training and Research on Advanced Computing Systems" by J-C Desplat /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000014 (1074 bytes) "pvm_bcast PROBLEM" by Carlos Rafael Roca de Carvalho /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000015 (2002 bytes) "CFP - Cluster Computing Conference, Atlanta, 3/97" by V.S.Sunderam /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000016 (1317 bytes) "Re: Why my Package are lost?" by John Wright /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000017 (669 bytes) "Re: Any good benchmark codes for MPI/PVM" by STB /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000018 (6480 bytes) "CFP - Parallel Computing 1997" by Erik D'Hollander /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000019 (1112 bytes) "How can I spawn only one process on one machine?" by Roeland Merks /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000020 (332 bytes) "would you be my friend?" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000021 (1407 bytes) "Connection refused" by Matt Beare /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000022 (841 bytes) "pvm for IRIX6.2" by Thorleif Wiik /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000023 (980 bytes) "Re: pvm for IRIX6.2" by Jeff Haferman /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000024 (1482 bytes) "Re: How can I spawn only one process on one machine?" by Jeffrey Taylor /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000025 (4668 bytes) "CFP: IOPADS '97" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000026 (480 bytes) "Two stupid questions" by Jakub Sipowicz /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000027 (777 bytes) "pvmfrecv CAN NOT fully receive data in FORTRAN subroutine?" by d847101 ne /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000028 (3363 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000029 (1289 bytes) "Re: pvmfrecv CAN NOT fully receive data in FORTRAN subroutine?" by Bo-sung, Lee /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000030 (589 bytes) "problem on using "add" comand" by Tom Chan /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000031 (1189 bytes) "Re: pvmfrecv CAN NOT fully receive data in FORTRAN subroutine?" by Erik Demaine /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000032 (820 bytes) "Re: Two stupid questions" by Stephane Requena /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000033 (13148 bytes) "CANPC '97 Final Program" by Craig Stunkel /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000034 (265 bytes) "XPVM problems > 2160 seconds" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000035 (437 bytes) "A Special Offer!" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000036 (9159 bytes) "CFP: Parallel CFD '97" by Kevin Maguire /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000037 (676 bytes) "PVM Examples..." by Ritesh Soni /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000038 (539 bytes) "slave id." by Darren Porras /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000039 (1255 bytes) "Problems while Starting pvmd" by Matthieu Exbrayat /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000040 (35021 bytes) "grant for EC researchers on parallel computing" by Angela Lanzarini /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000041 (1375 bytes) "Win32 PVM Problem" by James Money /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000042 (4724 bytes) "HP/Ohio SC Center Collaboration press release" by Debbie Higgins /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000043 (1202 bytes) "Re: Two stupid questions" by Thomas Frank /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000044 (768 bytes) "Re: slave id." by Jeffrey Taylor /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000045 (754 bytes) "PVM3.3.11 on IRIX6.2" by Jeffrey Taylor /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000046 (813 bytes) "PVM-XPVM on SGI Indigo 2" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000047 (529 bytes) "adding hosts on the fly" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000048 (826 bytes) "libpvm [txxxxx]: pvmmctl() connect: Connection refused" by Hans Leichtl /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000049 (917 bytes) "Re: slave id." by Bart Van Assche /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000050 (25288 bytes) "CFP: PDPTA'97 & CISST'97 Conferences. Las Vegas, June 30 - July 2, 1997" by Hamid R. Arabnia /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000051 (944 bytes) "PVM timeout" by Kjell Randa /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000052 (940 bytes) "Re: PVM Host file." by Piers Daniell /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000053 (441 bytes) "PVM Host file." by Piers Daniell /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000054 (433 bytes) "Re: PVM Host file." by Piers Daniell /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000055 (2305 bytes) "Re: Win32 PVM Problem" by Libor Sindlar /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000056 (1096 bytes) "Power Challenge Array and PVM" by Darren Porras /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000057 (524 bytes) "Send Empty Message" by Christos A. Goumopoulos /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000058 (1450 bytes) "Re: PVM3.3.11 on IRIX6.2" by Omar G. Stradella /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000059 (730 bytes) "pvm_halt on SUNMP" by HENRYYOUNG LEE /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000060 (1383 bytes) "7th - 11th April 1997" by LAI, Choi-Hong /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000061 (348 bytes) "VMS-port" by Einar /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000062 (470 bytes) "Re: pvm_halt on SUNMP" by HENRYYOUNG LEE /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000063 (9764 bytes) "Final Reminder: EPCC Summer Scholarship Programme 1997" by Elspeth Minty /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000064 (1158 bytes) "Re: PVM3.3.11 on IRIX6.2" by Jeff Haferman /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000065 (832 bytes) "PVM/XPVM interactions with SGI" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000066 (628 bytes) "broken pipe error" by HENRYYOUNG LEE /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000067 (9855 bytes) "CFP: Parallel CFD '97" by Kevin Maguire /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000068 (354 bytes) "Using PVM with OpenGL" by Philip Fu /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000069 (2497 bytes) "PVM_ARCH = LINUXMP" by Jeffrey Taylor /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000070 (855 bytes) "Re: libpvm [txxxxx]: pvmmctl() connect: Connection refused" by hans leichtl /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000071 (1413 bytes) "Re: libpvm [txxxxx]: pvmmctl() connect: Connection refused" by Matt Beare /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000072 (319 bytes) "PARIX" by teste /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000073 (1030 bytes) "Error with pvmd" by Lavrentios Servissoglou /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000074 (1660 bytes) "Re: Error with pvmd" by Lavrentios Servissoglou /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000075 (979 bytes) "Lost connection to the host" by Tomaz Sustar /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000076 (779 bytes) "Re: libpvm [txxxxx]: pvmmctl() connect: Connection refused" by hans leichtl /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000077 (528 bytes) "PIOUS" by John Cummings /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000078 (1596 bytes) "Re: libpvm [txxxxx]: pvmmctl() connect: Connection refused" by Laszlo Ladanyi /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000079 (686 bytes) "Re: Error with pvmd" by Trey Harragan /parallel/internet/usenet/comp.parallel.pvm/articles/1997/01-Jan/000080 (1110 bytes) "Complete P133 Canon Computer at Closeout Price" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/ "comp.parallel.pvm articles for Feb 1997" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000001 (928 bytes) "CD Recordable Media for Sale" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000002 (32816 bytes) "Internet Parallel Computing Archive (IPCA) Additions - February 1997" by Dave Beckett /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000003 (814 bytes) "Barnes-Hut Algorithms using PVM" by Aric Lambert /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000004 (602 bytes) "PVMD without rsh" by Gerhard Schaden /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000005 (812 bytes) "Re: Barnes-Hut Algorithms using PVM" by Little Man From Another Place /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000006 (1311 bytes) "SGI Irix 5.3 -> 6.2 problem on challenge" by Dr. Jan Pedersen /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000007 (1547 bytes) "Re: Can't start Group server" by Matt Beare /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000008 (7436 bytes) "PDPTA'97 session on Load balancing" by El-ghazali.Talbi /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000009 (1070 bytes) "Dynamically add host on PVM3 ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000010 (1076 bytes) "Linux PVM ?" by Pedro Miguel Frazão F. Ferreira /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000011 (1089 bytes) "Performance Model for PVM & MPI" by Manish Rathi /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000012 (1398 bytes) "Re: Barnes-Hut Algorithms using PVM" by William T. Rankin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000013 (1103 bytes) "Can't start Group server" by Matt Beare /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000014 (2111 bytes) "CFP: Cluster Computing Conference - Atlanta - 3/9-11" by V.S.Sunderam /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000015 (828 bytes) "Greengard algorithm using PVM" by Aric Lambert /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000016 (1130 bytes) "Re: Linux PVM ?" by Amy Levy /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000017 (557 bytes) "IBM RS6000 SMP J30 For Sale" by ScanAce /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000018 (536 bytes) "Re: Asking for Sample file" by Rudolf Leitgeb /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000019 (907 bytes) "not execute pvmd?" by Dong-Gook Kim /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000020 (13630 bytes) "[ANNOUNCE] PG_PVM 0.9.2 (upgrade)" by Edward Walker /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000021 (432 bytes) "aimk and gmake" by Piers Daniell /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000022 (624 bytes) "Asking for Sample file" by Ivy Wong /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000023 (464 bytes) "TPVM wi/th thread" by Liu Chin-Wen /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000024 (731 bytes) "don't know other hosts?" by Dong-Gook Kim /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000025 (3326 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000026 (775 bytes) "Problem with xpvm" by Oliver Sieks /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000027 (639 bytes) "Re: can't configure the virtual machine in PVM." by Richard Barrett /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000028 (943 bytes) "Re: not execute pvmd?" by Rudolf Leitgeb /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000029 (1233 bytes) "PVM and Environment Variables" by Christos A. Goumopoulos /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000030 (1079 bytes) "Re: PVM and Environment Variables" by Rudolf Leitgeb /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000031 (722 bytes) "what's mean the 'msgtag'?" by Dong-Gook Kim /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000032 (807 bytes) "Hello!!!" by Venkateswaran Chandrasekharapuram /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000033 (790 bytes) "Can't start pvmd!!!" by Venkateswaran Chandrasekharapuram /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000034 (1127 bytes) "Re: PVM and Environment Variables" by Stephan Zimmermann /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000035 (5934 bytes) "Call for Participation: HIPS'97" by Michael Oberhuber /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000036 (936 bytes) "Re: Linux PVM ?" by Dario Rigolin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000037 (970 bytes) "Re: Can't start pvmd!!!" by Rudolf Leitgeb /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000038 (2984 bytes) "GRANT OPPORTUNITY" by Hans du Buf /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000039 (14205 bytes) "Final CFP for HPCS'97" by Peter C.J. Graham /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000040 (859 bytes) "PVM and OS/2" by Martin Lehmann /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000041 (427 bytes) "X and pvm" by Alexey Yurievich Starikovsky /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000042 (3089 bytes) "benchmark program in PVM?" by Dong-Gook Kim /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000043 (759 bytes) "Re: X and pvm" by Alexey Yurievich Starikovsky /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000044 (1178 bytes) "Re: X and pvm" by Nick Maclaren /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000045 (3791 bytes) "Cannot execute PVM programs under LoadLeveler 1.3.0.2" by Diego Novillo /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000046 (1101 bytes) "Re: Can't start pvmd!!!" by Erik Demaine /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000047 (642 bytes) "Communication" by BAULER Pascal /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000048 (609 bytes) "IBM 128-Port Controllers For Sale" by Dave Roekle /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000049 (465 bytes) "IBM Serial Link Disk For Sale" by Dave Roekle /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000050 (823 bytes) "Re: Communication" by Richard Barrett /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000051 (2070 bytes) "Re: Communication" by Richard Barrett /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000052 (787 bytes) "Re: X and pvm" by Simon Knee /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000053 (1102 bytes) "Re: X and pvm" by Alexey Yurievich Starikovsky /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000054 (745 bytes) "CTC Workshop: Deadline Extended (Parallel Programming)" by Kathy Shippos /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000055 (405 bytes) "C++ and PVM" by Ping Zhang /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000056 (6719 bytes) "CFP: Cluster Computing, 3/9-11/97, Atlanta" by V.S.Sunderam /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000057 (1026 bytes) "Problems with PVM on an ALPHAMP" by Donny Citron /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000058 (1002 bytes) "Re: X and pvm" by Robert Ford /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000059 (1171 bytes) "Re: X and pvm" by Nick Maclaren /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000060 (722 bytes) "Re: C++ and PVM" by Kuba Sipowicz /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000061 (10124 bytes) "Second CFP: 4th Intl. Conf. on High Perf. Computing (HiPC '97, India)" by Kalluri Eswar /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000062 (1497 bytes) "Re: X and pvm" by Nick Maclaren /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000063 (713 bytes) "Sparse Linear Algebra on Workstation Clusters" by Peter Christen /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000064 (561 bytes) "Re: C++ and PVM" by Werner Uhlmann /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000065 (727 bytes) "Lost messages" by Dario Rigolin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000066 (495 bytes) "Re: C++ and PVM" by Rudolf Leitgeb /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000067 (1720 bytes) "PVM speed efficiency" by Marc Bernatchez /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000068 (2272 bytes) "Re: PVM speed efficiency" by Nick Maclaren /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000069 (1221 bytes) "Re: PVM speed efficiency" by Nick Nystrom /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000070 (1551 bytes) "Re: Notify when a machine is rebooted." by Trey Harragan /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000071 (926 bytes) "pvm_trecv bug?" by Nigel Goddard /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000072 (2147 bytes) "[ANNOUNCE] PG_PVM 0.9.3 - patch" by Edward Walker /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000073 (2173 bytes) "Q: Testing PVM on SunOS 5.5" by Jens Utech /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000074 (855 bytes) "Notify when a machine is rebooted." by Murat Gorguner /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000075 (1232 bytes) "Re: Q: Testing PVM on SunOS 5.5" by Weicheng Jiang /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000076 (1374 bytes) "Compiling W95 PVM problems" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000077 (1330 bytes) "Re: PVM speed efficiency" by Nick Maclaren /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000078 (422 bytes) "Re: X and pvm" by Alexey Yurievich Starikovsky /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000079 (1231 bytes) "C++ and Parallel" by Carl Lawrence-Slater /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000080 (1316 bytes) "Re: Win95 - Linux pvm connection problems" by Trey Harragan /parallel/internet/usenet/comp.parallel.pvm/articles/1997/02-Feb/000081 (14768 bytes) "Deadline Extended - HPCS'97" by Peter C.J. Graham /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/ "comp.parallel.pvm articles for Mar 1997" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000001 (1028 bytes) "Scheduling of tasks in Hence" by L V Raghavendra Kumar /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000002 (3794 bytes) "This is great. Like iced tea!" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000003 (1016 bytes) "Re: PVM on quad CPU boxes" by Alexey Yurievich Starikovsky /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000004 (587 bytes) "Re: HELP: problems linking" by Colm Connolly /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000005 (1282 bytes) "8 byte long data type" by Steve Simonds /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000006 (1034 bytes) "pvm-sockets" by Houzeaux Guillaume /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000007 (393 bytes) "(no subject)" by Gabriel Abarca /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000008 (1474 bytes) "PVM on quad CPU boxes" by Jacek Radajewski /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000009 (1310 bytes) "General PVM questions" by Paul Wayper /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000010 (820 bytes) "Re: PVM on quad CPU boxes" by Chris W. Humphres /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000011 (718 bytes) "PVM and eigen Value/vector" by B.Van Renterghem /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000012 (1400 bytes) "Re: HELP: problems linking" by Rudolf Leitgeb /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000013 (1186 bytes) "PVM in Byte Magazine" by Simon Thorpe /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000014 (956 bytes) "Re: Problem on starting pvmd" by Erik Demaine /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000015 (1041 bytes) "Re: PVM speed efficiency" by Erik Demaine /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000016 (1349 bytes) "Re: PVM and kerboros authentication" by Erik Demaine /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000017 (2313 bytes) "PVM developer (Cambridge, MA)" by Jules A. Yasuna /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000018 (1651 bytes) "Re: Problem on starting pvmd" by Richard Ems /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000019 (739 bytes) "SUN4SOL2 vs SUNMP" by Murat Gorguner /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000020 (688 bytes) "Cannot access directory $PVM_ROOT/lib?" by XYWAN1 /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000021 (688 bytes) "Cannot access directory $PVM_ROOT/lib?" by XYWAN1 /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000022 (814 bytes) "Re: PVM on quad CPU boxes" by David Geldreich /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000023 (7641 bytes) "HELP: problems linking" by Colm Connolly /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000024 (687 bytes) "Cannot access directory $PVM_ROOT/lib!" by XYWAN1 /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000025 (1271 bytes) "Problem on starting pvmd" by ~{@A3f~} <~{@A3f~}> /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000026 (683 bytes) "timing PVM" by PETER HOSEY /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000027 (1058 bytes) "PVM3beta3 for win32" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000028 (11037 bytes) "IPPS '97 - Advance Program and Call for Participation" by D Jayasimha /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000029 (931 bytes) "How can we automate halting PVM?" by Guang Yu Liu /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000030 (1486 bytes) "Re: How can we automate halting PVM?" by Jan Amtrup /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000031 (238 bytes) "PVM on WINNT and pvmd files" by Andrea Boni /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000032 (853 bytes) "Jobs;TN, OH, MS; SGI Systems Administrators; IRIX; Power Challenge Array" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000033 (1157 bytes) "Re: PVM on quad CPU boxes" by Chris Humphres /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000034 (593 bytes) "Re: PVM on quad CPU boxes" by Chris Humphres /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000035 (1697 bytes) "Re: Job Allocation" by Erik Demaine /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000036 (902 bytes) "Re: timing PVM" by Chris Humphres /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000037 (7247 bytes) "HIGH PERFORMANCE COMPUTING COLLOQUIUM" by Roger Philp /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000038 (534 bytes) "peer_conn()" by Murat Gorguner /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000039 (1378 bytes) "Re: PVM on WINNT and pvmd.xxx file" by Philip J. Mucci /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000040 (734 bytes) "Parallel Computing Projects" by Rajkumar E Malli /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000041 (539 bytes) "Looking for Backprop Neural Network PVM Source Code" by Ron King /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000042 (2617 bytes) "simple master-slave program doesn't work" by Murat Gorguner /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000043 (1101 bytes) "Beta PVM Benchmarking software available..." by Philip Mucci /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000044 (1549 bytes) "Re: timing PVM" by Erik Demaine /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000045 (1090 bytes) "Re: PVM on quad CPU boxes" by Philip J. Mucci /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000046 (1245 bytes) "PVM on WINNT and pvmd.xxx file" by Andrea Boni /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000047 (591 bytes) "DJGPP with PVM-WIN32" by Roger Haggard /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000048 (3104 bytes) "1997 Parallel Rendering Symposium CFP" by Gordon Stoll /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000049 (1194 bytes) "Problem message passing C<-->fortran" by Duchene Olivier /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000050 (969 bytes) "Re: peer_conn()" by Weicheng Jiang /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000051 (306 bytes) "where to get the latest source of pvm" by Qureshi KALIM /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000052 (592 bytes) "pvm_tasks()" by Alan Gingras /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000053 (7422 bytes) "Parallel programming and Java conference see: http://www.rt.el.utwente.nl/wotug20" by Andy Bakkers /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000054 (1438 bytes) "Distributed/Parallel computing with JAVA" by Antonio Vieiro Varela /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000055 (12660 bytes) "Third CFP: 4th Intl. Conf. on High Perf. Computing (HiPC '97, India)" by Kalluri Eswar /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000056 (590 bytes) "Re: Wanted: resource manager example" by Richard Barrett /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000057 (701 bytes) "Would someone help me?" by Max Lau /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000058 (1176 bytes) "Message Passing C <--> Fortran" by BAULER Pascal /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000059 (4142 bytes) "Parallel::Pvm, pvm_notify, and fault tolerant programming" by Gregory Owen /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000060 (961 bytes) "server monitor in Java" by Micol Pamela HAIMSON /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000061 (1135 bytes) "pvm_mcast Bad Parameter" by Steve Altus /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000062 (1499 bytes) "Problem adding hosts on PVM running under LINUX" by Dr Gavin Cawley /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000063 (1421 bytes) "Re: pvm on lynux" by BAULER Pascal /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000064 (672 bytes) "Re: pvm on lynux (Linux??)" by Ian Boston /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000065 (700 bytes) "Re: where to get the latest source of pvm" by Stephen Scott /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000066 (1023 bytes) "rsh defuncts" by Ilan Harari /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000067 (5573 bytes) "PVM in Byte Magazine - comp.parallel.pvm #6956" by Stephen Scott /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000068 (673 bytes) "tkpvm: "Unknown PVM-packet" error" by Matthias Helmling /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000069 (815 bytes) "Re: Distributed/Parallel computing with JAVA" by Stephen J. Hartley /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000070 (1203 bytes) "Re: Distributed/Parallel computing with JAVA" by Steve MacDonald /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000071 (283 bytes) "Re: pvm on lynux (Linux??)" by Davor Pavisic /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000072 (1545 bytes) "Re: Parallel Computing Projects" by David Woodruff, MIT Lab for Nuclear Science /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000073 (2197 bytes) "Re: tkpvm: "Unknown PVM-packet" error" by Jan Nijtmans /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000074 (412 bytes) "pvm on lynux" by Davor Pavisic /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000075 (1904 bytes) "Re: tkpvm: "Unknown PVM-packet" error" by Matthias Helmling /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000076 (1402 bytes) "ANNOUNCE: Para++ Release 2.1, NOW available" by Eric Dillon /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000077 (7704 bytes) "ICA3PP-97: New Date For Paper Submissions" by Michael J Hobbs /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000078 (1575 bytes) "DrawP3D 3.0 visualization library available" by J. Welling /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000079 (2017 bytes) "NEW XPVM 1.2.2 RELEASE!!!" by James Arthur Kohl /parallel/internet/usenet/comp.parallel.pvm/articles/1997/03-Mar/000080 (786 bytes) "How install PVM on Windows NT" by Wei Song /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/ "comp.parallel.pvm articles for Apr 1997" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000001 (965 bytes) "Job Opening: Computer Graphics Programmer" by Hui Lu <Žlu@lyon.ks.uiuc.edu> /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000002 (1064 bytes) "Re: DrawP3D 3.0 visualization library available" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000003 (1017 bytes) "MPi or PVM for Meiko CS/1" by Aythan Avior /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000004 (932 bytes) "Installation on different platforms" by Myongsu CHOE /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000005 (1398 bytes) "Help on parallel table operations needed" by Anders L. Madsen /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000006 (1078 bytes) "Re: Would someone help me?" by Max Lau /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000007 (1328 bytes) "Re: WHAT to USE : MPI or PVM ???" by Laurent Gasser /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000008 (1373 bytes) "PVM on Win32" by Christopher Wratney /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000009 (2460 bytes) "Request: use of Tkpvm, plus- and dash-patches." by Jan Nijtmans /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000010 (1596 bytes) "Running PVM on an SMP machine?" by David Woodruff, MIT Lab for Nuclear Science /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000011 (1865 bytes) "hostfile question" by Jeff Haferman /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000012 (1515 bytes) "Problem on Installation PVM on Windows NT." by Wei Song /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000013 (2292 bytes) "CFP: Special Issue on I/O in Parallel Apps., deadline May 10" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000014 (1212 bytes) "Save money!!!" by S.P., Woodring /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000015 (818 bytes) "pvm_parent" by Ron Hamann /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000016 (740 bytes) "debugger" by Matthieu Exbrayat /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000017 (852 bytes) "non-traditional messages" by W. Michael Petullo /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000018 (635 bytes) "Timing" by Darren Porras /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000019 (412 bytes) "PVM & C++" by Stephane Ubeda /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000020 (488 bytes) "Cursor keys in pvm console ?" by Stephan Zimmermann /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000021 (2354 bytes) "newbie SGI5 and SGI64 f77 example compilation problems" by Frederick W. Koehler IV /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000022 (1101 bytes) "Re: newbie SGI5 and SGI64 f77 example compilation problems" by Frederick W. Koehler IV /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000023 (964 bytes) "Re: PVM & C++" by Rudolf Leitgeb /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000024 (1023 bytes) "Re: PVM & C++" by Jim Webber /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000025 (1342 bytes) "Call For Papers ISACC 97" by Ing. Luis E. Sandoval Orozco /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000026 (591 bytes) "process exchange in pvm_reduce()" by Fernando Carvajal /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000027 (862 bytes) "Save over 50%" by Joe Franklin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000028 (468 bytes) "Re: PVM Solaris Install" by David C. Patton /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000029 (570 bytes) "multi- and parallel processing - please HELP!" by Steve V. Coxon /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000030 (1494 bytes) "Problem with 'me' in subroutine" by Narendra Korlepara /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000031 (1605 bytes) "Re: SUNMP PVM" by Mr T Osman /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000032 (794 bytes) "BEST SITES ON THE WEB!!! A MUST SEE!!!!!!" by Me /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000033 (7989 bytes) "ERCOFTAC Summer School" by Kevin Maguire /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000034 (1312 bytes) "Workload Balancing 101" by Malcolm S Cowler /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000035 (541 bytes) "PhD Placement Wanted" by PETER HOSEY /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000036 (877 bytes) "XPVM on some machines" by Leocadio Gonzalez Casado /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000037 (1013 bytes) "Re: Sample PVM Fortran Programs" by M Chan /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000038 (2249 bytes) "is this code right?" by Narendra Korlepara /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000039 (1011 bytes) "Parallel code runs slowly in faster machine than slower one." by d847101 ne /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000040 (1208 bytes) "Problem classification" by Se Won Kim /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000041 (587 bytes) "Re: SUNMP PVM" by Johann Leichtl /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000042 (1041 bytes) "Alternatives to PVM" by Christian Fersterer /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000043 (1427 bytes) "Re: Alternatives to PVM" by Laurent Gasser /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000044 (426 bytes) "Re: What is "PVM_RSH"" by Johann Leichtl /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000045 (603 bytes) "pvm_send() Bad parameter" by M Chan /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000046 (1205 bytes) "memory not released after program termination" by Leo Wouters /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000047 (1453 bytes) "Re: Workload Balancing 101" by Martin Blais /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000048 (583 bytes) "PVM implementation for Windows NT" by Michela Taufer /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000049 (1268 bytes) "lightweight or heavyweight processes ?" by Alexander Weber /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000050 (8493 bytes) "ERCOFTAC Summer School" by ERCOFTAC Summer School /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000051 (2557 bytes) "[BUG] pvmd3 stealing packets on LINUX" by Stuart Inglis /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000052 (1249 bytes) "Re: pvm_send() Bad parameter" by Matthieu Exbrayat /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000053 (1116 bytes) "Re: Alternatives to PVM" by Erik Demaine /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000054 (1775 bytes) "Re: memory not released after program termination" by Jeffrey Taylor /parallel/internet/usenet/comp.parallel.pvm/articles/1997/04-Apr/000055 (574 bytes) "End of buffer" by Radoslaw Siekierzynski /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/ "comp.parallel.pvm articles for May 1997" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000001 (3295 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000002 (1928 bytes) "PSC Neuroscience Workshop" by Marcela Madrid /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000003 (764 bytes) "Control Messages exchanged in PVM?" by Han _ Sheng Yuh /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000004 (1251 bytes) "Re: PVM implementation for Windows NT" by Matthieu Exbrayat /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000005 (3009 bytes) "Has anyone got PVM3 on win NT working ?" by rds /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000006 (1642 bytes) "PVM Problems" by Paul C. Brant /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000007 (1056 bytes) "corba spec and pvm" by John S. Zelek /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000008 (2660 bytes) "Q: Strange processes on PVM" by Jens Utech /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000009 (1526 bytes) "Re: memory not released after program termination" by Jon Powell /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000010 (846 bytes) "hello.c" by Wei Song /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000011 (1276 bytes) "PVM on SGI Origin" by David Cowburn /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000012 (7587 bytes) "Internet Parallel Computing Archive (IPCA) Additions - May 1997" by Dave Beckett /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000013 (588 bytes) "Computational application" by Mickey Zuberek /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000014 (634 bytes) "COMPUTATION APPLICATION WITH LOAD BALANCING" by Mickey Zuberek /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000015 (949 bytes) "Master pvmd single point of failure" by Martin Oberhuber /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000016 (678 bytes) "Re: Problem: cannot add hosts" by A&M /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000017 (720 bytes) "Re: Problem: cannot add hosts" by A&M /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000018 (617 bytes) "pvmd" by Texas A&M /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000019 (1584 bytes) "example "hello"" by Craig Green /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000020 (1705 bytes) "Post-doc at Laboratory of Applied Mathematics, City University of New York" by Post-doc search /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000021 (831 bytes) "Re: example "hello"" by Chris Humphres /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000022 (1171 bytes) "Problem: cannot add hosts" by Boyana Norris /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000023 (460 bytes) "PVM/MPI & mathlab simulink" by Marc Bernatchez /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000024 (895 bytes) "Re: Q: Strange processes on PVM" by Jens Utech /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000025 (871 bytes) "Examples file in PVM" by Wei Song /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000026 (1721 bytes) "Re: hello.c" by Andreas Jungmaier /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000027 (1113 bytes) "Re: Assessing Workstation clusters" by Donald Krieger /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000028 (745 bytes) "Re: Computational application" by Donald Krieger /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000029 (1518 bytes) "Infusion BBS Software" by Grant Passmore /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000030 (3510 bytes) "Clustor 1.1 announcment" by David Abramson /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000031 (927 bytes) "Debugging Spawned Tasks" by Aaron Brian McDonough /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000032 (1668 bytes) "Re: Problem: cannot add hosts" by M Chan /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000033 (3291 bytes) "Re: Redirect ostream via PVM ?" by Martin Lehmann /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000034 (1404 bytes) "Re: hello.c" by Martin Lehmann /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000035 (935 bytes) "Re: PVM/MPI & mathlab simulink" by Federico Massaioli /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000036 (1943 bytes) "Re: Using fork(2) in spawned task" by Matthieu Exbrayat /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000037 (2412 bytes) "Re: Assessing Workstation clusters" by Edwin Vollebregt /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000038 (263 bytes) "busy bee" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000039 (1079 bytes) "Inconsistent buffer contents" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000040 (1539 bytes) "JOB OPPORTUNITY: CRAY SUPER COMPUTER CENTER, SLIDELL, LOUISANA (ALL SKILL LEVELS)" by Mr. Barney R. Banks /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000041 (1473 bytes) "Re: Has anyone got PVM3 on win NT working ?" by Drew Dolgert /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000042 (865 bytes) "Re: Threads and PVM" by Markus Zahn /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000043 (1175 bytes) "Good PVM Book??" by Kevin R.J. Ellwood /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000044 (662 bytes) "PVM & ATM" by Jalel Chergui /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000045 (1884 bytes) "Re: Debugging Spawned Tasks Again" by Juergen Kuersch /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000046 (529 bytes) "PVM and Parallel Genetic Algorithms" by J Raza /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000047 (1020 bytes) "What's the maximum size of a buffer?" by F. de Sande /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000048 (904 bytes) "Problems with an Indigo 2" by Michael Rangitsch /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000049 (2389 bytes) "Whould you please my script file ? I thinks something is wrong." by Jeong Hwan Park /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000050 (561 bytes) "PROBLEM -> pvm_spawn !! Child NOT getting **argv arguments from parent" by rds /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000051 (391 bytes) "We have another WINNER" by Cutting Edge Computers /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000052 (3507 bytes) "Australia/Canberra: PostDoc/Researcher/Programmer: Online Data Archives" by Markus Buchhorn /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000053 (501 bytes) "Problems with Prompt in Slave" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000054 (1907 bytes) "Message Buffers" by Eric Eslinger /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000055 (1444 bytes) "HELP!!" by Tony Cox /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000056 (747 bytes) "hostfile" by Darren Porras /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000057 (424 bytes) "Re: Problems with Prompt in Slave" by Padmanabhan Menon /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000058 (362 bytes) "FreeNetAccessWorldwid+" by InternetPRO. /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000059 (678 bytes) "send array of structs?" by Sabine Guepner /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000060 (630 bytes) "Re: send array of structs?" by Viktor Eide /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000061 (1229 bytes) "Announcing mpC" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000062 (806 bytes) "win32 passing parameters to spawn process" by Radek Zalesak /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000063 (1658 bytes) "Research positions available, Emory University, Atlanta" by Post Doctoral Position /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000064 (942 bytes) "weird problem, libpvm error message" by Johann Leichtl /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000065 (66654 bytes) "PDPTA/CISST Conferences. Participation/Exhibition. June 30 - July 4, 97. Las Vegas ..." by Hamid R. Arabnia /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000066 (392 bytes) "hostfile" by Darren Porras /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000067 (354 bytes) "free software" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000068 (359 bytes) "FREE HOT PICTURES HOT!" by Steph&Lise. /parallel/internet/usenet/comp.parallel.pvm/articles/1997/05-May/000069 (756 bytes) "hello/hello_other example prog behaviour...." by Tony Cox /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/ "comp.parallel.pvm articles for Jun 1997" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000001 (2019 bytes) "how to compile master.c" by Gang Dai /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000002 (4691 bytes) "WORKSHOP ANNOUNCEMENT: Supercomputing Techniques for CRAY MPP Systems" by Stephanie Dobler /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000003 (4499 bytes) "Re: adding slave pvmd in PVM for Win32" by Texas A&M /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000004 (989 bytes) "Re: how to compile master.c" by Juergen Kuersch /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000005 (776 bytes) "Problems with pvm on SUN multi-processor machine" by Padmanabhan Menon /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000006 (2321 bytes) "Re: HELP!!" by Robert G. Smith /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000007 (1789 bytes) "Re: how to compile master.c" by Colin Morris /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000008 (1311 bytes) "adding pvm architectures" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000009 (1043 bytes) "load checking" by Zoran Zunic /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000010 (1375 bytes) "Re: hello/hello_other example prog behaviour...." by Michael Ng /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000011 (853 bytes) "ld complains about _xdr_* misssing" by Peter Schaefer /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000012 (2748 bytes) "Seminar: Parallel Stochastic Methods." by Mario Antonioletti /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000013 (3506 bytes) "Australia/Canberra: PostDoc/Researcher/Programmer: Online Data Archives" by Markus Buchhorn /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000014 (4574 bytes) "CFP: HPCA-4" by Cho-Li Wang /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000015 (3743 bytes) "adding slave pvmd in PVM for Win32" by Radek Zalesak /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000016 (1271 bytes) "[ANN] Fortran 90 interface to PVM 3.3.11" by Laurent Gasser /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000017 (1095 bytes) "Re: how to compile master.c" by Matt Beare /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000018 (2118 bytes) "Re: Message Buffers" by Peter Schaefer /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000019 (261 bytes) "About the state of art in parallel computer" by Hwageun Lee /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000020 (4515 bytes) "PSC Parallel Processing Workshop" by Marcela Madrid /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000021 (15872 bytes) "Internet Parallel Computing Archive (IPCA) Additions - June 1997" by Dave Beckett /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000022 (2012 bytes) "Re: adding pvm architectures" by Joern Clausen /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000023 (474 bytes) "Non-blocking send in PVM ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000024 (871 bytes) "Bug, Feature, or Stupidity?" by Michael Flynn /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000025 (495 bytes) "Re: PVM benchmarks" by Andy Warner /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000026 (1582 bytes) "Re: PVM for Alpha Linux?" by shawn /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000027 (1275 bytes) "Re: Non-blocking send in PVM ?" by Alan Thompson /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000028 (942 bytes) "PVM on SGI Indigo 2" by Mike Rangitsch /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000029 (502 bytes) "Re: Non-blocking send in PVM ?" by Mickey Zuberek /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000030 (1183 bytes) "Re: PVM benchmarks" by Massimiliano E. Rizzi /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000031 (1973 bytes) "Adding Remote Machines to PVM...Automaticly" by Chris Jeffares /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000032 (1548 bytes) "Re: hello/hello_other example prog behaviour...." by Chris Jeffares /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000033 (2395 bytes) "ANNOUNCEMENT: Release 2 of the NAG Parallel Library" by Arnold Krommer /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000034 (1149 bytes) "PVM for Windows 95" by Owen Brazell /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000035 (647 bytes) "Re: Non-blocking send in PVM ?" by Jon Powell /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000036 (1929 bytes) "Re: Non-blocking send in PVM ?" by Krishnan Subramaniam /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000037 (2460 bytes) "Re: Non-blocking send in PVM ?" by Nick Comino /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000038 (1924 bytes) "PVM Program" by Texas A&M /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000039 (976 bytes) "Re: List of Message Passing Systems/Languages" by Richard Beton /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000040 (3302 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000041 (1153 bytes) "Need some large PVM programs" by Mihir Y. Sambhus /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000042 (609 bytes) "Multiprocessor system simulator" by Tran Dinh Viet /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000043 (1564 bytes) "Re: porting PVM to new comm layer" by Ruth Sivilotti /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000044 (963 bytes) "porting PVM to new comm layer" by Ruth Sivilotti /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000045 (1436 bytes) "Please help! -- Problems with Compiling PVM3.3.11" by Vikas Shah /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000046 (1595 bytes) "PVM utility: Version 2.0 - ppmake (seedup of makefile processing)" by Stephan Zimmermann /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000047 (843 bytes) "Lost Messages" by Dennis Trask /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000048 (1798 bytes) ""Optional" New Service for your Pager!" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000049 (2160 bytes) "Re: porting PVM to new comm layer" by Krishnan Subramaniam /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000050 (416 bytes) "PVM for WinNT ??? Has any got it Running" by rds /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000051 (625 bytes) "resource mapping in heterogeneous environment" by Georgia Liu /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000053 (1798 bytes) "Re: Non-blocking send in PVM ?" by Erik Demaine /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000054 (859 bytes) "Multiprocessor Linux PVM" by Ehab Fares /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000055 (1186 bytes) "problem using pvm_getfds()" by Alexander Weber /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000056 (440 bytes) "Is pvm FAQ available ?" by Angshuman Bezbaruah /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000057 (924 bytes) "Re: Is pvm FAQ available ?" by Boyana Norris /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000058 (1136 bytes) "Multiprocessor PVM for SGI Onyx" by John L. Papp /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000059 (950 bytes) "pvm + Redhat4.0 + rsh&rexec = problem" by Mathew Lamb /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000060 (513 bytes) "Re: Problem running PVM on SGI Power Challenge." by Owen Brazell /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000061 (369 bytes) "PVM PERFORMANCE" by Ronald Marsh /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000062 (2200 bytes) "Re: Non-blocking send in PVM ?" by David Starks-Browning /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000063 (480 bytes) "where can I find resource mapping information?" by Georgia Liu /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000064 (885 bytes) "PVM Applications!" by Mr T Osman /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000065 (1175 bytes) "PVM PERFORMANCE" by Darren Porras /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000066 (1220 bytes) "Re: PVM Applications!" by Mr T Osman /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000067 (848 bytes) "Adding Hosts on PVM" by Chris Jeffares /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000068 (1783 bytes) "help with installing pvm3.3.11 on Redhat Linux" by Feng Liu /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000070 (1156 bytes) "Web-ROM" by Aaron /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000071 (2330 bytes) "Architecture review" by Patrick or Mari Wolf /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000072 (510 bytes) "Full connected graph" by Giancarlo Mora /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000073 (1572 bytes) "An alternative Distributed Programming system" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000074 (1134 bytes) "Advertise to Thousands of People an Hour" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000075 (1246 bytes) "pvm process blocks in pvm_mytid - why ?" by Stephan Zimmermann /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000076 (427 bytes) "*Hot young cocksucking girls *cocte.jpg" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000077 (499 bytes) "-Teen Deepthroat Cocksuckers !!! teencock.jpg" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000078 (626 bytes) "Re: PVM Applications!" by Michael Flynn /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000079 (1462 bytes) "Re: PVM Applications!" by Michael R. McClelland /parallel/internet/usenet/comp.parallel.pvm/articles/1997/06-Jun/000080 (716 bytes) "Re: Is pvm FAQ available ?" by Michael R. McClelland /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/ "comp.parallel.pvm articles for Jul 1997" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000001 (5126 bytes) "pvm and SUNMP and xpvm" by JonesMB /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000002 (34261 bytes) "ICPP97 Program and Registration" by Hank Dietz /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000003 (2651 bytes) "Strange pvm problem (on Digital UNIX)" by Bart Rousseau /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000004 (2608 bytes) "Announcement: ZPL, A New Language for Scientific and Engineering Computations" by Sung-Eun Choi /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000005 (878 bytes) "SUMMARY : Strange problem using pvm on Digital UNIX" by Bart Rousseau /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000006 (2820 bytes) "Parallel Stochastic Methods Seminar." by Mario Antonioletti /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000007 (961 bytes) "timing experiment" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000008 (1763 bytes) "Re: Asynchronous Messaging in PVM" by Alexander Weber /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000009 (1334 bytes) "PVM on nCUBE: profiling?" by Claus Assmann /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000010 (220 bytes) "Metrics" by Information /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000011 (1825 bytes) "FREE OFFER-ONE NUMBER!" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000012 (1048 bytes) "Q: PVM port for SHARCs?" by Erik Reinhard /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000013 (972 bytes) "*writers/seeking/publication" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000014 (2702 bytes) "Re: Asynchronous Messaging in PVM" by JonesMB /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000015 (3141 bytes) "Announcement: HP MPI 1.2 availability" by Paco Romero /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000016 (10585 bytes) "Internet Parallel Computing Archive (IPCA) Additions - July 1997" by Dave Beckett /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000017 (878 bytes) "!!!Hello!!!" by Damn Yankee /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000018 (928 bytes) "Asynchronous Messaging in PVM" by Joseph A. Bell /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000019 (8981 bytes) "CFP-MASCOTS'98" by Azzedine BOUKERCHE /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000020 (987 bytes) "free report" by Sarah Marsden /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000021 (5113 bytes) "Sicon'98 Call For Papers" by Lau Leng Fong /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000022 (693 bytes) "for pvmwin32 beta 4" by Lee Sung Woo /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000023 (1256 bytes) "Re: Asynchronous Messaging in PVM" by Krishnan Subramaniam /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000024 (742 bytes) "Filesystem UNIX/NT" by Manfred Krafczyk /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000025 (569 bytes) "PARMACS MACROS" by Mike Kober /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000026 (585 bytes) "War On the NET" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000027 (394 bytes) "..$Free Cash Grants..." /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000028 (2372 bytes) "Best price on the net CD-R 74 Minute Gold $2.99 Retail package - no rebates no gimmics no surcharges" by Dan Harley /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000029 (387 bytes) "linux" by Laurent Eskenazi /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000030 (1337 bytes) "Parallel Algorithms using PVM. Please help!" by To Thanh Binh /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000031 (1402 bytes) "Re: strange error" by Andy Vaught /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000032 (1115 bytes) "strange error" by Matt Cheselka /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000033 (1508 bytes) "Looking for Tutorial" by Martin Frank Schuster /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000034 (1154 bytes) "Postdoc position available in Computer Architecture" by Andy Pimentel /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000035 (848 bytes) "Re: linux" by Richie Bielak /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000036 (406 bytes) "Re: linux" by Albert Schueller /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000037 (672 bytes) "PVM PoV-Ray speed" by Thomas Molesworth /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000038 (1249 bytes) "Re: PVM PoV-Ray speed" by Drake Diedrich /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000039 (989 bytes) "profiling of pvm routines" by Thorsten Juergens /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000040 (1610 bytes) "Spawning Processes" by Martin Frank Schuster /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000041 (1181 bytes) "Re: starting with PVM" by Sumit Roy /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000042 (1159 bytes) "Re: starting with PVM" by Sumit Roy /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000043 (1483 bytes) "Re: PVM PoV-Ray speed" by Thomas Willhalm /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000044 (814 bytes) "pvm on linux network" by Ray Ownby, MD, PhD /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000045 (1519 bytes) "Re: How to link PVM programs together" by Viktor Ziskin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000046 (1338 bytes) "Re: PVM PoV-Ray speed" by Andy Vaught /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000047 (1427 bytes) "Re: PVM PoV-Ray speed" by G. Sumner Hayes /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000048 (1124 bytes) "problem of start" by Zhong Yang /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000049 (654 bytes) "How to link PVM programs together" by Tom /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000050 (799 bytes) "Master Doesn't exit from ... pvm_exit()!" by Andrea Boni /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000051 (689 bytes) "PVM graphical demo" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000052 (2997 bytes) "ParMETIS: A Parallel Graph Partitioning and Sparse Matrix Ordering Library" by George Karypis /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000053 (2097 bytes) "Re: PVM PoV-Ray speed" by Thomas Molesworth /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000054 (1521 bytes) "Re: PVM PoV-Ray speed" by Thomas Molesworth /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000055 (959 bytes) "Re: PVM PoV-Ray speed" by Thomas Molesworth /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000056 (800 bytes) "Re: PVM PoV-Ray speed" by Thomas Molesworth /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000057 (1009 bytes) "From where I get the kernel nlist for SunOS, Solaris, FreeBSD." by Qureshi KALIM /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000058 (1360 bytes) "Re: Master Doesn't exit from ... pvm_exit()!" by pvm /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000059 (417 bytes) "creating libpvm3.so" by null /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000060 (1571 bytes) "Re: PVM PoV-Ray speed" by Michael Searle /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000061 (1475 bytes) "Re: PVM PoV-Ray speed" by Mike Mitchell /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000062 (7937 bytes) "PADS98 CFP" by Gabriele Kotsis /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000063 (976 bytes) "Re: PVM PoV-Ray speed" by Peter W Boettcher /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000064 (3301 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000065 (981 bytes) "PVM Working Directory" by Huan-Min Shang /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000066 (1643 bytes) "Re: PVM PoV-Ray speed" by Andreas Dilger /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000067 (413 bytes) "HELP: odd-even merge sort" by Raffaele Gaioni /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000068 (614 bytes) "PVM on Linux SMP" by Ismael Ghalimi /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000069 (1150 bytes) "How to run NT daemon without password" by Choompol BOONMEE/5141 /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000070 (717 bytes) "Port PVM on Linux SMP" by Ismael Ghalimi /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000071 (7329 bytes) "CFP HIPS'98 - Workshop on HL Programming Models, Orlando" by M.Gerndt /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000072 (1403 bytes) "Re: PVM PoV-Ray speed" by Thomas Molesworth /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000073 (675 bytes) "Re: pvm on linux network" by Kevin L Parker /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000074 (1511 bytes) "Re: PVM PoV-Ray speed" by Thomas Molesworth /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000075 (1183 bytes) "Re: PVM PoV-Ray speed" by Thomas Molesworth /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000076 (1454 bytes) "Re: PVM PoV-Ray speed" by Ben R. Boule /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000077 (1077 bytes) "Re: PVM PoV-Ray speed" by Mary Conner /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000078 (485 bytes) "Bus error" by Michael Rangitsch /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000079 (768 bytes) "Re: PVM PoV-Ray speed" by Malte Lance /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000080 (1278 bytes) "Re: PVM Working Directory" by Xavier Leloupp /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000081 (725 bytes) "Tcl/Tk mouse bug under XPVM" by Xavier Leloupp /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000082 (1428 bytes) "Has anyone tried PVM3.4 Beta3?" by Se Won Kim /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000083 (1803 bytes) "Re: PVM PoV-Ray speed" by Thomas Molesworth /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000084 (798 bytes) "Re: PVM PoV-Ray speed" by Thomas Molesworth /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000085 (30938 bytes) "Call For Participation, ICPP'97" by ICPP97 Conference Account /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000086 (464 bytes) "Problems on running some processes in PVM" by Tom /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000087 (584 bytes) "Re: Bus error" by Johann Leichtl /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000088 (599 bytes) "Re: Has anyone tried PVM3.4 Beta3?" by Tim\ /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000089 (1107 bytes) "Re: strange error" by Krishnan Subramaniam /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000090 (1373 bytes) "Re: pvm on linux network" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000091 (2999 bytes) "Last Chance: EPCC Seminar on Parallel Stochastic Methods." by Mario Antonioletti /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000092 (937 bytes) "pvm_tasks bug ?" by Manfred Krafczyk /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000093 (1632 bytes) "Re: PVM PoV-Ray speed" by Deischinger Harald /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000094 (546 bytes) "Problem: libpvm[]: mksocs() connect: Invalid argument" by José Luis Roda /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000095 (1571 bytes) "Threads and PVM 3.4beta?" by William T. Rankin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/07-Jul/000096 (1027 bytes) "problem running xpvm" by Prasad Alavilli /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/ "comp.parallel.pvm articles for Aug 1997" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000001 (1316 bytes) "PVM & Motif" by Michael C. Starkie /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000002 (538 bytes) "I was wondering..." by C. Patterson /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000003 (683 bytes) "starting pvmd manually" by Ayal Itzkovitz /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000004 (827 bytes) "Re: starting pvmd manually" by Ayal Itzkovitz /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000005 (922 bytes) "minimum nbr of hosts" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000006 (1010 bytes) "New version of mpC" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000007 (1812 bytes) "Problems with console 'add' command" by Stuart Wishart /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000008 (1070 bytes) "Re: PVM PoV-Ray speed" by Thomas Molesworth /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000009 (460 bytes) "crossbars" by Roslee Abdul Jalil /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000010 (1009 bytes) "New version of mpC" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000011 (1229 bytes) "Re: Problems with console 'add' command" by Alexander Weber /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000012 (1091 bytes) "win32 pvm" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000013 (1205 bytes) "Re: starting problems" by Matt Beare /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000014 (894 bytes) "specify machines" by Viktor Ziskin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000015 (4560 bytes) "Supercomputing Techniques: Parallel Processing on CRAY MPP Systems" by Stephanie Dobler /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000016 (1323 bytes) "starting problems" by Markus Leuzinger /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000017 (1211 bytes) "Re: Problems with console 'add' command" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000018 (2017 bytes) "Digital UNIX SMP questions" by Joao Rochate /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000019 (2021 bytes) "Re: starting problems" by Andreas Jungmaier /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000020 (1504 bytes) "Positions available: Emory Univ, Atlanta" by Post Doctoral Position /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000021 (510 bytes) "PVMPOV over different platforms" by Christophe Flaviani /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000022 (667 bytes) "pvm 3.4" by Johann Leichtl /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000023 (1164 bytes) "pvm WIN32 PORT" by Cyril Godart /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000024 (685 bytes) "PVM:Windows 95 benchmarks and hostfile" by alferd mandere /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000025 (5071 bytes) "Call For Papers (CANPC '98)" by CANPC Workshop Account /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000026 (4664 bytes) "1997 Parallel Rendering Symposium" by Gordon Stoll /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000027 (2639 bytes) "** TRACS: Training and Research on Advanced Computing Systems **" by Irina Nazarova /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000028 (1540 bytes) "Problem with pvm_joingroup" by Andreas Jungmaier /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000029 (569 bytes) "A good idea ?" by herve /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000030 (1279 bytes) "How are you using PVM on IBM SP?" by Nicholas Geovanis /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000031 (713 bytes) "Question about Gordon Bell Prize" by Sang-Youp Synn /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000032 (1917 bytes) "Re: PVM Configuration Problem" by Sven Grundmann /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000033 (496 bytes) "Checkpointing PVM using Condor?" by Digital Puer /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000034 (369 bytes) "PVM for reliability" by Paul Schauble /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000035 (816 bytes) "Plese a Example for path setting !! Thanks" by Honk /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000036 (618 bytes) "PvmNoParent" by Michel Robert/almadenres/345838 /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000037 (1563 bytes) "xpvm problem" by Xiaowei Xu /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000038 (758 bytes) "Newbie: Unused TID, please" by Antonio Vieiro Varela /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000039 (592 bytes) "Re: Checkpointing PVM using Condor?" by Stefan Petri /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000040 (380 bytes) "HeNCE examples" by Ami Marowka /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000041 (376 bytes) "Looking for HeNCE examples" by Ami Marowka /parallel/internet/usenet/comp.parallel.pvm/articles/1997/08-Aug/000042 (544 bytes) "pvmWin32 to Unix patches" by Michael Starkie /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/ "comp.parallel.pvm articles for Sep 1997" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000001 (460 bytes) "Domain Name FS" by Dave Roekle /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000002 (13353 bytes) "IPPS/SPDP Call for Papers - September 19 deadline" by Dan Watson /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000003 (1066 bytes) "Re: pvmWin32 to Unix patches" by Dave Robbins /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000004 (695 bytes) "large buffers" by Matt Cheselka /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000005 (791 bytes) "fddi vs fast ethernet" by Jude X. Jin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000006 (935 bytes) "fddi vs fast ethernet (follow-up)" by Jude X. Jin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000007 (581 bytes) "PVM for begiiners" by rudolf lenz /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000008 (1528 bytes) "PVM and Sun3 monsters" by Charles R. Hunter /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000009 (1993 bytes) "ANNOUNCE: Shared libraries for pvm3.4.beta4" by Jan Nijtmans /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000010 (779 bytes) "Re: fddi vs fast ethernet" by Greg Lindahl /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000011 (2413 bytes) "Re: fddi vs fast ethernet (follow-up)" by William T. Rankin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000012 (803 bytes) "aimk problem" by Periyathamby /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000013 (753 bytes) "Re: PVM for begiiners" by Henry Gabb /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000014 (14067 bytes) "Internet Parallel Computing Archive (IPCA) Additions - September 1997" by Dave Beckett /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000015 (637 bytes) "PVM on top of MPI" by Jens Simon /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000016 (494 bytes) "Quicksort in PVM" by PhoKite /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000017 (500 bytes) "DQS with SunSolaris 2.6" by frankie /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000018 (990 bytes) "Can't seem to run PVM" by Roland Mas /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000019 (868 bytes) "Machine addition problem" by Fu-Bao Ji /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000020 (1489 bytes) "Re: Machine addition problem" by Alexander Weber /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000021 (3421 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000022 (860 bytes) "compilation problem, NT, g++" by Alexander Weber /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000023 (872 bytes) "Re: Can't seem to run PVM" by Roland Mas /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000024 (1643 bytes) "Storage size of `rfds' isn't known." by Egon Schmid /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000025 (1336 bytes) "Re: Can't seem to run PVM" by Joel_Hatsch /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000026 (1555 bytes) "Re: Can't seem to run PVM" by Alexander Weber /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000027 (7220 bytes) "CFP: 2nd Workshop on Runtime Systems for Parallel Programming (RTSPP)" by Gregory D. Benson /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000028 (925 bytes) "SGI IRIX6.2 problems" by Leo Caves /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000029 (1428 bytes) "Re: Can't seem to run PVM" by Andrea Cisternino /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000030 (2591 bytes) "Re: Can't seem to run PVM" by Roland Mas /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000031 (1168 bytes) "Re: Help! Please Help! pvm3 example compilation error!" by Juergen Kuersch /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000032 (1601 bytes) "Re: fddi vs fast ethernet (follow-up)" by Don Dossa /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000033 (1168 bytes) "Re: Help! Please Help! pvm3 example compilation error!" by Juergen Kuersch /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000034 (1601 bytes) "Re: fddi vs fast ethernet (follow-up)" by Don Dossa /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000035 (1168 bytes) "Re: Help! Please Help! pvm3 example compilation error!" by Juergen Kuersch /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000036 (1601 bytes) "Re: fddi vs fast ethernet (follow-up)" by Don Dossa /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000037 (1416 bytes) "Re: Can't seem to run PVM" by Joel_Hatsch /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000038 (1187 bytes) "Re: Storage size of `rfds' isn't known." by Drake Diedrich /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000039 (5050 bytes) "Call For Papers (CANPC '98)" by CANPC Workshop Account /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000040 (621 bytes) "Parallel computing in C++?" by Sean Chen /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000041 (1457 bytes) "Re: fddi vs fast ethernet (follow-up)" by William T. Rankin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000042 (877 bytes) "Re: Parallel computing in C++?" by James B. White, III /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000043 (768 bytes) "Re: Parallel computing in C++?" by Paul Lu /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000044 (436 bytes) "JPVM" by Anthony Johnson /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000045 (1293 bytes) "Too slow by adding new hosts!!!!!!! Please help!" by To Thanh Binh /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000046 (1096 bytes) "SUNMP - processes remain as " by Chris Pearce /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000047 (553 bytes) "PVM Java and Internet" by Farooq Zama /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000048 (798 bytes) "perl and pvm" by Trey Valenta /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000049 (794 bytes) "multicast" by Darren Porras /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000050 (527 bytes) "¤ ¤ ¤ F R E E V A C A T I O N S !!! ¤ ¤ ¤" by URGENT !!! /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000051 (2442 bytes) "JSA special issue" by Beniamino Di Martino /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000052 (919 bytes) "pvm3.4 & xpvm1.2.4 - recompiling applications" by Ray Glover /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000053 (317 bytes) "where can I find out about parallaxis compiler P3C_PVM" by María Victoria Londoño T. /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000054 (2708 bytes) "Re: Advise needed for possible library tools" by Alexander Weber /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000055 (449 bytes) "Advise needed for possible library tools" by dingyi jin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000056 (1453 bytes) "Advise needed for possible library tools" by dingyi jin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000057 (518 bytes) "Host file ep option" by Suresh Kannan /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000058 (4946 bytes) "CALL FOR PAPERS --- CONFERENCE ON NUMERICAL METHODS AND APPLICATIONS--" by Parallel and Dist. Comp. Practices /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000059 (9721 bytes) "CALL FOR PAPERS---CONFERENCE ON COMPUTER GRAPHICS & IMAGE PROCESSING" by Parallel and Dist. Comp. Practices /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000060 (15171 bytes) "CALL FOR PAPERS---CONFERENCE ON BUSINESS INFORMATION SYSTEMS--" by Parallel and Dist. Comp. Practices /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000061 (606 bytes) "Help with PVM code" by Ian Hien Nguyen /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000062 (453 bytes) "HOW TO upload program" by stephenh /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000063 (5863 bytes) "HOW TO upload program" by stephenh /parallel/internet/usenet/comp.parallel.pvm/articles/1997/09-Sep/000064 (1009 bytes) "Re: Help with PVM code" by Matt Cheselka /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/ "comp.parallel.pvm articles for Oct 1997" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000001 (1487 bytes) "Re: PVM Windows Style" by Peter Presti /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000002 (1249 bytes) "Re: PVM Windows Style" by Raleigh Bellas /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000003 (789 bytes) "Shared memory for WIN32???" by Francesc Roca /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000004 (987 bytes) "PVM for IRIX 6.X" by Michael Meissner /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000005 (5180 bytes) "Problems with Message Handler Function and pvm_probe" by Jochen Jaeger /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000006 (390 bytes) "Need FAQ for this group" by FJB /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000007 (740 bytes) "HELP:Building progressively a sendbuffer" by null /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000008 (987 bytes) "PVM Windows Style: HELP!" by Raleigh Bellas /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000009 (628 bytes) "PVM examples ?" by Kyung-Nam Kim /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000010 (720 bytes) "Couple of questions..." by S Telford /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000011 (863 bytes) "PVM Windows Style" by Raleigh Bellas /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000012 (1677 bytes) "Re: SUNMP - processes remain as " by Juergen Kuersch /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000013 (1319 bytes) "Re: HELP:Building progressively a sendbuffer" by Alexander Weber /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000014 (10913 bytes) "Re: Problems with Message Handler Function and pvm_probe" by Stephane REQUENA /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000015 (7066 bytes) "CFP HIPS'98 - Upcoming Deadline" by Dr. Hans Michael Gerndt /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000016 (542 bytes) "To Matt Cheselka" by Ian Hien Nguyen /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000017 (698 bytes) "Re: PVM for IRIX 6.X" by Kristian Wedberg /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000018 (1011 bytes) "pvm_catchout() and C++" by Michel Robert/almadenres/345838 /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000019 (1275 bytes) "MPCS '98 Special Sessions" by MPCS /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000020 (5294 bytes) "MPCS '98 CFP" by MPCS /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000021 (3864 bytes) "MPCS '98 Keynote" by MPCS /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000022 (3447 bytes) "MPCS '98 Invited Talk" by MPCS /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000023 (705 bytes) "Problems with pvm_trecv()" by RJMAIA /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000024 (398 bytes) "pvm on NT" by Daniel Block /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000025 (1579 bytes) "Pvm3 on win32 can't add hosts" by Graeme /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000026 (698 bytes) "Re: PVM for IRIX 6.X" by Kristian Wedberg /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000027 (1011 bytes) "pvm_catchout() and C++" by Michel Robert/almadenres/345838 /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000028 (1275 bytes) "MPCS '98 Special Sessions" by MPCS /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000029 (5294 bytes) "MPCS '98 CFP" by MPCS /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000030 (3864 bytes) "MPCS '98 Keynote" by MPCS /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000031 (3447 bytes) "MPCS '98 Invited Talk" by MPCS /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000032 (705 bytes) "Problems with pvm_trecv()" by RJMAIA /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000033 (398 bytes) "pvm on NT" by Daniel Block /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000034 (1579 bytes) "Pvm3 on win32 can't add hosts" by Graeme /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000035 (812 bytes) "Help with PVM coding" by James Tsiflitzis /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000036 (1404 bytes) "Re: HOW TO upload program" by Fabien Banse /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000037 (1517 bytes) "Is there some sort of repository for PVM sample code?" by Eu Hin Chua /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000038 (777 bytes) "PVM on DEC and SGI" by Iraj Daizadeh /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000039 (1122 bytes) "PVM 3.3.10 on SGI (R10000/IRIX 6.4)" by Eric Vielet /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000040 (2799 bytes) "pvm: thread-safe ?" by Norbert Sensen /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000041 (1604 bytes) "Re: pvm: thread-safe ?" by Markus Zahn /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000042 (841 bytes) "PvmNoSpawnParent" by Manfred Krafczyk /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000043 (766 bytes) "passing message between two unrelated processes" by Julian Zhao /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000044 (1289 bytes) "CFD on PVM (Real world applications)" by Ben Walding /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000045 (1049 bytes) "Re: passing message between two unrelated processes" by Tom Goodale /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000046 (2061 bytes) "Re: CFD on PVM (Real world applications)" by scbslee /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000047 (2082 bytes) "Re: PVM 3.3.10 on SGI (R10000/IRIX 6.4)" by Wenjie Zhu /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000048 (2253 bytes) "Position in Parallel and Distributed Computing" by Vasudha Govindan /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000049 (7235 bytes) "CFP: RTSPP'98 Reminder" by Gregory D. Benson /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000050 (389 bytes) "jpvm?" by Aubrey Quarcoo /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000051 (535 bytes) "Qestion on Drinking philosopher problem to implemented on PVM" by Jefferson Choi /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000052 (1069 bytes) "Re: Qestion on Drinking philosopher problem to implemented on PVM" by Alexandru Petrescu /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000053 (873 bytes) "PVM on QNX" by Suresh Kannan /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000054 (556 bytes) "Re: jpvm?" by Farooq Zama /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000055 (998 bytes) "Re: jpvm?" by Suresh Kannan /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000056 (2427 bytes) "A bunch of questions re PVM (Fortran 90, C, XDR, .so, etc)" by Andrej Panjkov /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000057 (1676 bytes) "Re: pvm: thread-safe ?" by Matthieu Exbrayat /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000058 (1768 bytes) "Re: PVM 3.3.10 on SGI (R10000/IRIX 6.4)" by Matt Beare /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000059 (969 bytes) "XPVM - No Message trace" by Rob Spilker /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000060 (1340 bytes) "Re: A bunch of questions re PVM (Fortran 90, C, XDR, .so, etc)" by Erik Demaine /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000061 (296 bytes) "Can PVM run on LINUX?" by Jefferson Choi /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000062 (892 bytes) "Re: Can PVM run on LINUX?" by Lanier Benkard /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000063 (1098 bytes) "Re: Can PVM run on LINUX?" by Sebastian Kuzminsky /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000064 (1914 bytes) "Help can't add hosts on Win32" by spod /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000065 (4467 bytes) "Sending strings from F90 task to C task?" by Andrej Panjkov /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000066 (1150 bytes) "PVM - WIN32 - Compiling - Borland - Problems" by Lord of Darkness /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000067 (1014 bytes) "message passing by pvm between shell started processes" by Julian Zhao /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000068 (339 bytes) "$$$ Tandem Positions $$$" by ZOverLord /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000069 (1023 bytes) "Host groups" by Viktor Ziskin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000070 (1468 bytes) "pvm problems" by Mahesh Mani /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000071 (1380 bytes) "PVM Startup Problems" by Srinivas Patil /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000072 (723 bytes) "PVM on NT ??" by Leon Wink /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000073 (712 bytes) "PVM on NT ??" by Leon Wink /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000074 (622 bytes) "Question about labview ..." by Phuong-Thao Ton-Nu /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000075 (876 bytes) "Re: Can PVM run on LINUX?" by SkyFlash - TanCP /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000076 (1625 bytes) "Re: message passing by pvm between shell started processes" by SkyFlash - TanCP /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000077 (1803 bytes) "Re: passing message between two unrelated processes" by Pascal Bauler /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000078 (2938 bytes) "Re: PVM on NT ??" by Lord of Darkness /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000079 (951 bytes) "C structs in messages" by Lord of Darkness /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000080 (1540 bytes) "pvm_trecv() problems" by joaopcc /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000081 (867 bytes) "Re: Help can't add hosts on Win32" by Radoslaw Siekierzynski /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000082 (473 bytes) "HELP ME" by Daniele Vio /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000083 (842 bytes) "PVM Linux and xpvm - xpvm on Win32" by Ludovic Pénet /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000084 (937 bytes) "Re: PVM without a network" by Erik Demaine /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000085 (605 bytes) "Re: Can PVM run on LINUX?" by Donald Krieger /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000086 (1101 bytes) "PVM and Win95" by Jacques Dubeau /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000087 (740 bytes) "phone connection" by Donald Krieger /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000088 (423 bytes) "exampels" by Ami Marowka /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000089 (420 bytes) "exampels" by Ami Marowka /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000090 (963 bytes) "Can't rewind file?" by Jeff Taylor /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000091 (3887 bytes) "Re: PVM and Win95" by Vijay Tandra Sistla /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000092 (4900 bytes) "Re: PVM and Win95" by spod /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000093 (898 bytes) "Re: exampels" by Steven G. Johnson /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000094 (1097 bytes) "Re: HELP ME" by SkyFlash - TanCP /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000095 (804 bytes) "Re: pvm_trecv() problems" by Hernani Pedroso /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000096 (537 bytes) "PVM bugs" by Patrick Tepesch /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000097 (737 bytes) "Redirect port" by James Charon /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000098 (796 bytes) ">>> F R E E <<<" by RESORTS /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000099 (2007 bytes) "Threaded PVM for Dataflow Programming" by Peter Presti /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000100 (1143 bytes) "Re: PVM and Win95" by Yves Secretan /parallel/internet/usenet/comp.parallel.pvm/articles/1997/10-Oct/000101 (579 bytes) "Re: Threaded PVM for Dataflow Programming" by Greg Lindahl /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/ "comp.parallel.pvm articles for Nov 1997" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000001 (802 bytes) "I can't start pvmd on Windows95." by Kwon Yun Han /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000002 (1275 bytes) "Re: PVM Linux and xpvm - xpvm on Win32" by To Thanh Binh /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000003 (1548 bytes) "PVM, UWARE (Unixware) and f2c or gnu fortran g77 (gcc-2.7.2.3/g77-0.5.21)" by Hugues Leroy /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000004 (672 bytes) "How to get hostname?" by binh /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000005 (874 bytes) "Re: How to get hostname?" by Chris Humphres /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000006 (633 bytes) "pvm and ssh" by Youngbae Kim /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000007 (716 bytes) "Run PVM on Windows NT" by Huan-Min Shang /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000008 (1150 bytes) "Re: pvm and ssh" by Axel Kohlmeyer /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000009 (1421 bytes) "Problems starting pvmd" by W. Michael Petullo /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000010 (1290 bytes) "Re: I can't start pvmd on Windows95." by ELSON /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000011 (765 bytes) "spawning new windows under NT" by Michael T. Palmer /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000012 (1688 bytes) "Re: pvm and ssh" by Gregory Owen /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000013 (541 bytes) "Fortran90 Interface" by MF Kruger /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000014 (889 bytes) "Bottle Neck Problem" by Suresh Kannan /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000015 (739 bytes) "pvm for HP multiprocessor" by Serge Jooris /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000016 (1736 bytes) "Australia: PostDoc/Researcher/Fellow: Advanced Computational Systems" by Markus Buchhorn /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000017 (1477 bytes) "How can I convert my parallel code in CrayT3E" by Lee, Bo-sung /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000018 (882 bytes) "Help" by Fernando Ibarra /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000019 (1902 bytes) "Re: pvm and ssh" by Paulos EFRAIMIDIS /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000020 (637 bytes) "Quicksort, radix with PVM" by Julien Sebot /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000021 (855 bytes) "Help me" by Gautam D Ghare /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000022 (1337 bytes) "Re: Help me" by SkyFlash - TanCP /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000023 (2022 bytes) "Re: I can't start pvmd on Windows95." by lelo /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000024 (1018 bytes) "Mathematical application in pvm" by Kwon Yun Han /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000025 (1126 bytes) "pvm_addhosts" by Brian Joseph Claise /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000026 (1018 bytes) "Mathematical application in pvm" by Kwon Yun Han /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000027 (1126 bytes) "pvm_addhosts" by Brian Joseph Claise /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000028 (476 bytes) "Networking applications" by adamsch1 /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000029 (4967 bytes) "CFP: 2nd Workshop on Parallel Processing and Multimedia" by Argi Krikelis /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000030 (524 bytes) "threading?" by adamsch1 /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000031 (1999 bytes) "[Q] Remote Method Invocation in PVM" by Walter Cazzola /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000032 (739 bytes) "Help us, please!" by Teo /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000033 (655 bytes) "Java PVM" by adamsch1 /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000034 (1012 bytes) "(no subject)" by Julian Zhao /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000035 (962 bytes) "Re: threading?" by SkyFlash - TanCP /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000036 (1375 bytes) "Interest of JAVA PVM?" by Matthieu Exbrayat /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000037 (3413 bytes) "ANNOUNCEMENT: New publication for World Wide Web and Internet research" by Argi Krikelis /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000038 (1435 bytes) "Re: threading?" by William T. Rankin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000039 (1767 bytes) "Re: Interest of JAVA PVM?" by William T. Rankin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000040 (2059 bytes) "Re: Interest of JAVA PVM?" by Dave Thurman /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000041 (1979 bytes) "Announcement: JavaPVM -v1.1.2b" by Dave Thurman /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000042 (1807 bytes) "Position: Application Consultant at EPCC." by Mario Antonioletti /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000043 (2616 bytes) "DRAGON and SAP release (ANNOUNCE)" by Robin Munro /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000044 (620 bytes) "Question" by adamsch1 /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000045 (450 bytes) "about HeNCE!!!" by Kim Jeong-Sik /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000046 (8884 bytes) "FINAL CFP: PDSE'98 - S/W Eng. for Parallel & Dist. Sys. - JAPAN" by Peter Croll /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000047 (9616 bytes) "EPCC Summer Scholarship Programme 1998" by Rob Baxter /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000048 (285 bytes) "PVM" by Carolina Reyes Meza J /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000049 (1248 bytes) "Re: Question" by Jeff Taylor /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000050 (1320 bytes) "Re: PVM" by adamsch1 /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000051 (447 bytes) "Re: PVM" by Giorgio Marazzi /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000052 (1709 bytes) "Odd Behaviour of PVM on Pentium II MMX machine" by John Biddiscombe /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000053 (4061 bytes) "WoTUG 21 - Architectures, Languages and Patterns for Parallel and Distributed Applications" by Dave Beckett /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000054 (396 bytes) "compiling under MSVC4.2" by D /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000055 (283 bytes) "Re: Odd Behaviour of PVM on Pentium II MMX machine" by D /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000056 (987 bytes) "pvmd says "No space on device" when there is!" by Brian Blais /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000057 (1737 bytes) "Australia: PostDoc/Researcher/Fellow: Advanced Computational Systems" by Markus Buchhorn /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000058 (855 bytes) "PVM Project" by Oguzhan Eris /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000059 (840 bytes) "Re: Odd Behaviour of PVM on Pentium II MMX machine" by John Biddiscombe /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000060 (1398 bytes) "Re: compiling under MSVC4.2" by John Biddiscombe /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000061 (1618 bytes) "Re: pvmd says "No space on device" when there is!" by William T. Rankin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000062 (2069 bytes) "Re: Odd Behaviour of PVM on Pentium II MMX machine" by Trey Harragan /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000063 (1342 bytes) "Re: Odd Behaviour of PVM on Pentium II MMX machine" by John Biddiscombe /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000064 (1074 bytes) "PVM and Threads" by Tobias Salb /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000065 (353 bytes) "Re: compiling under MSVC4.2" by D /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000066 (1140 bytes) "Re: Odd Behaviour of PVM on Pentium II MMX machine" by John Biddiscombe /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000067 (7568 bytes) "CFP DIS-RealTime" by {Dr. Azzedine Boukerche} /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000068 (1284 bytes) "WIN32 Port and debugging..." by Cyril Godart /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000069 (720 bytes) "pvm rookie" by Enrique Ramos Peinado /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000070 (2583 bytes) "pvm_send cost" by sueur dominique /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000071 (664 bytes) "PVM group's functions" by dani franco /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000072 (1007 bytes) "MPICH or LAM in Linux boxes?" by Lee, Bo-sung /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000073 (3832 bytes) "Reminder: Workshop ALV'98" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000074 (768 bytes) "Threads and PVM" by adamsch1 /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000075 (1108 bytes) "Re: Threads and PVM" by Matthieu Exbrayat /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000076 (1140 bytes) "new intranet resource site with links to products, white papers and information" by Sandra Cannon /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000077 (2049 bytes) "Problem with PVM on the SGI64 architecture" by Kjell Randa /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000078 (593 bytes) "Callback Function for Receiving Data" by Tobias Salb /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000079 (1330 bytes) "Re: pvm_send cost" by Travis Wilson /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000080 (733 bytes) "HOw efficient are the group commands?" by adamsch1 /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000081 (2211 bytes) "Re: HOw efficient are the group commands?" by adamsch1 /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000082 (1543 bytes) "Re: Problem with PVM on the SGI64 architecture" by cavallo /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000083 (2122 bytes) "DIPC (Distributed IPC) version 1.0 is available" by Kamran /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000084 (1050 bytes) "Re: Problem with PVM on the SGI64 architecture" by Leo Wouters /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000085 (607 bytes) "OCCAM compilers." by Giorgio Marazzi /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000086 (2833 bytes) "TRACS - Training & Research on Advanced Computing Systems" by TRACS /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000087 (961 bytes) "help with PVMDLOGMAX in pvm3.4" by Bruno Boettcher /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000088 (1629 bytes) "namd goes catatonic if under pvm" by Eugene Leitl /parallel/internet/usenet/comp.parallel.pvm/articles/1997/11-Nov/000089 (956 bytes) "PVM-NT" by Steve Rivkin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/ "comp.parallel.pvm articles for Dec 1997" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000001 (1701 bytes) "IJSA special issue on I/O in Parallel Applications" by Rajeev Thakur /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000002 (1465 bytes) "(Q) Newbie : PVM installation problem on Linux" by Axelle Croiset /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000003 (835 bytes) "Scanner & Zip Drive both connected to one parallel port?" by DougMarkT /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000004 (2077 bytes) "Problem with pvm3.4beta4 and LINUX" by C. Broeders /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000005 (4940 bytes) "SPAA '98 CFP" by Thomas Cormen /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000006 (1735 bytes) "PVM and IBM SP-2" by Ing. Soch Michal dokt k336 /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000007 (2760 bytes) "Re: PVM and IBM SP-2" by Christoph Dahmen SET.EES /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000008 (656 bytes) "PVM Error -7: Trouble spawning slaves. Aborting" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000009 (1231 bytes) "Re: PVM Error -7: Trouble spawning slaves. Aborting" by adamsch1 /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000010 (715 bytes) "hoster.c error" by Artur Kedzierski /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000011 (993 bytes) "question" by Viktor Ziskin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000012 (2203 bytes) "Unable to handle" by Antonio Vieiro Varela /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000013 (941 bytes) "problem with Win32..." by Grzegorz Swiatek /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000014 (2563 bytes) "Re: Trouble RUNNING slaves - Neither of 2 ways works ??" by Susheel Jalali /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000015 (371 bytes) "Need description of PVM please." by Drmorris /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000016 (1170 bytes) "Re: PVM Error -7: Trouble spawning slaves. Aborting" by Richard Barrett /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000017 (2457 bytes) "Re: Need description of PVM please." by adamsch1 /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000018 (859 bytes) "Unable to add Windows 95 machine to PVM" by Ben Lam /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000019 (543 bytes) "Unable to start pvmd3 daemon in Windows 95" by Ben Lam /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000020 (850 bytes) "PVMD, resource hog under NT?" by John P Enright /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000021 (639 bytes) "message receiving in PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000022 (914 bytes) "Re: message receiving in PVM" by Antonio Vieiro Varela /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000023 (3058 bytes) "GeoComputation'98 - call for papers" by Bob Abrahart /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000024 (426 bytes) "PVM benchmark programs(write in c)" by uei /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000025 (498 bytes) "PVM benchmarks" by Francesc Solsona /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000026 (482 bytes) "PVM Benchmarks" by Francesc Solsona /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000027 (1045 bytes) "PVM applications location?" by Peter A. Daly /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000028 (686 bytes) "Re: Unable to start pvmd3 daemon in Windows 95" by Steve Rivkin /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000029 (2160 bytes) "ORNL PVM with SP2MPI?" by Christian Schaller /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000030 (671 bytes) "Error using pvm3 under SGI. "End of buffer", Help!" by Marc Antoni /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000031 (2137 bytes) "Use of pvm_trecv() misses data from some slaves ??" by Susheel Jalali /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000032 (1533 bytes) "how to start pvmd from a program and where to get FAQ of this group" by yone /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000033 (461 bytes) "Re: how to start pvmd from a program and where to get FAQ of this group" by yone /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000034 (1844 bytes) "Is there a blocking send in PVM?" by Susheel Jalali /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000035 (4005 bytes) "Call for papers" by Michael Meissner /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000036 (521 bytes) "PVM BENCHMARK PROGRAMS" by uei /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000037 (2905 bytes) "Re: PVM BENCHMARK PROGRAMS" by Marc Antoni Marti-Renom /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000038 (1461 bytes) "Ataman rshd for the use of PVM on NT4.0-PCs (Need Help!)" by cyprian /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000039 (862 bytes) "PVM and NAG F90 compiler? Look. f. experiences" by Chr. Wesselmann /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000040 (663 bytes) "Problems with ALPHAMP architecture" by Donny Citron /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000041 (652 bytes) "PVM in Mac OS?" by Andrea Sterbini /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000042 (5069 bytes) "[ANNOUNCE] "DNET: virtual machine" (DVM) class library and environment is out." by Vladimir Ulogov /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000043 (2168 bytes) "so=ms option on Solaris" by Manish P. Pagey /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000044 (2080 bytes) "Wish there was a blocking probe()" by Susheel Jalali /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000045 (470 bytes) "pvm3 on RedHat Linux 5.0" by LOK SIMON /parallel/internet/usenet/comp.parallel.pvm/articles/1997/12-Dec/000046 (474 bytes) "Help!" by Quan Wang /parallel/internet/usenet/comp.parallel.pvm/articles/1998/ "comp.parallel.pvm articles for 1998" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/ "comp.parallel.pvm articles for Jan 1998" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000001 (4957 bytes) "SPAA '98: DEADLINE January 16" by Thomas Cormen /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000002 (1076 bytes) "Win a Palm Pilot at the Intranet Solutions Center" by Sandra Cannon /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000003 (3273 bytes) "GeoComputation '98 - 2nd call for papers" by Bob Abrahart /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000004 (450 bytes) "pvm3.4 beta 6" by Michel Robert/almadenres/345838 /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000005 (1625 bytes) "Looking for distributed applications" by Eugene Gendelman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000006 (898 bytes) "pvmd hostfile question" by Jason Venner /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000007 (880 bytes) "starting problems, help needed" by Tom De Weyer /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000008 (2116 bytes) "memory bomb in tracer/trcfile.c in xpvm & pvm3" by Christian Worley /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000009 (1272 bytes) "JavaPVM / parallel simulation Q" by Farooq Zama /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000010 (431 bytes) "PCG and PVM" by Darren Porras /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000011 (448 bytes) "PCG Package" by Darren Porras /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000012 (765 bytes) "pvm / WIN32 / Borland C++" by Roy Kouwenberg /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000013 (1410 bytes) "Re: Looking for distributed applications" by Vladimir Ulogov /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000014 (692 bytes) "last chance to win a palm pilot" by Sandra Cannon /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000015 (2398 bytes) "Re: Wish there was a blocking probe()" by Tom Goodale /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000016 (4812 bytes) "Second call for papers (deadline is coming up)" by Dirk Bartz /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000017 (618 bytes) "Segmentation fault. Core dumped." by Voronin Michael /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000018 (1100 bytes) "pvm3.4beta6 cann't start group server" by Ray Glover /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000019 (1796 bytes) "Re: pvm3.4beta6 cann't start group server" by adamsch1 /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000020 (1310 bytes) "Re: starting problems, help needed" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000021 (1100 bytes) "pvm3.4beta6 cann't start group server" by Ray Glover /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000022 (1796 bytes) "Re: pvm3.4beta6 cann't start group server" by adamsch1 /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000023 (1310 bytes) "Re: starting problems, help needed" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000024 (12960 bytes) "1998 International Conference on Parallel/Distributed Processing, Las Vegas, July 13-16,98" by Hamid R. Arabnia /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000025 (1517 bytes) "3.4b4 WinNT questions/problems" by John Schuette /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000026 (1746 bytes) "Re: pvm / WIN32 / Borland C++" by John Schuette /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000027 (369 bytes) "were to find PVM applications?" by nr /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000028 (1918 bytes) "PVM BUG?" by Antonio Vieiro Varela /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000029 (12191 bytes) "SCCG98 --> CALL for PAPERS" by Silvester Czanner /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000030 (10685 bytes) "CANPC '98 Advance Program" by CANPC Workshop Account /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000031 (1858 bytes) "PVM on OPENSTEP for Intel Processors" by Bernhard Scholz /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000032 (1641 bytes) "Re: PVM on OPENSTEP for Intel Processors" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000033 (1075 bytes) "PVM on Win95 and Unix" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000034 (1133 bytes) "Re: PVM on Win95 and Unix" by Tom De Weyer /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000035 (4985 bytes) "SPAA '98 deadline EXTENDED to JAN 21" by Thomas Cormen /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000036 (2117 bytes) "New Book on Fortran 95" by Jud Wolfskill /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000037 (1015 bytes) "PVM3.4 on WinNT4 with MS FORTRAN Powerstation 4" by Sylvain Aunay /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000038 (1221 bytes) "Problem Running PVM over Myrinet (TCP/IP)" by Jeff Hollingsworth /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000039 (1277 bytes) "Re: Problem Running PVM over Myrinet (TCP/IP)" by Greg Lindahl /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000040 (8767 bytes) "CFP: Int'l Conference on Imaging Science, July 6-9, 1998, Las Vegas" by Hamid R. Arabnia /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000041 (2718 bytes) "PVM3.4 on WinNT4 installation problems" by Dirk van der Knijff /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000042 (7494 bytes) "PARA98, Workshop on Applied Parallel Computing" by Krister Dackland /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000043 (647 bytes) "Parallel Object Oriented Genetic Algorithms" by Andy Green /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000044 (1745 bytes) "EuroPVM/MPI98 Conference announcement" by Kenneth Chan /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000045 (1249 bytes) "JavaPVM - v1.1.3b available" by Dave Thurman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000046 (7494 bytes) "PARA98, Workshop on Applied Parallel Computing" by Krister Dackland /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000047 (647 bytes) "Parallel Object Oriented Genetic Algorithms" by Andy Green /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000048 (1745 bytes) "EuroPVM/MPI98 Conference announcement" by Kenneth Chan /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000049 (1249 bytes) "JavaPVM - v1.1.3b available" by Dave Thurman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000050 (673 bytes) "Pvm on Win 32" by adamsch1 /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000051 (1385 bytes) "3.4 No group server ?!?!" by adamsch1 /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000052 (1007 bytes) "Re: Parallel Object Oriented Genetic Algorithms" by Alexandre Dupuis /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000053 (7494 bytes) "PARA98, Workshop on Applied Parallel Computing" by Krister Dackland /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000054 (647 bytes) "Parallel Object Oriented Genetic Algorithms" by Andy Green /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000055 (1745 bytes) "EuroPVM/MPI98 Conference announcement" by Kenneth Chan /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000056 (1249 bytes) "JavaPVM - v1.1.3b available" by Dave Thurman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000057 (673 bytes) "Pvm on Win 32" by adamsch1 /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000058 (1385 bytes) "3.4 No group server ?!?!" by adamsch1 /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000059 (1007 bytes) "Re: Parallel Object Oriented Genetic Algorithms" by Alexandre Dupuis /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000060 (508 bytes) "POVPVM" by Ryan Villamil /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000061 (554 bytes) "pvm_send() parameter error...?" by Kwon Yun Han /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000062 (1216 bytes) "Re: Pvm on Win 32" by John Enright /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000063 (3413 bytes) "ANNOUNCEMENT: New publication for World Wide Web and Internet research" by Argi Krikelis /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000064 (839 bytes) "SUNMP pvm questions" by Clint Miller /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000065 (8430 bytes) "CANPC '98 Final Program" by CANPC Workshop Account /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000066 (617 bytes) "Re: Parallel Object Oriented Genetic Algorithms" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000067 (1978 bytes) "Problem with pvm" by Bart Rousseau /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000068 (572 bytes) "include file" by Hidenori YASUMURO /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000069 (4239 bytes) "2nd Call4Papers" by Michael Meissner /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000070 (823 bytes) "PVM Or MPI, which one has a brighter future?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000071 (1099 bytes) "MPI vs PVM on CRAY T3E" by David Espadas Valladares /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000072 (2803 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Clark Dorman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000073 (4239 bytes) "2nd Call4Papers" by Michael Meissner /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000074 (823 bytes) "PVM Or MPI, which one has a brighter future?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000075 (1099 bytes) "MPI vs PVM on CRAY T3E" by David Espadas Valladares /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000076 (2803 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Clark Dorman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000077 (1506 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Larry Meadows /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000078 (14908 bytes) "Advance Program: ACM 1998 Workshop on Java for High-Performance Network Computing" by Klaus E. Schauser /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000079 (1714 bytes) "PVM problem (again :-( )" by Bart Rousseau /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000080 (254 bytes) "Re: PVM problem (again :-( )" by Tianruo Yang /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000081 (1270 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Ralph DeCarli /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000082 (381 bytes) "debugger for WinNt ?" by Daniele Vio /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000083 (974 bytes) "problems with sending/receiving data" by Duc Thao Dang /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000084 (984 bytes) "PVM File paths" by Scott D. W. Rankin /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000085 (818 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Greg Lindahl /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000086 (622 bytes) "HOUSTON TX users of PVM" by Jack & Carol Coats /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000087 (1031 bytes) "some basic questions" by Gautam Golwala /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000088 (4239 bytes) "2nd Call4Papers" by Michael Meissner /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000089 (823 bytes) "PVM Or MPI, which one has a brighter future?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000090 (1099 bytes) "MPI vs PVM on CRAY T3E" by David Espadas Valladares /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000091 (2803 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Clark Dorman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000092 (1506 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Larry Meadows /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000093 (14908 bytes) "Advance Program: ACM 1998 Workshop on Java for High-Performance Network Computing" by Klaus E. Schauser /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000094 (1714 bytes) "PVM problem (again :-( )" by Bart Rousseau /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000095 (254 bytes) "Re: PVM problem (again :-( )" by Tianruo Yang /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000096 (1270 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Ralph DeCarli /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000097 (381 bytes) "debugger for WinNt ?" by Daniele Vio /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000098 (974 bytes) "problems with sending/receiving data" by Duc Thao Dang /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000099 (984 bytes) "PVM File paths" by Scott D. W. Rankin /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000100 (818 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Greg Lindahl /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000101 (622 bytes) "HOUSTON TX users of PVM" by Jack & Carol Coats /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000102 (1031 bytes) "some basic questions" by Gautam Golwala /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000103 (1717 bytes) "Re: some basic questions" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000104 (711 bytes) "Re: some basic questions" by Tom Goodale /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000105 (3384 bytes) "PVM34b5/win32 : FORTRAN example "FGEXAMPLE" hangs (PVMFREDUCE pb)" by Sylvain Aunay /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000106 (9605 bytes) "EPCC Summer Scholarship Programme 1998" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000107 (848 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Alexandru Petrescu /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000108 (1373 bytes) "PVM and SUN Enterprise" by Stefan Funken /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000109 (1807 bytes) "Re: PVM and SUN Enterprise" by Andreas Löbel /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000110 (510 bytes) "Win 95" by Shane Adams /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000111 (913 bytes) "Re: Win 95" by Tom De Weyer /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000112 (878 bytes) "problem with PVM3.4" by Ivano Miscali /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000113 (1673 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Goller Alois /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000114 (1659 bytes) "Re: PVM Or MPI, which one has a brighter future?" by Clark Dorman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/01-Jan/000115 (465 bytes) "PVM on LinuxPPC?" by Troy Benjegerdes /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/ "comp.parallel.pvm articles for Feb 1998" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000001 (1422 bytes) "Re: PVM and MPI" by Lutz Laemmer /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000002 (1411 bytes) "Unix<->Win32 Problem" by Markus Hammelmann /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000003 (626 bytes) "Re: PVM and MPI" by Greg Lindahl /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000004 (2359 bytes) "Re: PVM and MPI" by Steve Huss-Lederman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000005 (1628 bytes) "Re: PVM and SUN Enterprise" by Huan-Min Shang /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000006 (1648 bytes) "Building pvm34b5 on an Intergraph CLIPPER workstation" by Matt Larson /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000007 (632 bytes) "precv and XPVM" by Janusz Borkowski /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000008 (864 bytes) "Re: Win 95" by adamsch1 /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000009 (2707 bytes) "hallo - any pvm/NT users out there???" by Dirk van der Knijff /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000010 (1352 bytes) "ANNOUNCEMENT: first version of PVM++: a c++ library for PVM3.3" by Sebastian Wilhelmi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000011 (826 bytes) "PVM WIN32 execution paths and stdio?" by Bruce W. Church /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000012 (1468 bytes) "Re: PVM WIN32 execution paths and stdio?" by Dirk van der Knijff /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000013 (1528 bytes) "Restart pvmd from an application" by Torsten Metzner /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000014 (7492 bytes) "PARA98, Workshop on Applied Parallel Computin" by Krister Dackland /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000015 (863 bytes) "PVM WIN32 execution/working directory paths and stdio?" by Bruce W. Church /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000016 (2304 bytes) "MPI is NOT a protocol" by Alexander N. Andreyev /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000017 (3026 bytes) "CFP: PDPDA'98 Session on Loadbalancing and Scheduling" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000018 (864 bytes) "Fixing the machine to run." by Leocadio Gonzalez Casado /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000019 (927 bytes) "IRIX 6.x on 32 bit machines" by Scott Daugherty /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000020 (940 bytes) "Re: Fixing the machine to run." by Tom Goodale /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000021 (975 bytes) "Strange error on pvm_exit" by kumite /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000022 (462 bytes) "PVM on NT, GNU C." by kumite /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000023 (4134 bytes) "Re: PVM WIN32 execution paths and stdio?" by Dirk van der Knijff /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000024 (463 bytes) "Linux Cluster" by Micael Lastothkin /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000025 (838 bytes) "Re: Linux Cluster" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000026 (799 bytes) "Overwritten buffer data." by Leocadio Gonzalez Casado /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000027 (1401 bytes) "unix and NT together" by Markus Leuzinger /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000028 (3750 bytes) "Euro-Par 2000 Call for Bids" by d.gault /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000029 (2073 bytes) "Re: Linux Cluster" by Christian Worley /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000030 (788 bytes) "Re: PVM'd make?" by Alex deVries /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000031 (753 bytes) "PVM'd make?" by Alex deVries /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000032 (4134 bytes) "Re: PVM WIN32 execution paths and stdio?" by Dirk van der Knijff /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000033 (463 bytes) "Linux Cluster" by Micael Lastothkin /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000034 (838 bytes) "Re: Linux Cluster" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000035 (799 bytes) "Overwritten buffer data." by Leocadio Gonzalez Casado /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000036 (1401 bytes) "unix and NT together" by Markus Leuzinger /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000037 (3750 bytes) "Euro-Par 2000 Call for Bids" by d.gault /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000038 (2073 bytes) "Re: Linux Cluster" by Christian Worley /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000039 (788 bytes) "Re: PVM'd make?" by Alex deVries /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000040 (753 bytes) "PVM'd make?" by Alex deVries /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000041 (1369 bytes) "Re: PVM'd make?" by Juergen Kuersch /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000042 (1791 bytes) "PhD scholarships at UCC, Ireland." by John O'Regan /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000043 (1073 bytes) "joining to group" by Ivano Miscali /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000044 (4134 bytes) "Re: PVM WIN32 execution paths and stdio?" by Dirk van der Knijff /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000045 (463 bytes) "Linux Cluster" by Micael Lastothkin /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000046 (838 bytes) "Re: Linux Cluster" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000047 (799 bytes) "Overwritten buffer data." by Leocadio Gonzalez Casado /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000048 (1401 bytes) "unix and NT together" by Markus Leuzinger /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000049 (3750 bytes) "Euro-Par 2000 Call for Bids" by d.gault /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000050 (2073 bytes) "Re: Linux Cluster" by Christian Worley /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000051 (788 bytes) "Re: PVM'd make?" by Alex deVries /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000052 (753 bytes) "PVM'd make?" by Alex deVries /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000053 (1369 bytes) "Re: PVM'd make?" by Juergen Kuersch /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000054 (1791 bytes) "PhD scholarships at UCC, Ireland." by John O'Regan /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000055 (1073 bytes) "joining to group" by Ivano Miscali /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000056 (499 bytes) "massive parllel computer building." by Rodolfo C. Yannarella /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000057 (962 bytes) "Re: joining to group" by Alexandre Dupuis /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000058 (1668 bytes) "Re: massive parallel computer building" by Tom Goodale /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000059 (826 bytes) "Re: spawning pvm daemon from the wrong side" by Donald Krieger /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000060 (1311 bytes) "fd_set in pvm 3.3" by Michael Sievers /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000061 (1778 bytes) "PVM RPMS" by Daniel Ridge /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000062 (2351 bytes) "Re: joining to group" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000063 (8109 bytes) "Direct Fast Sparse Matrix Solvers from GENIUSOFT: http://www.geniusoft.com" by Dr. Firas Jandali /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000064 (1858 bytes) "spawning pvm daemon from the wrong side" by Donald Krieger /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000065 (776 bytes) "HPC JOBS" by Raj Thiagarajan /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000066 (957 bytes) "Re: massive parllel computer building." by Richie Bielak /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000067 (719 bytes) "Masspar MP1, Model 1100 Info?" by Tony Robinson /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000068 (418 bytes) "Password XX Adult Only Free! http://203.149.0.5/~dj800502/links.html" by Free XXX /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000069 (1178 bytes) "pvm on WIN32 and HPPA architecture" by Radoslaw Siekierzynski /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000070 (933 bytes) "Getting command line input and output" by Clark Dorman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000071 (1028 bytes) "pvm3.4 netoutput() timed out" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000072 (1124 bytes) "Job Opening: Computer System Analyst" by Hui Lu <Žlu@lyon.ks.uiuc.edu> /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000073 (1138 bytes) "PVM3_4b5 Install Shield" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000074 (2412 bytes) "Re: pvm on WIN32 and HPPA architecture" by Fernando /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000075 (565 bytes) "PVM and other parallel benchmarks for Montecarlo" by Thierry Schang /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000076 (701 bytes) "how does the execution file run on the differnt OS?" by jhyang /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000077 (1280 bytes) "What research work should I do now to prepare for my future study" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000078 (989 bytes) "Re: how does the execution file run on the differnt OS?" by Donald Krieger /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000079 (2079 bytes) "Re: PVM3_4b5 Install Shield" by Dirk van der Knijff /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000080 (512 bytes) "SMP and pvm" by Jesper Kierkegaard /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000081 (847 bytes) "Re: SMP and pvm" by Jeff Taylor /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000082 (1464 bytes) "Re: SMP and pvm" by Dirk van der Knijff /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000083 (4368 bytes) "call for paper" by Tianruo Yang /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000084 (1344 bytes) "Re: Macro/Scanner" by Daniel G. Chavarria-Miranda /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000085 (612 bytes) "Macro/Scanner" by Ajibayo Ogunshola /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000086 (4250 bytes) "PVT@PDPTA98 (call4papers)" by Michael Meissner /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000087 (3103 bytes) "call for paper of mini-symposium in NMA-98" by Tianruo Yang /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000088 (1922 bytes) "Re: massive parallel computer building" by David B. Serafini /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000089 (475 bytes) "PVM apps wanted! - once more" by Waldemar Pawlak /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000090 (814 bytes) "PVM apps wanted!" by Waldemar Pawlak /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000091 (512 bytes) "SUNMP" by Darren Porras /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000092 (1339 bytes) "C -> F77 character messaging" by Dale E. Higgs /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000093 (588 bytes) "WIN32 Examples" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000094 (3625 bytes) "Re: C -> F77 character messaging" by Tony Kocurko /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000095 (1142 bytes) "mpi vs. pvm for a multiprocessor computer" by Merciless /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000096 (1166 bytes) "Re: mpi vs. pvm for a multiprocessor computer" by Lee, Bo-sung /parallel/internet/usenet/comp.parallel.pvm/articles/1998/02-Feb/000097 (960 bytes) "PVM 3.4 Beta 5 and NT" by Ka Yan Lee /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/ "comp.parallel.pvm articles for Mar 1998" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000001 (1601 bytes) "Re: mpi vs. pvm for a multiprocessor computer" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000002 (1506 bytes) "Re: Macro/Scanner" by Francisco Monteiro /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000003 (2368 bytes) "Problems with pvmWIN32 3.4Beta5" by Martin Bernreuther /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000004 (1021 bytes) "not spawning" by Merciless /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000005 (1685 bytes) "Re: not spawning" by Tom Goodale /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000006 (2821 bytes) "Re: not spawning" by Clark Dorman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000007 (1415 bytes) "Re: mpi vs. pvm for a multiprocessor computer" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000008 (559 bytes) "Re: WIN32 Examples" by Ka Yan Lee /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000009 (5146 bytes) "CFP: HUG'98 -- 2nd HPF User Group workshop" by Martin Aichhorn /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000010 (2867 bytes) "Re: Problems with pvmWIN32 3.4Beta5" by Bruce W. Church /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000011 (901 bytes) "experience with DEC Alpha Motherboards and PVM?" by Blind Mule Enterprises /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000012 (1889 bytes) "Re: PVM Linux <-> Sun communication" by Tom Goodale /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000013 (852 bytes) "Re: experience with DEC Alpha Motherboards and PVM?" by Greg Lindahl /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000014 (1041 bytes) "pvm_pkmesg not in pvm3.h" by Clark Dorman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000015 (1216 bytes) "Re: pvm_pkmesg not in pvm3.h" by Clark Dorman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000016 (1349 bytes) "Q: Error in pvmbcast" by Douglas Sondak /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000017 (1509 bytes) "PVM Linux <-> Sun communication" by Travis S. Metcalfe /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000018 (633 bytes) "Library Question" by Raymond Fares Jr /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000019 (2718 bytes) "System Programmer Wanted, Canberra." by Matt Wilson /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000020 (737 bytes) "Re: Library Question" by Logic /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000021 (714 bytes) "Re: Library" by Raymond Fares Jr /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000022 (3037 bytes) "PVM 3.3 Beta 4 and Windows95" by mips project /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000023 (1316 bytes) "pvm_spawn args" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000024 (1113 bytes) "newbie pvm_spawn question" by Tarak Parekh /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000025 (1979 bytes) "Re: pvm_spawn args" by Tom Goodale /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000026 (778 bytes) "path problem" by David Dequaire /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000027 (2429 bytes) "Re: newbie pvm_spawn question" by Clark Dorman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000028 (2983 bytes) "Re: path problem" by Clark Dorman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000029 (968 bytes) "Question: no space left" by Viktor Ziskin /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000030 (3280 bytes) "Re: pvm_spawn args" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000031 (13685 bytes) "PDSE'98: Par & Dist Symposium: Call for Participation" by Peter Croll /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000032 (363 bytes) "Newbie question -- PVM-ready "make"?" by Bill Moyer /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000033 (719 bytes) "Extra USA server room available" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000034 (4469 bytes) "pvm win32 setup (first timer)" by Trenton Martin /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000035 (3684 bytes) "Re: pvm_spawn args" by Tom Goodale /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000036 (1139 bytes) "Re: Newbie question -- PVM-ready "make"?" by Christoph Giess /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000037 (2108 bytes) "How to handle multiple network interfaces?" by Christian Worley /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000038 (613 bytes) "Change message receiving order ??" by MSc95 LEUNG Kwok Kuen /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000039 (521 bytes) "Structs in C, Classes in C++" by Raymond Fares Jr /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000040 (705 bytes) "US server for your needs" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000041 (1394 bytes) "Re: Question: no space left" by Erik Demaine /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000042 (551 bytes) "Is it improvement performance in pvm?" by Evangel /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000043 (1339 bytes) "Re: Structs in C, Classes in C++" by Juergen Kuersch /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000044 (883 bytes) "Re: Change message receiving order ??" by Tom Goodale /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000045 (1256 bytes) "Yet another problem" by Martin Schuetz /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000046 (1039 bytes) "Object-Oriented Parallel nvironments Conference" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000047 (2700 bytes) "[CFP]: Parallel Computation (ACPC'99)" by Andreas Uhl /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000048 (1077 bytes) "Re: Structs in C, Classes in C++" by Eric George /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000049 (4890 bytes) "More info on: Re: How to handle multiple network interfaces?" by Christian Worley /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000050 (707 bytes) "Big bandwith availability" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000051 (1166 bytes) "Re: Structs in C, Classes in C++" by Sebastian Wilhelmi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000052 (990 bytes) "message queue" by Mariusz Nowostawski /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000053 (1468 bytes) "Re: message queue" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000054 (854 bytes) "rebuilding libpvm3.lib (pvm3.4 beta 6)" by Ralph Richter /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000055 (3873 bytes) "Re: message queue" by Clark Dorman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000056 (582 bytes) "Re: message queue" by Mariusz Nowostawski /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000057 (3077 bytes) "call for paper" by Tianruo Yang /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000058 (1764 bytes) "Re: message queue" by Chung-Shang Shao /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000059 (910 bytes) "Messages" by Vincent /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000060 (689 bytes) "US server online" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000061 (1136 bytes) "Re: Messages" by Sebastian Wilhelmi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000062 (882 bytes) "Q: default executable location" by Douglas Sondak /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000063 (497 bytes) "Help me please." by Artur Downar /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000064 (705 bytes) "Servers online in the US" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000065 (1336 bytes) "Installation of PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000066 (707 bytes) "USA server room available" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000067 (885 bytes) "pvm for Windows 3.1" by Geoff Roughton /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000068 (848 bytes) "PVM using ssh" by Vinod Srinivasan /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000069 (413 bytes) "xpvm" by Daniele Vio /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000070 (724 bytes) "Re: PVM using ssh" by Andreas Hirczy /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000071 (689 bytes) "US server online" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000072 (602 bytes) "HP-UX 10.20 patch problems" by Gary Greenstein /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000073 (18854 bytes) "PADS'98: Registration / Hotel Reservation" by Gabriele Kotsis /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000074 (1304 bytes) "Re: US server online" by Daniel Pfenniger /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000075 (1073 bytes) "pipe corrupted in spawned process" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000076 (2032 bytes) "how to specify the task to run in a particular machine" by Umesh Kumar V. Rajasekaran /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000077 (1412 bytes) "Re: pipe corrupted in spawned process" by Sebastian Wilhelmi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000078 (1227 bytes) "Re: how to specify the task to run in a particular machine" by Sebastian Wilhelmi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000079 (866 bytes) "IPPS Orlando: room to share ?" by Markus Fischer /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000080 (2222 bytes) "pvm task hanging with large number of messages" by Umesh Kumar V. Rajasekaran /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000081 (1856 bytes) "Re: pvm for Windows 3.1" by Jeff Taylor /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000082 (829 bytes) "Re: pipe corrupted in spawned process" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000083 (1177 bytes) "Re: pipe corrupted in spawned process" by Sebastian Wilhelmi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000084 (646 bytes) "xpvm for OSF1 v3.2" by Maurizio Leali /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000085 (5693 bytes) "passing constructed arguments to spawned tasks" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000086 (945 bytes) "Q: Tools for PVM" by Dino Ahr /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000087 (771 bytes) "pvm3.3.11 on Linux kernel 2.0.32" by Shaheen Tonse /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000088 (1543 bytes) "Re: pvm3.3.11 on Linux kernel 2.0.32" by Tony Kocurko /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000089 (480 bytes) "Scheduling Parallel Processors" by Khalid /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000090 (481 bytes) "Scheduling Parallel Processors" by Khalid /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000091 (1475 bytes) "pvm with Motif" by Clark Dorman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000092 (707 bytes) "PVM+3c509+Linux=hang" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000093 (408 bytes) "Making PVM a standard?" by adamsch1 /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000094 (2076 bytes) "Re: pvm3.3.11 on Linux kernel 2.0.32" by Michael Sievers /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000095 (445 bytes) "BMRT port for PVM?" by Kai Leibrandt /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000096 (1710 bytes) "Re: PVM+3c509+Linux=hang" by Colin Scott /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000097 (458 bytes) "Win95" by Philippe Maymat /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000098 (1622 bytes) "Re: PVM+3c509+Linux=hang" by Antonio /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000099 (1520 bytes) "Re: pvm3.3.11 on Linux kernel 2.0.32" by Colin Scott /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000100 (7301 bytes) "EPCC - positions available." by Mario Antonioletti /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000101 (1083 bytes) "Is pvm_send() always asynchronous?" by Sandor Bozoki /parallel/internet/usenet/comp.parallel.pvm/articles/1998/03-Mar/000102 (1428 bytes) "pvm_pkbyte and NULL" by Chris Saldanha /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/ "comp.parallel.pvm articles for Apr 1998" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000001 (565 bytes) "How To Utilize Java In Heterogeneous Enviroment" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000002 (5319 bytes) "Re: Why explicit message passing??" by Richard Procassini /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000003 (1223 bytes) "Re: Why explicit message passing??" by Greg Lindahl /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000004 (6190 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000005 (1755 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000006 (1131 bytes) "Re: Why explicit message passing??" by Greg Lindahl /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000007 (1748 bytes) "Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000008 (990 bytes) "Problem with pvm_gather()" by Ivano Miscali /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000009 (5899 bytes) "Re: Why explicit message passing??" by Bruce Scott TOK /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000010 (1027 bytes) "Re: Why explicit message passing??" by Bruce Scott TOK /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000011 (1040 bytes) "Re: Why explicit message passing??" by Greg Lindahl /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000012 (8822 bytes) "Re: Why explicit message passing??" by Juergen Kuersch /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000013 (1312 bytes) "Re: pvm_pkbyte and NULL" by Chris Saldanha /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000014 (2876 bytes) "Re: Why explicit message passing??" by Milind Bhandarkar /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000015 (903 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000016 (2421 bytes) "Re: Why explicit message passing??" by Juergen Kuersch /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000017 (1285 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000018 (1706 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000019 (3003 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000020 (1960 bytes) "Re: Why explicit message passing??" by Tony Kocurko /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000021 (1105 bytes) "Problem with pvm_gather()" by Ivano Miscali /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000022 (1074 bytes) "Re: Is pvm_send() always asynchronous?" by Richard Barrett /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000023 (1114 bytes) "Re: Why explicit message passing??" by Bruce Scott TOK /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000024 (1062 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000025 (966 bytes) "queries" by Vaikuntam Ashok Kumar /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000026 (1886 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000027 (2227 bytes) "Re: Why explicit message passing??" by Christophe Koudella /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000028 (625 bytes) "BUG: Cannot assign requested address" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000029 (3300 bytes) "Re: Why explicit message passing??" by Ed Luke /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000030 (829 bytes) "compiling pvm on a Sun 3/50" by Jens /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000031 (3990 bytes) "Re: Why explicit message passing??" by William T. Rankin /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000032 (3541 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000033 (4058 bytes) "Re: Why explicit message passing??" by Andrew Dalke /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000034 (2028 bytes) "Re: Why explicit message passing??" by Alan Williams /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000035 (862 bytes) "pvm_exit() child task(s). waiting..." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000036 (910 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000037 (580 bytes) "Re: Why explicit message passing??" by Alan Williams /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000038 (1008 bytes) "It is true!" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000039 (788 bytes) "Help- Overlapping computation and communication" by Supriya Uchil /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000040 (944 bytes) "Help again- Overlapping computation and communication" by Supriya Uchil /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000041 (6114 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000042 (517 bytes) "What makes pvm_initsend()" by Fabian Wein /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000043 (902 bytes) "Re: What makes pvm_initsend()" by Richard Barrett /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000044 (1181 bytes) "Re: Win95" by Markus Fischer /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000045 (1691 bytes) "Re: Why explicit message passing??" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000046 (1733 bytes) "Re: Why explicit message passing??" by Tom Impelluso /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000047 (3286 bytes) "Re: Why explicit message passing??" by Rob Neely /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000048 (1771 bytes) "Warning about the FCC and Internet Taxes" by Net2phone Information /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000049 (1845 bytes) "Re: Why explicit message passing??" by Alan Williams /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000050 (574 bytes) "applications?" by Oscar Olsson /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000051 (649 bytes) "Re: applications?" by Fabian Wein /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000052 (2043 bytes) "Re: Why explicit message passing??" by Ian Bush /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000053 (27477 bytes) "SPAA'98/PODC Call for Participation" by Thomas Cormen /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000054 (1052 bytes) "Re: Why explicit message passing?? - APOLOGY" by Tom Impelluso /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000055 (1191 bytes) "Re: Why explicit message passing??" by Milind Bhandarkar /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000056 (5360 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000057 (6324 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000058 (971 bytes) "Re: applications?" by Geoff Roughton /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000059 (997 bytes) "Re: Why explicit message passing??" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000060 (3173 bytes) "Re: applications?" by Tony Kocurko /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000061 (1438 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000062 (2096 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000063 (570 bytes) "Re: Why explicit message passing??" by Kamran Karimi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000064 (2416 bytes) "Re: Why explicit message passing??" by Christophe Koudella /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000065 (1024 bytes) "Re: Why explicit message passing??" by Geoff Roughton /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000066 (3172 bytes) "HPCI/EPCC Seminar: Simulation of Fluid Flow on Parallel Machines" by Gavin Pringle /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000067 (1687 bytes) "Re: Why explicit message passing??" by Gary L. Hennigan /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000068 (2553 bytes) "Re: Why explicit message passing??" by Matthew Kindy /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000069 (1465 bytes) "Re: Why explicit message passing??" by Michael Pernice /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000070 (611 bytes) "Function Sending in Pvm" by Raymond Fares Jr /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000071 (1133 bytes) "Re: Function Sending in Pvm" by Tom Goodale /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000072 (1188 bytes) "Re: Why explicit message passing??" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000073 (1065 bytes) "C++ support" by Alexis Kotte /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000074 (1583 bytes) "Re: Why explicit message passing??" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000075 (1491 bytes) "cannot add hosts (pvm3.4beta6)" by Niko D. Barli /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000076 (1348 bytes) "Are there Benchmark for PVM?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000077 (1604 bytes) "Re: Why explicit message passing??" by Andrew Dalke /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000078 (2210 bytes) "Help with PVM GUI console for NeXTSTEP/OpenStep" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000079 (2359 bytes) "Parallel and Distributed Computing Practices -- Call for OVERVIEW Papers" by Parallel and Dist. Comp. Practices /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000080 (4188 bytes) "Re: Why explicit message passing??" by Edwin Vollebregt /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000081 (8474 bytes) "$$$ Easy money for you $$$" by Alex J G /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000082 (3535 bytes) "Re: Why explicit message passing??" by Greg Lindahl /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000083 (1752 bytes) "Re: XPVM and Redhat Linux 5.0" by Stephen So /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000084 (739 bytes) "Anyone use PVM in Uni subjects?" by Stephen So /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000085 (1091 bytes) "Multicast problem" by Stephen So /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000086 (1091 bytes) "Multicast problem" by Stephen So /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000087 (3714 bytes) "Re: Why explicit message passing??" by Edwin Vollebregt /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000088 (1395 bytes) "Re: Anyone use PVM in Uni subjects?" by Colin Scott /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000089 (7794 bytes) "You Just Can't Lose" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000090 (1462 bytes) "REMINDER:ISCOPE'98 Call for Papers" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000091 (1997 bytes) "Re: Why explicit message passing??" by William T. Rankin /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000092 (1385 bytes) "Re: Multicast problem" by Stephen So /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000093 (1582 bytes) "Re: Multicast problem" by Tom Goodale /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000094 (1256 bytes) "Re: Why explicit message passing??" by Peter Dobcsanyi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000095 (3199 bytes) "Re: Why explicit message passing??" by Edwin Vollebregt /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000096 (1033 bytes) "pk_new() can't get memory" by Ivano Miscali /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000097 (1662 bytes) "Re: Why explicit message passing??" by Greg Lindahl /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000098 (1187 bytes) "Re: Win95 problem" by Markus Fischer /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000099 (28647 bytes) "SPAA'98: Early registration deadline April 20!" by Thomas Cormen /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000100 (28647 bytes) "SPAA'98: Early registration deadline April 20!" by Thomas Cormen /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000101 (1102 bytes) "Re: compiling pvm on a Sun 3/50" by Markus Nolte /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000102 (1151 bytes) "XPVM and Redhat Linux 5.0" by Colin Scott /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000103 (556 bytes) "VISIT NOW HOT XXXXX" by HOT XXXXXX /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000104 (5080 bytes) "-Easy money better than MLM!" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000105 (1662 bytes) "pthreads and PVM" by Chris Bentzel /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000106 (1370 bytes) "Re: Why explicit message passing??" by Greg Lindahl /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000107 (1219 bytes) "Re: Multicast problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000108 (1494 bytes) "PVM 3.4 on NT" by Axe Murderer /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000109 (639 bytes) "PVM for Visual Basic" by Alejandro Rodríguez Villalobos /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000110 (639 bytes) "PVM for Visual Basic???" by Alejandro Rodríguez Villalobos /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000111 (886 bytes) "PVM 3.4 on NT" by Christian Caremoli /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000112 (713 bytes) "jPVM formerly known as javaPVM question" by Fatos Maxhuni /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000113 (1006 bytes) "Re: What do i need when i install pvm on NT ?" by Markus Fischer /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000114 (765 bytes) "Re: PVM 3.4 on NT" by Markus Fischer /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000115 (439 bytes) "Rshd on win95" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000116 (433 bytes) "What do i need when i install pvm on NT ?" by eric /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000117 (500 bytes) "ERROR IN POSTING" by appology for ADULTS ONLY /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000118 (927 bytes) "Re: PVM for Visual Basic???" by Victor Lavrenko /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000119 (1348 bytes) "Mach multiprocessing ?" by Hugo Varotto /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000120 (1492 bytes) "Can't start pvmd" by Jon Snow /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000121 (1013 bytes) "ISCOPE '98 Paper Deadline Extension" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000122 (1779 bytes) "Re: Can't start pvmd" by Tom Goodale /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000123 (2882 bytes) "PARA98, Workshop on Applied Parallel Computing, Umea, Sweden" by Krister Dackland /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000124 (1486 bytes) "please answer these questions for me" by eric /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000125 (546 bytes) "Pvm and Linux-MP ?" by Roman Pollak /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000126 (255 bytes) "PVM on DOS" by C. P. Wong /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000127 (1031 bytes) "Pvm on WIN NT and UNIX" by Bruno Thomas /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000128 (1296 bytes) "Re: PVM 2 MPI?" by Benno J. Overeinder /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000129 (3714 bytes) "High Performance Computing" by Laura Nett /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000130 (1812 bytes) "High Performance Computing" by Laura Nett /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000131 (796 bytes) "Re: Pvm on WIN NT and UNIX" by William T. Rankin /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000132 (772 bytes) "PVM 2 MPI?" by William T. Rankin /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000133 (4123 bytes) "Re: PVM 2 MPI?" by Matthew P. Gleeson /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000134 (3769 bytes) "Re: PVM 2 MPI?" by Matthew P. Gleeson /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000135 (852 bytes) "Re: Pvm on WIN NT and UNIX" by Jon Snow /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000136 (797 bytes) "Re: Can't start pvmd" by Jon Snow /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000137 (1386 bytes) "The Pvm on Windows NT" by eric /parallel/internet/usenet/comp.parallel.pvm/articles/1998/04-Apr/000138 (1225 bytes) "problem with pvm_gather" by Ivano Miscali /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/ "comp.parallel.pvm articles for May 1998" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000001 (4965 bytes) "pvm_spawn task arguments - a vexing problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000002 (732 bytes) "Re: Pvm on WIN NT and UNIX" by Stephen L. Scott /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000003 (485 bytes) "Anyone gotten PVM to compile with Borland?" by Tony /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000004 (940 bytes) "pvm_setopt" by Darren Porras /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000005 (1143 bytes) "PVM Broken Pipe" by Josef Sikora /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000006 (1553 bytes) "Re: XPVM and Redhat Linux 5.0" by Niko D. Barli /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000007 (512 bytes) "Newbie--HELP!" by John L. Butler /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000008 (674 bytes) "Re: Newbie--HELP!" by Josef Sikora /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000009 (1101 bytes) "stack size" by Valerie Henderson /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000010 (5392 bytes) "SPDT '98 Call for Participation" by Allen Davis Malony /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000011 (1658 bytes) "Trouble with linking on Fortran Powerstation on Win32" by Viktor Vegh /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000012 (1255 bytes) "Re: stack size" by Tom Goodale /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000013 (398 bytes) "Ignore,please, just a test" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000014 (653 bytes) "Parkbench benchmarks: PVM vs MPI results" by jordi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000015 (511 bytes) "How to choose TCP or UDP in PVM?" by jordi /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000016 (969 bytes) "pvm 3.4 beta 5 on NT4 with Borland C++ 5" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000017 (754 bytes) "Barrier sync." by Billy Kutulas /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000018 (1030 bytes) "Problem with contexts in PVM 3.4 beta4 on Redhat Linux 5.0" by Pawe/l Czarnul /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000019 (1524 bytes) "Re: PVM 2 MPI?" by Yon Han CHONG /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000020 (1112 bytes) "Re: PVM 2 MPI?" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000021 (1088 bytes) "what libc-library to use ?" by michael brunsteiner /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000022 (1164 bytes) "pvm on linux (SUSE) needs libc.so.6 ?" by michael brunsteiner /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000023 (1745 bytes) "PVM & Alpha???" by Jimmy Eng /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000024 (1646 bytes) "Problems with addhost notification" by Lars Arvestad /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000025 (913 bytes) "SIGBUS and pvm_nrecv" by Robbie Huffman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000026 (3013 bytes) "call for paper" by Tianruo Yang /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000027 (1135 bytes) "CFD Position: Research Associate" by Dr. Sarafa O. Ibraheem /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000028 (1257 bytes) "Re: pvm on linux (SUSE) needs libc.so.6 ?" by Sergio Henrique Guerra de Sousa /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000029 (1433 bytes) "Win<>Sun PVM Problem" by Markus Hammelmann /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000030 (1295 bytes) "Re: PVM & Alpha???" by Nikolaj Lyngbye Rasmussen /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000031 (1284 bytes) "Recompiled pvm. Now it dumps core." by Nikolaj Lyngbye Rasmussen /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000032 (6996 bytes) "CFP : International conference on computational intelligence for Control and Automation" by Masoud Mohammadian /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000033 (535 bytes) "WSI" by Robert Wood /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000034 (3334 bytes) "Reminder: HPCI/EPCC Seminar: Fluid Flow on Parallel Machines." by Gavin Pringle /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000035 (614 bytes) "Algorithm implementations for barrier calls" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000036 (2889 bytes) "PARA98, Workshop on Applied Parallel Computing, Umea, Sweden" by Krister Dackland /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000037 (1715 bytes) "CFP - Special Issue on Metacomputing" by Vaidy Sunderam /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000038 (564 bytes) "Recycled parallel super-computer project" by Erik Rossen /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000039 (850 bytes) "Re: Recycled parallel super-computer project" by Eric George /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000040 (1475 bytes) "please answer these questions for me" by eric /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000041 (1059 bytes) "Do you design distributed systems?" by Stephen Maudsley /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000042 (8754 bytes) "?HELP? PVM task ends suddenly with EOF" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000043 (853 bytes) "Help] PVM in CRAY T3E" by Bo-sung Lee /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000044 (853 bytes) "Help] PVM in CRAY T3E" by Bo-sung Lee /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000045 (2386 bytes) "Condor 6.0 - Hunter of Idle Workstations" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000046 (1627 bytes) "Re: Recycled parallel super-computer project" by Erik Rossen /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000047 (1506 bytes) "PVM console add-host error (Linux/Alpha/PVM3.4b4)" by Jimmy Eng /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000048 (1024 bytes) "Re: Help] PVM in CRAY T3E" by Bo-sung Lee /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000049 (652 bytes) "Re: Condor 6.0 - Hunter of Idle Workstations" by James Youngman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000050 (818 bytes) "Re: Condor 6.0 - Hunter of Idle Workstations" by Kyler Laird /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000051 (993 bytes) "Re: Condor 6.0 - Hunter of Idle Workstations" by James Youngman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000052 (1336 bytes) "XPVM spawning problem" by Stephen So /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000053 (776 bytes) "XPVM error" by Shigeto R. Nishitani /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000054 (1870 bytes) "Re: XPVM spawning problem" by Bo-sung Lee /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000055 (1459 bytes) "PvmRouteDirect" by Matt Beare /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000056 (1937 bytes) "Re: XPVM spawning problem" by Shigeto R. Nishitani /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000057 (637 bytes) "Groupserver=Bottleneck?" by Alexander Schulz /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000058 (763 bytes) "Re: XPVM spawning problem" by Stephen So /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000059 (1234 bytes) "Adding a machine to the Virtual Machine from outside" by Paul Matthews /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000060 (1828 bytes) "Re: Adding a machine to the Virtual Machine from outside" by Donald Krieger /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000061 (735 bytes) "C++ and PVM" by Rainer Dorsch /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000062 (1069 bytes) "Re: C++ and PVM" by Tony /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000063 (970 bytes) "Fortran90+PVM+CrayT3E help needed" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000064 (812 bytes) "C++" by Ajay Pandya /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000065 (905 bytes) "Re: C++" by Darke de Loup /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000066 (1105 bytes) "Re: C++ and PVM" by Stephen So /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000067 (1655 bytes) "Re: C++" by Colin Scott /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000068 (1673 bytes) "PVM daemon CPU usage on Win32" by Erik M Lowndes /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000069 (2562 bytes) "Re: C++" by Erik M Lowndes /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000070 (1182 bytes) "Re: Fortran90+PVM+CrayT3E help needed" by Sungho Kim /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000071 (2824 bytes) "ASSISTANT PROFESSORSHIP IN HIGH-PERFORMANCE AND SCIENTIFIC COMPUTING" by Krister Dackland /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000072 (495 bytes) "Re: C++ and PVM" by Alexander Bell /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000073 (741 bytes) "NESL" by Daniel Pfenniger /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000074 (573 bytes) "Re: C++ and PVM" by Tony /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000075 (1027 bytes) "PVM'd processes on one machine?" by Neal C. Pitts /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000076 (1630 bytes) "Re: NESL" by Lars Rzymianowicz /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000077 (1342 bytes) "PVM and MPI on Cray T3E" by Olaf Schnapauff /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000078 (2276 bytes) "Re: NESL" by Daniel Pfenniger /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000079 (1187 bytes) "Re: NESL" by Nick Maclaren /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000080 (1811 bytes) "Re: PVM'd processes on one machine?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000081 (918 bytes) "Re: NESL" by Greg Lindahl /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000082 (753 bytes) "Launching VC++ debugger from spawned process..." by John Enright /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000083 (463 bytes) "New to PVM" by Aric Lambert /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000084 (807 bytes) "PVM on VAX" by Marc Lavack /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000085 (1356 bytes) "WPVM" by Martin Eriksson /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000086 (3714 bytes) "2nd CFP: Parallel Computation 1999" by Andreas Pommer /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000087 (827 bytes) "Re: WPVM" by C. P. Wong /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000088 (1537 bytes) "Re: Condor 6.0 - Hunter of Idle Workstations" by Eric Young /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000089 (1279 bytes) "Trouble with U. Wisc. Condor" by Chance Reschke /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000090 (1279 bytes) "Trouble with U. Wisc. Condor" by Chance Reschke /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000091 (4496 bytes) "CFP: DAPSYS'98" by Zsolt Nemeth /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000092 (1083 bytes) "Re: New to PVM" by PAPAZIS Nikos /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000093 (1279 bytes) "Trouble with U. Wisc. Condor" by Chance Reschke /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000094 (28288 bytes) "SPAA '98 regular registration deadline June 1" by Thomas Cormen /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000095 (471 bytes) "Does pvmcatchout work?" by Harry Millwater /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000096 (2175 bytes) "Re: Trouble with U. Wisc. Condor" by Jim Pruyne /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000097 (6196 bytes) "Re: NESL" by Guy Blelloch /parallel/internet/usenet/comp.parallel.pvm/articles/1998/05-May/000098 (6265 bytes) "HUG'98 program and call for participation" by Markus Egg /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/ "comp.parallel.pvm articles for Jun 1998" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000001 (1244 bytes) "Problems adding hosts" by Viktor Vegh /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000002 (606 bytes) "Re: WPVM" by Vincent /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000003 (364 bytes) "Re: PVM daemon CPU usage on Win32" by Vincent /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000004 (492 bytes) "BC++Builder" by Vincent /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000005 (370 bytes) "Re: PVM on VAX" by Vincent /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000006 (271 bytes) "Re: Does pvmcatchout work?" by Vincent /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000007 (3333 bytes) "Reminder: HPCI/EPCC Seminar: Fluid Flow on Parallel Machines." by Gavin Pringle /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000008 (1424 bytes) "Re: PVM daemon CPU usage on Win32" by Erik M Lowndes /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000009 (953 bytes) "Parallax 2demo1 (C->PVM translator) has been released. We a looking for users." by Victor Lavrenko /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000010 (1714 bytes) "ALPHAMP" by Darren Porras /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000011 (417 bytes) "Killing PVM processes on Win95" by C. P. Wong /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000012 (1185 bytes) "Re: Parallax 2demo1 (C->PVM translator) has been released. We a looking for users." by Victor Lavrenko /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000013 (1374 bytes) "Lost Messages!?" by Eric George /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000014 (2020 bytes) "Re: Lost Messages!?" by Eric George /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000015 (266 bytes) "$$ RESUMES ONLINE $$" by ZOverLord /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000016 (634 bytes) "Re: Killing PVM processes on Win95" by C. P. Wong /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000017 (1596 bytes) "New to this group, looking for pointers and advice" by Michel Cherbuliez /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000018 (4787 bytes) "[ANNOUNCE] PVM-Python bindings" by Greg Baker /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000019 (2804 bytes) "Building libpvm in Win32" by Travis Wilson /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000020 (4064 bytes) "Re: New to this group, looking for pointers and advice" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000021 (8031 bytes) "Re: Building libpvm in Win32" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000022 (1293 bytes) "Slave crashes except where master PMVD is running..." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000023 (1554 bytes) "Direct TCP Routing (RE-POST)" by Matt Beare /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000024 (490 bytes) "Re: Building libpvm in Win32" by Vincent /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000025 (853 bytes) "Pb with pvm_spawn / Number of processes limitation" by Gwenael Le Bodic /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000026 (1254 bytes) "Re: Pb with pvm_spawn / Number of processes limitation" by Bo-sung Lee /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000027 (646 bytes) "[Q]: distributed data retrieval" by Slamet & /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000028 (895 bytes) "Problem: PVM & Fortran file operations" by Travis Wilson /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000029 (394 bytes) "Your Resume is WHERE" by ResumesYES /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000030 (987 bytes) "PVM3.4beta6 on Linux" by Travis S. Metcalfe /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000031 (984 bytes) "PVM3.4beta6 on Linux" by Travis S. Metcalfe /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000032 (984 bytes) "PVM3.4beta6 on Linux" by Travis S. Metcalfe /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000033 (984 bytes) "PVM3.4beta6 on Linux" by Travis S. Metcalfe /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000034 (984 bytes) "PVM3.4beta6 on Linux" by Travis S. Metcalfe /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000035 (486 bytes) "Running PVM on NT4 and Solaris??" by Sahlem Kharaka /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000036 (2865 bytes) "[Win32] Problem adding host -- NOT a rsh problem." by Michel Cherbuliez /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000037 (1344 bytes) "Q: Linux MPP network setup" by Valient Gough /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000038 (1096 bytes) "Re: PVM3.4beta6 on Linux" by Daniel Pfenniger /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000039 (833 bytes) "Re: [Win32] Problem adding host -- NOT a rsh problem." by Huang /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000040 (1251 bytes) "Re: Solved ! Was [Win32] Problem adding host -- NOT a rsh problem." by Huang /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000041 (1802 bytes) "Re: PVM3.4beta6 on Linux" by Scott M. Brown /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000042 (695 bytes) "Tasks on only one host" by Piotr Roszkowski /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000043 (2109 bytes) "Re: Q: Linux MPP network setup" by roman pollak /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000044 (1643 bytes) "Solved ! Was [Win32] Problem adding host -- NOT a rsh problem." by Michel Cherbuliez /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000045 (1152 bytes) "Linux and .rhosts" by Piotr Roszkowski /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000046 (633 bytes) "Pb : pl_" by Guillaume Vauvert /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000047 (935 bytes) "FREE INTERNET GAMES! Win CASH and PRIZES!" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000048 (1669 bytes) "Re: Pb : pl_" by Michael Sievers /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000049 (1397 bytes) "Re: Linux and .rhosts" by Colin Scott /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000050 (1333 bytes) "Re: Solved ! Was [Win32] Problem adding host -- NOT a rsh problem." by Michel Cherbuliez /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000051 (621 bytes) "Re: Solved ! Was [Win32] Problem adding host -- NOT a rsh problem." by Huang /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000052 (7887 bytes) "PAREO'98 Program Conference." by Bertrand LECUN /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000053 (507 bytes) "Q: 64-bit Integers" by Douglas Sondak /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000054 (587 bytes) "How do I stop pvm from writting to /var/tmp" by Kevin Parker /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000055 (1056 bytes) "Distributed Groupserver" by Christian Wurll /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000056 (1368 bytes) "[Win32] Compiling libpvm2.lib - Was: Solved !" by Michel Cherbuliez /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000057 (565 bytes) "Re: How do I stop pvm from writting to /var/tmp" by R. Manus /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000058 (1000 bytes) "Re: Solved ! Was [Win32] Problem adding host -- NOT a rsh problem." by Robert Saulnier /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000059 (1178 bytes) "Re: Linux and .rhosts" by Kuba Sipowicz /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000060 (1540 bytes) "Re: Solved ! Was [Win32] Problem adding host -- NOT a rsh problem." by Michel Cherbuliez /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000061 (895 bytes) "Re: How do I stop pvm from writting to /var/tmp" by Kevin Parker /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000062 (346 bytes) "Need PVM Prog" by Aamir Malik /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000063 (2466 bytes) "Re: Solved ! Was [Win32] Problem adding host -- NOT a rsh problem." by Robert Saulnier /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000064 (940 bytes) "Re: PVM3.4beta6 on Linux" by Travis S. Metcalfe /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000065 (350 bytes) "Gaussian Elimination" by Aamir Malik /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000066 (1504 bytes) "Problems installing at INDY" by Thomas Becker /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000067 (620 bytes) "Spawn in a few host" by Huang /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000068 (300 bytes) "!! CYBER SECRETS !!" by James Hawley /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000069 (1028 bytes) "Re: Spawn in a few host" by Bo-sung Lee /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000070 (427 bytes) "PVM and CORBA" by Michael Schroeder /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000071 (746 bytes) "Re: PVM and CORBA" by Nick Maclaren /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000072 (921 bytes) "ICCG" by niceno /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000073 (1472 bytes) "Performance of PVM on Sun/Solaris vs. NT" by Rolf Fox /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000074 (651 bytes) "Pvm/Win32" by Jean-Philippe Chancelier /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000075 (1307 bytes) "problems with character arrays" by Martin Eriksson /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000076 (986 bytes) "PVM testing" by Clark Dorman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000077 (701 bytes) "Problems with Win32 - Please clue me In" by Kevin Parker /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000078 (1669 bytes) "Re: PVM testing" by Kevin Parker /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000079 (422 bytes) "Win NT/95 GUI packages and MPI" by Joseph K. MIntzer /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000080 (1244 bytes) "Problems installing pvm3-3 in Red Hat 5.0 Linux" by apalma /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000081 (2013 bytes) "Re: Problems installing pvm3-3 in Red Hat 5.0 Linux" by Michael Sievers /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000082 (1032 bytes) "Re: Pvm/Win32" by Vincent /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000083 (1102 bytes) "Re: Problems installing pvm3-3 in Red Hat 5.0 Linux" by Antonio Palma Rios /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000084 (921 bytes) "Re: Problem with win32 pvm console" by Kevin Parker /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000085 (521 bytes) "External programs using PVM's communications interface" by John Wiese /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000086 (1361 bytes) "Re: External programs using PVM's communications interface" by Juergen Kuersch /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000087 (617 bytes) "Linker Error" by kusy /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000088 (2760 bytes) "PVM 3.3.11 vs RedHat 5.0" by Jaume Catarineu /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000089 (861 bytes) "Problem with win32 pvm console" by Kevin Parker /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000090 (1949 bytes) "Re: PVM 3.3.11 vs RedHat 5.0" by Michael Sievers /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000091 (703 bytes) "Sorting array" by Eddie VanHolst /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000092 (2510 bytes) "Re: Problem with win32 pvm console" by Robert Saulnier /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000093 (636 bytes) "Parallax 2 (C->PVM translator) is coming soon" by Victor Lavrenko /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000094 (403 bytes) "Re: PVM and CORBA" by Francisco Monteiro /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000095 (630 bytes) "need help!" by jenny howard /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000096 (984 bytes) "Problem with Pious" by Oliver /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000097 (597 bytes) "Problem installation pious" by Oliver /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000098 (583 bytes) "What's crtbegin.o ?" by Guillaume Vauvert /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000099 (1511 bytes) "PVM/WinNT/Threads" by Savas Parastatidis /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000100 (649 bytes) "Re: PVM/WinNT/Threads" by Robert Saulnier /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000101 (560 bytes) "Re: PVM 3.3.11 vs RedHat 5.0" by Kuba Sipowicz /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000102 (4046 bytes) "Re: PVM/WinNT/Threads" by Savas Parastatidis /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000103 (1094 bytes) "pvm-start-pvmd hostfile and pvm-catchout on WIN32" by Bruno THOMAS /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000104 (453 bytes) "PVM on a non-networked PC" by Darryl Dormuth /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000105 (1662 bytes) "NLANR Workshop" by Jack Solock /parallel/internet/usenet/comp.parallel.pvm/articles/1998/06-Jun/000106 (3858 bytes) "SPDT '98" by Allen Davis Malony /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/ "comp.parallel.pvm articles for Jul 1998" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000001 (495 bytes) "How to run Batch-Jobs with pvm?" by Bert Mueller /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000002 (578 bytes) "Linux MPP" by roman pollak /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000003 (482 bytes) "single point of failure" by Shane Adams /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000004 (495 bytes) "How to run Batch-Jobs with pvm?" by Bert Mueller /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000005 (5177 bytes) "Re: Example of pool-of-task with dynamic load balancing" by Viktor Eide /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000006 (2039 bytes) "Problem with pvm" by Maria Angela Fort /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000007 (1356 bytes) "Example of pool-of-task with dynamic load balancing" by Gregg Jensen /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000008 (8456 bytes) "Call for Papers: Java for HPNC" by Omer F Rana /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000009 (778 bytes) "doubts about pvm" by Daniel Fraga /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000010 (484 bytes) "Polling" by Laser Group /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000011 (2435 bytes) "libpvm[t40001]: Console: Pvmd system error (???)" by Jens Arnold /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000012 (471 bytes) "Re: seeking for PVM" by R. Manus /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000013 (747 bytes) "PVMD and processor time" by Barr & Stroud /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000014 (3940 bytes) "Re: PVM/WinNT/Threads" by Robert Saulnier /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000015 (536 bytes) "Compiling PVM on Linux" by Hazem Nassef /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000016 (828 bytes) "Re: Compiling PVM on Linux" by Kirk D. Haines /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000017 (1025 bytes) "Re: PVM 3.3.11 vs RedHat 5.0" by Jaume Catarineu /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000018 (507 bytes) "rsh" by Hai Q. Nguyen /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000019 (1890 bytes) "Re: PVM/WinNT/Threads" by Lee, Juhee /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000020 (915 bytes) "Re: rsh" by Tran Dinh Viet /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000021 (1166 bytes) "Re: rsh" by Avi Abrami /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000022 (4469 bytes) "CFP: IEEE HIPS'99 workshop on High-Level Parallel Programming Models and Supportive Environments -- comp.parallel.pvm" by Frank Mueller /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000023 (533 bytes) "Newbie questions" by Boris /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000024 (345 bytes) "VMS" by Hai Q. Nguyen /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000025 (871 bytes) "Re: Newbie questions" by baris sertkaya /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000026 (1919 bytes) "PVMFreduce" by Matt Beare /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000027 (948 bytes) "Re: PVMFreduce" by Matt Beare /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000028 (746 bytes) "Help with pvm_halt" by Kevin Parker /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000029 (2050 bytes) "ISCOPE '98 Call For Posters" by MaryDell Tholburn /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000030 (698 bytes) "[request for pointers]" by Shriram Subramanian /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000031 (4475 bytes) "CFP: Int. Conf. Parallel Computation" by Andreas Uhl /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000032 (1017 bytes) "Re: Help with pvm_halt" by Travis Wilson /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000033 (2087 bytes) "Spooling Messages" by Colin Scott /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000034 (1808 bytes) "Re: Spooling Messages" by Shane Adams /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000035 (1260 bytes) "win32: Am I the only one doing file ops?" by Travis Wilson /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000036 (619 bytes) "job for pvm expert" by Ralf Mohrmann <101.112069@germanynet.de> /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000037 (679 bytes) "Re: problem with bash & ksh" by baris sertkaya /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000038 (480 bytes) "problem with bash & ksh" by baris sertkaya /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000039 (2601 bytes) "CFP: EuroTools Session at EuroPVM/MPI'98" by Roland Wismueller /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000040 (912 bytes) "win32 pvm - errors" by Lee, Juhee /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000041 (848 bytes) "Re: problem with bash & ksh" by Prachya Chalermwat /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000042 (946 bytes) "PVM 3.3.11 on SGI IRXI 6.2" by Prachya Chalermwat /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000043 (1181 bytes) "Re: PVM 3.3.11 on SGI IRXI 6.2" by Eric George /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000044 (1675 bytes) "Re: PVM 3.3.11 on SGI IRXI 6.2" by Claus Grewe /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000045 (3539 bytes) "Psend & Precv Link Error" by Kwon Yun Han /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000046 (2509 bytes) "Parallel Computing Workshop at UCLA 9/25" by Monnica Terwilliger /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000047 (346 bytes) "aklfj" by Jacob Waltz /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000048 (5180 bytes) "Re: Example of pool-of-task with dynamic load balancing" by Viktor Eide /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000049 (403 bytes) "MCNP and PVM" by Pedro Castro /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000050 (1933 bytes) "about tree computation" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000051 (850 bytes) "pvm for win32: add host problem" by Patrick Alberts /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000052 (850 bytes) "pvm for win32: add host problem" by Patrick Alberts /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000053 (978 bytes) "PVM on Linux SMP systems?" by Edward J. Powell /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000054 (983 bytes) "pvm start problem" by Fanglin Zhu /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000055 (916 bytes) "Re: PVM on Linux SMP systems?" by Alexander Schulz /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000056 (1157 bytes) "Re: win32 pvm - errors" by Stephen L. Scott /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000057 (910 bytes) "Re: pvm for win32: add host problem" by Stephen L. Scott /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000058 (806 bytes) "PVM for win32 + Ataman RSH" by Rick Bono /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000059 (2102 bytes) "Re: PVM 3.3.11 on SGI IRXI 6.2" by Jon Reiter /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000060 (1857 bytes) "too many open files..." by Chris Abbey /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000061 (1138 bytes) "Re: PVM for win32 + Ataman RSH" by Chris Abbey /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000062 (939 bytes) "Re: PVM on Linux SMP systems?" by Ed Powell /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000063 (510 bytes) "Re: too many open files..." by Greg Lindahl /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000064 (489 bytes) "PVM / LINUX SMP" by roman pollak /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000065 (1006 bytes) "Re: PVM on Linux SMP systems?" by Alexander Schulz /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000066 (953 bytes) "error LNK 20001: unresolved external symbol _errno" by Barr & Stroud /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000067 (2498 bytes) "[win32] Re: error LNK 20001: unresolved external symbol _errno" by Michel Cherbuliez /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000068 (565 bytes) "Spawning script files in UNIX" by Darryl Dormuth /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000069 (4789 bytes) "win32-beta6 error or bug?" by Kwon Yun Han /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000070 (1812 bytes) "Re: pvm start problem" by Mohammad Saleem /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000071 (2562 bytes) "Re: [win32] Re: error LNK 20001: unresolved external symbol _errno" by Barr & Stroud /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000072 (1355 bytes) "problem when installing tkPVM" by Mohammad Saleem /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000073 (672 bytes) "Re: Spawning script files in UNIX" by Darryl Dormuth /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000074 (1069 bytes) "Re: Spawning script files in UNIX" by Chris Abbey /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000075 (3563 bytes) "Re: [win32] Re: error LNK 20001: unresolved external symbol _errno" by Michel Cherbuliez /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000076 (2641 bytes) "Re: PVM 3.3.11 on SGI IRXI 6.2" by Ray Glover /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000077 (467 bytes) "Applications on Linux" by Robert Mintram /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000078 (915 bytes) "Host load on PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000079 (1630 bytes) "Getting a machine to add itself to the virtual machine" by Paul Matthews /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000080 (725 bytes) "Problem in loading files from a task" by Paulo Pereira /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000081 (859 bytes) "Re: Problem in loading files from a task" by Dima Pasechnik /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000082 (447 bytes) "Windows 98! 11.95!!" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000083 (6517 bytes) "Re: Host load on PVM" by Clark Dorman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000084 (1819 bytes) "Re: Host load on PVM" by Frank Thilo /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000085 (590 bytes) "Parallel make" by Tee Y Teoh /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000086 (6046 bytes) "Re: Getting a machine to add itself to the virtual machine" by Clark Dorman /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000087 (3847 bytes) "CFP: Parallel Computation 1999" by Andreas Uhl /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000088 (1027 bytes) "Re: PVM 3.3.11 on SGI IRXI 6.2" by Jon Reiter /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000089 (327 bytes) "HeNCE and Linux" by Robert Mintram /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000090 (3847 bytes) "CFP: Parallel Computation 1999" by Andreas Uhl /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000091 (1071 bytes) "Re: Problem in loading files from a task" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000092 (631 bytes) "¦Û°â°ò¶©¾ï°p" by Hsin-Yen Chen /parallel/internet/usenet/comp.parallel.pvm/articles/1998/07-Jul/000093 (530 bytes) "Q: PVM halt error" by Douglas Sondak /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/ "comp.parallel.pvm articles for Aug 1998" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000001 (835 bytes) "Re: Problem in loading files from a task" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000002 (1208 bytes) "Packing/Unpacking an array of int from a 2-D array" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000003 (1768 bytes) "PVM 3.4 Win32" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000004 (1720 bytes) "Starting VM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000005 (2013 bytes) "Re: Starting VM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000006 (872 bytes) "Problem adding hosts using Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000007 (923 bytes) "Ataman's RSHD WIN32 problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000008 (1544 bytes) "PVM on 32-bit *and* 64-bit machines - double/float question" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000009 (1053 bytes) "pvmbeatask() pvmd didn't validate itself ??" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000010 (1279 bytes) "Re: Problem adding hosts using Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000011 (3155 bytes) "Re: Starting VM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000012 (2384 bytes) "Re: PVM on 32-bit *and* 64-bit machines - double/float question" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000013 (1231 bytes) "Re: Problem adding hosts using Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000014 (382 bytes) "PVM for OPEN VMS ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000015 (1613 bytes) "Re: Ataman's RSHD WIN32 problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000016 (1065 bytes) "Re: PVM on 32-bit *and* 64-bit machines - double/float question" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000017 (1185 bytes) "NT machines" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000018 (879 bytes) "Re: pvm start problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000019 (1213 bytes) "Re: Applications on Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000020 (2457 bytes) "Re: pvm start problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000021 (1442 bytes) "SOLVED Re: Problem adding hosts using Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000022 (731 bytes) "Problems Compiling" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000023 (1539 bytes) "Re: Problems Compiling" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000024 (1306 bytes) "At startup->can't gethostbyname" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000025 (2342 bytes) "Re: pvm start problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000026 (386 bytes) "PVM for OPEN VMS ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000027 (871 bytes) "Re: PVM for OPEN VMS ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000028 (757 bytes) "Re: Problem in loading files from a task" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000029 (2479 bytes) "call-for-paper" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000030 (1262 bytes) "How to check buffer length?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000031 (1144 bytes) "PVM job accounting?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000032 (1386 bytes) "Re: Problem in loading files from a task" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000033 (1182 bytes) "Q's on Lmake or similar utility" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000034 (987 bytes) "Re: Parallel make" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000035 (1133 bytes) "xpvm question" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000036 (992 bytes) "Re: Q's on Lmake or similar utility" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000037 (1734 bytes) "Re: How to check buffer length?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000038 (3298 bytes) "Re: How to check buffer length?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000039 (722 bytes) "Re: Q's on Lmake or similar utility" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000040 (373 bytes) "FileMaker Pro training" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000041 (1156 bytes) "Re: Problems installing pvm3-3 in Red Hat 5.0 Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000042 (1525 bytes) "Re: Problems installing pvm3-3 in Red Hat 5.0 Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000043 (13980 bytes) "Re: How to check buffer length?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000044 (1197 bytes) "Re: Host load on PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000045 (1092 bytes) "RS6KMP AIX4MP users wanted" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000046 (750 bytes) "Problem with SUNMP PVM_ARCH type." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000047 (1750 bytes) "CFP: Cluster Computing special issue on Metacomputing" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000048 (1021 bytes) "Unused sockets on Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000049 (1387 bytes) "Practical Applications" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000050 (2553 bytes) "Re: Getting a machine to add itself to the virtual machine" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000051 (1910 bytes) "Re: Packing/Unpacking an array of int from a 2-D array" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000052 (1201 bytes) "Newsgroups Florida" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000053 (1382 bytes) "Practical Applications" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000054 (1154 bytes) "Re: NT machines" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000055 (837 bytes) "Re: PVM on 32-bit *and* 64-bit machines - double/float question" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000056 (983 bytes) "Re: SOLVED Re: Problem adding hosts using Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000057 (346 bytes) "Parallel file system ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000058 (596 bytes) "Prevent Speeding Tickets! Defeat Photoradar!!" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000059 (750 bytes) "Re: Practical Applications" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000060 (1520 bytes) "Re: Parallel make" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000061 (1650 bytes) "Re: Problems installing pvm3-3 in Red Hat 5.0 Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000062 (684 bytes) "PVM in multi-user mode..." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000063 (658 bytes) "Benchmarks" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000064 (2481 bytes) "Re: PVM in multi-user mode..." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000065 (515 bytes) "Re: Parallel make" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000066 (1414 bytes) "Re: Parallel make" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000067 (504 bytes) "hostfile in winPVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000068 (1273 bytes) "Re: hostfile in winPVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000069 (1289 bytes) "Re: Problems installing pvm3-3 in Red Hat 5.0 Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000070 (560 bytes) "problem adding hosts" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000071 (1295 bytes) "Adding a new machine to the PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000072 (785 bytes) "compilation of pvm with sparc2/solaris 2.3" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000073 (1885 bytes) "Re: Parallel make" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000074 (999 bytes) "linux > nt adding hosts problems" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000075 (2120 bytes) "Re: linux > nt adding hosts problems" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000076 (1084 bytes) "pidtid table full?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000077 (1162 bytes) "Re: pidtid table full?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000078 (470 bytes) "Wanted : PVMPOV Binaries for Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000079 (498 bytes) "Wanted : Precompiled PVMPOV for Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000080 (1600 bytes) "Re: Phd oppoutunity in HIgh Performance Computing (Digital Video Processing)" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000081 (1607 bytes) "Strange group server problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000082 (772 bytes) "Re: Strange group server problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000083 (705 bytes) "Re: Wanted : PVMPOV Binaries for Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000084 (931 bytes) "Problems running Pvm's applications" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000085 (940 bytes) "Strange group server problem solved..." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000086 (526 bytes) "Newbie question" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000087 (396 bytes) "Re: Newbie question" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000088 (1657 bytes) "Re: Newbie question" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000089 (1119 bytes) "Re: Newbie question" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000090 (624 bytes) "problems with pvm_kill" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000091 (1431 bytes) "Re: problems with pvm_kill" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000092 (1817 bytes) "compile error pvm 3.4 beta 6 on solaris 2.6 with gcc 2.5.8" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000093 (725 bytes) "Re: Problems with pvm_kill" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000094 (638 bytes) "Another newbie question" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000095 (1756 bytes) "Re: problems with pvm_kill" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000096 (882 bytes) "Re: Another newbie question" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000097 (1451 bytes) "Re: Newbie question" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000098 (739 bytes) "PVM of multiple SMPs" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000099 (468 bytes) "aimk missing from Extreme Linux distribution???" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000100 (1191 bytes) "PVM hardware" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000101 (979 bytes) "Re: aimk missing from Extreme Linux distribution???" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000102 (919 bytes) "installation problem on Redhat 5.1" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000103 (1814 bytes) "Re: installation problem on Redhat 5.1" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/08-Aug/000104 (4390 bytes) "CFP: IEEE HIPS'99 workshop on High-Level Parallel Programming Models and Supportive Environments -- comp.parallel.pvm" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/ 09-Sep /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000001 (4984 bytes) "Generic Multitasking for PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000002 (1206 bytes) "newbie question: beowulf&smp" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000003 (3034 bytes) "Re: newbie question: beowulf&smp" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000004 (1414 bytes) "pvm-database" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000005 (769 bytes) "Private network for linux cluster" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000006 (1559 bytes) "Re: pvm-database" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000007 (3457 bytes) "More Ideas for Generic Multitasking with PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000008 (751 bytes) "gethostname() ???" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000009 (500 bytes) "pvm_kill malfunction" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000010 (1235 bytes) "Re: pvm-database" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000011 (461 bytes) "XPVM for WinNT" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000012 (5316 bytes) "Multiprocessor PCI boards" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000013 (1266 bytes) "Re: gethostname() ???" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000014 (4482 bytes) "Re: gethostname() ???" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000015 (1021 bytes) "error compiling pvm-3.3.11-11.i386.rpm" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000016 (1890 bytes) "Re: error compiling pvm-3.3.11-11.i386.rpm" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000017 (1340 bytes) "Beginners Guide???" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000018 (1442 bytes) "Re: error compiling pvm-3.3.11-11.i386.rpm" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000019 (3099 bytes) "Re: Beginners Guide???" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000020 (1440 bytes) "Re: error compiling pvm-3.3.11-11.i386.rpm" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000021 (661 bytes) "A few questions..." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000022 (844 bytes) "Any Ideas????" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000023 (1797 bytes) "Re: A few questions..." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000024 (1025 bytes) "pvm_notify semantics." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000025 (531 bytes) "Re: A few questions..." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000026 (301 bytes) "Re: A few questions..." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000027 (1333 bytes) "Any Ideas???" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000028 (4103 bytes) "Re: Beginners Guide???" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000029 (1408 bytes) "Persistent Messages" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000030 (1770 bytes) "Re: Beginners Guide???" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000031 (1034 bytes) "Is there a synchronous send routine in PVM?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000032 (531 bytes) "Searching for new WPVM versions" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000033 (1334 bytes) "Re: Is there a synchronous send routine in PVM?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000034 (714 bytes) "PVM_TMP" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000035 (811 bytes) "Warning: Strange activity alert." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000036 (1653 bytes) "Re: Is there a synchronous send routine in PVM?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000037 (5245 bytes) "SPAA '99 Call for Papers" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000038 (559 bytes) "parallel algorithm problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000039 (1361 bytes) "Re: parallel algorithm problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000040 (1711 bytes) "PVM on WIN95 and LINUX problems" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000041 (901 bytes) "The Clinton, Starr Report in FULL" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000042 (2106 bytes) "Re: PVM on WIN95 and LINUX problems" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000043 (546 bytes) "Need Demo ????" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000044 (657 bytes) "Std output on Win32 machine" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000045 (1247 bytes) "Re: PVM on WIN95 and LINUX problems" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000046 (1073 bytes) "pvm_spawn(): Not Implmented" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000047 (904 bytes) "Re: pvm_spawn(): Not Implmented" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000048 (2502 bytes) "MPI/RT Public Comment Period" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000049 (588 bytes) "Re: PVM on WIN95 and LINUX problems" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000050 (472 bytes) "Is there a new version of TKPVM since 1.2" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000051 (641 bytes) "error when compile PVM on Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000052 (4390 bytes) "CFP: IEEE HIPS'99 workshop on High-Level Parallel Programming Models and Supportive Environments -- comp.parallel.pvm" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000053 (2337 bytes) "Announcement: Parallel Recursive Procedures" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000054 (1550 bytes) "Watching PVM file descriptor with select() fails." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000055 (1108 bytes) "Re: error when compile PVM on Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000056 (1356 bytes) "Error in RS6K cluster" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000057 (1884 bytes) "PVM interoperability with MPI (at various levels)" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000058 (1304 bytes) "Re: Error in RS6K cluster" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000059 (399 bytes) "pvm_unpackf()" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000060 (716 bytes) "pvm_unpackf" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000061 (4088 bytes) "Re: Error in RS6K cluster" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000062 (739 bytes) "Re: error when compile PVM on Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000063 (3193 bytes) "call for paper" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000064 (5101 bytes) "MPIDC99 First CFP" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000065 (1235 bytes) "how to prevent pvm_halt() from stopping the calling application?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000066 (818 bytes) "pvm_start_pvmd() without visible feedback???" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000067 (821 bytes) "Help! pvm startup problem on windows NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000068 (740 bytes) "Re: pvm_start_pvmd() without vivible feedback" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000069 (537 bytes) "Y2K query." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000070 (610 bytes) "Trouble with PVM on Redhat" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000071 (627 bytes) "PvmRouteDirect and NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/09-Sep/000072 (4460 bytes) "Extended Deadline (CANPC'99)" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/ 10-Oct /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000001 (725 bytes) "Re: Trouble with PVM on Redhat" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000002 (1877 bytes) "Re: PVM Communication Time Measurement" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000003 (1611 bytes) "Re: PVM Communication Time Measurement" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000004 (686 bytes) "How to use PVM3.4 to FORTRAN with 8-byte Integer" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000005 (1153 bytes) "Re: Trouble with PVM on Redhat" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000006 (20300 bytes) "IEEE Symposium on Reliable Distributed Systems - Call for Participation" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000007 (890 bytes) "Re: SMP Alpha Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000008 (1820 bytes) "PVM Communication Time Measurement" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000009 (1104 bytes) "Re: SMP Alpha Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000010 (1355 bytes) "Re: SMP Alpha Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000011 (1306 bytes) "Re: SMP Alpha Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000012 (1525 bytes) "Re: SMP Alpha Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000013 (1090 bytes) "Re: PvmRouteDirect and NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000014 (852 bytes) "pvm on NT without NTFS" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000015 (682 bytes) "SMP Alpha Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000016 (1657 bytes) "Re: Practical Applications" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000017 (1781 bytes) "PVM based programming......." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000018 (1068 bytes) "Owning Your Own Adult Interent Business Is Easy" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000019 (2239 bytes) "Re: Practical Applications" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000020 (3200 bytes) "Re: PVM based programming......." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000021 (2225 bytes) "Re: Practical Applications" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000022 (1268 bytes) "job opening: Network Administrator" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000023 (2706 bytes) "Re: Practical Applications" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000024 (964 bytes) "PCM Comunication between processes on the same machine" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000025 (453 bytes) "Can't start pvm" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000026 (452 bytes) "Can't start pvm" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000027 (453 bytes) "Can't start pvm" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000028 (1629 bytes) "PVM beta for Win95" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000029 (452 bytes) "Can't start pvm" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000030 (496 bytes) "add comand" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000031 (5584 bytes) "Re: Practical Applications" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000032 (1189 bytes) "Add host 5 min timeout in WinNT wtih 3.4b6" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000033 (41406 bytes) "Re: Practical Applications" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000034 (2369 bytes) "Re: Practical Applications" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000035 (1066 bytes) "cheap computer stuff" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000036 (1521 bytes) "PVM Buffer management" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000037 (2212 bytes) "Re: Practical Applications" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000038 (1959 bytes) "Re: Practical Applications" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000039 (1025 bytes) "Re: Help! pvm startup problem on windows NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000040 (1589 bytes) "Re: Add host 5 min timeout in WinNT wtih 3.4b6" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000041 (1928 bytes) "Re: PVM Buffer management" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000042 (1671 bytes) "PVM Matrix Multiply" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000043 (1838 bytes) "PVM 3.4beta for Win95" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000044 (2572 bytes) "Re: PVM 3.4beta for Win95" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000045 (612 bytes) "Re: Practical Applications" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000046 (1217 bytes) "Q: recompiling pvm on WinNT" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000047 (3692 bytes) "Re: PVM Matrix Multiply" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000048 (2635 bytes) "TRACS - Call for Applicants" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000049 (589 bytes) "PVMD does not start from Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000050 (3516 bytes) "pvm w/o rsh or rexec" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000051 (1265 bytes) "solving sparce linear system on the network?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000052 (383 bytes) "PVM 3.4 Beta on WinNT with Digital Visual Fortran 5.0D" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000053 (883 bytes) "libpvm [t4000e]: gs_getgstid() failed to start group server" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000054 (533 bytes) "wireless parallel connection" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000055 (1494 bytes) "pvmd database and pvm_putinfo" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000056 (677 bytes) "Is there any implementation of PVM for JAVA platform?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000057 (740 bytes) "Re: Is there any implementation of PVM for JAVA platform?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000058 (10272 bytes) "CFP, Int'l Conf on Parallel Processing (ICPP'99) at Fukushima, Japan" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000059 (4396 bytes) "FINAL CFP: IEEE HIPS'99 Workshop on High-Level Parallel Programming Models and Supportive Environments -- comp.parallel.pvm" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000060 (1268 bytes) "Novice Needs Help...." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000061 (505 bytes) "information" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000062 (4909 bytes) "[CFP] Workshop on Parallel Computing for Irregular Applications" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000063 (752 bytes) "pvm_joingroup in PVM 3.4 beta 6 WIN32 problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000064 (589 bytes) "Drugs FAQ" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000065 (354 bytes) "Re: PVM 3.4beta for Win95" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000066 (771 bytes) "FINAL CFP: IEEE HIPS'99 Workshop -- comp.parallel.pvm" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000067 (1939 bytes) "Env. Variables in PvmWin32?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000068 (405 bytes) "project" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000069 (1323 bytes) "simple (hopefully) problem with PVM on an SGI Onyx" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000070 (1523 bytes) "says "Can't start pvmd" when trying to add a host" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000071 (2741 bytes) "Re: project" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/10-Oct/000072 (917 bytes) "Re: wireless parallel connection" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/ 11-Nov /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000001 (4956 bytes) "Deadline extension for HPCIA (10 november)" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000002 (2377 bytes) "Re: says "Can't start pvmd" when trying to add a host" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000003 (367 bytes) "pvm thread save???" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000004 (429 bytes) "PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000005 (270 bytes) "Internet Services" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000006 (2697 bytes) "TRACS - Call for Applicants" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000007 (585 bytes) "pvm3.4 beta 6" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000008 (1486 bytes) "Output from Spawned children" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000009 (661 bytes) "PVM on NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000010 (2001 bytes) "Re: Output from Spawned children" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000011 (2154 bytes) "Can't compile pvm-3.11 under RedHat 5.1" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000012 (1062 bytes) "Re: Can't compile pvm-3.11 under RedHat 5.1" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000013 (1305 bytes) "Re: Can't compile pvm-3.11 under RedHat 5.1" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000014 (764 bytes) "MPI with DAGH.................." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000015 (2559 bytes) "Re: says "Can't start pvmd" when trying to add a host" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000016 (929 bytes) "bestore.com º¸Çè»óÇ°¾È³»" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000017 (956 bytes) "Re: PVMD does not start from Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000018 (1264 bytes) "Processor Thrash on NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000019 (341 bytes) "PVM 3.4 Unix->Win32" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000020 (456 bytes) "I can't compila PVM under my Linux." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000021 (620 bytes) "configure pvm" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000022 (2439 bytes) "Re: configure pvm" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000023 (857 bytes) "Barnes-Hut Algorithms using PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000024 (356 bytes) "Water n-body simulation with PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000025 (1554 bytes) "Re: configure pvm" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000026 (1873 bytes) "Re: Water n-body simulation with PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000027 (824 bytes) "Re: configure pvm" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000028 (1265 bytes) "Re: Large Cluster with MPI and PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000029 (961 bytes) "Re: configure pvm" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000030 (1140 bytes) "WPVM or free rshd for NT." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000031 (778 bytes) "Large Cluster with MPI and PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000032 (1067 bytes) "Re: Barnes-Hut Algorithms using PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000033 (1504 bytes) "Re: Barnes-Hut Algorithms using PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000034 (855 bytes) "PVM and win32" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000035 (834 bytes) "Thousand(?) of PVM Applications" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000036 (524 bytes) "Re: PVM and win32" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000037 (463 bytes) "linux parallel-PVM benchmark program" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000038 (181 bytes) "Test" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000039 (581 bytes) "Is PVM compatible with DEC Station 5000" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000040 (787 bytes) "Re: linux parallel-PVM benchmark program" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000041 (1429 bytes) "Re: linux parallel-PVM benchmark program" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000042 (238 bytes) "how do i startup PVM console?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000043 (1661 bytes) "PVM example progs" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000044 (580 bytes) "Re: PVM example progs" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000045 (2603 bytes) "Positions Available at EPCC." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000046 (1180 bytes) "Re: PVM example progs" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000047 (528 bytes) "PVM and failover" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000048 (954 bytes) "Re: PVM example progs" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000049 (1129 bytes) "Re: PVM and failover" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000050 (981 bytes) "Closing Spawned Jobs" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000051 (602 bytes) "PVM on HP Apollo workstations" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000052 (627 bytes) "figured out" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000053 (1014 bytes) "bogus packets" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000054 (634 bytes) "Re: Large Cluster with MPI and PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000055 (1135 bytes) "Re: Closing Spawned Jobs" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000056 (386 bytes) "Paralel Port PC" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000057 (417 bytes) "slave pvmd boxes" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000058 (500 bytes) "packing / unpacking of c++ classes." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000059 (1337 bytes) "Re: Large Cluster with MPI and PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000060 (1231 bytes) "Re: Closing Spawned Jobs" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000061 (910 bytes) "Re: newbie trying to get pvm started on NT 4.0" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000062 (1553 bytes) "Job Opening at MSU" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000063 (1024 bytes) "MPI/PVM Source Repository" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000064 (1437 bytes) "Re: Closing Spawned Jobs" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000065 (2871 bytes) "Re: packing / unpacking of c++ classes." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000066 (954 bytes) "on NT, a host disappears after running hello in PVM 3.4" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000067 (878 bytes) "Re: [Q]How to use Win32 patch for 3.3.11" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000068 (2539 bytes) "Speed difference between identical machines" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000069 (2539 bytes) "Speed difference between identical machines" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000070 (1787 bytes) "[Q]How to use Win32 patch for 3.3.11" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000071 (914 bytes) "Re: PVM on Linux or NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000072 (929 bytes) "Compilation on WIN32 with Cygnus compiler" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000073 (987 bytes) "newbie trying to get pvm started on NT 4.0" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000074 (3830 bytes) "Call for Participation" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000075 (1318 bytes) "pvm3.3 and pvm3.4 on the same computer" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000076 (3306 bytes) "Re: [Q]How to use Win32 patch for 3.3.11" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000077 (1141 bytes) "Re: PVM example progs" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000078 (2747 bytes) "Re: Compilation on WIN32 with Cygnus compiler" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000079 (1186 bytes) "Re: Closing Spawned Jobs" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000080 (1360 bytes) "please help" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000081 (1664 bytes) "fortran77 programming" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000082 (3408 bytes) "CFP: HPNCA-99" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000083 (2539 bytes) "Speed difference between identical machines" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000084 (494 bytes) "PVM on Linux or NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000085 (488 bytes) "examples program" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000086 (1081 bytes) "Re: PVM on Linux or NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000087 (4224 bytes) "CALL FOR PAPERS: ACM 1999 Java Grande Conference" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000088 (494 bytes) "Re: on NT, a host disappears after running hello in PVM 3.4" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000089 (341 bytes) "Compiling pvm3.4 on NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000090 (1651 bytes) "Re: fortran77 programming" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000091 (1809 bytes) "Re: pvm3.3 and pvm3.4 on the same computer" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000092 (1809 bytes) "Re: pvm3.3 and pvm3.4 on the same computer" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000093 (850 bytes) "PVM on a PowerPC running LynxOS" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000094 (865 bytes) "shared vs distributed memory" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000095 (3856 bytes) "Re: fortran77 programming" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000096 (12095 bytes) "FIRST ANNOUNCEMENT and CALL for PAPERS for HiPer'99" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/11-Nov/000097 (1079 bytes) "Re: on NT, a host disappears after running hello in PVM 3.4" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/ 12-Dec /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000001 (488 bytes) "A Parallel Genetic Algorithm in PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000002 (488 bytes) "A Parallel Genetic Algorithm in PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000003 (488 bytes) "A Parallel Genetic Algorithm in PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000004 (1358 bytes) "Re: fortran77 programming" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000005 (488 bytes) "A Parallel Genetic Algorithm in PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000006 (4243 bytes) "Re: fortran77 programming" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000007 (848 bytes) "from PVM to MPI" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000008 (756 bytes) "Re: from PVM to MPI" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000009 (435 bytes) "95 & NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000010 (864 bytes) "Re: examples program" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000011 (1557 bytes) "Re: fortran77 programming" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000012 (2181 bytes) "Re: from PVM to MPI" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000013 (3680 bytes) "Re: PVM Performance on SGI Power Challenge" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000014 (1379 bytes) "pvm problem on aix 4.3" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000015 (6044 bytes) "Re: PVM Performance on SGI Power Challenge" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000016 (1730 bytes) "Re: PVM Performance on SGI Power Challenge" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000017 (1091 bytes) "Newbie Question.....Please forgive my ignorance." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000018 (488 bytes) "A Parallel Genetic Algorithm in PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000019 (1468 bytes) "Re: Newbie Question.....Please forgive my ignorance." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000020 (1552 bytes) "Re: from PVM to MPI" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000021 (842 bytes) "NEWBIE: Problem with NTFS running PVM on NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000022 (861 bytes) "Re: packing / unpacking of c++ classes." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000023 (3373 bytes) "Re: PVM Performance on SGI Power Challenge" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000024 (2853 bytes) "Re: fortran77 programming" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000025 (2137 bytes) "Re: fortran77 programming" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000026 (1806 bytes) "Re: Newbie Question.....Please forgive my ignorance." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000027 (8709 bytes) "Re: fortran77 programming" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000028 (1150 bytes) "Re: fortran77 programming" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000029 (2033 bytes) "Re: fortran77 programming" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000030 (1251 bytes) "Re: Newbie Question.....Please forgive my ignorance." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000031 (1375 bytes) "Re: superlinear speedup, (was: fortran77 programming)" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000032 (2005 bytes) "XPVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000033 (2005 bytes) "XPVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000034 (928 bytes) "Re: NEWBIE: Problem with NTFS running PVM on NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000035 (2551 bytes) "Re: fortran77 programming" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000036 (1011 bytes) "Re: XPVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000037 (3464 bytes) "Job Posting: R&D at Honeywell Technology Center" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000038 (646 bytes) "Quick sort with pvm" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000039 (1616 bytes) "Re: Newbie Question.....Please forgive my ignorance." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000040 (702 bytes) "PovRay for PVM?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000041 (4962 bytes) "Re: fortran77 programming" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000042 (881 bytes) "Re: PovRay for PVM?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000043 (480 bytes) "newbie question" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000044 (903 bytes) "What does bogus pkt mean in PVM logfile?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000045 (4266 bytes) "Pvm on NT : pvmd3.exe Can't start pvmd" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000046 (5159 bytes) "MPIDC99 - Atlanta, Extended Paper Deadline" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000047 (1943 bytes) "Newbie:Problem in using pvm under Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000048 (601 bytes) "Any port of PVM to the Apple MacOS" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000049 (1758 bytes) "Re: NEWBIE: Problem with NTFS running PVM on NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000050 (563 bytes) "Re: Newbie:Problem in using pvm under Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000051 (1456 bytes) "Re: superlinear speedup, (was: fortran77 programming)" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000052 (3466 bytes) "Re: superlinear speedup, (was: fortran77 programming)" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000053 (2280 bytes) "Re: superlinear speedup, (was: fortran77 programming)" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000054 (449 bytes) "Cindy Crawford sucking a big fat cock 3613" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000055 (4430 bytes) "Pittsburgh Supercomputing Center Supercomputing Techniques: Parallel Processing on CRAY MPP Systems" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000056 (2019 bytes) "Re: superlinear speedup, (was: fortran77 programming)" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000057 (2316 bytes) "Re: superlinear speedup, (was: fortran77 programming)" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000058 (1464 bytes) "SUNMP: pvmftrecv eating up CPU-cycles" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000059 (2872 bytes) "Re: superlinear speedup," /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000060 (1726 bytes) "Re: superlinear speedup," /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000061 (4793 bytes) "Re: superlinear speedup, (was: fortran77 programming)" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000062 (848 bytes) "Re: SUNMP: pvmftrecv eating up CPU-cycles" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000063 (575 bytes) "pvm on aix 4.3.2" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000064 (1501 bytes) "PVM on Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000065 (970 bytes) "Pros and Cons of PVM, with C and Unix." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000066 (2057 bytes) "Re: superlinear speedup, (was: fortran77 programming)" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000067 (551 bytes) "RMI vs. PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000068 (1648 bytes) "Re: PVM Win32 lib bad?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000069 (539 bytes) "Compiling PVM source using gcc" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000070 (1941 bytes) "Re: Pros and Cons of PVM, with C and Unix." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000071 (860 bytes) "Problems with PVM for Win" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000072 (5234 bytes) "CFP: SPAA '99" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000073 (897 bytes) "Re: PVM Win32 lib bad?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000074 (800 bytes) "PVM Win32 problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000075 (1094 bytes) "PVM Win32 lib bad?" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000076 (801 bytes) "state of PVM 3.4" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000077 (652 bytes) "Checking if PVM is running" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000078 (21629 bytes) "CFP: PDPTA'99 / CISST'99 Int'l Conferences - Las Vegas, June 28 - July 1, 1999 ..." /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000079 (797 bytes) "Re: Any port of PVM to the Apple MacOS" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000080 (621 bytes) "The Interactive Dance Compilation you can play and Mix on your PC!! 7451" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000081 (577 bytes) "Compilar" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000082 (530 bytes) "Pvmgs" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000083 (621 bytes) "Newbie: Braken pipe Error" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000084 (429 bytes) "onion up her ass 1631" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000085 (439 bytes) "Pussy shot from behind 5356" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000086 (453 bytes) "FREE 4 you! 9184" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000087 (1625 bytes) "Re: Fault tolerance" /parallel/internet/usenet/comp.parallel.pvm/articles/1998/12-Dec/000088 (387 bytes) "Fault tolerance" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/ 1999 /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/ 01-Jan /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000001 (686 bytes) "Re: Fault tolerance" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000002 (893 bytes) "PVM on SMP-Linux?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000003 (4412 bytes) "Re: PVM with shared memory" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000004 (761 bytes) "Mailbox - PvmMboxMultiInstance" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000005 (567 bytes) "halt from command line" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000006 (765 bytes) "variables BATCH and PARALLEL w/ PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000007 (3985 bytes) "ICPP'99 - IWPC'99 cfp" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000008 (1789 bytes) "Re: PVM and thread-reentrancy!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000009 (853 bytes) "Performance" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000010 (1803 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000011 (1952 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000012 (4573 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000013 (1313 bytes) "Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000014 (1142 bytes) "Re: MCNP4B and PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000015 (1627 bytes) "Re: PVM Win32 problems" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000016 (612 bytes) "PVM timing" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000017 (871 bytes) "[NEWBIE] PvmDataDefault undeclared" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000018 (1722 bytes) "Re: [NEWBIE] PvmDataDefault undeclared" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000019 (646 bytes) "HELP: Windows 98 & pvm 3.4 console problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000020 (2036 bytes) "Re: [NEWBIE] PvmDataDefault undeclared" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000021 (645 bytes) "HELP: pvm3 on Windows 98" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000022 (1474 bytes) "Re: HELP: pvm3 on Windows 98" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/01-Jan/000023 (1814 bytes) "PDSE'99 - Positional Papers for the Special Session" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/ 02-Feb /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000001 (3424 bytes) "ADV: MS Office 97 Pro CD-ROM 29.95" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000002 (1048 bytes) "Help : libpvm [t40002]: pvm_mkbuf(): Malloc failed" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000003 (940 bytes) "Parallel Computing Question" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000004 (1597 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000005 (400 bytes) "pvm 3.4 beta7" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000006 (452 bytes) "PVM in C++" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000007 (725 bytes) "Re: [NEWBIE] PvmDataDefault undeclared (FIXED!)" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000008 (1437 bytes) "Re: Another WinNT-PVM problem." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000009 (1573 bytes) "How cahow to influence the number of tasks on a host" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000010 (1341 bytes) "problem running pvm programs on AIX 3.4" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000011 (1866 bytes) "Re: Another WinNT-PVM problem." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000012 (580 bytes) "How to get 3 CD for free" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000013 (10507 bytes) "EPCC Summer Scholarship Programme 1999" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000014 (1397 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000015 (11338 bytes) "MASCOTS 99, Call for Papers" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000016 (1112 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000017 (1704 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000018 (1949 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000019 (1074 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000020 (767 bytes) "Another WinNT-PVM problem." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000021 (1333 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000022 (1338 bytes) "Problem with pvm_addhost" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000023 (598 bytes) "Re: Another WinNT-PVM problem." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000024 (468 bytes) "clusters" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000025 (1301 bytes) "Re: Switching HUB for beowulf cluster?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000026 (1343 bytes) "pvm add" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000027 (1331 bytes) "Re: Hosts file under NT?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000028 (888 bytes) "Hosts file under NT?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000029 (856 bytes) "pvm_catchout ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000030 (916 bytes) "Spawning from a spawned process" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000031 (1009 bytes) "Re: network requirements" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000032 (1055 bytes) "Re: clusters" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000033 (2031 bytes) "PVM with Shared Memory under Linux?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000034 (557 bytes) "network requirements" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000035 (1353 bytes) "Re: Hosts file under NT?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000036 (1509 bytes) "Re: Help : libpvm [t40002]: pvm_mkbuf(): Malloc failed" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000037 (926 bytes) "Re: network requirements" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000038 (993 bytes) "Re: clusters" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000039 (2435 bytes) "HPCI Seminar on Sparse Matrices." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000040 (770 bytes) "Re: network requirements" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000041 (806 bytes) "Re: Spawning from a spawned process" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000042 (1289 bytes) "Re: Spawning from a spawned process" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000043 (1496 bytes) "Re: clusters" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000044 (399 bytes) "FreeBSD Problems" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000045 (1440 bytes) "regarding info for PVM and MPI" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000046 (2030 bytes) "Re: Help : libpvm [t40002]: pvm_mkbuf(): Malloc failed" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000047 (727 bytes) "problem with pvm on SunOS 5.5 ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000048 (2674 bytes) "Annouce SCMS 1.1" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000049 (500 bytes) "Re: network requirements" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000050 (3027 bytes) "Re: Newbie Question" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000051 (723 bytes) "Cant' start pvmd" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000052 (1797 bytes) "Newbie Question" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000053 (686 bytes) "HS links support for PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000054 (898 bytes) "Re: HELP: Windows 98 & pvm 3.4 console problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000055 (1068 bytes) "Re: regarding info for PVM and MPI" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000056 (1487 bytes) "Re: Newbie trying to get rsh to work. Help please..." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000057 (2893 bytes) "Newbie trying to get rsh to work. Help please..." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000058 (3945 bytes) "Re: Newbie trying to get rsh to work. Help please..." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000059 (949 bytes) "Repost: Call for Participation at MPIDC99 - MPI Developer's and User's Conference" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000060 (2221 bytes) "Paper about optimized MPI 1.2 for VI Architecture Available online" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000061 (1946 bytes) "Re: Newbie Question" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000062 (4334 bytes) "Re: Newbie trying to get rsh to work. Help please..." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000063 (2324 bytes) "Security on a Beowulf" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000064 (670 bytes) "Honours Topic" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000065 (2301 bytes) "Re: Problems w/pvm3.4 beta6 under NT 4.0 SP4" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000066 (781 bytes) "Linux RedHat 5.1 and PVM 3.3.11" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000067 (1208 bytes) "Re: Linux RedHat 5.1 and PVM 3.3.11" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000068 (892 bytes) "RedHat 5.1 and PVM 3.3.11" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000069 (891 bytes) "RedHat 5.1 and PVM 3.3.11" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000070 (891 bytes) "RedHat 5.1 and PVM 3.3.11" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000071 (1303 bytes) "Re: RedHat 5.1 and PVM 3.3.11" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000072 (1736 bytes) "Problems w/pvm3.4 beta6 under NT 4.0 SP4" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000073 (892 bytes) "RedHat 5.1 and PVM 3.3.11" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000074 (892 bytes) "RedHat 5.1 and PVM 3.3.11" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000075 (841 bytes) "Linux RedHat 5.1 and PVM 3.3.11" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000076 (1283 bytes) "Re: Linux RedHat 5.1 and PVM 3.3.11" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000077 (296 bytes) "Re: Annouce SCMS 1.1" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000078 (1656 bytes) "Re: Honours Topic" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000079 (2615 bytes) "SGIMP64/SHMEM Problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000080 (386 bytes) "database server cluster" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000081 (650 bytes) "Re: database server cluster" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000082 (746 bytes) "start matlab with pvm" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000083 (393 bytes) "PVM and database access" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000084 (1283 bytes) "shared daemons?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000085 (678 bytes) "problems with pvm and windows nt" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000086 (1683 bytes) "Re: shared daemons?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000087 (637 bytes) "Re: PVM and database access" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000088 (408 bytes) "White paper" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000089 (1175 bytes) "Unable to add hosts" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000090 (609 bytes) "Unity and PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000091 (1240 bytes) ""wd=" does'nt work on Windows NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000092 (2271 bytes) "Re: "wd=" does'nt work on Windows NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000093 (2828 bytes) "Re: "wd=" does'nt work on Windows NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000094 (815 bytes) "How to compile program on NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000095 (1037 bytes) "Re: "wd=" does'nt work on Windows NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000096 (1678 bytes) "Re: "wd=" does'nt work on Windows NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000097 (1775 bytes) "Re: How to compile program on NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000098 (2021 bytes) "Re: "wd=" does'nt work on Windows NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000099 (1204 bytes) "Re: "wd=" does'nt work on Windows NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000100 (1087 bytes) "PVM 3.4b6 startup on WIN-NT using WIN32-RSHD" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000101 (1681 bytes) "Re: "wd=" does'nt work on Windows NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000102 (1099 bytes) "Re: Cant' start pvmd" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000103 (727 bytes) "Re: Cant' start pvmd" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000104 (789 bytes) "WIN32-RSHD" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000105 (1747 bytes) "Re: "wd=" does'nt work on Windows NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000106 (758 bytes) "Pthreads" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000107 (1743 bytes) "Re: WIN32-RSHD" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000108 (1194 bytes) "pvm_spawn() returns -7" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000109 (1078 bytes) "Re: WIN32-RSHD" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000110 (519 bytes) "Time" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000111 (1818 bytes) "Re: pvm_spawn() returns -7" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000112 (7856 bytes) "ISCOPE'99 Preliminary Call for Papers" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000113 (1363 bytes) "/tmp/cca128591.o(.text+0x23): undefined reference to `pvm_mytid' etc...." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/02-Feb/000114 (920 bytes) "Question about pack/unpack" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/ 03-Mar /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000001 (1030 bytes) "PVM - RedHat Problems" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000002 (1620 bytes) "Re: where is aimk ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000003 (1585 bytes) "Re: /tmp/cca128591.o(.text+0x23): undefined reference to `pvm_mytid' etc...." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000004 (959 bytes) "two daemons on a bi-proc" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000005 (1226 bytes) "pvm NT w/WIN32 RSHD working except no response recieved from child processes" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000006 (1113 bytes) "PVM+Linux: gethostbyname error" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000007 (1354 bytes) "PVM kernel ==? pipe dream" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000008 (2806 bytes) "Final Call: Parallel Sparse Matrix Seminar." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000009 (1750 bytes) "Re: PVM kernel ==? pipe dream" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000010 (412 bytes) "Clereon vs Pentium II" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000011 (1099 bytes) "Re: Clereon vs Pentium II" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000012 (1350 bytes) "Re: Cant' start pvmd" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000013 (753 bytes) "Re: two daemons on a bi-proc" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000014 (728 bytes) "add host for different users" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000015 (1379 bytes) "PVM w/ Borland C++ builder" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000016 (839 bytes) "PVM compile error" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000017 (1132 bytes) "Re: PVM compile error" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000018 (772 bytes) "Problem with NT PVM!!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000019 (22596 bytes) "u-8533yc222.5" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000020 (1327 bytes) "Re: PVM compile error" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000021 (4396 bytes) "PVM problems" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000022 (624 bytes) "Re: PVM problems" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000023 (4379 bytes) "Call for Papers Cluster Computing Technologies, Environments, and Applications (CC-TEA)" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000024 (1119 bytes) "Re: PVM w/ Borland C++ builder" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000025 (1708 bytes) "trying to use PVM: errors?!?!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000026 (1952 bytes) "Re: trying to use PVM: errors?!?!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000027 (1186 bytes) "Re: Problem with NT PVM!!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000028 (1555 bytes) "Re: start matlab with pvm" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000029 (4372 bytes) "pvm_spawn() -> error 0 (+ "bogus packets")" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000030 (1070 bytes) "Re: Problem with NT PVM!!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000031 (711 bytes) "HELP" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000032 (823 bytes) "Re: Y2K and PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000033 (1428 bytes) "Win32 PVM, many problems :((( help!!!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000034 (459 bytes) "Y2K and PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000035 (1488 bytes) "task migration in PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000036 (2086 bytes) "Re: trying to use PVM: errors?!?!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000037 (1034 bytes) "C++ pvm3.h compile error" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000038 (564 bytes) "Q: PVM on LSF" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000039 (2892 bytes) "Dual- vs. single processor motherboards" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000040 (979 bytes) "Order in arrivel of messages" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000041 (1181 bytes) "Re: HELP" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000042 (4246 bytes) "Re: Dual- vs. single processor motherboards" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000043 (3615 bytes) "Re: Dual- vs. single processor motherboards" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000044 (3832 bytes) "Re: Dual- vs. single processor motherboards" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000045 (716 bytes) "Re: task migration in PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000046 (1082 bytes) "Re: task migration in PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000047 (2742 bytes) "TRACS - Call for Applicants" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000048 (1699 bytes) "Scheduler" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000049 (1042 bytes) "Re: Dual- vs. single processor motherboards" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000050 (1337 bytes) "Compilation of pvm on Linux 2.0.36 i686" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000051 (1337 bytes) "Compilation of pvm on Linux 2.0.36 i686" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000052 (1337 bytes) "Compilation of pvm on Linux 2.0.36 i686" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000053 (1805 bytes) "Re: Compilation of pvm on Linux 2.0.36 i686" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000054 (600 bytes) "Release of WRSHD9X/NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000055 (671 bytes) "pvm message?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000056 (1786 bytes) "transparent clustering?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000057 (2176 bytes) "Poor MPI performance with collection of Linux workstations" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000058 (902 bytes) "Re: Poor MPI performance with collection of Linux workstations" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000059 (2843 bytes) "Re: Poor MPI performance with collection of Linux workstations" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000060 (1344 bytes) "PVMPOV: compile errors" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000061 (2382 bytes) "Re: Scheduler" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000062 (1960 bytes) "Re: Dual- vs. single processor motherboards" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000063 (1959 bytes) "Re: Poor MPI performance with collection of Linux workstations" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000064 (1160 bytes) "MPI vs. PVM: What to choose?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000065 (1475 bytes) "Re: MPI vs. PVM: What to choose?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000066 (1593 bytes) "Re: PVMPOV: compile errors" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000067 (1745 bytes) "Re: MPI vs. PVM: What to choose?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000068 (1220 bytes) "Re: Poor MPI performance with collection of Linux workstations" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000069 (1709 bytes) "Re: MPI vs. PVM: What to choose?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000070 (1032 bytes) "Re: Release of WRSHD9X/NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000071 (669 bytes) "add/delete hosts on NT PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000072 (1550 bytes) "Re: Poor MPI performance with collection of Linux workstations" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000073 (1530 bytes) "Re: Release of WRSHD9X/NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000074 (1271 bytes) "Re: add/delete hosts on NT PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000075 (1331 bytes) "PVM performance on NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000076 (1130 bytes) "Re: PVMPOV: compile errors" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000077 (1180 bytes) "Please help me!!!!!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000078 (740 bytes) "Anybody know?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000079 (1141 bytes) "Re: PVMPOV: compile errors" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000080 (1694 bytes) "Re: PVMPOV: compile errors" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000081 (1387 bytes) "PVMPOV: compile errors" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000082 (1048 bytes) "PVM synchronization failures?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000083 (1193 bytes) "Re: PVMPOV: compile errors" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000084 (1439 bytes) "PVMPOV: compile errors" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000085 (931 bytes) "PVM !!!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000086 (420 bytes) "Simulator" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000087 (791 bytes) "Re: Please help me!!!!!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000088 (1746 bytes) "Re: PVMPOV: compile errors" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000089 (2056 bytes) "DIRECT - The Future of HPC in Europe" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000090 (1288 bytes) "Is PVM development dead?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000091 (1753 bytes) "Re: Dual- vs. single processor motherboards" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000092 (2469 bytes) "Re: Dual- vs. single processor motherboards" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000093 (805 bytes) "Tool to measure utilization of the network" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000094 (849 bytes) "BC++5.01 compiling problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000095 (859 bytes) "How to nstall pvm on Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000096 (710 bytes) "Re: How to nstall pvm on Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000097 (989 bytes) "Re: Tool to measure utilization of the network" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000098 (1133 bytes) "Digital Unix pvm on Alpha/Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000099 (1217 bytes) "Re: How to nstall pvm on Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000100 (608 bytes) "Need help on povray and pvm" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000101 (1566 bytes) "Re: Dual- vs. single processor motherboards" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000102 (742 bytes) "Can't start pvmd" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000103 (663 bytes) "Re: HELP" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000104 (2061 bytes) "MPI in solaris" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000105 (787 bytes) "Re: Digital Unix pvm on Alpha/Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000106 (590 bytes) "C++ Builder compiler can not find pvm functions" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000107 (1789 bytes) "Re: Is PVM development dead?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000108 (830 bytes) "Scalapack" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000109 (503 bytes) "Harness? Where?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000110 (2023 bytes) "Load balancing idea" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000111 (956 bytes) "Re: HELP" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000112 (706 bytes) "Re: Harness? Where?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000113 (2123 bytes) "Re: Load balancing idea" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000114 (2326 bytes) "win32 RSHD/RSH questions" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000115 (5734 bytes) "Re: Load balancing idea" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000116 (1902 bytes) "Re: PVM !!!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000117 (411 bytes) "Please Help" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000118 (788 bytes) "can't gethostbyname problem." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000119 (508 bytes) "Rsh commands taking a seemlingly long time." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000120 (1566 bytes) "Transmission time for Beowulf varies" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000121 (1085 bytes) "Re: Simulator" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000122 (484 bytes) "Çѱ¹¿¡¼­ PVM°øºÎÇϽô ºÐ ÇÔ²² Á» ÇսôÙ." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000123 (942 bytes) "Help!: WRSHD-NT & stdin" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000124 (802 bytes) "Can PVM..." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000125 (841 bytes) "Re: Can PVM..." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000126 (659 bytes) "Re: Çѱ¹¿¡¼­ PVM°øºÎÇϽô ºÐ ÇÔ²² Á» ÇսôÙ." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000127 (6955 bytes) "Cluster Computing CFP" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000128 (4216 bytes) "SPAA '99 Accepted Papers" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000129 (1556 bytes) "Re: Can PVM..." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000130 (1076 bytes) "Re: can't gethostbyname problem." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/03-Mar/000131 (1377 bytes) "Re: Çѱ¹¿¡¼­ PVM°øºÎÇϽô ºÐ ÇÔ²² Á» ÇսôÙ." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/ 04-Apr /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000001 (1527 bytes) "Re: PVM on Win32 problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000002 (1174 bytes) "Re: Unable to run XPVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000003 (450 bytes) "Is PVM available for Real time OS (like VxWorks)" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000004 (532 bytes) "Moderated eamil lists 7069" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000005 (1302 bytes) "=?iso-8859-1?Q?=C0=FA=B4=C2=20=C0=AF=B4=D0=BD=BA=C7=CF=B1=B8=20=C0=A 9=B5=B5=BF=EC?=, =?iso-8859-1?Q?=C0=A9=B5=B5=BF=EC=20=B3=A2=B8=AE=B8=B8=2E=2E= C7=D8=BC=AD=20=C7=DF=B4=C2=B5=A5=2E=2E=2E?=" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000006 (436 bytes) "pvm on real time OS?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000007 (964 bytes) "PVM versus MPI" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000008 (1842 bytes) "Re: PVM versus MPI" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000009 (731 bytes) "HP-PVM web site - commercial PVM clone" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000010 (3849 bytes) "PVM compiling error with SuSE 5.3" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000011 (1718 bytes) "Re: PVM compiling error with SuSE 5.3" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000012 (1488 bytes) "Re: HP-PVM web site - commercial PVM clone" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000013 (413 bytes) "Visual C++" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000014 (1321 bytes) "PVM crashes" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000015 (1266 bytes) "Re: HP-PVM web site - commercial PVM clone" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000016 (631 bytes) "The slave process cannot start" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000017 (652 bytes) "Help: I am unable to activate pvm under linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000018 (6292 bytes) "CFP: 8th Euromicro PDP 2000" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000019 (917 bytes) "Re: Help: I am unable to activate pvm under linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000020 (368 bytes) "smake" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000021 (2783 bytes) "add problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000022 (2609 bytes) "Re: add problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000023 (910 bytes) "pvm cannot start pvmd remotely" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000024 (608 bytes) "posix thread compatability" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000025 (579 bytes) "Re: Simulator" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000026 (703 bytes) "Question" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000027 (576 bytes) "ÇÁ·Î±×·¥Â¥´Â¹æ¹ý°ú ÄÄÆÄÀÏÇÏ´Â ¹æ¹ýÀ» Á» °¡¸£ÃÄ ÁÖ¼¼¿ä." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000028 (504 bytes) "libraries for djgpp" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000029 (871 bytes) "VM compiling error with ALPHA" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000030 (1667 bytes) "Re: pvm cannot start pvmd remotely" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000031 (839 bytes) "stdio/stderr on NT???" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000032 (1455 bytes) "Re: PVM on Win32 problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000033 (2482 bytes) "Re: PVM on Win32 problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000034 (4552 bytes) "Re: PVM on Win32 problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000035 (2402 bytes) "Re: =?EUC-KR?B?x8G3zrHXt6XCpbTCuea5/bD6IMTExsTAz8fPtMIguea5/cC7IM G7ILChuKPDxCDB1ry8v+Qu?=" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000036 (6751 bytes) "JavaStation boot sequence" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000037 (615 bytes) "pvm cannot start pvmd" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000038 (417 bytes) "Re: JavaStation boot sequence" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000039 (525 bytes) "pvm can't started" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000040 (1179 bytes) "Re: PVM on Win32 problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000041 (1173 bytes) "Problem: PVM 3.4 Compilation under Redhat Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000042 (1211 bytes) "Re: pvm cannot start pvmd remotely" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000043 (654 bytes) "Àú´Â CFD°è»êÀ» À§ÇØ pvm¸¦ ÀÌ¿ëÇÏ·Á°í ÇÏ°íÀÖ½À´Ï´Ù." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000044 (571 bytes) "PVM resource manager" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000045 (595 bytes) "hostfile option" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000046 (1503 bytes) "Re: Problem: PVM 3.4 Compilation under Redhat Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000047 (1015 bytes) "Re: hostfile option" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000048 (863 bytes) "Using AI with Linux Clusters ??!!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000049 (552 bytes) "PVM Benchmark test program" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000050 (767 bytes) "Help Starting PVM on SGI" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000051 (702 bytes) "CONCERNED ABOUT COLLEGE COSTS?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000052 (1744 bytes) "Re: =?EUC-KR?B?wPq0wiBDRkSw6LvqwLsgwKfH2CBwdm24piDAzL/rx8+3wbDtIM fPsO3A1r3AtM+02S4=?=" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000053 (903 bytes) "Re: PVM Benchmark test program" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000054 (2171 bytes) "Re: Àú´Â CFD°è»êÀ» À§ÇØ pvm¸¦ ÀÌ¿ëÇÏ·Á°í ÇÏ°íÀÖ½À´Ï´Ù." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000055 (1236 bytes) "Re: Using AI with Linux Clusters ??!!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000056 (2457 bytes) "CPPvm: C++ interface to PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000057 (1029 bytes) "Xdbm Where are you?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000058 (846 bytes) "pvm on sp2 with batch" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000059 (556 bytes) "PVM inplementation (C) of Linpack" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000060 (2041 bytes) "Re: Problem: PVM 3.4 Compilation under Redhat Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000061 (610 bytes) "SIMD machine instruction set" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000062 (1087 bytes) "fd_set error when compiling PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000063 (784 bytes) "Looking for pvm software?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000064 (1152 bytes) "Problems starting PVM 3.4.1 on win32" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000065 (1724 bytes) "rsh under rshd (on NT 4.0) causes "Access denied" message only" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000066 (384 bytes) "Sam" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000067 (2282 bytes) "Re: rsh under rshd (on NT 4.0) causes "Access denied" message only" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000068 (1308 bytes) "I can´t compile PVM in Linux." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000069 (1445 bytes) "Re: Xdbm Where are you?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000070 (1339 bytes) "process farming" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000071 (2385 bytes) "Re: process farming" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000072 (338549 bytes) "Re: I can´t compile PVM in Linux." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000073 (1110 bytes) "Re: rsh under rshd (on NT 4.0) causes "Access denied" message only" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000074 (3358 bytes) "Book Annoucement: High Performance Algorithms for Structured Matrix Problems, Volume II in the Series Advances in the Theory of Computation" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000075 (857 bytes) "ERROR: Maximum size of received message: 0 bytes" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000076 (6470 bytes) "Re: rsh under rshd (on NT 4.0) causes "Access denied" message only" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000077 (620 bytes) "spawn within mhf?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000078 (612 bytes) "PVM applications?????" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000079 (8010 bytes) "REMINDER: ISCOPE'99 Preliminary Call for Papers" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000080 (7403 bytes) "Re: rsh under rshd (on NT 4.0) causes "Access denied" message only" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000081 (1783 bytes) "Re: process farming" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000082 (744 bytes) "Can not install the latest verion WRSHD-NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000083 (1249 bytes) "Re: Can not install the latest verion WRSHD-NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000084 (1211 bytes) "Re: I can´t compile PVM in Linux." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000085 (1811 bytes) "Re: I can´t compile PVM in Linux." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000086 (843 bytes) "SPAA '99 registration and program" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000087 (1251 bytes) "NT-RSHD cpu usage during rsh operation?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000088 (1891 bytes) "Re: NT-RSHD cpu usage during rsh operation?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000089 (735 bytes) "Apache on a cluster?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000090 (2033 bytes) "SuParCup: 15.000 DM awarded ! !" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000091 (743 bytes) "HELP: PVM trace facility" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000092 (541 bytes) "pvm thread-safetty" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000093 (1943 bytes) "help me with joingroup in master-slave" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000094 (1106 bytes) "socket: Permission denied" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000095 (469 bytes) "How many algorithms to implement Gaussian Elimination with PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000096 (828 bytes) "ParaGraph and Linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000097 (431 bytes) "i860 + linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000098 (1624 bytes) "SuSE Linux and PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000099 (643 bytes) "WHERE can I get PVM shareware applications??" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000100 (2822 bytes) "workaround: cannot start pvm 3.4.0 on NT as admin" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000101 (799 bytes) "Re: SuSE Linux and PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000102 (1709 bytes) "Workshop: `Towards Petaflops'." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000103 (3278 bytes) "BUG in pvmd?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000104 (4586 bytes) "Re: BUG in pvmd?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000105 (1434 bytes) "Best Benchmark/Price Beowulf System?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000106 (530 bytes) "shared memory used on solaris?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000107 (2171 bytes) "Making 3.4.0 - HPUX & LINUX" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000108 (601 bytes) "PVM Communication Facilities" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000109 (3226 bytes) "Re: Making 3.4.0 - HPUX & LINUX" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000110 (473 bytes) "Awsome live video sex @ www.xxxsizzle.com!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000111 (2176 bytes) "Re: Making 3.4.0 - HPUX & LINUX" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000112 (11868 bytes) "Advance Program: ACM 1999 Java Grande Conference" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000113 (5120 bytes) "Call For Posters: ACM 1999 Java Grande Conference" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000114 (1103 bytes) "Re: shared memory used on solaris?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000115 (2742 bytes) "TRACS - Call for Applicants" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000116 (566 bytes) "PVM 3.4 - NT4 - Fortran compiler with PVM Fortran interface" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000117 (1844 bytes) "pvm_send slower than expected" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000118 (704 bytes) "Writing Linux article and want PVM app/desc." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000119 (797 bytes) "Re: SIMD machine instruction set" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000120 (664 bytes) "Nb of process spawned" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000121 (1352 bytes) "Re: Nb of process spawned" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000122 (1542 bytes) "SMP-Linux nearly locks up after some hours of operation" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/04-Apr/000123 (813 bytes) "pvm_mytid() not returned" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/ 05-May /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000001 (2800 bytes) "CFP: Unconventional Parallel Architectures" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000002 (2862 bytes) "Maybe I'm wrong here, but HEEELLLPPP!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000003 (1445 bytes) "building pvm with gcc and cygwin" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000004 (1460 bytes) "insane XPVM problem" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000005 (3295 bytes) "Re: Maybe I'm wrong here, but HEEELLLPPP!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000006 (933 bytes) "Help" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000007 (573 bytes) "jPVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000008 (2229 bytes) "Re: pvm_send slower than expected" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000009 (1294 bytes) "Re: jPVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000010 (1205 bytes) "PVM 3.4--RedHat 6.0 (Kernel 2.2.5) problems." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000011 (1205 bytes) "PVM 3.4--RedHat 6.0 (Kernel 2.2.5) problems." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000012 (1205 bytes) "PVM 3.4--RedHat 6.0 (Kernel 2.2.5) problems." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000013 (1607 bytes) "Re: PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000014 (1193 bytes) "VAST HPF & PVM Libraries" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000015 (1211 bytes) "POVPVM Animation" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000016 (997 bytes) "[Q] xdr related link errors on HP V class" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000017 (1229 bytes) "cluster design questions" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000018 (684 bytes) "Re: cluster design questions" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000019 (757 bytes) "Solved: xdr related link errors on HP V class" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000020 (1219 bytes) "pvm-3.4 on HP" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000021 (1078 bytes) "pvm vs. mpi" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000022 (351 bytes) "rsh vs. ssh" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000023 (502 bytes) "can you specify ports?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000024 (1626 bytes) "Re: pvm vs. mpi" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000025 (1921 bytes) "Re: pvm vs. mpi" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000026 (2120 bytes) "Re: pvm vs. mpi" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000027 (2423 bytes) "Re: pvm vs. mpi" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000028 (703 bytes) "Re: rsh vs. ssh" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000029 (2437 bytes) "Re: pvm vs. mpi" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000030 (926 bytes) "Re: rsh vs. ssh" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000031 (3604 bytes) "Re: pvm vs. mpi" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000032 (829 bytes) "compilation on the SP2" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000033 (1826 bytes) "Re: pvm vs. mpi" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000034 (1631 bytes) "Re: pvm-3.4 on HP" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000035 (23002 bytes) "Problem with my PVM application!!!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000036 (2681 bytes) "Re: pvm vs. mpi" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000037 (729 bytes) "Re: PVM 3.4 - NT4 - Fortran compiler with PVM Fortran interface" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000038 (1841 bytes) "Problems with hostfile" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000039 (1931 bytes) "Re: POVPVM Animation" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000040 (13013 bytes) "ACM 1999 Java Grande Conference Early Registration Deadline May 15" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000041 (3477 bytes) "Re: POVPVM Animation" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000042 (2114 bytes) "Re: POVPVM Animation" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000043 (1378 bytes) "multiplexing with select() on Win32" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000044 (653 bytes) "Newbie needs help with ADD command." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000045 (3240 bytes) "Re: POVPVM Animation" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000046 (542 bytes) "parallel frontal solver" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000047 (1083 bytes) "Re: Newbie needs help with ADD command." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000048 (3000 bytes) "Re: cluster design questions" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000049 (1301 bytes) "Re: Newbie needs help with ADD command." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000050 (1297 bytes) "tasks with arguments ... PROBLEMS" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000051 (1088 bytes) "exp. in channel bonding (bundling) ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000052 (3392 bytes) "Re: POVPVM Animation" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000053 (1275 bytes) "HW cluster design (newbie)" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000054 (709 bytes) "PVM on a multiprocessor machine" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000055 (1688 bytes) "Re: exp. in channel bonding (bundling) ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000056 (974 bytes) "[Q] 64 bit PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000057 (761 bytes) "Re: HW cluster design (newbie)" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000058 (1247 bytes) "Re: PVM on a multiprocessor machine" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000059 (815 bytes) "using pvm_joingroup()" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000060 (1553 bytes) "Re: tasks with arguments ... PROBLEMS" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000061 (2522 bytes) "Re: HW cluster design (newbie)" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000062 (1185 bytes) "Re: Problems with hostfile" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000063 (1441 bytes) "Re: using pvm_joingroup()" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000064 (1168 bytes) "Re: using pvm_joingroup()" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000065 (1116 bytes) "very newbie here..." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000066 (4931 bytes) "CFP: Computational Science (Special Section)" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000067 (400 bytes) "Passing C++ class" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000068 (1705 bytes) "Re: Passing C++ class" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000069 (669 bytes) "Can anyone port Seti@home for PVM?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000070 (791 bytes) "installing remote shell daemon" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000071 (762 bytes) "Help porting seti@home to pvm." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000072 (1004 bytes) "Re: Can anyone port Seti@home for PVM?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000073 (1369 bytes) "Re: installing remote shell daemon" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000074 (446 bytes) "MESSAGE BOX" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000075 (806 bytes) "installing pvm3.4 on a HPPA workstation" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000076 (853 bytes) "figured it out" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000077 (1191 bytes) "MFC and PVM linking problems" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000078 (463 bytes) "Where's the Faq ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000079 (1958 bytes) "Re: Passing C++ class" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000080 (961 bytes) "Re: Where's the Faq ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000081 (785 bytes) "Problem win WIN32 NT RSHD" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000082 (755 bytes) "Re: Where's the Faq ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000083 (470 bytes) "simple pvm program!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000084 (1708 bytes) "Problem with pvm_catchout()" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000085 (841 bytes) "Re: simple pvm program!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000086 (8185 bytes) "**DEADLINE EXTENSION** ISCOPE'99 Call for Papers" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000087 (734 bytes) "Re: Error making pvm3.4 under slackware linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000088 (607 bytes) "Re: Problem with pvm_catchout()" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000089 (987 bytes) "Re: Error making pvm3.4 under slackware linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000090 (1484 bytes) "Error making pvm3.4 under slackware linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000091 (1318 bytes) "Re: Problem with pvm_catchout()" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000092 (1211 bytes) "Re: Error making pvm3.4 under slackware linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000093 (1669 bytes) "Re: Error making pvm3.4 under slackware linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000094 (1426 bytes) "ssh instead of rsh?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000095 (1134 bytes) "Re: ssh instead of rsh?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000096 (2912 bytes) "Re: simple pvm program!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000097 (695 bytes) "nt-rsh-daemon installation problems" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000098 (817 bytes) "Re: Passing C++ class" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000099 (852 bytes) "PVM GALOPPs HOW-TO?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000100 (4244 bytes) "Re: cluster design questions" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000101 (412 bytes) "PVM + libc == COOL !" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000102 (1294 bytes) "Re: Error making pvm3.4 under slackware linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000103 (1164 bytes) "Re: PVM GALOPPs HOW-TO?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000104 (1600 bytes) "Machines dying ..." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000105 (1350 bytes) "Re: Error making pvm3.4 under slackware linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000106 (28615 bytes) "ACM 1999 Java Grande Tutorials" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000107 (2510 bytes) "Help with malloc in PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000108 (492 bytes) "Re: Help with malloc in PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000109 (508 bytes) "Totally newbie in PVM!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000110 (498 bytes) "Could anyone help me?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000111 (1056 bytes) "Re: Can anyone port Seti@home for PVM?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000112 (645 bytes) "Two questions" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000113 (859 bytes) "GUI Apps on Win32 PVM - Possible?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000114 (415 bytes) "@home & networks 8122" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000115 (777 bytes) "Re: Totally newbie in PVM!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000116 (1044 bytes) "Re: Can anyone port Seti@home for PVM?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000117 (768 bytes) "Re: Can anyone port Seti@home for PVM?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/05-May/000118 (1002 bytes) "Re: very newbie here..." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/ 06-Jun /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000001 (908 bytes) "Re: very newbie here..." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000002 (1611 bytes) "Re: using pvm_joingroup()" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000003 (1687 bytes) "Re: Error making pvm3.4 under slackware linux" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000004 (1824 bytes) "message passing vs using files" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000005 (1351 bytes) "Tracing data with PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000006 (1477 bytes) "V3.4 Release Problems with NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000007 (962 bytes) "rsh problem : pvm3.4 / redhat5.2" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000008 (368 bytes) "FREE HARDCORE TEEN PICS 2706" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000009 (1690 bytes) "Databases on PVM" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000010 (1258 bytes) "Re: rsh problem : pvm3.4 / redhat5.2" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000011 (1308 bytes) "Re: rsh problem : pvm3.4 / redhat5.2" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000012 (960 bytes) "Re: very newbie here..." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000013 (1114 bytes) "Re: rsh problem : pvm3.4 / redhat5.2" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000014 (1472 bytes) "Running PVM 3.4.0/1 on HPUX 10.20 / C-Class ?? (no compile problems)" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000015 (4135 bytes) "Call for Papers: PAA Special Issue on High Level Models and Languages" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000016 (37558 bytes) "Last Reminder: ACM 1999 Java Grande Conference This Weekend" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000017 (949 bytes) "Debug tool for WindowsNT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000018 (369 bytes) "basic functions...." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000019 (11077 bytes) "Call for paper: HPC ASIA 2000" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000020 (8632 bytes) "CFP--IEEE International Workshop on Cluster Computing (IWCC'99)" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000021 (3010 bytes) "Book Annoucement (Cluster Computing)" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000022 (3102 bytes) "A new successful marketing:" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000023 (592 bytes) "howto pack logicals in pvmfpack ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000024 (988 bytes) "Re: howto pack logicals in pvmfpack ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000025 (370 bytes) "Req: Any samples, please !!!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000026 (725 bytes) "using node half the time?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000027 (2075 bytes) "What does PvmPollTime do ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000028 (923 bytes) "SPAA '99...It's not too late!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000029 (723 bytes) "Removing hosts" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000030 (1826 bytes) "Re: using node half the time?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000031 (1441 bytes) "Newsgroup archive" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000032 (1556 bytes) "Re: Newsgroup archive" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000033 (723 bytes) "Perl-PVM stat error." /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000034 (355 bytes) "Req: Some samples ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000035 (690 bytes) "Re: Req: Some samples ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000036 (873 bytes) "pvm 3.4.1 on AIX 4.2 and 4.3" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000037 (1446 bytes) "Re: pvm 3.4.1 on AIX 4.2 and 4.3" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000038 (1012 bytes) "Instance Computing" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000039 (515 bytes) "PVM 3.4 and POV" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000040 (1317 bytes) "Re: Instance Computing" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000041 (2211 bytes) "Re: pvm 3.4.1 on AIX 4.2 and 4.3" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000042 (1364 bytes) "Lock up (on NT)" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000043 (1965 bytes) "Re: Lock up (on NT)" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000044 (495 bytes) "Req: Advances samples, plz ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000045 (881 bytes) "Bug on Pvm 3.4 beta6?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000046 (986 bytes) "Re: PVM 3.4 and POV" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000047 (1154 bytes) "2 questions" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000048 (532 bytes) "pvm implementations of gmres and/or conj gradient?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000049 (786 bytes) "New Site about East Timor" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000050 (1063 bytes) "HELP!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000051 (1525 bytes) "Re: HELP!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000052 (855 bytes) "problem with PVM Linux->Solaris" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000053 (1433 bytes) "system problems with pvm 3.4.0" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000054 (734 bytes) "pvmfnotify" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000055 (2202 bytes) "Re: pvmfnotify" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000056 (2239 bytes) "Re: system problems with pvm 3.4.0" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000057 (908 bytes) "message size" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000058 (2697 bytes) "Re: using pvm_joingroup()" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000059 (1719 bytes) "New user questions" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000060 (1415 bytes) "Server bails out when client connects" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000061 (403 bytes) "Re: using pvm_joingroup()" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000062 (1196 bytes) "Re: system problems with pvm 3.4.0" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000063 (1196 bytes) "Re: system problems with pvm 3.4.0" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/06-Jun/000064 (856 bytes) "MPP-front and some open questions about Clusters of X86/Alpha-SMPs" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/ 07-Jul /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000001 (1249 bytes) "Re: message size" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000002 (540 bytes) "PVM on an SMP machine ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000003 (771 bytes) "Re: PVM on an SMP machine ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000004 (5632 bytes) "LAM/MPI Version 6.3-b1 released" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000005 (1074 bytes) "slower cluster" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000006 (4114 bytes) "Re: slower cluster" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000007 (865 bytes) "Re: PVM on an SMP machine ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000008 (426 bytes) "Cluster software ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000009 (11109 bytes) "HPC ASIA 2000: Call for Papers" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000010 (610 bytes) "pvm_config()" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000011 (1444 bytes) "Re: pvm_config()" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000012 (568 bytes) "pvmpov, increase pvm_hosts buffer size??" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000013 (1498 bytes) "PVM Spawn on NT problems?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000014 (1269 bytes) "PVM win32 question....in exchange for a postcard" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000015 (1111 bytes) "slow inter-process communication on nt" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000016 (786 bytes) "pvm-make for Unix?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000017 (1037 bytes) "pvm_catchout()" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000018 (1106 bytes) "pvm_reg_tasker()" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000019 (2325 bytes) "Postdoc position available: Emory Univ/Atlanta" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000020 (1994 bytes) "Re: slower cluster" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000021 (854 bytes) "Re: pvmpov, increase pvm_hosts buffer size??" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000022 (854 bytes) "Re: pvmpov, increase pvm_hosts buffer size??" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000023 (1010 bytes) "New to PVM - Installation/setup guides?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000024 (578 bytes) "bidirectional parallel port driver--wanted" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000025 (1765 bytes) "Re: New to PVM - Installation/setup guides?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000026 (2699 bytes) "RE: PVM Spawn on NT problems?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000027 (602 bytes) "Loadbalancing,checkpointing,process migration !!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000028 (983 bytes) "Re: Loadbalancing,checkpointing,process migration !!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000029 (911 bytes) "pvm_getfds() on multi-processor SGI" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000030 (1352 bytes) "PvmRouteDirect" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000031 (1138 bytes) "simple question" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000032 (1110 bytes) "Problems upgrading to PVM 3.4" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000033 (1055 bytes) "a design question" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000034 (1450 bytes) "Re: a design question" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000035 (828 bytes) "Re: a design question" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000036 (1151 bytes) "bi directional parallel port expansion buses" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000037 (1290 bytes) "pvm error" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000038 (614 bytes) "install problems" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000039 (432 bytes) "Dynamic PVM !?!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000040 (1231 bytes) "Re: Dynamic PVM !?!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000041 (2335 bytes) "Research opening Emory University/Atlanta" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000042 (901 bytes) "Waiting for remaining slave stats" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000043 (629 bytes) "PVM with serial connection" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000044 (1336 bytes) "What good is it, anyway!?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000045 (1017 bytes) "pvm on multiprocessor smp linux and sgi machines" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000046 (1610 bytes) "Re: pvm on multiprocessor smp linux and sgi machines" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000047 (2090 bytes) "Re: What good is it, anyway!?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000048 (1171 bytes) "Re: pvm on multiprocessor smp linux and sgi machines" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000049 (590 bytes) "PVM and Python" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000050 (1681 bytes) "Re: Problems upgrading to PVM 3.4" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000051 (2076 bytes) "Re: pvm error" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000052 (862 bytes) "Re: Dynamic PVM !?!" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000053 (1965 bytes) "Q: Memory usage?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000054 (1042 bytes) "Re: PVM with serial connection" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000055 (2157 bytes) "Re: What good is it, anyway!?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000056 (2388 bytes) "Re: What good is it, anyway!?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000057 (2015 bytes) "Re: pvm on multiprocessor smp linux and sgi machines" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000058 (1796 bytes) "64-bit compile on Solaris 7 (and 32/64-bit libraries in general)" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000059 (718 bytes) "Question: How to parallelize serial Fortran77" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000060 (594 bytes) "Pool of Tasks" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000061 (356 bytes) "PVM+Delphi 4.0 ?" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000062 (24727 bytes) "Re: Research opening Emory University/Atlanta" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000063 (1139 bytes) "Re: Research opening Emory University/Atlanta" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000064 (1652 bytes) "Re: Question: How to parallelize serial Fortran77" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000065 (2348 bytes) "Re: 64-bit compile on Solaris 7 (and 32/64-bit libraries in general)" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000066 (804 bytes) "Fortran 90/95 and PVM 3.4???" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000067 (687 bytes) "Re: WINNT Slows down when added" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000068 (617 bytes) "WINNT Slows down when added" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000069 (2304 bytes) "Getting Started help" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000070 (1483 bytes) "Re: can't make 3.4.1 on RedHat 5.2 x86" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000071 (1058 bytes) "can't make 3.4.1 on RedHat 5.2 x86" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000072 (1162 bytes) "Re: $1/MINUTE PHONESEX W/ REAL PEOPLE LIKE YOURSELF 82581" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000073 (5145 bytes) "Only Manual Start of Slave pvmd Under NT" /parallel/internet/usenet/comp.parallel.pvm/articles/1999/07-Jul/000074 (2289 bytes) "Re: Only Manual Start of Slave pvmd Under NT" /parallel/internet/usenet/comp.sys.transputer/ "comp.sys.transputer newsgroup" /parallel/internet/usenet/comp.sys.transputer/articles/ "Archived USENET articles" /parallel/internet/usenet/comp.sys.transputer/articles/1970/ 1970 /parallel/internet/usenet/comp.sys.transputer/articles/1970/01-Jan/ 01-Jan /parallel/internet/usenet/comp.sys.transputer/articles/1970/01-Jan/000001 (516 bytes) "Do you want to hear Italian Progressive Rock in MP3 for FREE? Go on www.mp3.com/greyowl" /parallel/internet/usenet/comp.sys.transputer/articles/1970/01-Jan/000002 (599 bytes) "Gourmet Coffee Online 23903" /parallel/internet/usenet/comp.sys.transputer/articles/1994.tar.gz (798587 bytes) "comp.sys.transputer articles for 1994" /parallel/internet/usenet/comp.sys.transputer/articles/1995.tar.gz (713854 bytes) "comp.sys.transputer articles for 1995" /parallel/internet/usenet/comp.sys.transputer/articles/1996.tar.gz (455383 bytes) "comp.sys.transputer articles for 1996" /parallel/internet/usenet/comp.sys.transputer/articles/1997/ "comp.sys.transputer articles for 1997" /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/ "comp.sys.transputer articles for Jan 1997" /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000001 (1675 bytes) "Re: Inmos?" by Kev Ellis. /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000002 (131416 bytes) "CFP - 11th Annual International Symposium on High Performance Computing" by Peter C.J. Graham /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000003 (1711 bytes) "Re: Concurrency libraries" by David Boreham /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000005 (489 bytes) "Anyone out there using CSA Transputer Education Kit?" by Dan Gold /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000006 (1317 bytes) "Inquest on T805s, problems with REAL32s." by Rob Chinneck /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000007 (13059 bytes) "Euro-Par'97 Submission Form and Fee Information -- Last Call" by Euro-Par'97 /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000008 (568 bytes) "cross assembler for Inmos Transputers?" by Kev Ellis. /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000009 (3363 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000010 (1680 bytes) "Re: HELP: linux drivers" by Martin Ostermann /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000011 (988 bytes) "Re: cross assembler for Inmos Transputers?" by Hans Otto Trutmann /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000012 (1280 bytes) "Re: cross assembler for Inmos Transputers?" by Marcel Hendrix /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000013 (442 bytes) "Question about Occam" by Frank Hohmann /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000014 (894 bytes) "Atari Transputer Parts" by Curt Vendel /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000015 (13860 bytes) "Re: Euro-Par'97 Submission Form and Fee Information -- Last Call" by Mire CCSJ /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000016 (670 bytes) "iboot under linux?" /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000018 (629 bytes) "Looking for OLD stuff" by The Bryants /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000019 (707 bytes) "http://www.gamma.home.ml.org http://www.geocities.com/motorcity/3098" by Jack /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000020 (1396 bytes) "Re: Looking for TPM-PC board manual" by Jan Vorbrueggen /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000021 (244 bytes) "22nd IFAC/IFIP WRTP'97" by Jacques J. SKUBICH /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000022 (6386 bytes) "22nd IFAC/IFIP WRTP'97" by Jacques J. SKUBICH /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000023 (517 bytes) "IMS D7414 (New version of) Ansi C compiler" by Rob Chinneck /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000024 (1885 bytes) "Re: Looking for TPM-PC board manual" by Hans Otto Trutmann /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000025 (873 bytes) "Looking for TPM-PC board manual" by Michael Haardt /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000026 (489 bytes) "3L compilers!" by Jaime Valls Miro /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000027 (8484 bytes) "Euro-Par'97 - last call!" by Sergei Gorlatch /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000028 (782 bytes) "PPRAM" by X. Simon Han /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000029 (532 bytes) "ST20450 Part I.D. ?" by Jason Manley /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000030 (688 bytes) "IMS D7414 again!!!" by Rob Chinneck /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000031 (368 bytes) "test of validity - IGNORE!!" by Peter E. Klein /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000032 (1435 bytes) "Re: IMS D7414 (New version of) Ansi C compiler" by Brad Whitney /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000033 (523 bytes) "Used transpuer boards" by Rolf Kahrs Hansen /parallel/internet/usenet/comp.sys.transputer/articles/1997/01-Jan/000034 (1419 bytes) "Help! Volvox board crashes Solaris Machine" by Ahmed Mian Syed /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/ "comp.sys.transputer articles for Feb 1997" /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000001 (32816 bytes) "Internet Parallel Computing Archive (IPCA) Additions - February 1997" by Dave Beckett /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000002 (1598 bytes) "ANSI codes don't work with irun???" by Rob Chinneck /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000003 (894 bytes) "Re: ANSI codes don't work with irun???" by Ruth Ivimey-Cook /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000004 (788 bytes) "AServer library examples ?" by Marco Costanza /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000005 (3645 bytes) "(Bristol, UK) Embedded C software engineer required" by Greg Nunan /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000006 (1645 bytes) "Re: HELP NEEDED! Transputer & Parallell C!!" by Daniel Scheurell /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000007 (1742 bytes) "Re: CD Recordable Media for Sale" by Alan P. Burke /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000008 (3326 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000009 (4202 bytes) "ESPRIT session at Euro-Par'97, 2nd CFP" by Sergei Gorlatch /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000010 (444 bytes) "Transputer Training Kit" by Don R. O'Brien <74200.1227@CompuServe.COM> /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000011 (805 bytes) "Interrupt control on ST20450." by Jason Manley /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000012 (871 bytes) "pclink to transputer" by Mia Shani /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000013 (1552 bytes) "Re: HELP NEEDED! Transputer & Parallell C!!" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000014 (534 bytes) "C011 to PCI connection" by Hannes Kohlmeier /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000015 (1586 bytes) "ansi codes and irun." by Rob Chinneck /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000016 (435 bytes) "T9000 info wanted!" by Andrey G. Chertovskikh /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000017 (1586 bytes) "ansi codes and irun." by Rob Chinneck /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000018 (7016 bytes) "$$$CASH IN A FLASH$$$" by Sammy /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000019 (1314 bytes) "Re: Calling C from occam with PROC.ENTRY" by Herman Roebbers /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000020 (1083 bytes) "Re: Calling C from occam with PROC.ENTRY" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000021 (730 bytes) "Re: T9000 info wanted!" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000022 (1636 bytes) "Enhanced Occam-mode.el for GNU Emacs" by Phil Nitschke /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000023 (1785 bytes) "Re: T9000 info wanted!" by Mia Shani /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000024 (1848 bytes) "Re: Occam Syntax ?" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000025 (14206 bytes) "Final CFP for HPCS'97" by Peter C.J. Graham /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000026 (878 bytes) "Calling C from occam with PROC.ENTRY" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000027 (2224 bytes) "Parsytec Megaframe TPM-ADC-SH" by Prashant Mehrotra /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000028 (2386 bytes) "Re: ansi codes and irun." by Mia Shani /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000029 (375 bytes) "Help (ST20450 Interrupts)" by Jason Manley /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000030 (426 bytes) "partition a sparse matrix" by edmond /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000031 (1441 bytes) "Re: D7414A virtual links" by David Stocker /parallel/internet/usenet/comp.sys.transputer/articles/1997/02-Feb/000032 (14770 bytes) "Deadline Extended - HPCS'97" by Peter C.J. Graham /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/ "comp.sys.transputer articles for Mar 1997" /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000001 (719 bytes) "Re: MPI 1.1 available for transputers" by Dyke Stiles /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000002 (656 bytes) "Re: T9000 info wanted!" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000003 (520 bytes) "Any info on Transputer/Occam courses?" by Yrjo J. Makinen /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000004 (1575 bytes) "MPI 1.1 available for transputers" by Thomas Donaldson /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000005 (1523 bytes) "Commercial: New Reconfigurable Computing System" by Roger Gook <"104330,1033"@compuserve.com> /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000006 (624 bytes) "References for parallelising communication and computations wanted" by Hello... I'm Shou King /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000007 (993 bytes) "DS-Link chip C101: HOW?" by Andreas Kugel /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000008 (1035 bytes) "Re: T9000 info wanted!" by Kev Ellis /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000009 (1426 bytes) "Re: T9000 info wanted!" by Mia Shani /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000010 (3840 bytes) "Collection of porn stars!" /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000011 (1727 bytes) "Re: T9000 info wanted!" by Murray Elliot /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000012 (1096 bytes) "Re: T9000 info wanted!" by Kev Ellis /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000013 (608 bytes) "Re: MPI 1.1 available for transputers" by Aaron Brian McDonough /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000014 (1449 bytes) "Re: T9000 info wanted!" by Mia Shani /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000015 (1248 bytes) "C++ on t800-transputers" by Ahmed Mian Syed /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000016 (1334 bytes) "Re: MPI 1.1 available for transputers" by Murray Elliot /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000017 (1307 bytes) "C004 on IMS-B008. Not working?" by Daniel Escalante <103144.313@CompuServe.COM> /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000018 (3183 bytes) "C004 configuring, Rspy and D7405A toolset." by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000019 (1934 bytes) "Re: DS-Link chip C101: HOW?" by Matteo Mascagni /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000020 (943 bytes) "Re: MPI 1.1 available for transputers" by Mia Shani /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000021 (2221 bytes) "Re: C004 on IMS-B008. Not working?" by Daniel Scheurell /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000022 (2144 bytes) "Re: C004 on IMS-B008. Not working?" /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000023 (2061 bytes) "Journal publication opportunities" by Hamid R. Arabnia /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000024 (333 bytes) "T9000 performance" by K.W.Tse /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000025 (750 bytes) "Help with jumper/switch settings for Monoputer" by Robert Taylor /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000026 (1099 bytes) "Re: T9000 performance" by Graham Nice /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000027 (2065 bytes) "Re: C004 on IMS-B008. Not working?" by Nicolas Iselin /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000028 (1692 bytes) "Re: T9000 info wanted!" by Paul Walker /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000029 (1017 bytes) "Re: C++ on t800-transputers" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000030 (643 bytes) "Re: C++ on t800-transputers" by Alan Culloch /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000031 (678 bytes) "Used transputer boards" by Rolf Kahrs Hansen /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000032 (2033 bytes) "Re: C004 configuring, Rspy and D7405A toolset." by David Stocker /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000033 (2172 bytes) "Invitation" by Graham Nice /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000034 (1589 bytes) "Re: T9000 performance" by Graham Nice /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000035 (485 bytes) "Re: T9000 info wanted!" by Jan Vorbrueggen /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000036 (1631 bytes) "Re: C004 configuring, Rspy and D7405A toolset." by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000037 (1768 bytes) "Re: PC transputer boards" by Peter E. Klein /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000038 (557 bytes) "OS for transputer" by Pete Feeney /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000039 (879 bytes) "WTB: OSlink I/F for SUN SPARC" /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000040 (1616 bytes) "FS: Transputer Education Kit" by Donald R. Congdon /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000041 (519 bytes) "PC transputer boards" by B Amavasai /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000042 (3167 bytes) "Call for delegates / Press Release" by Conference Organizer WoTUG-20 /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000043 (7110 bytes) "occam For All Project - Kent Retargetable Occam Compiler V0.9beta" by Dave Beckett /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000044 (965 bytes) "Re: C004 configuring, Rspy and D7405A toolset." by Roland Hutter /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000045 (754 bytes) "Re: PC transputer boards" by Dyke Stiles /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000046 (687 bytes) "3L Web Site Now On-line" by Alan Culloch /parallel/internet/usenet/comp.sys.transputer/articles/1997/03-Mar/000047 (1346 bytes) "FS: 2 CSA Transputer Education Kits" by Rolf Sommerhalder /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/ "comp.sys.transputer articles for Apr 1997" /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000001 (788 bytes) "Parsytec Boards" by Bernd Heiming /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000002 (13430 bytes) "Final call for participation Parallel Programming and Java conference 13-16 April '97" by Andre /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000003 (1067 bytes) "Re: Parsytec Boards" by Alan Culloch /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000004 (2259 bytes) "Re: Parsytec Boards" by Nicolas Iselin /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000005 (1365 bytes) "Re: Anyone got 10MHz data acquisition boards?" by Peter E. Klein /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000006 (828 bytes) "Re: Anyone got 10MHz data acquisition boards?" /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000007 (346 bytes) "Ispy for SHARC networks" by Philippe LEMAIRE /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000008 (864 bytes) "Save over 50%" by Joe Franklin /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000009 (1535 bytes) "START a FREE Online Business TODAY" /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000010 (2866 bytes) "D7405A Occam 2.1 PC toolset spleen venting." by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000011 (1959 bytes) "Computer Systems Architects obsolete PC transputer card" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000012 (1572 bytes) "Re: Occam Assembly language programming" /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000013 (1322 bytes) "Occam Toolset rumours." by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000014 (736 bytes) "Occam Assembly language programming" /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000015 (776 bytes) "Re: Computer Systems Architects obsolete PC transputer card" by Greg Weeks /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000016 (1315 bytes) "Re: Occam Assembly language programming" by John O Comeau /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000017 (742 bytes) "Searching code to download transputer code with b300" by elics elics /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000018 (539 bytes) "Posix compliant iserver and QNX" by Dirk Naumann /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000019 (1151 bytes) "Re: Anyone got 10MHz data acquisition boards?" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000020 (977 bytes) "Re: Occam Toolset rumours." by Roland Hutter /parallel/internet/usenet/comp.sys.transputer/articles/1997/04-Apr/000021 (978 bytes) "Re: Occam Toolset rumours." by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/ "comp.sys.transputer articles for May 1997" /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000001 (3295 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000002 (856 bytes) "Re: B008 cards in an NT machine" by Alan P. Burke /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000003 (1165 bytes) "Re: B008 cards in an NT machine" by Dave Tucker /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000004 (259 bytes) "Metrics" by Great Sites /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000005 (972 bytes) "Re: B008 cards in an NT machine" by Mia Shani /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000006 (1058 bytes) "iserver for B300 and Windows 95" by D:WINSOCKKA9QSPOOLMAIL /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000007 (584 bytes) "B008 cards in an NT machine" by Dale Cass /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000008 (834 bytes) "CSA Information" by Store Account /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000009 (7587 bytes) "Internet Parallel Computing Archive (IPCA) Additions - May 1997" by Dave Beckett /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000010 (1115 bytes) "Neede: Resellers for Adv. Comp. Products.(only serious replies)." by Jeroen /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000011 (1040 bytes) "Re: B008 cards in an NT machine" by Vladimir Katalov /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000012 (699 bytes) "for sale transputer stuff" by John Edward Dodd /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000013 (8374 bytes) "A GUARANTEED MONEY MAKER!!" /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000014 (1855 bytes) "Re: B008 cards in an NT machine" by Ingo Mohnen /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000015 (1566 bytes) "Re: B008 cards in an NT machine" by Yong Li /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000016 (367 bytes) "Status of Xputer" by David Carlson /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000017 (919 bytes) "WTB: LSI Crossbar part" by Peter E. Klein /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000018 (1590 bytes) "ParsyTec expansion cards ?" by Antoni S. Baranski /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000019 (1571 bytes) "Re: Want to Buy Transtech Model TT61 and/or INMOS Model IM$ B438" by Peter Klein /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000020 (679 bytes) "Re: C++ for transputer" by Antoni S. Baranski /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000021 (1489 bytes) "Re: C++ for transputer" by Antoni S. Baranski /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000022 (2861 bytes) "TUTORIAL: RELIABLE PARALLEL PROGRAMMING WITH JAVA(TM)" by Dyke Stiles /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000023 (710 bytes) "Meiko T800 Computing Surface for sale Date: Fri, 09 May 1997 10:50:03 +0100 From: Colin Allison rganization: University of St Andrews Newsgroups: comp.parallel" by Colin Allison /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000024 (1356 bytes) "Re: Status of Xputer" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000025 (2062 bytes) "Re: C++ for transputer" by Antoni S. Baranski /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000026 (1184 bytes) "NT 4.0 device driver for transputer" by Mia Shani /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000027 (308 bytes) "cheer" /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000028 (1069 bytes) "Re: Status of Xputer" by Peter E. Klein /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000029 (735 bytes) "Re: C++ for transputer" by Mia Shani /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000030 (918 bytes) "http://www.1355-association.org now live" by Paul Walker /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000031 (1217 bytes) "Sundance UK address ?" by Antoni S. Baranski /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000032 (574 bytes) "C++ for transputer" by Ronny Moreas /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000033 (840 bytes) "Re: Sundance UK address ?" by Mark I. Cartlidge /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000034 (2175 bytes) "Transputer???" by David Buckley /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000035 (674 bytes) "T800 Computing Surface for sale" by Colin Allison /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000036 (333 bytes) "cable T.V & EQUIPMENT" /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000037 (3324 bytes) "Re: Transputer???" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000038 (393 bytes) "We have another WINNER" by Cutting Edge Computers /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000039 (66590 bytes) "PDPTA/CISST Conferences - Exhibition/Participation. June 30 - July 4, 97 - Las Vegas ..." by Hamid R. Arabnia /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000040 (773 bytes) "Re: T800 Computing Surface for sale" by Pete Feeney /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000041 (502 bytes) "WTB: Transputer Education Kits" /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000042 (1416 bytes) "Re: Status of Xputer" by Roger Gook <104330.1033@compuserve.com> /parallel/internet/usenet/comp.sys.transputer/articles/1997/05-May/000043 (571 bytes) "OCCAM and Sharcs" by Ed Krzycki /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/ "comp.sys.transputer articles for Jun 1997" /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000001 (1023 bytes) "Help with D7405A TOOLSET" by Nic Davidson /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000002 (961 bytes) "Wanted: used 30MHz T805 Transputers" /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000003 (773 bytes) "D7414A toolset" by David Stocker /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000004 (770 bytes) "Radio Shack Armatron, Parallel Ports, and CSA Transputer Kit" /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000005 (1062 bytes) "Re: WTB: Transputer Education Kits" by Mia Shani /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000006 (2117 bytes) "Win95 OSR 2.1 CD $35 W/Fat32, Fat converter, Full install" /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000007 (616 bytes) "New Transputer Web Site!!!" /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000008 (984 bytes) "Some question on the state of art in parallel computer?" /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000009 (1197 bytes) "Re: PC Transputer cards" by Peter E. Klein /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000010 (15872 bytes) "Internet Parallel Computing Archive (IPCA) Additions - June 1997" by Dave Beckett /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000011 (408 bytes) "Programmers wanted" /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000012 (1485 bytes) "Attention All Photographers" /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000013 (1289 bytes) "Re: Status of Xputer" by Graham Nice /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000014 (1354 bytes) "Re: PC Transputer cards" by Ingo Mohnen /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000015 (3302 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000016 (540 bytes) "Is Occam a recursive language ?" /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000017 (527 bytes) "Re: Is Occam a recursive language ?" by Jan Vorbrueggen /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000018 (1033 bytes) "Re: Availability of Transputer Education Kits in the UK?" by MOCHA MO'DEM GUEST /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000019 (554 bytes) "Occam" by James Westwood /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000020 (1195 bytes) "Does kroc allow keyboard Input ?" /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000021 (1399 bytes) "Re: putting together a transputer" by Roland Hutter /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000022 (371 bytes) "Sparc device drivers" by Mark Ainsworth /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000023 (1978 bytes) "Euro-Par'97" by Sergei Gorlatch /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000024 (2172 bytes) "Re: Does kroc allow keyboard Input ?" by Dave Beckett /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000025 (3869 bytes) "Re: Is Occam a recursive language ?" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000026 (1657 bytes) "Re: putting together a transputer" /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000027 (614 bytes) "Re: Occam" by Nic Davidson /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000028 (2185 bytes) "Handling UARTs etc" by Paul Walker /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000029 (686 bytes) "putting together a transputer" by Keenan Brock /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000030 (821 bytes) "Help: Occam linker problem" /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000031 (730 bytes) "Free sex site password" /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000032 (1167 bytes) "Sites for JavaPP and IEEE1355" by Peter Morris /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000034 (1308 bytes) "Re: Occam" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000035 (712 bytes) "Re: Is Occam a recursive language ?" by Fons Adriaensen /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000036 (1103 bytes) "****CABLE BOX DESCRAMBLER**** BUILD YOUR OWN DESCRAMBLER FAST CHEAP AND EASY" by Free Cable /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000037 (994 bytes) "Re: Is Occam a recursive language ?" by Raymond Wiker /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000038 (1033 bytes) "B008 and Win95." /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000039 (1655 bytes) "World Wide Free Internet Access ." /parallel/internet/usenet/comp.sys.transputer/articles/1997/06-Jun/000040 (1025 bytes) "Re: Is Occam a recursive language ?" by Raymond Wiker /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/ "comp.sys.transputer articles for Jul 1997" /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000001 (441 bytes) "Sension" by Manley Jason - FML /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000002 (960 bytes) "Re: Is Occam a recursive language ?" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000003 (360 bytes) "Entrepreneur Battles" /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000004 (1063 bytes) "Q: TDS3-Error 1025 Implementation limit" by Udo Karlins /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000005 (1060 bytes) "Re: putting together a transputer" by Kevin Bertram /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000006 (960 bytes) "This news group is invited to a Secret online book ! All Ages Welcome!" by Robert Anderson /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000007 (739 bytes) "VME transputer link" by mia /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000008 (212 bytes) "test1" by Dr Tse Kin Wing /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000009 (1277 bytes) "Re: VME transputer link" by Roland Hutter /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000010 (10585 bytes) "Internet Parallel Computing Archive (IPCA) Additions - July 1997" by Dave Beckett /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000011 (2702 bytes) "The "Dining Philosophers" problem" by Alexander Anderson /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000012 (1732 bytes) "Undocumented transputer behaviour" by Franz Korntner /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000013 (587 bytes) "Where can I buy transputers in UK" by Darran Gaskell /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000014 (672 bytes) "Try Me!" by Kris Jacobs /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000015 (517 bytes) "I Am Very Sorry!!!" by Damn Yankee /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000016 (1182 bytes) "Re: Where can I buy transputers in UK" by Paul Walker /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000017 (1291 bytes) "Re: Q: TDS3-Error 1025 Implementation limit" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000018 (1634 bytes) "Re: The "Dining Philosophers" problem" by Alexander Anderson /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000019 (308 bytes) "http://www.love.com" by randy97 /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000020 (2374 bytes) "Best price on the net CD-R 74 Minute Gold $2.99 Retail package - no rebates no gimmics no surcharges" by Dan Harley /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000021 (565 bytes) "<< IMPROVE YOUR CREDIT - NOW! >>" by National Business Systems /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000022 (725 bytes) "FreeAdultLiveVideo" by Salopina /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000023 (181056 bytes) "Add this success to you portfolio Venture.exe (1/1)" by gaviota /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000024 (2770 bytes) "Re: bug" by Gerwoud Otten /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000025 (1622 bytes) "Re: bug" by Wim Huiskamp /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000026 (398 bytes) "Occam Compiler" by Tom /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000027 (919 bytes) "How to cleanup the timer queues (kill process) on T80x" /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000028 (1672 bytes) "Re: How to cleanup the timer queues (kill process) on T80x" by Herman Roebbers /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000029 (781 bytes) "Re: How to cleanup the timer queues (kill process) on T80x" by Jan Vorbrueggen /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000030 (2280 bytes) "Re: How to cleanup the timer queues (kill process) on T80x" by Nicolas Iselin /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000031 (744 bytes) "Folding Editors" by Dan Kinnard /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000032 (1912 bytes) "Re: How to cleanup the timer queues (kill process) on T80x" /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000033 (679 bytes) "Re: Folding Editors" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000034 (1052 bytes) "Re: Folding Editors" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000035 (996 bytes) "Re: Folding Editors" by Jan Vorbrueggen /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000036 (533 bytes) "nuisance on news groups" by Peter Simon Feeney /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000037 (1152 bytes) "Re: Folding Editors" by David J Clarke /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000038 (849 bytes) "Re: nuisance on news groups" by Uwe Bonnes /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000039 (819 bytes) "Re: nuisance on news groups" by Nigel Martin /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000040 (3301 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000041 (1665 bytes) "Re: Folding Editors" by svd /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000042 (1546 bytes) "Re: Folding Editors" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000043 (1591 bytes) "ST20450 and Inquest, are they even from the same planet?" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000044 (1037 bytes) "Re: nuisance on news groups" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000045 (1041 bytes) "Re: Occam Compiler" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000046 (2614 bytes) "Inquest (D7405A) and ST20450" by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000047 (769 bytes) "Light Traffic" by Peter Simon Feeney /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000048 (2296 bytes) "Re: Folding Editors" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000049 (525 bytes) "specs and pcb's" by Peter Simon Feeney /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000050 (1232 bytes) "Re: specs and pcb's" by Paul Walker /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000051 (1417 bytes) "Re: Folding Editors" by centexbel /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000052 (898 bytes) "New Folding Editor" by WWW Du Feu /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000053 (1568 bytes) "Re: Folding Editors" by Michael Haardt /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000054 (1316 bytes) "Re: Folding Editors" by Michael Haardt /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000055 (670 bytes) "Re: Folding Editors" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000056 (2562 bytes) "Re: ST20450 and Inquest, are they even from the same planet?" by Peter Morris /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000057 (1925 bytes) "Re: ST20450 and Inquest, are they even from the same planet?" by Roland Hutter /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000058 (2604 bytes) "Re: Folding Editors" by Peter Morris /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000059 (1925 bytes) "Re: ST20450 and Inquest, are they even from the same planet?" by Roland Hutter /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000060 (437 bytes) "Seek: tp link / serial port interface" by Chris Gray /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000061 (703 bytes) "Connections!" /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000062 (967 bytes) "Re: specs and pcb's" by David Carlson /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000063 (3879 bytes) "Re: Folding Editors" by Phil Nitschke /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000064 (1360 bytes) "Re: ST20450 and Inquest, are they even from the same planet?" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000065 (1155 bytes) "Re: Seek: tp link / serial port interface" by Roland Hutter /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000066 (668 bytes) "Morning All....(sad git syndrome)" by Peter Simon Feeney /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000067 (2096 bytes) "Re: Connections!" by Roland Hutter /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000068 (322 bytes) "Test" by NARUF /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000069 (1137 bytes) "Mouse question" by NARUF /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000070 (963 bytes) "FOR SALE: Used T805 Transputer System" by Dieter Matzner /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000071 (690 bytes) "T225 transputer problem" /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000072 (551 bytes) "t225 not booting" /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000073 (1086 bytes) "Parallel input/output error message with kroc and spoc ?" /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000074 (684 bytes) "MAIN ENTRY for C ?" /parallel/internet/usenet/comp.sys.transputer/articles/1997/07-Jul/000075 (1118 bytes) "B004 for sale" by Michael Haardt /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/ "comp.sys.transputer articles for Aug 1997" /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000001 (1986 bytes) "Re: Parallel input/output error message with kroc and spoc ?" by Dale Cass /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000002 (2762 bytes) "Re: MAIN ENTRY for C ?" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000003 (1701 bytes) "Re: Parallel input/output error message with kroc and spoc ?" by Nicolas Iselin /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000004 (961 bytes) "Re: Parallel input/output error message with kroc and spoc ?" by Jan Vorbrueggen /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000005 (427 bytes) "Test" by Joe /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000006 (443 bytes) "Re: The Future of OCCAM as a language" by Pete Kiln /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000007 (2122 bytes) "Re: Parallel input/output error message with kroc and spoc ?" by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000008 (1250 bytes) "Re: Folding Editors" by Andrew Henshaw /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000009 (1984 bytes) "Re: Interrupt Line Support for the st20450" by mia /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000010 (522 bytes) "The Future of OCCAM as a language" by Pete Kiln /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000011 (445 bytes) "Interrupt Line Support for the st20450" by Pete Kiln /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000012 (1588 bytes) "Re: Interrupt Line Support for the st20450" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000013 (6391 bytes) "ST20450 bug?: When GT in not greater than." by Wayne Fisher /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000014 (842 bytes) "looking for transputers" by RM /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000015 (2892 bytes) "Re: ST20450 bug?: When GT in not greater than." by Wayne Fisher /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000016 (935 bytes) "Re: Interrupt Line Support for the st20450" by Nicolas Iselin /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000017 (5254 bytes) "Re: ST20450 bug?: When GT in not greater than." by Kirk Bailey /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000018 (582 bytes) "SIGNAL TO NOISE" by David J Clarke /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000019 (693 bytes) "Re: looking for transputers" by Michael Pokerschnig /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000020 (701 bytes) "Helios Operating System 1.1 Include files" /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000021 (722 bytes) "Gemini Transputer Board - Info wanted." by Rene Falize /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000022 (4277 bytes) "Re: ST20450 bug?: When GT in not greater than." by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000023 (714 bytes) "Re: Q: OpenVMS/Alpha host transputer link interface?" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000024 (565 bytes) "SIO232" /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000025 (821 bytes) "Re: Helios Operating System 1.1 Include files" by Chris Gray /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000026 (745 bytes) "C compilers" by Assaff Rawner /parallel/internet/usenet/comp.sys.transputer/articles/1997/08-Aug/000027 (1244 bytes) "B004 for sale" by Michael Haardt /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/ "comp.sys.transputer articles for Sep 1997" /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000001 (530 bytes) "ParsyTec TPM-PC board for sale" by Antek S. Baranski /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000002 (877 bytes) "Protocol to access V24 interfaces?" by Michael Haardt /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000003 (289 bytes) "iserver" by Greg Bryant /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000004 (14067 bytes) "Internet Parallel Computing Archive (IPCA) Additions - September 1997" by Dave Beckett /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000005 (600 bytes) "Packet size too small?" by Derryck Lamptey /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000006 (1394 bytes) "Re: Packet size too small?" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000007 (1059 bytes) "Re: Packet size too small?" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000008 (1133 bytes) "Re: Packet size too small?" by mia /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000009 (3421 bytes) "Internet Parallel Computing Archive (IPCA)" by Dave Beckett /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000010 (484 bytes) "FreeBSD and transputer/Helios" by Chris Gray /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000011 (484 bytes) "FreeBSD and transputer/Helios" by Chris Gray /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000012 (484 bytes) "FreeBSD and transputer/Helios" by Chris Gray /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000013 (790 bytes) "Multicluster offer" by Hans Otto Trutmann /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000014 (1098 bytes) "Re: FreeBSD and transputer/Helios" by Chris Gray /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000015 (596 bytes) "Re: FreeBSD and transputer/Helios" by Richard Ingram /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000016 (1179 bytes) "Re: FreeBSD and transputer/Helios" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000017 (1118 bytes) "Re: FreeBSD and transputer/Helios" by Iain A F Fleming /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000018 (1198 bytes) "Re: FreeBSD and transputer/Helios" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000019 (506 bytes) "'Hello' from Cherkassy" by Alec Goumenyuk /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000020 (1170 bytes) "Re: 'Hello' from Cherkassy" by mia /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000021 (634 bytes) "Documentation" by Greg Bryant /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000022 (2206 bytes) "Re: Documentation" /parallel/internet/usenet/comp.sys.transputer/articles/1997/09-Sep/000023 (878 bytes) "T800, C012 and RAM for sale" by Michael Haardt /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/ "comp.sys.transputer articles for Oct 1997" /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000001 (617 bytes) "||||||||||||||||||||||||| M S O F F I C E P R O 97 $1 4 5 |||||||||||||||||||||||||" by $AVEBIG /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000002 (538 bytes) "Afserver differences" by Peter simon Feeney /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000003 (860 bytes) "Re: LCC backend?" by Uwe Bonnes /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000004 (768 bytes) "IT'S YOUR HEALTH" by william semonis /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000005 (386 bytes) "help for transputer" /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000006 (386 bytes) "help for transputer" /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000007 (375 bytes) "Free MS-DOS TDS?" by Javier Fernandez Gonzalez /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000008 (2346 bytes) "Interesting Links" by Peter simon Feeney /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000009 (725 bytes) "IP from PC over OS link" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000010 (463 bytes) "Is transputer dead ?" by Hugh Gleaves /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000011 (850 bytes) "Re: Is transputer dead ?" by Joe Stewart /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000012 (574 bytes) "Re: Free MS-DOS TDS?" by Peter Morris /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000013 (966 bytes) "Re: IP from PC over OS link" by Peter simon Feeney /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000014 (291 bytes) "Help for OCCAM" /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000015 (523 bytes) "Re: Help for OCCAM" by Peter simon Feeney /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000016 (554 bytes) "Re: Help for OCCAM" by Stephen Paling /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000017 (1961 bytes) "Re: IP from PC over OS link" by Luigi Rizzo /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000018 (5949 bytes) "A Problem ?" by Peter simon Feeney /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000019 (869 bytes) "Who are the architects?" by Philip Koopman /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000020 (1169 bytes) "Re: IP from PC over OS link" by Paul Walker /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000021 (618 bytes) "Transputer <-> Hard disk interfaces" by Murray Elliot /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000022 (1496 bytes) "Re: Transputer <-> Hard disk interfaces" by Paul Walker /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000023 (781 bytes) "Systems West TBX05 ISA board" /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000024 (4245 bytes) "Re: A Problem ?" by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000025 (1127 bytes) "Re: Transputer <-> Hard disk interfaces" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000026 (1275 bytes) "need help/ANSI C Toolset" by Yu Qin /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000027 (2904 bytes) "Re: need help/ANSI C Toolset" by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000028 (1776 bytes) "Re: Transputer <-> Hard disk interfaces" by Christian Worley /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000029 (584 bytes) "Re: A Problem ?" by NewsMan <2021@spyglass.demon.co.ukxyz> /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000030 (1063 bytes) "Re: Transputer <-> Hard disk interfaces" by steve /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000031 (1410 bytes) "Re: Transputer <-> Hard disk interfaces" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000032 (600 bytes) "Short memories" by Peter simon Feeney /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000033 (1250 bytes) "Re: Transputer <-> Hard disk interfaces" by Iain A F Fleming /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000034 (1411 bytes) "T800-25 MHz 8MB FOR SALE" by Antek S. Baranski /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000035 (2654 bytes) "Looking for a good home for Old Computers (UK)" by Iain A F Fleming /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000036 (784 bytes) "Re: Short memories" by NewsMan <2021@spyglass.demon.co.ukxyz> /parallel/internet/usenet/comp.sys.transputer/articles/1997/10-Oct/000037 (932 bytes) "Re: Short memories" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/ "comp.sys.transputer articles for Nov 1997" /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000001 (1868 bytes) "Re: Short memories" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000002 (1218 bytes) "Re: Looking for a good home for Old Computers (UK)" by Bob /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000003 (881 bytes) "Re: Looking for a good home for Old Computers (UK)" by Rage Matrix /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000004 (1018 bytes) "rspy" by Yu Qin /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000005 (775 bytes) "Re: Short memories" by Jan Vorbrueggen /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000006 (937 bytes) "Re: Short memories" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000007 (1208 bytes) "Re: Short memories" by David J Clarke /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000008 (2395 bytes) "Re: A Problem ?" by Charles Sweeney /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000009 (814 bytes) "Re: Short memories" by Chris Gray /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000010 (2259 bytes) "Re: A Problem ?" by Jonathan Bromley /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000011 (3859 bytes) "Re: A Problem ?" by Charles Sweeney /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000012 (2004 bytes) "Re: Short memories" by Paul Walker /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000013 (2004 bytes) "Re: Short memories" by Paul Walker /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000014 (443 bytes) "Micro kernel os" by Peter simon Feeney /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000015 (877 bytes) "Re: Micro kernel os" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000016 (544 bytes) "UK source of eval boards?" by stu /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000017 (1414 bytes) "Re: Short memories" by steve /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000018 (3125 bytes) "Re: Short memories" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000019 (3432 bytes) "Re: Short memories" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000020 (923 bytes) "Re: Short memories" /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000021 (747 bytes) "Re: Short memories" by Jan Vorbrueggen /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000022 (2687 bytes) "Re: Short memories" by steve /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000023 (1821 bytes) "Re: Short memories" by Charles Sweeney /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000024 (953 bytes) "Re: Short memories" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000025 (1126 bytes) "Re: Short memories" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000026 (1092 bytes) "Re: Short memories" by Roland Hutter /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000027 (903 bytes) "Re: Short memories" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000028 (896 bytes) "Re: Short memories" /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000029 (629 bytes) "Flex description (OCCAM)" by C.L. Pavlicu /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000030 (940 bytes) "Re: Short memories" by Peter simon Feeney /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000031 (938 bytes) "Re: Short memories" by Peter simon Feeney /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000032 (2533 bytes) "Re: Flex description (OCCAM)" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000033 (734 bytes) "Re: Color notebook computer only for US$699 - Closeout sale." by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000034 (807 bytes) "hacking ILIST a little" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000035 (1499 bytes) "Re: Flex description (OCCAM)" by Remove xx /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000036 (4061 bytes) "WoTUG 21 - Architectures, Languages and Patterns for Parallel and Distributed Applications" by Dave Beckett /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000037 (2040 bytes) "Re: Flex description (OCCAM)" by C.L. Pavlicu /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000038 (2812 bytes) "Nice FIFO" /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000039 (725 bytes) "Looking for Mia Shani @ Nice Systems..." by The skier /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000040 (510 bytes) "Re: Nice FIFO" /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000041 (3343 bytes) "Re: Flex description (OCCAM)" by K.Vella /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000042 (6981 bytes) "Re: Nice FIFO" by Mark Ian Barlow /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000043 (1694 bytes) "Re: Flex description (OCCAM)" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000044 (1025 bytes) "Re: Looking for Mia Shani @ Nice Systems..." by mia /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000045 (2703 bytes) "Re: Short memories" by Jonathan Bromley /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000046 (611 bytes) "Re: lookin' for t800-t805 doc" by Remove xx /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000047 (347 bytes) "lookin' for t800-t805 doc" /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000048 (5916 bytes) "Re: Short memories" by Graham Nice /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000049 (832 bytes) "Connecting:- PC -> B300 -> 12xT805....." by Andy Howell /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000050 (1983 bytes) "Re: Short memories" by Neil MacMullen /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000051 (3055 bytes) "Re: Short memories" by David Boreham /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000052 (4989 bytes) "$$$$$ GET RICH QUICK AND EASILY $$$$$" /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000053 (2951 bytes) "Re: Short memories" by Paul Walker /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000054 (3264 bytes) "Re: Short memories" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000055 (917 bytes) "Goodby Mark Barlow (mark@nlcc.demon.co.uk)" by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000056 (860 bytes) "Re: Short memories" by Conor O'Neill /parallel/internet/usenet/comp.sys.transputer/articles/1997/11-Nov/000057 (1195 bytes) "Re: Short memories" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1997/12-Dec/ "comp.sys.transputer articles for Dec 1997" /parallel/internet/usenet/comp.sys.transputer/articles/1997/12-Dec/000001 (866 bytes) "transputer boards for sale" by John Ed Dodd /parallel/internet/usenet/comp.sys.transputer/articles/1997/12-Dec/000002 (1665 bytes) "Re: Goodby Mark Barlow (mark@nlcc.demon.co.uk)" by Randy Gardner /parallel/internet/usenet/comp.sys.transputer/articles/1997/12-Dec/000003 (316 bytes) "FAQ Available?" by Paul D. Kroculick /parallel/internet/usenet/comp.sys.transputer/articles/1997/12-Dec/000004 (537 bytes) "Re: FAQ Available?" by Alan P. Burke /parallel/internet/usenet/comp.sys.transputer/articles/1997/12-Dec/000005 (382 bytes) "Helios" by Peter simon /parallel/internet/usenet/comp.sys.transputer/articles/1997/12-Dec/000006 (427 bytes) "Atari ATW 800" by Thierry Schembri /parallel/internet/usenet/comp.sys.transputer/articles/1997/12-Dec/000007 (1124 bytes) "Re: Helios" by David Arnold /parallel/internet/usenet/comp.sys.transputer/articles/1997/12-Dec/000008 (4763 bytes) "ARM with IEEE 1355 Links?" by Paul Walker /parallel/internet/usenet/comp.sys.transputer/articles/1997/12-Dec/000009 (1286 bytes) "Re: ARM with IEEE 1355 Links?" by Rich Walker /parallel/internet/usenet/comp.sys.transputer/articles/1997/12-Dec/000010 (3877 bytes) "CFP: IEEE TSE on SE - Special Issue on Languages and Tools for Parallel processing" by Domenico Talia /parallel/internet/usenet/comp.sys.transputer/articles/1997/12-Dec/000011 (1446 bytes) "Re: ARM with IEEE 1355 Links?" by D.M.Pick /parallel/internet/usenet/comp.sys.transputer/articles/1997/12-Dec/000012 (728 bytes) "Re: ARM with IEEE 1355 Links?" by Stephen Early /parallel/internet/usenet/comp.sys.transputer/articles/1997/12-Dec/000013 (897 bytes) "Re: ARM with IEEE 1355 Links?" by Michael Williams /parallel/internet/usenet/comp.sys.transputer/articles/1997/12-Dec/000014 (1094 bytes) "Re: Occam on a chessboard" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/ "comp.sys.transputer articles for 1998" /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/ "comp.sys.transputer articles for Jan 1998" /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000001 (1071 bytes) "Transputer Emulator" by Greg Bryant /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000002 (391 bytes) "B008 cards" by peter simon feeney /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000003 (523 bytes) "Iain Flemming - please get in touch" by stu /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000004 (3864 bytes) "WoTUG 21: FINAL CALL FOR PAPERS (deadline 16 January)" by Dave Beckett /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000005 (759 bytes) "DS links not dead?" by NewsMan <2021@please.dont.send.email> /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000006 (1315 bytes) "Re: DS links not dead?" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000007 (1122 bytes) "Re: DS links not dead?" by Alan P. Burke /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000008 (1141 bytes) "Re: DS links not dead?" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000009 (2119 bytes) "Re: DS links not dead?" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000010 (414 bytes) "Help needed" by peter simon feeney /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000011 (694 bytes) "Re: Help needed" by Roland Hutter /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000012 (711 bytes) "Re: Help needed" by peter simon feeney /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000013 (1255 bytes) "Re: DS links not dead?" by Wayne Fisher /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000014 (1189 bytes) "Re: Help needed" by Roland Hutter /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000015 (335 bytes) "Transputers" by Francisco Luis Gámez Martínez /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000016 (746 bytes) "Re: Transputers" by Iain A F Fleming /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000017 (696 bytes) "Transputers" by Wolf Dieter Brandt /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000018 (2208 bytes) "Re: DS links not dead?" by Eric Pearson /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000019 (2208 bytes) "Re: DS links not dead?" by Eric Pearson /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000020 (910 bytes) "Re: DS links not dead?" by NewsMan <2021@please.dont.send.email> /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000021 (1116 bytes) "Re: DS links not dead?" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000022 (459 bytes) "How much can you get for a T800D board?" by A J Oram /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000023 (742 bytes) "Re: How much can you get for a T800D board?" by Iain A F Fleming /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000024 (2117 bytes) "New Book on Fortran 95" by Jud Wolfskill /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000025 (863 bytes) "Re: How much can you get for a T800D board?" by Richard Ingram /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000026 (1514 bytes) "chancing your arm!!" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000027 (442 bytes) "Re: chancing your arm!!" by Chris Gray /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000028 (703 bytes) "Re: chancing your arm!!" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000029 (493 bytes) "Re: New Book on Fortran 95" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000030 (1351 bytes) "Re: chancing your arm!!" by Chris Gray /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000031 (628 bytes) "Re: chancing your arm!!" by Iain A F Fleming /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000032 (720 bytes) "Re: chancing your arm!!" by Chris Gray /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000033 (677 bytes) "Re: chancing your arm!!" by Iain A F Fleming /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000034 (870 bytes) "Re: How much can you get for a T800D board?" by Alexander Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000035 (8732 bytes) "CFP: Int'l Conference on Imaging Science, July 6-9, 1998, Las Vegas" by Hamid R. Arabnia /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000036 (2068 bytes) "Re: chancing your arm!!" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000037 (2523 bytes) "Re: chancing your arm!!" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000038 (562 bytes) "wtd: eval boards/Trams" by stuart /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000039 (562 bytes) "B007 for sale" by Michael Haardt /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000040 (853 bytes) "Want to buy trams & board" by Filip Sebek /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000041 (942 bytes) "Re: chancing your arm!!" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000042 (1485 bytes) "Oaklisp preliminary binary release for transputers" by Alexander Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000043 (2068 bytes) "Re: chancing your arm!!" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000044 (2523 bytes) "Re: chancing your arm!!" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000045 (562 bytes) "wtd: eval boards/Trams" by stuart /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000046 (562 bytes) "B007 for sale" by Michael Haardt /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000047 (853 bytes) "Want to buy trams & board" by Filip Sebek /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000048 (942 bytes) "Re: chancing your arm!!" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000049 (1485 bytes) "Oaklisp preliminary binary release for transputers" by Alexander Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000050 (705 bytes) "Transputer - alternate source?" by Greg Johnson /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000051 (933 bytes) "Re: Transputer - alternate source?" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000052 (1185 bytes) "Re: Transputer - alternate source?" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000053 (2068 bytes) "Re: chancing your arm!!" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000054 (2523 bytes) "Re: chancing your arm!!" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000055 (562 bytes) "wtd: eval boards/Trams" by stuart /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000056 (562 bytes) "B007 for sale" by Michael Haardt /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000057 (853 bytes) "Want to buy trams & board" by Filip Sebek /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000058 (942 bytes) "Re: chancing your arm!!" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000059 (1485 bytes) "Oaklisp preliminary binary release for transputers" by Alexander Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000060 (705 bytes) "Transputer - alternate source?" by Greg Johnson /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000061 (933 bytes) "Re: Transputer - alternate source?" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000062 (1185 bytes) "Re: Transputer - alternate source?" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000063 (736 bytes) "Re: Transputer - alternate source?" by Iain A F Fleming /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000064 (2110 bytes) "Re: Transputer - alternate source?" by David Boreham /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000065 (1066 bytes) "Re: Transputer - alternate source?" by Stephen Paling /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000066 (614 bytes) "Re: Transputer - alternate source?" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000067 (3717 bytes) "Re: Transputer - alternate source?" by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000068 (1420 bytes) "Re: Transputer - alternate source?" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000069 (1169 bytes) "Re: Transputer - alternate source?" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000070 (993 bytes) "Information required on T800 board for PC" by Doug /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000071 (895 bytes) "Re: Transputer - alternate source?" by Iain A F Fleming /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000072 (2033 bytes) "Re: Transputer - alternate source?" by Rob Humberstone /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000073 (1274 bytes) "Re: How much can you get for a T800D board?" by Mark Cartlidge /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000074 (2129 bytes) "Re: Transputer - alternate source?" by David Boreham /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000075 (644 bytes) "Re: Transputer - alternate source?" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000076 (1063 bytes) "PPRO + VIA NIC == T9000 ?" by Robert A. Wipfel /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000077 (918 bytes) "Re: Transputer - alternate source?" by Robert A. Wipfel /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000078 (1630 bytes) "Re: Transputer - alternate source?" by Stephen Maudsley /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000079 (1245 bytes) "Re: PPRO + VIA NIC == T9000 ?" by Pete Dickerson /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000080 (688 bytes) "T800 PC board" by John Pham /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000081 (656 bytes) "Re: T800 PC board" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000082 (4815 bytes) "Re: Transputer - alternate source?" by Paul Walker /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000083 (1462 bytes) "Re: PPRO + VIA NIC == T9000 ?" by Rupert Pigott /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000084 (327 bytes) "WTB T800s" by John Waters /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000085 (711 bytes) "Re: PPRO + VIA NIC == T9000 ?" by David Boreham /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000086 (2230 bytes) "Re: PPRO + VIA NIC == T9000 ?" by Andrew Stevens /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000087 (2987 bytes) "Re: PPRO + VIA NIC == T9000 ?" by David Boreham /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000088 (1056 bytes) "Need transputer fixed" by Mike Dunn /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000089 (2230 bytes) "Re: PPRO + VIA NIC == T9000 ?" by Andrew Stevens /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000090 (2987 bytes) "Re: PPRO + VIA NIC == T9000 ?" by David Boreham /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000091 (1056 bytes) "Need transputer fixed" by Mike Dunn /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000092 (1287 bytes) "Re: PPRO + VIA NIC == T9000 ?" by Nick /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000093 (848 bytes) "Re: Transputer - alternate source?" by Jan Vorbrueggen /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000094 (2960 bytes) "Re: PPRO + VIA NIC == T9000 ?" by Chris Gray /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000095 (2921 bytes) "Re: Transputer - alternate source?" by Ian Page /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000096 (1181 bytes) "Re: Transputer - alternate source?" by Iain A F Fleming /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000097 (2230 bytes) "Re: PPRO + VIA NIC == T9000 ?" by Andrew Stevens /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000098 (2987 bytes) "Re: PPRO + VIA NIC == T9000 ?" by David Boreham /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000099 (1056 bytes) "Need transputer fixed" by Mike Dunn /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000100 (1287 bytes) "Re: PPRO + VIA NIC == T9000 ?" by Nick /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000101 (848 bytes) "Re: Transputer - alternate source?" by Jan Vorbrueggen /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000102 (2960 bytes) "Re: PPRO + VIA NIC == T9000 ?" by Chris Gray /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000103 (2921 bytes) "Re: Transputer - alternate source?" by Ian Page /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000104 (1181 bytes) "Re: Transputer - alternate source?" by Iain A F Fleming /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000105 (251 bytes) "S:Transputert800Board w/1Meg" /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000106 (846 bytes) "iserver for WinNT" by Alexander Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000107 (1721 bytes) "Replacment for transputer systems" /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000108 (910 bytes) "Re: iserver for WinNT" by Juergen Beurskens /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000109 (807 bytes) "Ex-INMOS people (where are they now?)" by Conor O'Neill /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000110 (1539 bytes) "Re: Ex-INMOS people (where are they now?)" by Paul Fellows /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000111 (811 bytes) "Linux Driver" by Carlo Baffa /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000112 (1360 bytes) "Re: Ex-INMOS people (where are they now?)" by John Honniball /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000113 (780 bytes) "Re: iserver for WinNT" by Peter Morris /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000114 (1624 bytes) "Re: Ex-INMOS people (where are they now?)" by mdp2 /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000115 (705 bytes) "Searching for T805-F30S" by Roland Hutter /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000116 (829 bytes) "t8 tram modules" by Alexander Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000117 (1212 bytes) "Re: Transputer - alternate source?" by Giuseppe Migliorini /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000118 (578 bytes) "Re: Ex-INMOS people (where are they now?)" by Simon George /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000119 (689 bytes) "Re: Ex-INMOS people (where are they now?)" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000120 (1005 bytes) "Re: Ex-INMOS people (where are they now?)" by Iain A F Fleming /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000121 (1161 bytes) "Re: Ex-INMOS people (where are they now?)" by David Boreham /parallel/internet/usenet/comp.sys.transputer/articles/1998/01-Jan/000122 (1285 bytes) "Re: Replacment for transputer systems" by Tim Tyler /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/ "comp.sys.transputer articles for Feb 1998" /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000001 (1134 bytes) "Re: Transputer - alternate source?" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000002 (5990 bytes) "Re: Transputer - alternate source?" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000003 (656 bytes) "Transputer+" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000004 (837 bytes) "Re: Ex-INMOS people (where are they now?)" by Graeme Tozer /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000005 (2173 bytes) "Re: Ex-INMOS people (where are they now?)" by Paul Walker /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000006 (1071 bytes) "Re: Transputer - alternate source?" by Paul Walker /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000007 (1237 bytes) "Re: Transputer - alternate source?" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000008 (1837 bytes) "Re: Transputer - alternate source?" /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000009 (2869 bytes) "Re: Transputer - alternate source?" by Paul Walker /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000010 (1080 bytes) "Re: Ex-INMOS people (where are they now?)" by David Boreham /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000011 (443 bytes) "Re: Ex-INMOS people (where are they now?)" by Iann Barron /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000012 (1347 bytes) "Re: Ex-INMOS people (where are they now?)" by Uwe Bonnes /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000013 (823 bytes) "wanted: t8 trams" by Alexander Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000014 (912 bytes) "transputer > PC" by stuart /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000015 (1412 bytes) "Oaklisp beta binary release for transputers" by Alexander Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000016 (529 bytes) "id these transputer boards?" by William Swan /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000017 (1024 bytes) "Re: id these transputer boards?" by Magnus Paterson /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000018 (801 bytes) "Helios on T800 and *BSD on PC" by Chris Gray /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000019 (612 bytes) "T450 memory problems" by Tim Hardisty /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000020 (547 bytes) "Re: id these transputer boards?" by Tim Hardisty /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000021 (1329 bytes) "Re: Ex-INMOS people (where are they now?)" by Greg Nunan /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000022 (1669 bytes) "Re: Transputer+" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000023 (768 bytes) "Re: T450 memory problems" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000024 (375 bytes) "Re: Helios on T800 and *BSD on PC" by Marcel Hendrix /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000025 (1015 bytes) "Re: iserver for WinNT" by steve /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000026 (976 bytes) ""CESIUS" board, seeking NT drivers or data." by Simon A Watts <(Simon)swa2@cableol.co.uk> /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000027 (1620 bytes) "Transputer-> Forgotten Futures" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000028 (539 bytes) "Re: Helios on T800 and *BSD on PC" by Chris Gray /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000029 (1141 bytes) "Re: Transputer-> Forgotten Futures" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000030 (669 bytes) "Re: Transputer-> Forgotten Futures" by Jan Vorbrueggen /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000031 (1284 bytes) "Re: Transputer-> Forgotten Futures" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000032 (730 bytes) "Re: Transputer-> Forgotten Futures" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000033 (1209 bytes) "Re: Transputer-> Forgotten Futures" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000034 (597 bytes) "Re: Transputer-> Forgotten Futures" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000035 (1173 bytes) "Re: Transputer-> Forgotten Futures" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000036 (935 bytes) "Re: Color notebook computer only for US$699 - Closeout sale." by OJH /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000037 (1341 bytes) "Re: Transputer-> Forgotten Futures" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000038 (789 bytes) "wanted: T8 trams" by Alexander Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000039 (568 bytes) "Sub contract Occam programmer required" by Jeremy Hinton /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000040 (984 bytes) "Re: Transputer-> Forgotten Futures" by David Arnold /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000041 (813 bytes) "Re: Transputer-> Forgotten Futures" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000042 (919 bytes) "OCCAM-light" by João Rochate /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000043 (984 bytes) "Re: Transputer-> Forgotten Futures" by David Arnold /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000044 (813 bytes) "Re: Transputer-> Forgotten Futures" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000045 (919 bytes) "OCCAM-light" by João Rochate /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000046 (448 bytes) "Transputer Databases" by James H S Westwood /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000047 (683 bytes) "Transputer CRC Functions" by Brad /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000048 (1243 bytes) "Re: Transputer Databases" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000049 (984 bytes) "Re: Transputer-> Forgotten Futures" by David Arnold /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000050 (813 bytes) "Re: Transputer-> Forgotten Futures" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000051 (919 bytes) "OCCAM-light" by João Rochate /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000052 (448 bytes) "Transputer Databases" by James H S Westwood /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000053 (683 bytes) "Transputer CRC Functions" by Brad /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000054 (1243 bytes) "Re: Transputer Databases" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000055 (404 bytes) "Richard Beron?" by James H S Westwood /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000056 (9761 bytes) "WoTUG-21 Conference" by phw /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000057 (862 bytes) "-Isn't this WOMAN AMAZING? - autopageopen!!beprepared." /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000058 (344 bytes) "Richard Beton" by James H S Westwood /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000059 (1262 bytes) "Re: Transputer-> Forgotten Futures" by Iann Barron /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000060 (1739 bytes) "Info on Transputer ISA Board" by Edu /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000061 (447 bytes) "Re: Info on Transputer ISA Board" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000062 (1158 bytes) "Re: Info on Transputer ISA Board" by i.h. van der molen /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000063 (1397 bytes) "Re: Info on Transputer ISA Board" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000064 (829 bytes) "Re: Info on Transputer ISA Board" by Alexander Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000065 (1317 bytes) "Post Mortem" by NewsMan <2021@please.dont.send.email> /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000066 (1442 bytes) "Re: Post Mortem" by Magnus Paterson /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000067 (3655 bytes) "Re: Post Mortem" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000068 (4685 bytes) "Re: Post Mortem" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000069 (3352 bytes) "Re: Info on Transputer ISA Board" by Eduardo Jacob /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000070 (2342 bytes) "Re: Post Mortem" by Stephen Maudsley /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000071 (3833 bytes) "Re: Post Mortem" by Jan Vorbrueggen /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000072 (1586 bytes) "Re: Info on Transputer ISA Board" by Alexander Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000073 (1024 bytes) "SPARK, GNU ADA GNAT Translator" by Alexander Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000074 (1358 bytes) "Re: Post Mortem" by David Boreham /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000075 (1112 bytes) "Re: -Isn't this WOMAN AMAZING? - autopageopen!!beprepared." by Alexander Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000076 (846 bytes) "Re: Transputer-> Forgotten Futures" by David Boreham /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000077 (1054 bytes) "Re: Post Mortem" by David Boreham /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000078 (1548 bytes) "Re: Post Mortem" by Stephen Maudsley /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000079 (1880 bytes) "Re: Info on Transputer ISA Board" by Eduardo Jacob /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000080 (1880 bytes) "Re: Info on Transputer ISA Board" by Eduardo Jacob /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000081 (1417 bytes) "Re: Info on Transputer ISA Board" by Eduardo Jacob /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000082 (1435 bytes) "Re: Post Mortem" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000083 (2650 bytes) "Re: Info on Transputer ISA Board" by Alexander Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000084 (2306 bytes) "Re: Post Mortem" by Stephen Maudsley /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000085 (1546 bytes) "Re: Post Mortem" by NewsMan <2021@please.dont.send.email> /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000086 (1423 bytes) "Re: Transputer-> Forgotten Futures" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000087 (1140 bytes) "Re: Post Mortem" by David J Clarke /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000088 (2149 bytes) "Info on Transputer ISA Board (some advances)" by Eduardo Jacob /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000089 (2449 bytes) "Re: Info on Transputer ISA Board" by David Arnold /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000090 (4704 bytes) "Re: Info on Transputer ISA Board (some advances)" by Alexander Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000091 (4381 bytes) "Re: Info on Transputer ISA Board (some advances)" by Alexander Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000092 (1927 bytes) "Re: Post Mortem" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000093 (1369 bytes) "Re: SPARK, GNU ADA GNAT Translator" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000094 (2337 bytes) "Re: Post Mortem" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000095 (2238 bytes) "Re: SPARK, GNU ADA GNAT Translator" by Alexander Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000096 (1023 bytes) "Re: Transputer-> Forgotten Futures" by Iain A F Fleming /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000097 (1451 bytes) "Re: Post Mortem" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000098 (880 bytes) "Re: Post Mortem" by Magnus Paterson /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000099 (2371 bytes) "Re: Post Mortem" by pete /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000100 (1160 bytes) "Re: Post Mortem" by Stephen Maudsley /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000101 (6088 bytes) "Re: Post Mortem" by Graham Nice /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000102 (1374 bytes) "Re: Post Mortem" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000103 (774 bytes) "wanted: t8 trams" by Alexander Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000104 (1922 bytes) "Re: Post Mortem" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000105 (592 bytes) "T225 availability ?" by Philippe LEMAIRE /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000106 (1543 bytes) "Re: Post Mortem" by NewsMan <2021@please.dont.send.email> /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000107 (671 bytes) "Re: Post Mortem" by NewsMan <2021@please.dont.send.email> /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000108 (940 bytes) "Re: Post Mortem" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000109 (896 bytes) "Re: Post Mortem" by David Boreham /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000110 (1597 bytes) "Re: Post Mortem" by David Boreham /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000111 (1649 bytes) "Re: Info on Transputer ISA Board" by Filip Sebek /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000112 (968 bytes) "Re: Info on Transputer ISA Board" by Filip Sebek /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000113 (4032 bytes) "Re: client/server (was Post Mortem)" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000114 (1432 bytes) "Re: SPARK, GNU ADA GNAT Translator" by Richard Beton /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000115 (1133 bytes) "Re: Post Mortem" by NewsMan <2021@please.dont.send.email> /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000116 (1518 bytes) "Re: Post Mortem" by NewsMan <2021@please.dont.send.email> /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000117 (3619 bytes) "Re: Post Mortem" by NewsMan <2021@please.dont.send.email> /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000118 (1294 bytes) "Re: Post Mortem" by David Boreham /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000119 (951 bytes) "Re: Post Mortem" by Roger W Turner /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000120 (1146 bytes) "Re: Post Mortem" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000121 (5699 bytes) "Re: Post Mortem" by Rupert Pigott /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000122 (970 bytes) "Re: Post Mortem" by Conor O'Neill /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000123 (701 bytes) "Re: Post Mortem" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000124 (1257 bytes) "Re: Post Mortem" by David Boreham /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000125 (1804 bytes) "Re: Post Mortem" by Conor O'Neill /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000126 (558 bytes) "Re: Transputer - alternate source?" by Jon Vedum /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000127 (2487 bytes) "Lazarus Projects" by Alan P. Burke /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000128 (890 bytes) "Re: T225 availability ?" by Roland Hutter /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000129 (1695 bytes) "Good bye everybody" by Michael Haardt /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000130 (2870 bytes) "PC T800 board information required" by D Peksa /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000131 (1163 bytes) "Re: Transputer - alternate sources?" /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000132 (920 bytes) "! Pics from PAMELA and TOMMY video - 56733bytes[1/1]" /parallel/internet/usenet/comp.sys.transputer/articles/1998/02-Feb/000133 (3621 bytes) "Re: PC T800 board information required" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/ "comp.sys.transputer articles for Mar 1998" /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000001 (1495 bytes) "Re: PC T800 board information required" by D Peksa /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000002 (638 bytes) "IMST425-G30S" /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000003 (886 bytes) "wanted: t425-25MHz chips" by Alex Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000004 (787 bytes) "t425-25 pga chips" by Alex Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000005 (1017 bytes) "Re: High priority link input" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000006 (985 bytes) "High priority link input" by Marcel Mulder /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000007 (658 bytes) "C011 transputer link" by Regis C. Schmidt /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000008 (947 bytes) "Re: Post Mortem" by Jack Harper /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000009 (783 bytes) "Searching for a TRAM (will swap)" by steve /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000010 (932 bytes) "Odd T2 question..." by steve /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000011 (1397 bytes) "Re: Post Mortem" by NewsMan <2021@please.dont.send.email> /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000012 (1787 bytes) "Re: Post Mortem" by NewsMan <2021@please.dont.send.email> /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000013 (1260 bytes) "linux driver for the b008/b004" by Alex Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000014 (794 bytes) "TMB08 Information Request" by Matthew Hudson /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000015 (1225 bytes) "Re: linux driver for the b008/b004" by Carlo Baffa /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000016 (1221 bytes) "Re: linux driver for the b008/b004" by Uwe Bonnes /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000017 (1231 bytes) "Fast disk access" by Nuno Gomes /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000018 (1443 bytes) "Re: Fast disk access" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000019 (1197 bytes) "Re: Odd T2 question..." by Rupert Pigott /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000020 (529 bytes) "ST20-450 and ST20-GP1" by Peter Morris /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000021 (2086 bytes) "FREE CABLE BOX DESCRAMBLER BUILD YOUR OWN DESCRAMBLER FAST CHEAP AND EASY - cable44.htm [1/1]" by FREE CABLE /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000022 (1810 bytes) "Re: linux driver for the b008/b004" by Christoph Niemann /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000023 (2723 bytes) "Re: ST20-450 and ST20-GP1" by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000024 (1422 bytes) "Re: ST20-450 and ST20-GP1" by Brad /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000025 (1118 bytes) "New transputer page" by Alex Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000026 (504 bytes) "B008" by Gary Newport /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000027 (448 bytes) "WTB: PC ISA Host Card + Trams" by Andy Back /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000028 (1836 bytes) "Re: ST20-450 and ST20-GP1" /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000029 (2267 bytes) "Re: ST20-450 and ST20-GP1" by Stephen Maudsley /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000030 (2205 bytes) "NewPuter" by Paul Walker /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000031 (1840 bytes) "GNU Oaklisp for the inmos transputer" by Alex Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000032 (582 bytes) "FS: TMB08 Motherboards and T8 TRAMS" by Matthew Hudson /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000033 (2127 bytes) "Job-Colorado; Director R&D; DSP servo and/or read channel, Routers, Datacom" /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000034 (1988 bytes) "Alternative Party (final warning!)" by Kristoffer Lawson /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000035 (3834 bytes) "Final Call -- WoTUG-21" by phw /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000036 (546 bytes) "inmos b411-14a" by Alex Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/03-Mar/000037 (455 bytes) "inmos b411-14a" by Alex Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/ "comp.sys.transputer articles for Apr 1998" /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000001 (3363 bytes) "Looking forward to the transputer" by Paul Walker /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000002 (2312 bytes) "Transputer based products being discontinued" /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000003 (2381 bytes) "Re: Looking forward to the transputer" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000004 (1002 bytes) "Re: Looking forward to the transputer" by Mark Klos /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000005 (1093 bytes) "A dumb programmer question" by julio /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000006 (1780 bytes) "Re: Looking forward to the transputer" by Rupert Pigott /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000007 (2599 bytes) "Re: A dumb programmer question" /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000008 (1000 bytes) "Re: Transputer based products being discontinued" /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000009 (1012 bytes) "It is true !!!" /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000010 (410 bytes) "Code" by Bruce /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000011 (786 bytes) "All Transputers and support products discontinued" by Brad /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000012 (4284 bytes) "CFP: DAPSYS'98" by Zsolt Nemeth /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000013 (1138 bytes) "Re: All Transputers and support products discontinued" by N Martin /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000014 (1774 bytes) "Warning about the FCC and Internet Taxes" by Net2phone Information /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000015 (680 bytes) "The new look of Hardseek! Try it!" /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000016 (4724 bytes) "Investigate anyone right from your browser!" by Good Info Services /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000017 (1020 bytes) "Re: All Transputers and support products discontinued" by Andrew Pfiffer /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000018 (2158 bytes) "Re: All Transputers and support products discontinued" /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000019 (10581 bytes) "$$MONEY HERE$" by Tim Yewchuk /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000020 (1585 bytes) "Re: All Transputers and support products discontinued" by Stephen Maudsley /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000021 (2196 bytes) "Re: All Transputers and support products discontinued" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000022 (1651 bytes) "Re: TILE forth for the inmos transputer t8 family" by Roberto Waltman /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000023 (753 bytes) "TILE forth for the inmos transputer t8 family" by Alex Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000024 (2927 bytes) "Re: TILE forth for the inmos transputer t8 family" by Alex Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000025 (418 bytes) "message to Gianluca Pivato" by Massimo Galavotti /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000026 (1591 bytes) "Re: TILE forth for the inmos transputer t8 family" by Marcel Hendrix /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000027 (1022 bytes) "Re: TILE forth for the inmos transputer t8 family" by Chris Gray /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000028 (794 bytes) "Re: TILE forth for the inmos transputer t8 family" by Stephen Pelc /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000029 (7801 bytes) "You Just Can't Lose" /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000030 (339 bytes) "Anybody wanna sell abn ATW?" by Jeff Bone /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000031 (7793 bytes) "You Just Can't Lose" /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000032 (1143 bytes) "ATTENTION! WORK FROM HOME NOW!" /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000033 (1009 bytes) "Re: All Transputers and support products discontinued" by Mark Griswold /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000034 (600 bytes) "Check it out!" by LaserPointers.com /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000035 (2563 bytes) "Re: All Transputers and support products discontinued" by k jobes /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000036 (850 bytes) "Re: All Transputers and support products discontinued" /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000037 (1921 bytes) "Re: TILE forth for the inmos transputer t8 family" by Bernd Paysan /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000038 (5082 bytes) "-Easy money better than MLM!" /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000039 (794 bytes) "Re: All Transputers and support products discontinued" by Jan Vorbrueggen /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000040 (757 bytes) "B016 boards" by Nick Rees /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000041 (721 bytes) "Need 2nd-hand IMS B300 boxes URGENT" by Fritz Bosch /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000042 (1049 bytes) "How to retrive current process ?" by Alberto Chessa /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000043 (1546 bytes) "Re: How to retrive current process ?" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000044 (502 bytes) "ERROR IN POSTING" by appology for ADULTS ONLY /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000045 (616 bytes) "ChanInTimeFail() overhead" by Alberto Chessa /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000046 (518 bytes) "XXXPassword Free" /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000047 (1284 bytes) "Re: ChanInTimeFail() overhead" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000048 (1093 bytes) "Re: Make Parsytec Inmos compatible" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000049 (737 bytes) "Make Parsytec Inmos compatible" by Otto Tuil /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000050 (901 bytes) "Re: Make Parsytec Inmos compatible" by Jan Vorbrueggen /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000051 (593 bytes) "OCCAM2C converter" by Roland Hutter /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000052 (2589 bytes) "Re: Make Parsytec Inmos compatible" /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000053 (567 bytes) "Re: OCCAM2C converter" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/04-Apr/000054 (661 bytes) "Re: Make Parsytec Inmos compatible" by Otto Tuil /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/ "comp.sys.transputer articles for May 1998" /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000001 (2222 bytes) "Re: TILE forth for the inmos transputer t8 family" by Noel Henson /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000002 (2907 bytes) "HELP with ICC_NOPT" by Alberto Chessa /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000003 (1473 bytes) "Extracting expected configuration from transputer bootable files." by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000004 (880 bytes) "transputer components needed" by Thomas Fechner /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000005 (1215 bytes) "Help by Peek & Poke via Link" by Stefan Klimkiewicz /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000006 (1793 bytes) "Re: Help by Peek & Poke via Link" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000007 (2086 bytes) "Re: Help by Peek & Poke via Link" by Stephen Maudsley /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000008 (1726 bytes) "Processor sought to replace transputer network" by Peter Ross /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000009 (808 bytes) "Re: Extracting expected configuration from transputer bootable files." by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000010 (2690 bytes) "Re: Processor sought to replace transputer network" /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000011 (4024 bytes) "Re: Processor sought to replace transputer network" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000012 (2327 bytes) "Re: Processor sought to replace transputer network" by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000013 (3114 bytes) "Re: Processor sought to replace transputer network" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000014 (1063 bytes) "Re: Processor sought to replace transputer network" /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000015 (1063 bytes) "Re: Processor sought to replace transputer network" /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000016 (1218 bytes) "Distributed computing survey" by Stephen Maudsley /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000017 (814 bytes) "inmos b411-14a for sale" by Alex Stuebinger /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000018 (1067 bytes) "Transputer Home Page has been updated!!!" /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000019 (1164 bytes) "motor movement algorithm help" by Assaff Rawner /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000020 (1111 bytes) "Re: All Transputers and support products discontinued" by Andrew Haley /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000021 (4496 bytes) "CFP: DAPSYS'98" by Zsolt Nemeth /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000022 (1970 bytes) "Re: motor movement algorithm help" by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000023 (1073 bytes) "HELP: ICC crash!!" by Alberto Chessa /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000024 (1333 bytes) "About virtual channels (2)" by Alberto Chessa /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000025 (375 bytes) "About virtual channel" by Alberto Chessa /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000026 (1648 bytes) "FS / GA, Meiko Equipment (UK)" by Steve Harris /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000027 (676 bytes) "Re: HELP: ICC crash!!" by Alberto Chessa /parallel/internet/usenet/comp.sys.transputer/articles/1998/05-May/000028 (499 bytes) "IP or "Industry Pack" units" by Tim Hawkins /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/ "comp.sys.transputer articles for Jun 1998" /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000001 (1631 bytes) "Re: About virtual channels (2)" by Ruth Ivimey-Cook /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000002 (2640 bytes) "dynamically loading the .rsc files" /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000003 (2234 bytes) "Re: About virtual channels" /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000004 (620 bytes) "Loader for INMOS Transputer T805." /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000005 (785 bytes) "Re: About virtual channels" by Jan Vorbrueggen /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000006 (2224 bytes) "Re: About virtual channels" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000007 (1410 bytes) "Re: About virtual channels" /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000008 (1478 bytes) "Re: About virtual channels" by Jan Vorbrueggen /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000009 (1477 bytes) "Re: Processor sought to replace transputer network" by Assaff Rawner /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000010 (2662 bytes) "Re: Processor sought to replace transputer network" by Alec Cawley /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000011 (1059 bytes) "Re: Processor sought to replace transputer network" by Assaff Rawner /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000012 (1972 bytes) "Re: About virtual channels" by Andy Rabagliati /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000013 (345 bytes) "schematic for a B008 card ?" by Ronan BARZIC /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000014 (2130 bytes) "Re: About virtual channels" /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000015 (1479 bytes) "Re: Processor sought to replace transputer network" /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000016 (625 bytes) "Drive any new car for $100 p/month." by Car /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000017 (625 bytes) "Drive any new car for $100 p/month." by Car /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000018 (625 bytes) "Drive any new car for $100 p/month." by Car /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000019 (625 bytes) "Drive any new car for $100 p/month." by Car /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000020 (562 bytes) "Transputer Components" by Kenny Innes /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000021 (2509 bytes) "Re: Processor sought to replace transputer network" by Graham Nice /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000022 (2411 bytes) "Re: Processor sought to replace transputer network" by Graham Nice /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000023 (421 bytes) "Brand New 200MHZ PC's for less than $600. Includes Monitor." by pc /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000024 (1008 bytes) "Re: Transputer Components" by mia /parallel/internet/usenet/comp.sys.transputer/articles/1998/06-Jun/000025 (791 bytes) "Re: Transputer Components" by Keith Wootten /parallel/internet/usenet/comp.sys.transputer/articles/1998/07-Jul/ "comp.sys.transputer articles for Jul 1998" /parallel/internet/usenet/comp.sys.transputer/articles/1998/07-Jul/000001 (328 bytes) "Looking for ATW800" by John Smith /parallel/internet/usenet/comp.sys.transputer/articles/1998/07-Jul/000002 (316 bytes) "Transputers still available for purchase?" by Mario Montoya /parallel/internet/usenet/comp.sys.transputer/articles/1998/07-Jul/000003 (736 bytes) "Re: Transputers still available for purchase?" by mia /parallel/internet/usenet/comp.sys.transputer/articles/1998/07-Jul/000004 (1926 bytes) "Re: Transputers still available for purchase?" by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1998/07-Jul/000005 (2365 bytes) "Re: Transputers still available for purchase?" by Brad /parallel/internet/usenet/comp.sys.transputer/articles/1998/07-Jul/000006 (3553 bytes) "Transputer Last Time Buy" by Mark Cartlidge /parallel/internet/usenet/comp.sys.transputer/articles/1998/07-Jul/000007 (2165 bytes) "Re: Transputer Last Time Buy" by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1998/07-Jul/000008 (469 bytes) "Re: Transputers still available for purchase?" by Jeff /parallel/internet/usenet/comp.sys.transputer/articles/1998/07-Jul/000009 (26543 bytes) "Re: Transputers still available for purchase?" by mia /parallel/internet/usenet/comp.sys.transputer/articles/1998/07-Jul/000010 (350 bytes) "Source of Info. for ST20450" by Mario Montoya /parallel/internet/usenet/comp.sys.transputer/articles/1998/07-Jul/000011 (768 bytes) "Re: Source of Info. for ST20450" by Brad /parallel/internet/usenet/comp.sys.transputer/articles/1998/07-Jul/000012 (1630 bytes) "Re: Source of Info. for ST20450" by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1998/07-Jul/000013 (2371 bytes) "Moving on without losing existing hardware" /parallel/internet/usenet/comp.sys.transputer/articles/1998/07-Jul/000014 (584 bytes) "[Q] How compiling occam with NT/Win95 version of emacs(19.34)" by Cyrille /parallel/internet/usenet/comp.sys.transputer/articles/1998/07-Jul/000015 (894 bytes) "Inmos boards" by alan garrett /parallel/internet/usenet/comp.sys.transputer/articles/1998/08-Aug/ "comp.sys.transputer articles for Aug 1998" /parallel/internet/usenet/comp.sys.transputer/articles/1998/08-Aug/000001 (604 bytes) "Where are they at?" by Luis /parallel/internet/usenet/comp.sys.transputer/articles/1998/08-Aug/000002 (1217 bytes) "Re: Where are they at?" by Brad /parallel/internet/usenet/comp.sys.transputer/articles/1998/08-Aug/000003 (324 bytes) "nawiazanie znajomosci" by Anna Mazur /parallel/internet/usenet/comp.sys.transputer/articles/1998/08-Aug/000004 (375 bytes) "FileMaker Pro training" /parallel/internet/usenet/comp.sys.transputer/articles/1998/08-Aug/000005 (3489 bytes) "D7405 'rspy -x' user supplied rsc's" by Mark Booth /parallel/internet/usenet/comp.sys.transputer/articles/1998/08-Aug/000006 (1288 bytes) "Last Time Buy for SGS/Inmos Transputers" /parallel/internet/usenet/comp.sys.transputer/articles/1998/08-Aug/000007 (2604 bytes) "Re: D7405 'rspy -x' user supplied rsc's" by James Smith /parallel/internet/usenet/comp.sys.transputer/articles/1998/09-Sep/ 09-Sep /parallel/internet/usenet/comp.sys.transputer/articles/1998/09-Sep/000001 (7942 bytes) "PADS '99 CFP" /parallel/internet/usenet/comp.sys.transputer/articles/1998/09-Sep/000002 (742 bytes) "Warning: Strange activity alert." /parallel/internet/usenet/comp.sys.transputer/articles/1998/09-Sep/000003 (466 bytes) "WOW!!! WHAT A STORY ONLINE!!!" /parallel/internet/usenet/comp.sys.transputer/articles/1998/09-Sep/000004 (643 bytes) "ATW 800" /parallel/internet/usenet/comp.sys.transputer/articles/1998/09-Sep/000005 (903 bytes) "The Clinton, Starr Report in FULL" /parallel/internet/usenet/comp.sys.transputer/articles/1998/09-Sep/000006 (592 bytes) "Re: ATW 800" /parallel/internet/usenet/comp.sys.transputer/articles/1998/09-Sep/000007 (282 bytes) "Titanic on CD-Rom" /parallel/internet/usenet/comp.sys.transputer/articles/1998/09-Sep/000008 (1549 bytes) "Transputer withdrawal symptoms" /parallel/internet/usenet/comp.sys.transputer/articles/1998/09-Sep/000009 (888 bytes) "Re: Transputer withdrawal symptoms" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/ 10-Oct /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000001 (648 bytes) "Iserver for B300 (PC version)" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000002 (669 bytes) "Help needed for WORM Program" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000003 (1000 bytes) "Re: Help needed for WORM Program" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000004 (684 bytes) "Help needed for a WORM Program (Correction)" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000005 (1161 bytes) "Re: Help needed for a WORM Program (Correction)" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000006 (1388 bytes) "Re: Transputer withdrawal symptoms" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000007 (882 bytes) "Re: Transputer withdrawal symptoms" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000008 (482 bytes) "Transputer Development System" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000009 (1076 bytes) "Re: Transputer withdrawal symptoms" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000010 (315 bytes) "WTB:Atari Transputer" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000011 (1997 bytes) "Re: Transputer withdrawal symptoms" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000012 (976 bytes) "Re: Transputer Development System" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000013 (1350 bytes) "Re: Need help with INMOS transputer system" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000014 (702 bytes) "Re: Need help with INMOS transputer system" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000015 (742 bytes) "Re: Need help with INMOS transputer system" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000016 (1771 bytes) "Re: Transputer withdrawal symptoms" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000017 (1337 bytes) "Need help with INMOS transputer system" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000018 (797 bytes) "Re: Need help with INMOS transputer system" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000019 (1387 bytes) "Re: Need help with INMOS transputer system" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000020 (847 bytes) "Re: Need help with INMOS transputer system" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000021 (96410 bytes) "check.exe (thnx to Andy Ratbag)" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000022 (68694 bytes) "mtest.exe" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000023 (1065 bytes) "Re: Need help with INMOS transputer system" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000024 (813 bytes) "Re: check.exe (thnx to Andy Ratbag)" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000025 (1294 bytes) "Re: Need help with INMOS transputer system" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000026 (1027 bytes) "Thanks, folks -- and yet another question" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000027 (984 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000028 (713 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000029 (1100 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000030 (1352 bytes) "Wanted: ST20450 Tram for a sensible price." /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000031 (1469 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000032 (1169 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000033 (1194 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000034 (1484 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000035 (1279 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000036 (2315 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000037 (1939 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000038 (3006 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000039 (1948 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000040 (1217 bytes) "Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000041 (828 bytes) "Re: Thanks, folks -- and yet another question" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000042 (1213 bytes) "(Ex) Transputerite seeks job tips" /parallel/internet/usenet/comp.sys.transputer/articles/1998/10-Oct/000043 (1687 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/ 11-Nov /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000001 (3116 bytes) "Re: (Ex) Transputerite seeks job tips" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000002 (1029 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000003 (670 bytes) "Where to get cheap replacement parts?" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000004 (2112 bytes) "Re: (Ex) Transputerite seeks job tips" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000005 (218 bytes) "Sex Sex Sex Sex Sex" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000006 (2825 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000007 (1304 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000008 (1991 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000009 (2129 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000010 (2164 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000011 (797 bytes) "Re: (Ex) Transputerite seeks job tips" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000012 (1890 bytes) "Re: (Ex) Transputerite seeks job tips" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000013 (2959 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000014 (1441 bytes) "Re: Where to get cheap replacement parts?" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000015 (1882 bytes) "XEDIT/Emacs (was Re: Folding editors)" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000016 (441 bytes) "For sale: ATW transputer Helios manuals" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000017 (1009 bytes) "Re: Occam" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000018 (3859 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000019 (385 bytes) "Re: Occam" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000020 (1473 bytes) "Transputers available" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000021 (1497 bytes) "Wanted: Second hand IMS D7414 Ansi C Toolset" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000022 (3190 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000023 (183 bytes) "Test" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000024 (709 bytes) "ATW mailing list" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000025 (1720 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000026 (936 bytes) "Daughter wants parallel processing" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000027 (1424 bytes) "Re: Occam" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000028 (1671 bytes) "Re: Daughter wants parallel processing" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000029 (823 bytes) "Inmos TCO format" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000030 (2276 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000031 (891 bytes) "Re: Inmos TCO format" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000032 (976 bytes) "Where to get started?" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000033 (1181 bytes) "Re: Daughter wants parallel processing" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000034 (3570 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000035 (2225 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000036 (1320 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000037 (3590 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000038 (1761 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000039 (1357 bytes) "Re: Inmos TCO format" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000040 (2044 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000041 (470 bytes) "Search TRAM and B008" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000042 (999 bytes) "Re: Search TRAM and B008" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000043 (772 bytes) "Re: Transputers available" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000044 (1769 bytes) "Re: Folding editors" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000045 (1328 bytes) "StrongArm as replacement for T805 - 25Mhz" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000046 (1973 bytes) "Re: Where to get started?" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000047 (719 bytes) "T800 board & software for sale" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000048 (220 bytes) "TEST" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000049 (704 bytes) "Re: Where to get started?" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000050 (520 bytes) "t800" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000051 (2067 bytes) "Re: StrongArm as replacement for T805 - 25Mhz" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000052 (1908 bytes) "UK Microprocessor H/W & S/W Developers - read on" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000053 (1225 bytes) "Re: Where to get started?" /parallel/internet/usenet/comp.sys.transputer/articles/1998/11-Nov/000054 (1492 bytes) "Transputer Software/Hardware" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/ 12-Dec /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000001 (1508 bytes) "TRAMS looking for homes..." /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000002 (447 bytes) "Wanted: Debugger for the T9000 (Second-hand ?)" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000003 (2846 bytes) "Re: StrongARM as a replacement for T805 - 25MHz" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000004 (1443 bytes) "Some Updates to Transputer Home Page" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000005 (833 bytes) "transputers and interrupt processing" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000006 (1059 bytes) "Re: TRAMS looking for homes..." /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000007 (1705 bytes) "Re: transputers and interrupt processing" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000008 (681 bytes) "Helios 1.2 for transputer" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000009 (809 bytes) "Help needed!" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000010 (4870 bytes) "progetto" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000011 (317 bytes) "Merry Christmas All" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000012 (323 bytes) "WTB:Atari Transputer" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000013 (980 bytes) "ATW mailing list" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000014 (1597 bytes) "More updates to Transputer Home Page" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000015 (572 bytes) "Inmos Tech Notes" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000016 (603 bytes) "Inmos Tech Notes" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000017 (600 bytes) "The Interactive Dance Compilation you can play and Mix on your PC!! 7818" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000018 (880 bytes) "Transputer Home Page now mirrored!!!" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000019 (445 bytes) "HARDCORE FREE XXX 9386" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000020 (450 bytes) "FREE THINGS! 6052" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000021 (843 bytes) "Help with B020 ?" /parallel/internet/usenet/comp.sys.transputer/articles/1998/12-Dec/000022 (1204 bytes) "Re: Help with B020 ?" /parallel/internet/usenet/comp.sys.transputer/articles/1999/ 1999 /parallel/internet/usenet/comp.sys.transputer/articles/1999/01-Jan/ 01-Jan /parallel/internet/usenet/comp.sys.transputer/articles/1999/01-Jan/000001 (1356 bytes) "Re: WTB: Transputer Books" /parallel/internet/usenet/comp.sys.transputer/articles/1999/01-Jan/000002 (944 bytes) "Re: Helios is no more" /parallel/internet/usenet/comp.sys.transputer/articles/1999/01-Jan/000003 (1002 bytes) "Perihelion is no more, was Re: Helios is no more" /parallel/internet/usenet/comp.sys.transputer/articles/1999/01-Jan/000004 (1156 bytes) "Updates to transputer homepage this weekend" /parallel/internet/usenet/comp.sys.transputer/articles/1999/01-Jan/000005 (1375 bytes) "Re: Perihelion is no more, was Re: Helios is no more" /parallel/internet/usenet/comp.sys.transputer/articles/1999/01-Jan/000006 (1153 bytes) "Re: Perihelion is no more, was Re: Helios is no more" /parallel/internet/usenet/comp.sys.transputer/articles/1999/01-Jan/000007 (1551 bytes) "Re: Perihelion is no more, was Re: Helios is no more" /parallel/internet/usenet/comp.sys.transputer/articles/1999/01-Jan/000008 (1902 bytes) "Re: Perihelion is no more, was Re: Helios is no more" /parallel/internet/usenet/comp.sys.transputer/articles/1999/01-Jan/000009 (1180 bytes) "Re: Perihelion is no more, was Re: Helios is no more" /parallel/internet/usenet/comp.sys.transputer/articles/1999/01-Jan/000010 (1603 bytes) "Re: Perihelion is no more, was Re: Helios is no more" /parallel/internet/usenet/comp.sys.transputer/articles/1999/01-Jan/000011 (1062 bytes) "Re: Perihelion is no more, was Re: Helios is no more" /parallel/internet/usenet/comp.sys.transputer/articles/1999/01-Jan/000012 (466 bytes) "Re: Updates to transputer homepage this weekend" /parallel/internet/usenet/comp.sys.transputer/articles/1999/01-Jan/000013 (1265 bytes) "Re: Questio: State of Transputer Business" /parallel/internet/usenet/comp.sys.transputer/articles/1999/01-Jan/000014 (831 bytes) "Re: Updates to transputer homepage this weekend" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/ 02-Feb /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000001 (763 bytes) "Updates to Transputer HomePage" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000002 (959 bytes) "Re: Questio: State of Transputer Business" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000003 (885 bytes) "Helios 1.3" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000004 (1184 bytes) "Re: Helios 1.3" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000005 (3319 bytes) "Floating Point Performance of the StrongARM" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000006 (908 bytes) "Re: Helios 1.3" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000007 (3612 bytes) "transputer" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000008 (4119 bytes) "Re: Floating Point Performance of the StrongARM" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000009 (2464 bytes) "Re: Floating Point Performance of the StrongARM" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000010 (1463 bytes) "Re: Floating Point Performance of the StrongARM" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000011 (1983 bytes) "Rowley Modula-2 for Helios released for Free" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000012 (493 bytes) "Re: was _____FAQ list for this newsgroup_____ 3883" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000013 (560 bytes) "+ + + + + FAQ for this newsgroup + + + + + 3452" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000014 (530 bytes) "WTB: Transputer Ethernet & Graphics TRAMS" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000015 (1084 bytes) "Re: More Helios related software" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000016 (586 bytes) "WTB: Graphics TRAM" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000017 (684 bytes) "More Helios related software" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000018 (705 bytes) "INMOS B014, B016" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000019 (2035 bytes) "Re: Helios 1.3" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000020 (1296 bytes) "Re: Helios 1.3" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000021 (1215 bytes) "Re: Helios 1.3" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000022 (548 bytes) "inmos ansi C toolset imsd7214" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000023 (1341 bytes) "Re: Helios 1.3" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000024 (834 bytes) "+ + + + FAQ for this newsgroup + + + + 4138" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000025 (295 bytes) "ST450" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000026 (897 bytes) "Rowley Modula-2 for Helios, Release 1.4.7" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000027 (561 bytes) "Re: ST450" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000028 (1026 bytes) "Re: ST450" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000029 (754 bytes) "Connecting a CSA Education Kit to a B008" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000030 (674 bytes) "Helios servers for other platforms" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000031 (1274 bytes) "Re: INMOS B014, B016" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000032 (1206 bytes) "Re: SUN4 version of Helios console & window server" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000033 (634 bytes) "Timeout sending image in Helios" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000034 (635 bytes) "Helios for the ARM" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000035 (1402 bytes) "Re: ST450" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000036 (377 bytes) "Mosaic boards" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000037 (810 bytes) "Information Request" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000038 (810 bytes) "Information Request" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000039 (810 bytes) "Information Request" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000040 (736 bytes) "Re: Information Request" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000041 (1125 bytes) "Re: Information Request" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000042 (2228 bytes) "Re: ST450" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000043 (693 bytes) "Helios ARM version" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000044 (4369 bytes) "Re: Floating Point Performance of the StrongARM" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000045 (1567 bytes) "Re: Helios 1.3" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000046 (2046 bytes) "Re: Helios 1.3" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000047 (1097 bytes) "Legal issues involving Helios 1.3" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000048 (705 bytes) "TRAM software for Ethernet, SCSI, Graphics, VecTRAM, etc" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000049 (970 bytes) "Que faire chez soi avec des T800 ?" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000050 (715 bytes) "ATARI ATW800" /parallel/internet/usenet/comp.sys.transputer/articles/1999/02-Feb/000051 (1276 bytes) "Re: ATARI ATW800" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/ 03-Mar /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000001 (855 bytes) "Help needed for Parsys Ltd T9000 SuperCluster" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000002 (1198 bytes) "Brain-Aid Prolog for Unix Released for FREE (with limited source)" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000003 (1077 bytes) "T9 Hardware" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000004 (727 bytes) "Yet another mirror for transputer homepage" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000005 (1242 bytes) "Re: T9 Hardware" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000006 (1042 bytes) "Re: T9 Hardware" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000007 (1152 bytes) "Re: Help needed for Parsys Ltd T9000 SuperCluster" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000008 (594 bytes) "Data on T805" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000009 (1112 bytes) "New menu system on Transputer HomePage" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000010 (916 bytes) "Re: Data on T805" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000011 (2780 bytes) "Re: ST450" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000012 (1225 bytes) "Re: ST450" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000013 (858 bytes) "Non-Java, No Frames Transputer HomePage" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000014 (370 bytes) "Toolset D7314A YEAR 2000 Compliance" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000015 (303 bytes) "Looking for Special Someone" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000016 (849 bytes) "Re: Toolset D7314A YEAR 2000 Compliance" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000017 (831 bytes) "Missing Helios software" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000018 (907 bytes) "C101s anywhere?" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000019 (1260 bytes) "Re: Missing Helios software" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000020 (912 bytes) "Where could I buy Transputer?" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000021 (897 bytes) "C - Occam communication" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000022 (844 bytes) "Re: C - Occam communication" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000023 (1817 bytes) "Re: C - Occam communication" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000024 (402 bytes) "ABSOLUTELY TO SEE" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000025 (436 bytes) "$6 INTO THOUSANDS! 703 [1/2]" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000026 (1795 bytes) "WinFold - the discreet folding editor" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000027 (620 bytes) "Cable Atari ATW800" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000028 (1047 bytes) "Re: Cable Atari ATW800" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000029 (674 bytes) "C012 Equivalent" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000030 (847 bytes) "Help for test!" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000031 (704 bytes) "FAQ request" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000032 (1613 bytes) "Re: C012 Equivalent" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000033 (755 bytes) "Have INMOS publications from 1987-88" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000034 (726 bytes) "FS: (UK) transputer eval stuff PC" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000035 (571 bytes) "WTD: Cray stuff (UK)" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000036 (1120 bytes) "Re: INMOS B014, B016" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000037 (824 bytes) "Re: FS: (UK) transputer eval stuff PC" /parallel/internet/usenet/comp.sys.transputer/articles/1999/03-Mar/000038 (930 bytes) "Smalltalk for the Transputer" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/ 04-Apr /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000001 (2453 bytes) "WoTUG-22 -- Final Call!" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000002 (543 bytes) "The right list for you 4450" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000003 (549 bytes) "Tiny Transputer Routing Harness" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000004 (578 bytes) "WTB: SBus-based transputer card" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000005 (487 bytes) "ENTER NOW...... GREAT AND 100% FREE LIVE SEX" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000006 (1696 bytes) "Virtuoso for Transputers released for FREE" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000007 (630 bytes) "Cosy Parallel Operating System released for FREE" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000008 (915 bytes) "DO YOU BELIEVE IN REINCARNATION? 5039" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000009 (532 bytes) "DS-Links" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000010 (479 bytes) "CSA Inc..." /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000011 (1486 bytes) "Re: CSA Inc..." /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000012 (979 bytes) "Re: DS-Links" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000013 (960 bytes) "Re: DS-Links" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000014 (522 bytes) "Nederland: Universiteit/HBO-instelling?" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000015 (523 bytes) "Nederland: Universiteit/HBO-instelling?" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000016 (764 bytes) "ftest sourcecode" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000017 (1086 bytes) "Re: ftest sourcecode" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000018 (1115 bytes) "Re: ftest sourcecode" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000019 (531 bytes) "Re: ftest sourcecode" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000020 (1168 bytes) "Re: ftest sourcecode" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000021 (451 bytes) "http://welcome.to/warezil" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000022 (1038 bytes) "Re: ftest sourcecode" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000023 (1539 bytes) "Re: ftest sourcecode" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000024 (1637 bytes) "Re: ftest sourcecode" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000025 (714 bytes) "HELP: ProcToHigh() and ProcToLow()" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000026 (1270 bytes) "Re: ftest sourcecode" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000027 (970 bytes) "Re: ftest sourcecode" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000028 (1480 bytes) "Re: HELP: ProcToHigh() and ProcToLow()" /parallel/internet/usenet/comp.sys.transputer/articles/1999/04-Apr/000029 (2775 bytes) "Re: HELP: ProcToHigh() and ProcToLow()" /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/ 05-May /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000001 (755 bytes) "Download Virtuoso for the Transputer" /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000002 (673 bytes) "Inmos Tools & Windows NT" /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000003 (490 bytes) "Looking for >4MB T805 size 1 TRAM" /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000004 (483 bytes) "T8xx 1MB Size 1 TRAMS" /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000005 (611 bytes) "Buying Transputer chips." /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000006 (767 bytes) "Re: Buying Transputer chips." /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000007 (1170 bytes) "Re: Buying Transputer chips." /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000008 (855 bytes) "Re: Buying Transputer chips." /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000009 (486 bytes) "vends carte transputer T800" /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000010 (763 bytes) "T400 trams for sale" /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000011 (493 bytes) "free chips" /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000012 (590 bytes) "Chips Wanted: SGS STC101-F10S and STC104-F10S" /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000013 (815 bytes) "Re: Buying Transputer chips." /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000014 (1879 bytes) "Re: Buying Transputer chips." /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000015 (1217 bytes) "Re: Buying Transputer chips." /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000016 (3557 bytes) "Re: Buying Transputer chips." /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000017 (1540 bytes) "Re: Buying Transputer chips." /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000018 (472 bytes) "@home & networks 9908" /parallel/internet/usenet/comp.sys.transputer/articles/1999/05-May/000019 (794 bytes) "Inmos VME Rack for sale" /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/ 06-Jun /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000001 (943 bytes) "Re: Inmos VME Rack for sale" /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000002 (4695 bytes) "Small job - occam2" /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000003 (715 bytes) "Kit for sale." /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000004 (4096 bytes) "Small job - occam2 - english comments & variable names" /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000005 (944 bytes) "INMOS SCSI TRAM questions" /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000006 (612 bytes) "T2 Systems Ltd Paradise 1/A TRAM" /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000007 (1759 bytes) "Re: INMOS SCSI TRAM questions" /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000008 (847 bytes) "Re: INMOS SCSI TRAM questions" /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000009 (1762 bytes) "Re: INMOS SCSI TRAM questions" /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000010 (926 bytes) "IMSC011/C012 Link - Help!" /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000011 (1043 bytes) "MSC MB4T + RS422 TRAM" /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000012 (1009 bytes) "Helios timeout problems solved me thinks" /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000013 (665 bytes) "Helios Servers" /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000014 (1032 bytes) "Re: IMSC011/C012 Link - Help!" /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000015 (2354 bytes) "Kit for sale." /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000016 (788 bytes) "New Site about East Timor" /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000017 (449 bytes) "For sale: Parsytec Xplorer-T8" /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000018 (631 bytes) "Re: For sale: Parsytec Xplorer-T8" /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000019 (458 bytes) "Transputer stuff." /parallel/internet/usenet/comp.sys.transputer/articles/1999/06-Jun/000020 (590 bytes) "Pioneer pcp pr 24A drive" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/ 07-Jul /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000001 (686 bytes) "Parix 1.2 (or better) for Parsytec Xplorer" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000002 (617 bytes) "virtuoso for logical systems c compiler" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000003 (504 bytes) "Ethernet TRAM wanted for trade" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000004 (799 bytes) "Re: T2 Systems Ltd Paradise 1/A TRAM" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000005 (607 bytes) "links" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000006 (1952 bytes) "Re: T2 Systems Ltd Paradise 1/A TRAM" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000007 (2147 bytes) "Re: links" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000008 (980 bytes) "urgent call for transputer programs" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000009 (473 bytes) "Message for Antony Hall, UK." /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000010 (5139 bytes) "Buy .." /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000011 (1142 bytes) "Re: INMOS SCSI TRAM questions" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000012 (327 bytes) "T801 Info" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000013 (1697 bytes) "Parsytec, INMOS, and me" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000014 (433 bytes) "State of the Transputer Community" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000015 (1145 bytes) "Re: State of the Transputer Community" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000016 (2729 bytes) "Re: State of the Transputer Community" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000017 (1361 bytes) "Re: State of the Transputer Community" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000018 (1710 bytes) "Re: State of the Transputer Community" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000019 (2197 bytes) "Re: State of the Transputer Community" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000020 (1595 bytes) "Re: Parsytec, INMOS, and me" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000021 (2684 bytes) "Transputer stuff for sale (lots)" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000022 (2395 bytes) "Re: Transputer stuff for sale (lots)" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000023 (2132 bytes) "Re: Transputer stuff for sale (lots)" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000024 (5210 bytes) "Buy a transputer board ..." /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000025 (927 bytes) "Re: T801 dinosaur" /parallel/internet/usenet/comp.sys.transputer/articles/1999/07-Jul/000026 (1250 bytes) "Major update of transputer homepage" /parallel/internet/www/ World Wide Web (WWW) sites /parallel/internet/www/other-bibs.html (1677 bytes) Links to other bibliographies /parallel/internet/www/other-docs.html (3183 bytes) Links to other documentation /parallel/internet/www/other-groups.html (5963 bytes) Links to other groups, clubs and consortia /parallel/internet/www/other-lists.html (2318 bytes) Links to other other links (!) /parallel/internet/www/other-projects.html (16866 bytes) Links to other research groups, projects and services /parallel/internet/www/sites/ Sites by Region and Country /parallel/internet/www/sites/america/ American Continent Sites /parallel/internet/www/sites/america/brazil/ "Brazil" "National Supercomputing Center" (UFRGS) "HPC and Parallel Processing in Brazil" Associated with the Computer Architecture / High-Performance Processing Interest Group of the Brazilian Computer Society. /parallel/internet/www/sites/america/canada/ "Canada" "Computer Research Institute of Montreal / Centre de recherche informatique de Montreal" (CRIM) "University of Waterloo Parallel and Distributed Systems Research Group Server." /parallel/internet/www/sites/america/mexico/ "Mexico" "National Autonomous University of México Supercomputing Site" (UNAM) /parallel/internet/www/sites/america/usa/ "United States of America" (USA) /parallel/internet/www/sites/america/usa/national-labs.html (5437 bytes) USA National Laboratories /parallel/internet/www/sites/america/usa/national-organisations.html (4597 bytes) USA National Organisations /parallel/internet/www/sites/america/usa/regional-sites.html (9791 bytes) USA Regional Sites /parallel/internet/www/sites/asia/ Asian Continent Sites /parallel/internet/www/sites/asia/china/ Chinese Sites "China Education and Research Network" (CERNET) /parallel/internet/www/sites/europe/ European Continent Sites /parallel/internet/www/sites/europe/germany/ "Germany" "University of Tuebingen" Parallel Archive - In Deutsch. "German Climate Research Center / Deutsches Klimarechenzentrum" (DKRZ) by Kerstin Kleese In English and also in Deutsch at . See parallel computing pages at (English) and (Deutsch) "German Aerospace Research Establishment / Deutsche Forschungsanstalt für Luft- und Raumfahrt" (DLR) English / Deutsch. "German National Research Center for Computer Science" (GMD) Based at Sankt Augustin (SCAI) and Berlin (FIRST) and Parallel Computing Research interests (). Includes the TRAPPER () Toolbox, which is used in parallel real-time applications in vehicle research. "University of Karlsruhe" Fakultät für Informatik Computer Science Bibliography at "University of Hannover" Institut für Theoretische Nachrichtentechnik Parallel Computing Page. "Johannes Gutenberg-Universität Mainz" In Deutsch. "Paderborn Center for Parallel Computing" (PCPC or PC²) At the Universitaet Paderborn. The center has two parsytec massively parallel transputer systems, and a large GC PowerPlus coming soon. It has a strong focus on applications in the areas of benchmarking suites , combinatorial optimisation, finite element methods, computer graphics, computer management software (Computing Center Software, CCS at ), load balancing, graph mapping, virtual shared memory and the design of distributed computing networks (virtual topologies at ) and commonly used global functions at ). "University of Stuttgart" In Deutsch only (English not yet available). "German Scientific Computing Home Page" by Ulrich Rüde, In English and also in Deutsch at /parallel/internet/www/sites/europe/greece/ "Greece" "University of Patras" High Performance Computing Lab. "Athens High Performance Computing Laboratory" A not-for-profit organization formed by the University of Athens, the National Technical University of Athens, and the Computer Technology Institute of the University of Patras. "ICS-FORTH" Crete, Greece. /parallel/internet/www/sites/europe/norway/ "Norway" "National Cluster Parallel Processing Technology Center" At University of Oslo Supercomputing Facilities (UiO-USIT). In Norsk / English "National MPP Centre, Parallel Processing Laboratory" (Parallab) At University of Bergen. Contains an Intel Paragon XP/S. Parallel Indesk Side / Parallab. In Norsk / English . "National Vector Processing Technology Centre" (SINTEF) Trondheim - In Norsk / English . /parallel/internet/www/sites/europe/others/ "Other European Sites" "The School for Advanced Studies in Industrial and Applied Mathematics" (Italy). The research and educational branch of the Tecnopolis CSATA Novus Ortus Science Park which operates in the field of parallel and high performance computing. Topics covered include: LINDA under PVM, SASIAM technical reports () and parallel software (). "National Supercomputer Center" (Sweden) "Supercomputer Software Department" by Oleg Yu. Repin , (Academgorodok, Novosibirsk, Russia) The SSD is a subdivision of Russian Academy of Sciences, which performs the complex study of diversified fields of parallel computer science. Each odd year it organizes the next International Conference of Parallel Computing Technologies (PaCT) series. The Department is integrated with the University Chair, which offers up to 5-7 Ph.D. degrees per year. "Centre Europien pour le Recherche Nucliaire" (CERN) (France and Switzerland) "Finnish national supercomputer center" (CSC) (Finland) "National Supercomputing Centre" (Slovenia) "National Aerospace Laboratory" (NLR) (Netherlands) "Vienna Centre for Parallel Computing" (Austria) Established at the University of Vienna in January 1995 with funding from the EU ESPRIT programme and Austrian government agencies. It aims to be a site for the transfer of technology in High Performance Computing and is closely associated with the University's Institute for Software Technology and Parallel Processing. The main computing facility at the Centre is a Meiko CS-2HA with 136 nodes, which is available to industry and academia for applied research, code development, benchmarking and demonstration purposes. "Leiden University High Performance Computing Group" (Netherlands) Headed by Harry Wijshoff "Institut National de Recherche en Informatique et en Automatique" (INRIA) (France) /parallel/internet/www/sites/europe/switzerland/ "Switzerland" "Centre Europien pour le Recherche Nucliaire" (CERN) "Ecole Polytechnique Fidirale de Lausanne" (EPFL) "ETHZ Interdisciplinary Center for Supercomputing" /parallel/internet/www/sites/europe/united-kingdom/ "United Kingdom (England, N.Ireland, Scotland, Wales)" "University of Manchester Computing Center Cray Superserver" "University of Southampton HPC Centre" "National Transputer Support Centre, Sheffield, UK" A transfer-technology company specialising in the specification, design and implementation of parallel processing systems, in a wide range of areas of applicability. They also provide IT consultancy and training. "Rutherford Appleton Laboratory" Informatics Department including the UK Parallel Processing in Engineering Community Club (PPECC) at . "Oxford University Programming Research Group" (PRG) "University of Westminster Centre for Parallel Computing" "University of Manchester Centre for Novel Computing" (CNC) Active since November 1990 concentrating on shared address abstraction, in particular VSM. Also has projects in applications, compiler and OS development funded by EPSRC, Framework IV and industry. "University of Warwick, High Performance Systems Group" (HPSG) by Professor Graham R. Nudd, High Performance Systems Group, Department of Computer Science, University of Warwick, Coventry CV4 7AL, UK The group's principal activities focus on many aspects of high performance computing, including: the development of performance analysis techniques and tools, the utilisation of performance prediction methodologies to optimise industrial strength applications (e.g. financial, visualisation), the development of novel architectures for computationally intensive applications. The group is funded by DARPA/ITO to develop performance prediction and analysis tools for high performance systems (PACE). Other projects are funded by EPSRC/SERC, EU ESPRIT, MOD and the DOD. "Daresbury Laboratory" Involved in Parallel Tools and Algorithms () for HPC as well as other more general computing () activities. "Scotland HPC Training and Education Centre" This is at EPCC, Edinburgh (above) "Edinburgh Parallel Computing Center" (EPCC) Contains a large proportion of the UK's national HPC resources () such as the Cray T3D () and a large staff of researchers. Commercial and consultancy work is also done. [Scottish regional HPC centre] "Internet Parallel Computing Archive" (IPCA) At the HENSA/Unix Archive () at the University of Kent at Canterbury () "Manchester and North HPC Training and Education Centre" "High Performance Computing (HPC) Teaching and Training Centres" "University of Liverpool High Performance Computing Projects" Information on Fortran 90 course development and the FAR project. The FAR project has developed a software tool to facilitate the exploitation of idle time in networks of workstations and manage the problems associated with using configured groups of workstations as loosely-coupled, distributed-memory hypercomputers in a general computing service environment. "London Parallel Applications Centre" Consults in HPC. Part of SEL-HPC. "London and South East Centre for HPC" (SEL-HPC) Also including the HPC Article Archive at . "Partnership in Advanced Computing Technologies" (PACT) A collaboration between Inmos and the Science Research Foundation (SRF). SRF is a research organisation that encompasses three local Universities: Bristol, Bath and the West of England. Also known as SRF-PACT. /parallel/internet/www/sites/rest-of-world/ Rest of the world Sites /parallel/internet/www/sites/rest-of-world/australia/ "Australian Sites" University of Western Australia EE Engineering Dept, Centre for Intelligent Information Processing Systems (CIIPS) Parallel and Distributed Computing papers and technical reports. Includes experiences with porting and benchmarking programs on the Hector multi-processor, the KSR1 and a workstation cluster (via PVM). "Sydney Regional Centre for Parallel Computing" (SRCPC) The web pages contain information of relevance to High Performance Computing, Computational Science, the research undertaken with the SRCPC facilities, and some local information concerning the operation of the centre's CM5. Griffith University Parallel Computing Unit Queensland Parallel Supercomputing Facility "Ege University Computer Center" (Turkey) /parallel/journals/ "Journal call for papers, style guides and bibliographies" /parallel/journals/IOS/ "IOS Press information" Publishers of WoTUG, NATUG and other occam user groups' conference proceedings. /parallel/journals/IOS/Bibliographies/ Bibliographies IOS publications concering transputers including WoTUG, NATUG and other proceedings and publications. Original ASCII version by Dyke Stiles Converted to BibTeX and cleaned up by Dave Beckett /parallel/journals/IOS/Bibliographies/1984.bib (16447 bytes) Transputer/occam Bibliography for 1984, from WoTUG database /parallel/journals/IOS/Bibliographies/1985.bib (22448 bytes) Transputer/occam Bibliography for 1985, from WoTUG database /parallel/journals/IOS/Bibliographies/1986.bib (31082 bytes) Transputer/occam Bibliography for 1986, from WoTUG database /parallel/journals/IOS/Bibliographies/1987.bib (44874 bytes) Transputer/occam Bibliography for 1987, from WoTUG database /parallel/journals/IOS/Bibliographies/1988.bib (26461 bytes) Transputer/occam Bibliography for 1988, from WoTUG database /parallel/journals/IOS/Bibliographies/1989.bib (44053 bytes) Transputer/occam Bibliography for 1989, from WoTUG database /parallel/journals/IOS/Bibliographies/1990.bib (19950 bytes) Transputer/occam Bibliography for 1990, from WoTUG database /parallel/journals/IOS/Bibliographies/1991.bib (4548 bytes) Transputer/occam Bibliography for 1991, from WoTUG database /parallel/journals/IOS/Bibliographies/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/journals/IOS/Bibliographies/aisig2.bib (2692 bytes) Bibliography of proceedings of OUG AI SIG 2, 1990 (may not be published) /parallel/journals/IOS/Bibliographies/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/journals/IOS/Bibliographies/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/journals/IOS/Bibliographies/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/journals/IOS/Bibliographies/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/journals/IOS/Bibliographies/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/journals/IOS/Bibliographies/books.bib (8067 bytes) Transputer/occam books Bibliography up to 1990, from WoTUG database /parallel/journals/IOS/Bibliographies/extraart.bib (6527 bytes) Transputer/occam Bibliography other articles, from WoTUG database /parallel/journals/IOS/Bibliographies/image.bib (2851 bytes) Image Processing and Transputers, ed. Hugh C. Webber, IOS Press, Amsterdam, 1992. /parallel/journals/IOS/Bibliographies/inmospubs.bib (7039 bytes) Transputer/occam Bibliography for INMOS publications (to 1990) from WoTUG database /parallel/journals/IOS/Bibliographies/japan3.bib (7039 bytes) Transputer/occam, Proceedings of Japan 3, ed. T. L. Kunii and D. May, IOS Press, Amsterdam, 1990. /parallel/journals/IOS/Bibliographies/natug1.bib (6807 bytes) Transputer Research and Applications 1, Proceedings of NATUG 1, ed. G. S. Stiles, IOS Press, Amsterdam, 1989. /parallel/journals/IOS/Bibliographies/natug2.bib (10258 bytes) Transputer Research and Applications 2, Proceedings of NATUG 2, ed. J. A. Board, IOS Press, Amsterdam, 1989. /parallel/journals/IOS/Bibliographies/natug3.bib (11013 bytes) Transputer Research and Applications 3, Proceedings of NATUG 3, ed. A. S. Wagner, IOS Press, Amsterdam, 1990. /parallel/journals/IOS/Bibliographies/natug4.bib (8294 bytes) Transputer Research and Applications 4, Proceedings of NATUG 4, ed. D. L. Fielding, IOS Press, Amsterdam, 1990. /parallel/journals/IOS/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/journals/IOS/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/journals/IOS/Bibliographies/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/journals/IOS/Bibliographies/nrat.bib (5179 bytes) Networks, Routers, & Transputers, ed. M. D. May, P. W. Thompson, and P. H. Welch, IOS Press, Amsterdam, 1993. /parallel/journals/IOS/Bibliographies/oug10.bib (8890 bytes) Applying Transputer Based Parallel Machines, Proceedings of OUG 10, ed. Andre Bakkers, IOS Press, Amsterdam, 1989. /parallel/journals/IOS/Bibliographies/oug11.bib (5799 bytes) Developing Transputer Applications, Proceedings of OUG 11, ed. J. Wexler,IOS Press, Amsterdam, 1989; ISBN 90 5199 020. /parallel/journals/IOS/Bibliographies/oug12.bib (8582 bytes) Tools and Techniques for Transputer Applications, Proceedings of OUG 12, ed. Stephen J. Turner, IOS Press, Amsterdam, 1990. /parallel/journals/IOS/Bibliographies/oug13.bib (9788 bytes) Real-Time Systems with Transputers, Proceedings of OUG 13, ed. H. S. M. Zedan, IOS Press, Amsterdam, 1990. /parallel/journals/IOS/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/journals/IOS/Bibliographies/oug8.bib (6121 bytes) Developments Using occam, Proceedings of OUG 8, ed. Jon Kerridge, IOS Press, Amsterdam, 1988. /parallel/journals/IOS/Bibliographies/oug9.bib (6319 bytes) occam and the Transputer - Research and Applications, Proceedings of OUG 9, ed. Charlie Askew, IOS Press, Amsterdam, 1988. /parallel/journals/IOS/Bibliographies/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/journals/IOS/Bibliographies/pre1984.bib (9854 bytes) Transputer/occam Bibliography before 1984, from WoTUG database /parallel/journals/IOS/Bibliographies/sa88.bib (5214 bytes) "Parallel processing: technology and applications" : Proceedings of the international symposium 26-28 October 1988 Johannesburg South Africa. /parallel/journals/IOS/Bibliographies/serc.bib (20963 bytes) Transputer Bibliography of SERC related items, from WoTUG database /parallel/journals/IOS/Bibliographies/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/journals/IOS/Bibliographies/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/journals/IOS/Bibliographies/tnnna.bib (6794 bytes) Transputing in Numerical and Neural Network Applications, ed. G. L Reijns and Jian Luo, IOS Press, Amsterdam, 1992. /parallel/journals/IOS/Bibliographies/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/journals/IOS/Bibliographies/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/journals/IOS/Bibliographies/wotug14.bib (7479 bytes) occam and the Transputer - Current Developments, Proceedings of WoTUG 14, ed. Janet Edwards, IOS Press, Amsterdam, 1991. /parallel/journals/IOS/Bibliographies/wotug15.bib (7196 bytes) Transputer Systems - Ongoing Research, Proceedings of WoTUG 15, ed. A. Allen. IOS Press, Amsterdam, 1992. /parallel/journals/IOS/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/journals/IOS/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/journals/IOS/Bibliographies/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/journals/IOS/Bibliographies/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/journals/IOS/IOS-details (1065 bytes) Details of how to contact IOS Press. /parallel/journals/IOS/ios.cls (8525 bytes) "LaTex2e Class file for IOS Press papers (ios.cls) V1.4" NOTE: This is unofficial but approved for WoTUG-21. /parallel/journals/IOS/ioscrcb.sty (12989 bytes) "LaTex2 Style file for IOS Press papers (ioscrcb.sty)" /parallel/journals/IOS/iosstyle.ps (16333 bytes) "IOS Press official rules for published papers" This is a PostScript document generated from the LaTeX 2e source below. /parallel/journals/IOS/iosstyle.tex (6311 bytes) "IOS Press LaTex 2e example paper" This is LaTeX 2e source for the paper defining the style of camera ready copy for published papers. This uses the ios.cls style file below. This is an unofficial document using the official words. /parallel/journals/IOS/iosword.dot (24576 bytes) "MS Word 6,7,95 and 97 template file for IOS Press style sheet (iosword.dot)" "IEEE Computer Society's ParaScope" by David A. Bader , , Institute for Advanced Computer Studies, A.V. Williams Building, University of Maryland, College Park, MD 20742, USA; Tel: 301-405-6755; FAX: 301-314-9658 Links of parallel computer research and vendors "Concurrency: Practice and Experience" (CPE) Journal published by John Wiley & Sons. /parallel/journals/parallel-computing/ "Parallel Computing" Published by Elsevier /parallel/journals/parallel-computing/1994-03-10 (1723 bytes) Contents listing of Parallel Computing vol 20, iss 3: 1994-03-10 Creator: Hans Kort /parallel/journals/parallel-computing/1994-03-31 (2050 bytes) Contents listing of Parallel Computing vol 20, iss 4: 1994-03-31 Creator: Hans Kort /parallel/journals/parallelogram/ "Parallelogram" Published by Fitzroy /parallel/journals/parallelogram/contacts (645 bytes) Contacts for Parallelogram /parallel/journals/parallelogram/jan-1994-article (12296 bytes) Sample article from January 1994 issue - "Mpp Interconnection Standards Emerge" by Craig Lund . This article is copyright, 1994, by Fitzroy Publishing, Limited (London). Distributing unmodified copies of the article, in electronic form, is permitted. Creator: Craig Lund /parallel/journals/ppl/ "Parallel Processing Letters" /parallel/journals/ppl/contacts (911 bytes) Details of Parallel Processing Letters and how to contact the editor. /parallel/journals/ppl/contents/ Directory containing contents split by issue /parallel/journals/ppl/contents/vol1no1-sep1991.tex (1273 bytes) Volume 1 Number 1 - September 1991 /parallel/journals/ppl/contents/vol1no2-dec1991.tex (1349 bytes) Volume 1 Number 2 - December 1991 /parallel/journals/ppl/contents/vol2no1-mar1992.tex (1493 bytes) Volume 2 Number 1 - March 1992 /parallel/journals/ppl/contents/vol2no2+3-sep1992.tex (2648 bytes) Volume 2 Numbers 2 and 3 - September 1992 /parallel/journals/ppl/contents/vol2no4-dec1992.tex (1378 bytes) Volume 2 Number 4 - December 1992 /parallel/journals/ppl/contents-article (10065 bytes) Article containing table of contents for PPL Creator: valerie roger /parallel/journals/supercomputer-european-watch (1779 bytes) "SUPERCOMPUTER - EUROPEAN WATCH" by Jaap Hollenberg A monthly newsletter on High Performance Computing and Networking. Running since 1990 in 16 page format and convering world wide news and views about supercomputing. /parallel/journals/trcom/ "Transputer Communications" The journal of WoTUG (World occam and Transputer User Group), published by John Wiley & Sons. /parallel/journals/trcom/bibliography.ps.gz (15787 bytes) PostScript bibliography of all the journal articles currently published, built from the BibTeX sources in the volume directories below. /parallel/journals/trcom/latex-styles/ LaTeX style files and example papers for Transputer Communications. /parallel/journals/trcom/latex-styles/epsfig.sty (33620 bytes) EPSF - Encapsulated PostScript format style file for LaTeX. Useful for including Encapsulated PostScript pictures into papers. This is not required, just a useful style file. /parallel/journals/trcom/latex-styles/example1.tex (2901 bytes) Example 'paper' using the Transputing Communications style files for a single author. /parallel/journals/trcom/latex-styles/example2.tex (2985 bytes) Example 'paper' using the Transputing Communications style files for multiple authors. /parallel/journals/trcom/latex-styles/paper.bib (346 bytes) Dummy bibliography used by example1.tex and example2.tex /parallel/journals/trcom/latex-styles/trcom.bst (17722 bytes) BibTeX style for papers for the Transputer Communications journal published by Wiley. /parallel/journals/trcom/latex-styles/trcom03.sty (20716 bytes) LaTeX style file V3 for papers for the Transputer Communications journal published by Wiley. Requires trueital.tex. /parallel/journals/trcom/latex-styles/trueital.tex (1448 bytes) LaTeX style / include file for papers for the Transputer Communications journal published by Wiley. Used by trcom03.sty above. [(La)TeX] /parallel/journals/trcom/latex-styles/trueital.sty (2711 bytes) LaTeX style / include file for papers for the Transputer Communications journal published by Wiley. Used by trcom03.sty above. [(La)TeX] /parallel/journals/trcom/latex-styles/ttcverb.sty (7727 bytes) A 'verbatim' style for Transputer Communications to set the code in 9 point courier. This is not a required file, but is recommended to reduce the size of large code fragments. /parallel/journals/trcom/msword-styles/ MS Word 6.0 template file and guidelines for styling Transputer Communications papers. /parallel/journals/trcom/msword-styles/ttci01.dot (35840 bytes) MS Word 6.0 template file for styling Transputer Communications papers. /parallel/journals/trcom/msword-styles/ttcinst.doc (11264 bytes) MS Word 6.0 guidelines for styling Transputer Communications papers. /parallel/journals/trcom/transputer-communications.cfp (6223 bytes) Call for papers for the Transputer Communications journal published by Wiley with the World occam and Transputer User Group (WoTUG). Creator: P.H.Welch /parallel/journals/trcom/volume1/ Transputer Communications volume 1 information /parallel/journals/trcom/volume1/ds-link-interface/ Schematics, PLPL listings and JEDEC files for the PLD's and occam listings of the software for the "DS-Link Interface for T9000 System Development" paper by Wykes, Trindade and Nicole in Transputer Communications 1(1). /parallel/journals/trcom/volume1/ds-link-interface/dslink.tar.gz (93309 bytes) Data files and figures for DS-Link Interface paper from Transputer Communications 1(2). /parallel/journals/trcom/volume1/trcom1-1.bib (6640 bytes) Bibliography of papers from Transputer Communications 1(1) /parallel/journals/trcom/volume1/trcom1-2.bib (4418 bytes) Bibliography of papers from Transputer Communications 1(2) /parallel/journals/trcom/volume2/ Transputer Communications volume 2 information /parallel/journals/trcom/volume2/trcom2-1.bib (3760 bytes) Bibliography of papers from Transputer Communications 2(1) March 1994 /parallel/journals/trcom/volume2/trcom2-2.bib (4746 bytes) Bibliography of papers from Transputer Communications 2(2) June 1994 /parallel/journals/trcom/volume2/trcom2-3.bib (5719 bytes) Bibliography of papers from Transputer Communications 2(3) September 1994 /parallel/languages/ "Parallel languages or languages for parallel systems" /parallel/languages/ada/ "ADA" "Scientific High Performance Computing with Ada95" (HPAda95) by Martin J. Stift , , Institut fuer Astronomie, Tuerkenschanzstr. 17, A-1180 Wien, Austria; Tel: 43-1-4706800/35; FAX: 43-1-4706800/35 ABSTRACT: Scientific High Performance Computing with Ada95 has become a reality: on 12-Feb-1997 Ada95 has for the first time - with resounding success - been used in scientific supercomputing. A code developed by myself and capable of synthesising the integrated polarised spectrum of a rotating magnetic star (the so-called Oblique Rotator) has executed in parallel on several processors of a Silicon Graphics Power Challenge XL symmetric multiprocessing server. Task synchronisation is done by means of protected objects. Distribution over the different processors proved straightforward with the GNAT compiler pragmas. Code speedup scales linearly with the number of processors. For the calculation of stellar spectra over large wavelength intervals and of stellar atmospheres the Ada tasking model is demonstrably much better suited than High Performance Fortran, but also in many other (astro)physical problems Ada tasking offers great advantages. /parallel/languages/bcpl/ "BCPL" /parallel/languages/bcpl/bcpl.tar.Z (558253 bytes) BCPL for T4/T8 transputers. It is the end product of a student third year project and hence caveats about quality apply. Creator: Sean M Wykes , Dept. Electronics & Computer Science, University of Southampton, UK /parallel/languages/c/ "C and C++; C++ classes" /parallel/languages/c/parallel-c++/ parallel-c++ See also a list of parallel C++ projects at See also the CHARM++ parallel programming system, based on C++ at /parallel/languages/c/parallel-c++/classes/ C++ classes for parallel and HPC use. /parallel/languages/c/parallel-c++/classes/toops/ toops TOOPS (Tool for Object Oriented Protocol Simulation): A C++ class library for process-oriented simulation primarily of communication protocols. TOOPS contains classes for processors, processes, channels, sockets and messages. See also /parallel/languages/c/parallel-c++/classes/toops/.nams-info/ .nams-info /parallel/languages/c/parallel-c++/classes/toops/.nams-info/status (189 bytes) status /parallel/languages/c/parallel-c++/classes/toops/.nams-info/status.new-14666 (0 bytes) status.new-14666 /parallel/languages/c/parallel-c++/classes/toops/readme.txt (651 bytes) "Overview of TOOPS" /parallel/languages/c/parallel-c++/classes/toops/toops1.21.tar.gz (195960 bytes) "TOOPS Version 1.21" TOOPS currently runs under HP UX 9.0x and 10.10 (HP C++ 3.40 and gcc 2.5.8 or 2.7.2), IRIX 5.3 (SGI CC 4.0), LINUX (gcc), DOS and Windows 3.1 (Borland C++ 3.1 and MS Visual C++ 1.51). We still have problems under Borland 4.x and SUN OS 4.1.3. [gzipped tar] /parallel/languages/c/parallel-c++/classes/toops/toops121.zip (240211 bytes) "TOOPS Version 1.21" TOOPS currently runs under HP UX 9.0x and 10.10 (HP C++ 3.40 and gcc 2.5.8 or 2.7.2), IRIX 5.3 (SGI CC 4.0), LINUX (gcc), DOS and Windows 3.1 (Borland C++ 3.1 and MS Visual C++ 1.51). We still have problems under Borland 4.x and SUN OS 4.1.3. [(pk)zipped] /parallel/languages/c/parallel-c++/ucpp/ uC++ / micro C++ - an extended C++ that provides light-weight concurrency on uni- and multi-processor UNIX computers. uC++ (pronounced micro-C++), is an extended C++ that provides light-weight concurrency on uniprocessor and multiprocessor computers running the UNIX operating system. uC++ extends C++ in somewhat the same way that C++ extends C. The extensions introduce new objects that augment the existing control flow facilities and provide concurrency. uC++ provides both direct and indirect communication using the traditional routine call mechanism. All aspects of uC++ are statically type-checked. Furthermore, uC++ provides mechanisms for precisely controlling the order in which requests are serviced and for postponing work on already-accepted requests. /parallel/languages/c/parallel-c++/ucpp/.nams-info/ .nams-info /parallel/languages/c/parallel-c++/ucpp/.nams-info/status (191 bytes) status /parallel/languages/c/parallel-c++/ucpp/.nams-info/status.new-14774 (0 bytes) status.new-14774 /parallel/languages/c/parallel-c++/ucpp/dmake/ Dmake 4.0 distribution /parallel/languages/c/parallel-c++/ucpp/dmake/.nams-info/ .nams-info /parallel/languages/c/parallel-c++/ucpp/dmake/.nams-info/status (316 bytes) status /parallel/languages/c/parallel-c++/ucpp/dmake/.nams-info/status.new-14774 (0 bytes) status.new-14774 /parallel/languages/c/parallel-c++/ucpp/dmake/README (688 bytes) Overview of Dmake - a make like tool. /parallel/languages/c/parallel-c++/ucpp/dmake/dmake-v4.1-src-export.all-unknown-all.tar.Z (726298 bytes) dmake-v4.1-src-export.all-unknown-all.tar.Z /parallel/languages/c/parallel-c++/ucpp/dmake/dmake-v4.1-src-export.all-unknown-all.tar.gz (473427 bytes) dmake-v4.1-src-export.all-unknown-all.tar.gz /parallel/languages/c/parallel-c++/ucpp/dmake/dmake-v4.1-src-export.all-unknown-all.zip (714398 bytes) dmake-v4.1-src-export.all-unknown-all.zip /parallel/languages/c/parallel-c++/ucpp/uSystem/ uC++ distribution area (requires dmake 4.0 to build) /parallel/languages/c/parallel-c++/ucpp/uSystem/.nams-info/ .nams-info /parallel/languages/c/parallel-c++/ucpp/uSystem/.nams-info/status (614 bytes) status /parallel/languages/c/parallel-c++/ucpp/uSystem/.nams-info/status.new-14774 (0 bytes) status.new-14774 /parallel/languages/c/parallel-c++/ucpp/uSystem/AddingConcurrency.ps.gz (40084 bytes) AddingConcurrency.ps.gz /parallel/languages/c/parallel-c++/ucpp/uSystem/Announcement (2672 bytes) Announcement /parallel/languages/c/parallel-c++/ucpp/uSystem/LibraryApproach.ps.gz (11758 bytes) LibraryApproach.ps.gz /parallel/languages/c/parallel-c++/ucpp/uSystem/LimThesis.ps.gz (178973 bytes) LimThesis.ps.gz /parallel/languages/c/parallel-c++/ucpp/uSystem/MokThesis.ps.gz (187233 bytes) MokThesis.ps.gz /parallel/languages/c/parallel-c++/ucpp/uSystem/MonitorClassification.ps.gz (185150 bytes) MonitorClassification.ps.gz /parallel/languages/c/parallel-c++/ucpp/uSystem/README (821 bytes) README /parallel/languages/c/parallel-c++/ucpp/uSystem/u++-4.7.tar.gz (409547 bytes) "uC++ 4.7 source code and documentation" /parallel/languages/c/parallel-c++/ucpp/uSystem/uC++-4.7.ps.gz (242319 bytes) "uC++ 4.7 reference manual" /parallel/languages/c/parallel-c++/ucpp/uSystem/uC++SPE92.ps.gz (61388 bytes) uC++SPE92.ps.gz /parallel/languages/c/parallel-c++/ucpp/uSystem/uSystem.ps.gz (146748 bytes) A copy of the old uSystem reference manual for concurrency in C. This light-weight thread library is no longer supported. /parallel/languages/c/parallel-c++/ucpp/uSystem/uSystem.tar.gz (315561 bytes) uSystem.tar.gz /parallel/languages/code/ "CODE visual parallel programming system" CODE is a visual parallel programming system, allowing users to compose sequential programs into a parallel one. The parallel program is a directed graph, where data flows on arcs connecting the nodes representing the sequential programs. The sequential programs may be written in any language, and CODE will produce parallel programs for a variety of architectures, as its model is architecture-independent. The CODE system can produce parallel programs for PVM-based networks of machines as well as for the Sequent Symmetry. The newest version (pre-release available) supports the Cray J-series, Sun SMPs, and MPI. See also . /parallel/languages/code/.nams-info/ .nams-info /parallel/languages/code/.nams-info/status (1032 bytes) status /parallel/languages/code/.nams-info/status.new-14687 (0 bytes) status.new-14687 /parallel/languages/code/Code2.0-ReferenceManual/ Code 2.0 Reference Manual /parallel/languages/code/Code2.0-ReferenceManual/.nams-info/ .nams-info /parallel/languages/code/Code2.0-ReferenceManual/.nams-info/status (222 bytes) status /parallel/languages/code/Code2.0-ReferenceManual/.nams-info/status.new-14687 (0 bytes) status.new-14687 /parallel/languages/code/Code2.0-ReferenceManual/0-TitlePg.ps.Z (23787 bytes) Code 2.0 Reference Manual - Title page /parallel/languages/code/Code2.0-ReferenceManual/1-TOC.ps.Z (25331 bytes) Code 2.0 Reference Manual - Table of contents /parallel/languages/code/Code2.0-ReferenceManual/2-RefMan.ps.Z (74357 bytes) Code 2.0 Reference Manual - Main body /parallel/languages/code/Code2.0-ReferenceManual/README (268 bytes) Code 2.0 Reference Manual - Overview. 30 pages. Print in order of numbers at start of file name. /parallel/languages/code/Code2.0-UserManual/ Code 2.0 User Manual /parallel/languages/code/Code2.0-UserManual/.nams-info/ .nams-info /parallel/languages/code/Code2.0-UserManual/.nams-info/status (436 bytes) status /parallel/languages/code/Code2.0-UserManual/.nams-info/status.new-14687 (0 bytes) status.new-14687 /parallel/languages/code/Code2.0-UserManual/0.0-Title.ps.Z (23654 bytes) Code 2.0 User Manual - Title /parallel/languages/code/Code2.0-UserManual/0.1-TOC.ps.Z (25803 bytes) Code 2.0 User Manual - Table of contents /parallel/languages/code/Code2.0-UserManual/1-Intro.ps.Z (62869 bytes) Code 2.0 User Manual - Introduction /parallel/languages/code/Code2.0-UserManual/2-HdrReq.ps.Z (25338 bytes) Code 2.0 User Manual - Hardware Requirements /parallel/languages/code/Code2.0-UserManual/3-UserInt.ps.Z (68563 bytes) Code 2.0 User Manual - User Interface /parallel/languages/code/Code2.0-UserManual/4-Tut1.ps.Z (62843 bytes) Code 2.0 User Manual - Tutorial 1 /parallel/languages/code/Code2.0-UserManual/5-Tut2.ps.Z (55811 bytes) Code 2.0 User Manual - Tutorial 2 /parallel/languages/code/Code2.0-UserManual/6-Ch6_end.ps.Z (84695 bytes) Code 2.0 User Manual - Chapter 6 /parallel/languages/code/Code2.0-UserManual/README (527 bytes) Code 2.0 User Manual - Overview. 66 pages. Print in order of numbers at start of file name. /parallel/languages/code/CodeICS92.ps.Z (93621 bytes) "The CODE 2.0 Graphical Parallel Programming Language" ABSTRACT: CODE 2.0 is a graphical parallel programming system that targets the three goals of ease of use, portability, and production of efficient parallel code. Ease of use is provided by an integrated graphical/textual interface, a powerful dynamic model of parallel computation, and an integrated concept of program component reuse. Portability is approached by the declarative expression of synchronization and communication operators at a high level of abstraction in a manner which cleanly separates overall computation structure from the primitive sequential computations that make up a program. Execution efficiency is approached through a systematic class hierarchy that supports hierarchical translation refinement including special case recognition. This paper reports results obtained through experimental use of a prototype implementation of the CODE 2.0 system. CODE 2.0 represents a major conceptual advance over its predecessor systems (CODE 1.0 and CODE 1.2) in terms of the expressive power of the model of computation which is implemented and in potential for attaining efficiency across a wide spectrum of parallel architectures through the use of class hierarchies as a means of mapping from logical to executable program representations. /parallel/languages/code/DissBook.ps.Z (293233 bytes) "A Unified Approach To Concurrent Debugging" PhD Thesis, University of Texas Austin, December 1994. ABSTRACT: Debugging is a process that involves establishing relationships between several entities: The behavior specified in the program, P, the model/predicate of the expected behavior, M, and the observed execution behavior, E. The thesis of our approach is that a consistent representation for P, M and E greatly simplifies the problem of concurrent debugging, both from the viewpoint of the programmer attempting to debug a program and from the viewpoint of the implementer of debugging facilities. Provision of such a consistent representation becomes possible when sequential behavior is separated from concurrent or parallel structuring. Given this separation, the program becomes a set of sequential actions and relationships among these actions. The debugging process, then, becomes a matter of specifying and determining relations on the set of program actions. The relations are specified in P, modeled in M and observed in E. This simplifies debugging because it allows the programmer to think in terms of the program which he understands. It also simplifies the development of a unified debugging system because all of the different approaches to concurrennt debugging become instances of the establishment of relationships between the actions. We define a formal model of concurrent debugging in which the entire debugging process is specified in terms of program actions. This unified model of concurrent debugging places all of the approaches to debugging of parallel programs such as execution replay, race detection, model/predicate checking, execution history displays and animation, which are commonly formulated as disjoint facilities, in a single, uniform framework. We have also developed a feasibility demonstration prototype of a debugger implementing this unified model of concurrent debugging in the context of the CODE 2.0 parallel programming system. This implementation demonstrates and validates the claims of integration of debugging facilities in a single framework. It is further the case that the unified model of debugging greatly simplifies the construction of a concurrent debugger. All of the capabilities previously regarded as separate for debugging of parallel programs, both in shared memory models of execution and distributed memory models of execution, have been given an implementation in this prototype. /parallel/languages/code/DissUnifiedAppConcDbg.ps.Z (285021 bytes) "A Unified Approach To Concurrent Debugging" D.Phil dissertation, University of Texas, Austin, USA. December 1994. Abstract is as DissBook.ps above. /parallel/languages/code/DistrExecEnvironments.ps.Z (151320 bytes) "Distributed Execution Environments for the CODE 2.0 Parallel Programming System" Master Thesis dissertation, The University of Texas at Austin, May 1995. ABSTRACT: Writing parallel programs which are both efficient and portable has been a major barrier to effective utilization of parallel computer architectures. One means of obtaining portable parallel programs is to express the parallelism in a declarative abstract manner. The conventional wisdom is that the difficulty of translation of abstract specifications to executable code leads to loss of efficiency in execution. This thesis demonstrates that programs written in the CODE 2.0 representation where parallel structure is defined in declarative abstract forms can be straightforwardly compiled to give efficient execution on the distributed execution environment defined by the Parallel Virtual Machine (PVM) system. The CODE 2.0 model of programming casts parallel programs as dynamic hierarchical dependence graphs where the nodes are sequential computations and the arcs define the dependencies among the nodes. Both partitioned and shared name spaces are supported. This abstract representation of parallel structure is independent of implementation architecture. The challenge is to compile this abstract parallel structure to an efficient executable program. CODE 2.0 was originally implemented on the Sequent Symmetry shared memory multiprocessor and was shown to give executable code which was competitive with good hand coded programs in this environment. This thesis demonstrates that CODE 2.0 programs can be compiled for efficient execution on a distributed memory execution environment with a modest amount of effort. The environment chosen for this demonstration was PVM. PVM was chosen because it is available on a variety of distributed memory parallel computer architectures. Development of the translator from CODE 2.0 to the PVM execution environment required only a modest amount of effort. Translations to other distributed execution environments can probably be accomplished with a few man-weeks of effort. The efficiency of the executable is demonstrated by comparing the measured execution time of several parallel programs to hand-coded versions of the same algorithms. /parallel/languages/code/Exp_Code_Hence.ps.Z (21376 bytes) "Experiences with CODE and HeNCE in Visual Programming for Parallel Computing" ABSTRACT: Visual programming has particular appeal for explicit parallel programming, particularly coarse grain MIMD programming. Explicitly parallel programs are multi-dimensional objects; the natural representations of a parallel program are annotated directed graphs: data flow graphs, control flow graphs, etc. where the nodes of the graphs are sequential computations. A visually based `directed graph' representation of parallel programs is thus more natural than a pure text string language where multi-dimensional structures must be implicitly defined. The naturalness of the annotated directed graph representation of parallel programs enables methods for programming and debugging which are qualitatively different and arguably superior to the conventional practice based on pure text string languages. Two visually-oriented parallel programming systems, CODE 2.0 and HeNCE, will be used to illustrate these concepts. The benefits of visually-oriented realizations of these models for program structure capture, performance analysis and debugging will be explored. It is only by actually implementing and using visual parallel programming languages that we have been able to fully evaluate their merits. /parallel/languages/code/GBL2Paper.ps.Z (88145 bytes) "A High Level Language for Specifying Graph Based Languages and their PRogramming Environments (Draft)" ABSTRACT: This paper describes a high level language for specifying programming environments for programming languages that are based on directed attributed graphs. The high level language allows the specifier to describe views of portions of a program written in such a graph-based language, the editing operations used to create the program, animations of the execution of the program, and sufficient detail of the execution semantics to support the animations. We demonstrate the use of the specification language with two simple examples of graph-based languages: Petri Nets, and an extension of Petri Nets which includes the ability to nest nets hierarchically. We further describe how to generate the programming environment for graph-based languages from descriptions made in the specification language. This work is the basis for developing a compiler for generating programming environments for graph-based languages automatically. We wish to remedy the add-hoc re-inventing of such systems by providing the high-level domain-specific set of abstractions for specifying them. The specification language is based on using a grammar to describe the components of the graph-based language and using a first-order logic based language to describe state changes in editing, execution, and animation. /parallel/languages/code/IE_3.01_68K_Minimal_Installer.bin (2550656 bytes) IE_3.01_68K_Minimal_Installer.bin /parallel/languages/code/KleynDissBook.ps.Z (375769 bytes) "A High Level Language for Specifying Graph-Based Languages and Their Programming Environments" D.Phil Thesis Dissertation, University Of Texas At Austin, USA. August 1995. ABSTRACT: This dissertation addresses the problem of creating interactive graphical programming environments for visual programming languages that are based on directed graph models of computation. Such programming environments are essential to using these languages but their complexity makes them difficult and time consuming to construct. The dissertation describes a high level specification language, Glide, for defining integrated graphical/textual programming environments for such languages. It also describes the design of a translation system, Glider , which generates an executable representation from specifications in the Glide language. Glider is a programming environment generator; it automates the task of creating the programming environments used for developing programs in graphbased visual languages. The capabilities supported by the synthesized programming environments include both program capture and animation of executing programs. The significant concepts developed for this work and embodied in the abstractions provided by the Glide language are: an approach to treating programs as structured data in a way that allows an integrated representation of graph and text structure; a means to navigate through the structure to identify program components; a query language to concisely identify collections of components in the structure so that selective views of program components can be specified; a unified means of representing changes to the structure so that editing, execution, and animation semantics associated with the language can all be captured in a uniform way; and a means to associate the graphical capabilities of user interface libraries with displaying components of the language. The data modeling approach embodied in the Glide specification language is a powerful new way of representing graph-based visual languages. The approach extends the traditional restricted mechanisms for specifying composition of text language structure. The extensions allow programming in visual languages to be expressed as a seamless extension of programming in text-based languages. A data model of a graph-based visual language specif ied in Glide forms the basis for specifying the program editing, language execution semantics, and program animation in a concise and abstract way. /parallel/languages/code/KleynRecursiveTypes.ps.Z (169533 bytes) "Data Types for Graph-Based Visual Programming" ABSTRACT: This paper argues the appropriateness of using data types with sharing to characterize the underlying data structures of a large category of graphical programming interfaces - those interfaces which include building programs by interactively manipulating graphical elements in graphs as well as editing characters and words in text. The paper examines the difficulties in providing direct formal representations of the definitions and manipulations of such 'graph' data types that allow sharing of structure. The problem of formalizing the class is shown to be closely related to similar problems that arise in many different areas including the specification of abstract data types, functional programming, and models of object-oriented and network databases. The paper presents the particular approach used in the context of our work on a high-level specification language for describing interactive graphical programming environments and an associated generator. /parallel/languages/code/SC93tut.ps.Z (135676 bytes) "SC 93 Graph/Visual Abstract Models and tools in Parallel Computation" /parallel/languages/code/XCodelib/ XCodelib: CODE with TCL and Tk. /parallel/languages/code/XCodelib/.nams-info/ .nams-info /parallel/languages/code/XCodelib/.nams-info/status (144 bytes) status /parallel/languages/code/XCodelib/.nams-info/status.new-14687 (0 bytes) status.new-14687 /parallel/languages/code/XCodelib/codelib.tar (215040 bytes) codelib.tar /parallel/languages/code/XCodelib/thesis.ps (1605401 bytes) thesis.ps /parallel/languages/code/announcement (3738 bytes) Announcement of CODE 2.1a1 (first alpha release) on 21st July 1995. The system is licensed and encrypted with PGP so you have to get the key by email from the author before you can use the system. The on-line registration form is at . /parallel/languages/code/icpppaper.ps.Z (106509 bytes) "A Unified Model for Concurrent Debugging" International Conference on Parallel Processing, 1993 ABSTRACT: Events are occurrence instances of actions. The thesis of this paper is that the use of "actions", instead of events, greatly simplifies the problem of concurrent debugging. Occurrence instances of actions provide a debugger with a unique identifier for each event. These identifiers help the debugger in recording the event orderings. The recorded orderings indicate much more than a mere temporal order. They indicate the dependences that "cause" the actions to execute. A debugger can, then, collect the dependence information from the orderings of different instances of the same action, and deduce the conditions that govern the execution of the action. This provides a framework for representing and checking the expected behavior. Unlike existing approaches, we cover all parts of the debugging cycle. Our unified model, therefore, allows a single debugger to support different debugging facilities like execution replay, race detection, assertion/model checking, execution history displays, and animation. /parallel/languages/code/inbox/ inbox /parallel/languages/code/inbox/.nams-info/ .nams-info /parallel/languages/code/inbox/.nams-info/status (61 bytes) status /parallel/languages/code/inbox/.nams-info/status.new-14687 (0 bytes) status.new-14687 /parallel/languages/code/newton_diss.tar.Z (717283 bytes) "A Graphical Retargetable Parallel Programming Environment and Its Efficient Implementation" Dissertation, Dept. of Computer Sciences, University of Texas at Austin. December 1993 ABSTRACT: This dissertation addresses the problem of facilitating the development of efficiently executing programs for multiple-instruction multi-datastream (MIMD) parallel computers. The family of MIMD parallel computer architectures is the most flexible and most widely applicable means of meeting requirements for very high performance computation. It is widely accepted, however, that current methods of preparing programs for these systems are inadequate and are the primary bottleneck for attainment of these machines' potential. It is difficult to write programs which are both correct and efficient even for a single MIMD parallel architecture. A program which is efficient in execution on one member of this architecture class is often either not portable at all to different members of the architecture class, or if portability is possible, the efficiency attained is usually not satisfactory on any architecture. The conceptual basis of the approach we have taken to providing a solution for the problem of programming MIMD parallel architectures is based upon raising the level of abstraction at which parallel program structures are expressed and moving to a compositional approach to programming. The CODE 2.0 model of parallel programming permits parallel programs to be created by composing basic units of computation and defining relationships among them. It expresses the communication and synchronization relationships of units of computation as abstract dependencies. Runtime determined communications structures can be expressed. Ready access to these abstractions is provided by a flexible graphical interface in which the user can specify them in terms of extended directed graphs. Both ease of preparation of correct programs and compilation to efficient execution on multiple target architectures is enabled. The compositional approach to programming focuses the programmer's attention upon the structure of the program, rather than development of small unit transformations. In the CODE 2.0 system, the units of computation are prepared using conventional sequential programming languages along with declaratively specified conditions under which the unit is enabled for execution. The system is built upon a unique object-oriented model of compilation in which communication and synchronization mechanisms are implemented by parameterized class templates which are used to custom tailor the translation of abstract specifications in communication and synchronization to efficient local models. The attainment of the goals of the research is measured in the following ways. There have been several uses of the CODE 2.0 system by casual users in parallel programming classes. The results are uniformly positive; the programs which are developed are simple and easy to read, and execute at least as efficiently as programs written in conventional parallel languages. Experimental measurement of the execution behavior of benchmark programs has shown that the executable code generated by CODE 2.0 is efficient, often within 5% or less, and sometimes more efficient than hand-generated parallel programs. Portability with retention of efficiency of execution has been demonstrated by implementations on two different execution environments; an implementation on the synchronous message paradigm given by Ada and in the shared-memory environment of the Sequent Dynix operating system. /parallel/languages/code/ut-cs-94-229.ps.Z (141686 bytes) "Visual Programming and Parallel Computing" ABSTRACT: Visual programming arguably provides greater benefit in explicit parallel programming, particularly coarse grain MIMD programming, than in sequential programming. Explicitly parallel programs are multi-dimensional objects; the natural representations of a parallel program are annotated directed graphs: data flow graphs, control flow graphs, etc. where the nodes of the graphs are sequential computations. The execution of parallel programs is a directed graph of instances of sequential computations. A visually based `directed graph' representation of parallel programs is thus more natural than a pure text string language where multi-dimensional structures must be implicitly defined. The naturalness of the annotated directed graph representation of parallel programs enables methods for programming and debugging which are qualitatively dif ferent and arguably superior to the conventional practice based on pure text string languages. Annotation of the graphs is a critical element of a practical visual programming system; text is still the best way to represent many aspects of programs. This paper presents a model of parallel programming and a model of execution for parallel programs which are the conceptual framework for a complete visual programming environment including capture of parallel structure, compilation and behavior analysis `performance and debugging'. Two visually-oriented parallel programming systems, CODE 2.0 and HeNCE, each based on a variant of the model of programming, will be used to illustrate the concepts. The benefits of visually-oriented realizations of these models for program structure capture, software component reuse, performance analysis and debugging will be explored and hopefully demonstrated by examples in these representations. It is only by actually implementing and using visual parallel programming languages that we have been able to fully evaluate their merits. /parallel/languages/code/wet94.ps.Z (100125 bytes) "Chapter 1: Visual Programming and Parallel Computing" ABSTRACT: Visual programming languages have a number of advantages for parallel computing. They integrate well with programming environments and graphical program behavior visualization tools, and they present programmers with useful abstractions that aid them in understanding the large-scale structure of their programs. Such understanding is important for achieving good execution performance of parallel programs. Furthermore, graphical programming languages can be easier for non-specialists to use than other explicitly parallel languages since they relieve the programmer of the need to directly use low-level primitives such as message sends or locks. This paper discusses some of these general advantages and presents simple examples in the existing visual parallel programming languages, HeNCE and CODE 2.0. /parallel/languages/forth/ "FORTH" /parallel/languages/forth/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 An implementation of Forth for 16 and 32 bit transputers, with source by Laurie Pegrum. Requires D705 occam development system and a 32 bit transputer board with 1M of memory to recompile. To run requires 1M. Uses iserver interface to host. From INMOS archive server. /parallel/languages/fortran/ "Fortran 77, Fortran 90 (F90) and High Performance Fortran (HPF)" See also the articles on the SEL-HPC Article Archive about Fortran 90, HPF at /parallel/languages/fortran/adaptor/ "ADAPTOR (Automatic DAta Parallelism TranslatOR) tool" by Thomas Brandes , GMD, Germany Transforms data parallel programs written in Fortran with array extensions, parallel loops, and layout directives to parallel programs with explicit message passing. Adaptor is a tool that transforms data parallel programs written in High Performance Fortran (HPF) or CM Fortran to parallel programs with explicit message passing. /parallel/languages/fortran/adaptor/.nams-info/ .nams-info /parallel/languages/fortran/adaptor/.nams-info/status (885 bytes) status /parallel/languages/fortran/adaptor/.nams-info/status.new-14615 (0 bytes) status.new-14615 /parallel/languages/fortran/adaptor/README (1502 bytes) "ADAPTOR v5.0 (July 1997) overview." /parallel/languages/fortran/adaptor/adp_6.0.tar.gz (2184785 bytes) "ADAPTOR v6.0 Distribution (June 1998)" [gzipped tar] /parallel/languages/fortran/adaptor/adp_6.0.tar.Z (3606911 bytes) "ADAPTOR v6.0 Distribution (June 1998)" [compressed tar] /parallel/languages/fortran/adaptor/adp_6.1.tar.Z (2069904 bytes) adp_6.1.tar.Z /parallel/languages/fortran/adaptor/adp_6.1.tar.gz (1156452 bytes) adp_6.1.tar.gz /parallel/languages/fortran/adaptor/docs/ Directory containing all documents of package, each as compressed PostScript. All these documents are in adp_4.0.tar.gz and docs.tar.gz /parallel/languages/fortran/adaptor/docs/.nams-info/ .nams-info /parallel/languages/fortran/adaptor/docs/.nams-info/status (1104 bytes) status /parallel/languages/fortran/adaptor/docs/.nams-info/status.new-14615 (0 bytes) status.new-14615 /parallel/languages/fortran/adaptor/docs/adaptor.ps (97703 bytes) "Adaptor: A Compilation System for Data Parallel Fortran Programs" (to be published in VIEWEG) /parallel/languages/fortran/adaptor/docs/aero_slides.ps (409011 bytes) aero_slides.ps /parallel/languages/fortran/adaptor/docs/aerolog.ps (499676 bytes) aerolog.ps /parallel/languages/fortran/adaptor/docs/bregier_slides.ps (1554818 bytes) bregier_slides.ps /parallel/languages/fortran/adaptor/docs/comp_study.ps (546655 bytes) "Technical report: PPPE Deliverable D4.3.a - Comparison of HPF-like Systems v1.1" November 22, 1993. ABSTRACT: This report describes our experience with some of the existing prototype HPF systems which were available to the members of the PPPE project. The comparison and evaluation of these early HPF compilers was equally difficult and important in order to gain some feedback to the compiler designers but also to accumulate some initial skills in writing efficient HPF programs. /parallel/languages/fortran/adaptor/docs/compiling.ps (143793 bytes) "Compiling Data Parallel Programs to Message Passing Programs for Massively Parallel MIMD Systems" in "Working Conference on MASSIVELY PARALLEL PROGRAMMING MODELS: Suitability, Realization, and Performance", Berlin, September 1993 /parallel/languages/fortran/adaptor/docs/dalib.ps (385446 bytes) "ADAPTOR Distributed Array Library (DALIB) Version 4.0 (April 1996)" Description of DALIB run-time system of the generated message-passing programs /parallel/languages/fortran/adaptor/docs/dbetsy_slides.ps (293045 bytes) dbetsy_slides.ps /parallel/languages/fortran/adaptor/docs/europvm.ps.gz (23524 bytes) "Compiling High Performance Fortran to Message Passing" ABSTRACT: ADAPTOR is a public domain High Performance Fortran compilation system that provides the comfortable data parallel programming paradigm on parallel machines with distributed memory. Therefore, the data parallel programs with their global view of data are translated to programs that work on the local parts of the distributed data and exchange the other needed data via message passing. This paper describes the design and the implementation of the ADAPTOR system and discussesits portability by using a portable messagepassing interface. The advantages of using the new message passing interface MPI are outlined. Furthermore, the combination of data parallel programs with efficient message passage programs is discussed that will allow the use of existing libraries. /parallel/languages/fortran/adaptor/docs/evaluation.ps (131346 bytes) "Evaluation of High Performance Fortran on some Real Applications" ABSTRACT: Due to the existence of a global name space, the data parallel programming model is very comfortable to use. All communication requirements are implicit and therefore left to the compiler. To support this model even to general classes of parallel architectures, i.e. MIMD machines with distributed memory, High Performance Fortran was developed. Beside a data parallel point of view the programmer has the ability to specify data distributions explicitly via directives. Some real application programs have been investigated to show the usefulness of High Performance Fortran. Therefore these programs have been transformed into the data parallel style and a prototype compilation system has been used to translate them to message-passing programs running on different platforms. The results verify that the generated message-passing programs scale and can achieve nearly the same performance as their hand-written counterparts. The experiences have also shown where the data parallel programming model has difficulties and where additional optimizations are required. /parallel/languages/fortran/adaptor/docs/hpf-workshop-soton.ps (378223 bytes) "Optimisations in the High Performance Fortran Compilation System ADAPTOR" Presented at the HPF Workshop, Southampton, UK. [The Duff postscript won't preview so I can't be sure of this.] /parallel/languages/fortran/adaptor/docs/hpf.ps (210436 bytes) Paper about High Performance Fortran / Adaptor (in German) /parallel/languages/fortran/adaptor/docs/iguide.ps (250598 bytes) "Adaptor Installation Guide Version 6.0" /parallel/languages/fortran/adaptor/docs/pguide.ps (746919 bytes) "Adaptor Programmers Guide Version 6.0" /parallel/languages/fortran/adaptor/docs/rel_notes.6.1.ps (156396 bytes) rel_notes.6.1.ps /parallel/languages/fortran/adaptor/docs/scalapack.ps (134627 bytes) scalapack.ps /parallel/languages/fortran/adaptor/docs/tasking.ps (370673 bytes) tasking.ps /parallel/languages/fortran/adaptor/docs/tasking.ps.gz (127465 bytes) tasking.ps.gz /parallel/languages/fortran/adaptor/docs/tut_adaptor.ps (146903 bytes) "Adaptor : a public domain HPF compilation System (Tutorial)" German National Research Center for Information Technology (GMD), Institute for Algorithms and Scientific Computing (SCAI) /parallel/languages/fortran/adaptor/docs/tut_hpf_language.ps (228134 bytes) "High Performance Fortran (HPF): The Language (Tutorial)" /parallel/languages/fortran/adaptor/docs/tut_hpf_standard.ps (218449 bytes) "High Performance Fortran (HPF) - The new Standard for Data Parallel Programming (Tutorial)" /parallel/languages/fortran/adaptor/docs/uguide.ps (333303 bytes) "Adaptor Users Guide Version 6.0" /parallel/languages/fortran/adaptor/docs/uguide_6.0.ps (285925 bytes) uguide_6.0.ps /parallel/languages/fortran/adaptor/docs.tar.gz (1909731 bytes) "Adaptor V6.0 Documentation" Contains 9 PostScript documents about Adaptor (see docs directory): iguide.ps; uguide.ps; pguide.ps; dalib.ps; adaptor.ps; evaluation.ps; tut_hpf_standard.ps; tut_hpf_language.ps and tut_adaptor.ps /parallel/languages/fortran/adaptor/fire_data/ fire_data /parallel/languages/fortran/adaptor/fire_data/.nams-info/ .nams-info /parallel/languages/fortran/adaptor/fire_data/.nams-info/status (238 bytes) status /parallel/languages/fortran/adaptor/fire_data/.nams-info/status.new-14615 (0 bytes) status.new-14615 /parallel/languages/fortran/adaptor/fire_data/cojack.dat.gz (20557849 bytes) cojack.dat.gz /parallel/languages/fortran/adaptor/fire_data/drall.dat.gz (4235488 bytes) drall.dat.gz /parallel/languages/fortran/adaptor/fire_data/pent.dat.gz (7767606 bytes) pent.dat.gz /parallel/languages/fortran/adaptor/fire_data/tjunc.dat.gz (1235225 bytes) tjunc.dat.gz /parallel/languages/fortran/adaptor/front/ Compiler front end codes? /parallel/languages/fortran/adaptor/front/.nams-info/ .nams-info /parallel/languages/fortran/adaptor/front/.nams-info/status (199 bytes) status /parallel/languages/fortran/adaptor/front/.nams-info/status.new-14615 (0 bytes) status.new-14615 /parallel/languages/fortran/adaptor/front/compiler1.tar.Z (106459 bytes) compiler1.tar.Z /parallel/languages/fortran/adaptor/front/compiler2.tar.Z (223673 bytes) compiler2.tar.Z /parallel/languages/fortran/adaptor/front/compiler3.tar.Z (336693 bytes) compiler3.tar.Z /parallel/languages/fortran/adaptor/hpf_examples.tar.gz (101394 bytes) High Performance Fortran examples for ADAPTOR %.1 [gzipped tar] /parallel/languages/fortran/adaptor/hpf_examples.tar.Z (186572 bytes) High Performance Fortran examples for ADAPTOR %.1 [compressed tar] /parallel/languages/fortran/adaptor/iguide.ps (195174 bytes) iguide.ps /parallel/languages/fortran/adaptor/nec_6.0.tar.gz (1246323 bytes) "ADAPTOR programs and libraries compiled for a NEC?" /parallel/languages/fortran/adaptor/pppe/ PPPE (who?) Reports /parallel/languages/fortran/adaptor/pppe/.nams-info/ .nams-info /parallel/languages/fortran/adaptor/pppe/.nams-info/status (151 bytes) status /parallel/languages/fortran/adaptor/pppe/.nams-info/status.new-14615 (0 bytes) status.new-14615 /parallel/languages/fortran/adaptor/pppe/d.4.3.a.1.ps.Z (140388 bytes) PPPE Deliverable 4.3a (Part 1 of 2) Analysing various HPF Parallelising Strategies: "Automatic Parallelization/Partitioning: A Case Study on the ECMWF's Wather Forecast Program (2D Case)" paper by Thomas Brandes /parallel/languages/fortran/adaptor/pppe/d.4.3.a.2.ps.Z (134214 bytes) PPPE Deliverable 4.3a (Part 2 of 2) Analysing various HPF Parallelising Strategies: "Automatic Parallelization/Partitioning: A Case Study on the AVL Fire Benchmark Codes" paper by Thomas Brandes . /parallel/languages/fortran/adaptor/pvm3.3.7.tar.Z (758611 bytes) PVM version 3.3.7 /parallel/languages/fortran/adaptor/tools.tar.Z (938527 bytes) GMD compiler tools (used by adaptor?) distribution /parallel/languages/fortran/f90/ "Fortran 90" Fortran 90 area /parallel/languages/fortran/f90/f90-95-explained (3919 bytes) "Fortran 90/95 Explained" by Michael METCALF and John Reid. Fortran 95 is a revision of the ISO Fortran 90 standard based on the interpretations that have been requested following its implementation and use. In addition, new features to keep ISO Fortran aligned with High Performance Fortran have been added, along with a small number of other improvements. It is now in its final stages of formal approval. This volume represents a thorough revision of "Fortran 90 Explained". It includes more detailed explanations of many features with more examples (giving about 18 additional pages), as well as new appendices (on avoiding Fortran 77 extensions and an extended pointer example, a further 12 pages). Also, it incorporates all the interpretations, and has a completely new chapter on Fortran 95 (18 pages). It is a complete and authoritive description of Fortran 90/95. Published by Oxford University Press, Oxford and New York, 1996, ISBN 0 19 851888 9. See also (UK) or (US) /parallel/languages/fortran/f90/f90-FAQ (21510 bytes) "Fortran 90 information file, on compilers, tools, books, courses, tutorials and the standard." by Michael METCALF See also /parallel/languages/fortran/f90/f90-hpf-courses-liverpool (2649 bytes) "Fortran 90 Web-based Course" by Dr A.C. Marshall The Computing Services Department of the University of Liverpool has an interactive Web-based HTML version of their Fortran 90 and High Performance Fortran courses. See for main course information. The courses have the following structure - a topic can be selected from the contents page which will display an overview of the selected subject. The user can then either follow a hypertext link to a more detailed explanation or, choose to attempt a programming exercise instead. After the user has finished the exercise, a solution may be viewed. In many cases the user can retrieve a solution template to help him or her get started. Thes courses are freely available over the Internet or for installation locally by academic institutions. Use of these courses for commercial purposes may be available upon request. The paper-based versions are still available. Fortran 90 course topics: declarations, expressions and assignment, control constructs, arrays, intrinsics, I/O, program units (procedures), modules, pointers, derived types and parameterised data types. See "Fortran 90 for Fortran 77 Programmers (Conversion Course)" by hpc-staff@mcc.ac.uk The Manchester and North High Performance Computing Training & Education Centre (MAN-T&EC) has developed a Fortran 90 course. 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, student notes, overheads, speakers notes, example programs and solutions. "Fortran 90 for the Fortran 77 Programmer" by Yurij Shokin and Bo Einarsson . /parallel/languages/fortran/hpf/ "High Performance Fortran" Adaptor - an HPF like system /parallel/languages/fortran/hpf/f90-FAQ (21510 bytes) "Fortran 90 FAQ - also contains HPF information" See also /parallel/languages/fortran/hpf/f90-hpf-courses-liverpool (2649 bytes) "High Performance Fortran Web-based Course" The Computing Services Department of the University of Liverpool has an interactive Web-based HTML version of their Fortran 90 and High Performance Fortran courses. See for main course information. The courses have the following structure - a topic can be selected from the contents page which will display an overview of the selected subject. The user can then either follow a hypertext link to a more detailed explanation or, choose to attempt a programming exercise instead. After the user has finished the exercise, a solution may be viewed. In many cases the user can retrieve a solution template to help him or her get started. Thes courses are freely available over the Internet or for installation locally by academic institutions. Use of these courses for commercial purposes may be available upon request. The paper-based versions are still available. The HPF course covers most topics excluding dynamic mappings: Fortran 90 topics: declarations, expressions and assignment, control constructs, arrays (parallel assignment), intrinsics, I/O, program units (procedures), modules; HPF topics: data parallelism, HPF directives, array distribution, data alignment, templates, data parallel execution (FORALL, INDEPENDENT NEW, PURE), procedures (and INTERFACEs), modules, HPF Intrinsics and Library, Extrinsics (using libraries, exploiting parallelism), choosing distributions, HPF Kernel, and HPF-2. See "The HPFF Group information" /parallel/languages/fortran/hpf/hpff-mailing-lists (2945 bytes) "High Performance Fortran Forum (HPFF) Mailing Lists" What the mailing lists are, how to join them and other details. "High Performance Fortran" The Manchester and North High Performance Computing Training & Education Centre (MAN-T&EC) has developed a HPF course. 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 overheads. "Tools for High Performance Fortran: a survey" A survey of HPF compilers and HPF environments; restructuring tools; data distribution visualization tools; performance evaluation and measurement tools; debugging tools; runtime systems; task parallelism and HPF and related tools. A version of this was published by Springer Verlag (LNCS series) in the proceeding of the "Spring School on Data Parallelism" (Les Ménuires (France), March 1996). "High Performance Fortran (HPF) Courseware" As part of the JISC New Technologies Initiative NTI), the Computing Services Department at the University of Liverpool has developed a a number of seminars / courses in High Performance Fortran aimed at increasing user awareness of this new de-facto Fortran standard. These courses can be used for non-commercial gain. /parallel/languages/fortran/hpf/other-projects.html (16866 bytes) "Other projects, some using HPF" "The HPF Standard" /parallel/languages/handel/ "Handel / Handel-C language(s)" "The Handel Language" "Embedded Solutions Ltd.: Handel-C language" "List of parallel languages" /parallel/languages/impala/ "Impala - IMplicitly PArallel LAnguage Application Suite" /parallel/languages/impala/.nams-info/ .nams-info /parallel/languages/impala/.nams-info/status (278 bytes) status /parallel/languages/impala/.nams-info/status.new-14608 (0 bytes) status.new-14608 /parallel/languages/impala/Announcement (4060 bytes) "Announcement of Impala (IMplicitly PArallel LAnguages) application suite" Impala is an application suite for Implicitly Parallel Languages. See also /parallel/languages/impala/impala-v0.00/ "More Impala V0.00 resources (papers)" /parallel/languages/impala/impala-v0.00/.nams-info/ .nams-info /parallel/languages/impala/impala-v0.00/.nams-info/status (125 bytes) status /parallel/languages/impala/impala-v0.00/.nams-info/status.new-14608 (0 bytes) status.new-14608 /parallel/languages/impala/impala-v0.00/papers/ "Impala papers" /parallel/languages/impala/impala-v0.00/papers/.nams-info/ .nams-info /parallel/languages/impala/impala-v0.00/papers/.nams-info/status (400 bytes) status /parallel/languages/impala/impala-v0.00/papers/.nams-info/status.new-14608 (0 bytes) status.new-14608 /parallel/languages/impala/impala-v0.00/papers/.released (0 bytes) .released /parallel/languages/impala/impala-v0.00/papers/boon-report.ps.gz (45509 bytes) "How I Spent Summer of 1993 at MCRC" What Boon did while interning at Motorola Cambridge Research Center, summer 1993. October 8, 1993 /parallel/languages/impala/impala-v0.00/papers/eigensolver-dong-sorr.ps.gz (60963 bytes) "Analysis of Non-Strict Functional Implementations of the Dongarra-Sorensen Eigensolver" ABSTRACT: We study the producer-consumer parallelism of Eigensolvers composed of a tridiagonalization function, a tridiagonal solver, and a matrix multiplication, written in the non-strict functional programming language Id. We verify the claim that non-strict functional languages allow the natural exploitation of this type of parallelism, in the framework of realistic numerical codes. We compare the standard top-down Dongarra-Sorensen solver with a new, bottom-up version. We show that this bottom-up implementation is much more space efficient than the top-down version. Also, we compare both versions of the Dongarra-Sorensen solver with the more traditional QL algorithm, and verify that the Dongarra-Sorensen solver is much more efficient, even when run in a serial mode. We show that in a non-strict functional execution model, the Dongarra-Sorensen algorithm can run completely in parallel with the Householder function. Moreover, this can be achieved without any change in the code components. We also indicate how the critical path of the complete Eigensolver can be improved. /parallel/languages/impala/impala-v0.00/papers/eigensolver-jacobi.ps.gz (49980 bytes) "A Functional Implementation of the Jacobi Eigen-Solver" June 15, 1994 ABSTRACT: In this paper, we describe the systematic development of two implementations of the Jacobi eigen-solver and give their performance results for the MIT/Motorola Monsoon dataflow machine. Our study is carried out using MINT, the MIT Monsoon simulator. The design of these implementations follows from the mathematics of the Jacobi method, and not from a translation of an existing sequential code. The functional semantics with respect to array updates, which cause excessive array copying, has lead us to a new implementation of a parallel "group-rotations" algorithm first described by Sameh. Our version of this algorithm requires O(n^3) operations, whereas Sameh's original version requires O(n^4) operations. The implementations are programmed in the language Id, and although Id has non-functional features, we have restricted the development of our eigen-solvers to the functional sub-set of the language. /parallel/languages/impala/impala-v0.00/papers/nas-ft-jfp.ps.gz (101470 bytes) "On the Effectiveness of Functional Language Features: NAS benchmark FT" In Journal of Functional Programming 1 (1): 1{000, January 1993, Cambridge University Press. ABSTRACT: In this paper we investigate the effectiveness of functional language features when writing scientific codes. Our programs are written in the purely functional subset of Id and executed on a one node Motorola Monsoon machine, and in Haskell and executed on a Sparc 2. In the application we study { the NAS FT benchmark, a three-dimensional heat equation solver { it is necessary to target and select one-dimensional sub-arrays in threedimensional arrays. Furthermore, it is important to be able to share computation in array definitions. We compare first order and higher order implementations of this benchmark. The higher order version uses functions to select one-dimensional sub-arrays, or slices, from a threedimensional object, whereas the first order version creates copies to achieve the same result. We compare various representations of a three-dimensional object, and study the effect of strictness in Haskell. We also study the performance of our codes when employing recursive and iterative implementations of the one-dimensional FFT, which forms the kernel of this benchmark. It turns out that these languages still have quite inefficient implementations, with respect to both space and time. For the largest problem we could run (32 3 ), Haskell is fifteen times slower than Fortran and uses three times more space than is absolutely necessary, whereas Id on Monsoon uses nine times more cycles than Fortran on the MIPS R3000, and uses five times more space than is absolutely necessary. This code, and others like it, should inspire compiler writers to improve the performance of functional language implementations. /parallel/languages/impala/impala-v0.00/papers/nas-ft-pact.ps.gz (49809 bytes) "Functional, I-Structure, and M-Structure Implementations of NAS Benchmark FT" ABSTRACT: We implement the NAS parallel benchmark FT, which numerically solves a three dimensional partial differential equation using forward and inverse FFTs, in the dataflow language Id and run it on a one node monsoon machine. Id is a layered language with a purely functional kernel, a deterministic layer with I-structures, and a non-deterministic layer with M-structures. We compare the performance of versions of our code written in these three layers of Id. We measure instruction counts and critical path length using the Monsoon Interpreter Mint. We measure the space requirements of our codes by determining the largest possible problem size fitting on a one node monsoon machine. The purely functional code provides the highest average parallelism, but this parallelism turns out to be superfluous. The I-structure code executes the minimal number of instructions and as it has a similar critical path length as the functional code, runs the fastest. The M-structure code allows the largest problem sizes to be run at the cost of about 20% increase in instruction count, and 75% to 100% increase in critical path length, compared to the I-structure code. /parallel/languages/impala/impala-v0.00/papers/nas-integer-sort.ps.gz (69178 bytes) "NAS parallel benchmark integer sort (IS) performance on MINT" April 7, 1993 ABSTRACT: We implemented several sorting routines in Id and compared their relative performances in terms of number of instructions (S1), length of the critical path (S1) and average parallelism. The sorting routines considered here are of the types (1) Exchange sort (2) Insertion sort (3) Merge sort and (4) Sorting Networks. We implemented them using I-structures (e.g. merge sort) or M-structures (e.g bubble sort), whichever was proved to be more efficient. We then optimized the routines with respect to efficiency, minimized the number of barriers, eliminated redundant copying etc. to the best of our abilities and then compared their performances. We have compared our results with expected theoretical performance and obtained satisfactory results. /parallel/languages/impala/impala-v0.00.tar (1751040 bytes) impala-v0.00.tar /parallel/languages/impala/impala-v0.00.tar.Z (507378 bytes) impala-v0.00.tar.Z /parallel/languages/impala/impala-v0.00.tar.gz (292521 bytes) "Impala application suite V0.00" /parallel/languages/java/ "Java - JavaPP and High Performance Java" "Concurrent Programming in Java: Design Principles and patterns" by Doug Lea "JavaPP" by Alan Chalmers, Bristol, UK "High Performance Java at Cardiff University" "ACM 1998 Workshop on Java for High-Performance Network Computing" "Java Threads Workshop" "Java and High Performance Computing" Argonne National Labs, USA. "Java for Science and Engineering" NPAC, Syracuse, USA. "Java Grande Home Page" "Java Plug and Play" by Gerlald Hilderink, Twente, Netherlands /parallel/languages/java/jcsp/ "Java Communicating Sequential Processes (JCSP)" /parallel/languages/java/jcsp/UKC.gif (5057 bytes) UKC.gif /parallel/languages/java/jcsp/resources.html (7438 bytes) resources.html /parallel/languages/java/jcsp/wotug-bleu.jpg (16503 bytes) wotug-bleu.jpg /parallel/languages/java/jcsp/wotug.css (224 bytes) wotug.css /parallel/languages/java/jcsp/wotug.gif (1140 bytes) wotug.gif /parallel/languages/linda/ "Linda" /parallel/languages/linda/PVM-vs-Linda (18924 bytes) Summary of responses comparing PVM to Linda "Linda in the UK - Linda Group at University of York, UK" Department of Computer Science, University of York; Heslington, York, YO1 5DD, UK. Tel: +44 1904 432776FAX: +44 1904 432767 The group is actively engaged in research into all aspects of Linda-like tuple-space systems. This ranges from the semantics of the model through the development of new primitives (when neccessary) and efficient parallel implementations, to applications. The York Linda Team home page has further details plus links to other groups involved in tuple-space and coordination language research. "Linda Research Group at Yale University, USA" This is part of the Programming Languages and Software Systems group in the Department of Computer Science and explores a variety of research topics in parallel and distributed computing, adaptive computation, and parallel programming languages. "Piranah and Adaptive Parallelism at Yale University, USA" /parallel/languages/modula/ "Modula, Modula-2 and parallel Modulas." "Parallaxis" SIMD simulator that run on Sparc (Unix/X11) and also PC (DOS). Last changed in 1993/1994 -- see above for latest work. "Parallaxis-III" by Thomas Braunl , Dept. of Electrical & Electronic Engineering, The University of Western Australia, Nedlands, Perth, WA 6907, Australia A structured programming language for data-parallel programming (SIMD systems). The language is based on sequential Modula-2, but extended by machine-independent parallel constructs. Works on variety of Unix workstations, PC/linux, MasPar MP-1, MP-2 and Intel Paragon. See also for software. /parallel/languages/modula/modula2star/ Modula-2 * language /parallel/languages/modula/modula2star/karlsruhe/ Modula - 2 * Programming Environment from Uni. of Karlsruhe, Germany Newest Modula-2* information /parallel/languages/modula/modula2star/karlsruhe/ipdm2s-install (7166 bytes) Installation script /parallel/languages/modula/modula2star/karlsruhe/ipdm2s.9401.I386.tgz (75583 bytes) 386/486/Pentium PC running BSDI/386 Unix (sequential) binary distribution. /parallel/languages/modula/modula2star/karlsruhe/ipdm2s.9401.KSRS.tgz (100145 bytes) Kendall Square Research KSR-1/KSR-2 running KSR-OS (sequential) binary distribution. /parallel/languages/modula/modula2star/karlsruhe/ipdm2s.9401.LINX.tgz (278124 bytes) 386/486/Pentium PC running Linux (sequential) binary distribution. /parallel/languages/modula/modula2star/karlsruhe/ipdm2s.9401.MASP.tgz (1017730 bytes) MasPAR binary distribution. /parallel/languages/modula/modula2star/karlsruhe/ipdm2s.9401.MIPS.tgz (956554 bytes) R3000/R4000 DECStation running Ultrix (sequential) binary distribution. /parallel/languages/modula/modula2star/karlsruhe/ipdm2s.9401.SUN3.tgz (74790 bytes) 680x0 Sun-3 running SunOS (sequential) binary distribution. /parallel/languages/modula/modula2star/karlsruhe/ipdm2s.9401.SUN4.tgz (752620 bytes) SPARC Sun-4/SparcStation running SunOS/Solaris 1.x (sequential) binary distribution. /parallel/languages/modula/modula2star/karlsruhe/ipdm2s.9501.SUN5.tgz (935224 bytes) SPARC Sun-5/SparcStation running Solaris 2.x binary distribution. /parallel/languages/modula/modula2star/karlsruhe/ipdm2s.doc.tar.gz (343763 bytes) Documentation archive /parallel/languages/modula/modula2star/karlsruhe/ipdm2s.manual (49580 bytes) Manual /parallel/languages/modula/modula2star/karlsruhe/ipdm2s.readme (1593 bytes) Readme /parallel/languages/modula/modula2star/karlsruhe/modula2star.announce (18453 bytes) Announcement of final release of version 9401 of the Modula-2* programming environment for sequential architectures by Ernst A. Heinz . Creator: Ernst A. Heinz /parallel/languages/nesl/ "NESL parallel programming language" /parallel/languages/nesl/Announcement (1566 bytes) "Announcement of NESL 3.1" by Guy Blelloch See "occam, occam2, occam2.1, occam3 language documents, software, systems" /parallel/languages/occam-and-csp/ "Occam and CSP" See also the articles on the SEL-HPC Article Archive about occam and CSP at Material related to the occam programming language. /parallel/languages/others/ "Other parallel languages" See also the articles on the SEL-HPC Article Archive about other parallel languages at /parallel/languages/others/orca (934 bytes) "Orca language" by Henri Bal Orca is an easy to use, type-secure language for writing parallel applications that run on distributed-memory machines (multicomputers and networks of workstations). Available from /parallel/languages/parallel-c/ "Parallel C and Parallel C++" See also the articles on the SEL-HPC Article Archive about Parallel C, C++ at and the Europe parallel C++ at /parallel/languages/parallel-c/pC++-and-Sage++ (803 bytes) Details of programs, documents, reports and mailing lists for pC++ and Sage++ and how to obtain them from Indiana University. Creator: Bernd W. Mohr /parallel/libraries/ "Software Libraries" /parallel/libraries/communication/ "Communication Libraries" /parallel/libraries/communication/c4/ Canonical Classes for Concurrency Control (C4). C4 provides provides objects which implement a variety of synchornization and data transmission paradigms. It is not a C++ language extension but is a library which can be used with any reasonably modern C++ compiler. It is to be used in concert with a message passing library such as MPI or NX. See also . Author: Geoffrey Furnish <> C4 provides provides objects which implement a variety of synchornization and data transmission paradigms. It is not a C++ language extension but is a library which can be used with any reasonably modern C++ compiler. It is to be used in concert with a message passing library such as MPI or NX. See also . /parallel/libraries/communication/c4/.nams-info/ .nams-info /parallel/libraries/communication/c4/.nams-info/status (237 bytes) status /parallel/libraries/communication/c4/.nams-info/status.new-14326 (0 bytes) status.new-14326 /parallel/libraries/communication/c4/Announcement (3677 bytes) Announcement of C4 /parallel/libraries/communication/c4/README (673 bytes) Overview of files /parallel/libraries/communication/c4/c4-950503.tar.gz (38436 bytes) C4 - Canonical Classes for Concurrency Control of 3rd May 1995. /parallel/libraries/communication/c4/c4.tar.gz (38436 bytes) c4.tar.gz /parallel/libraries/communication/c4/ds++-950427.tar.gz (53045 bytes) DS++ - the C++ Data Structure Library of 27th April 1995. /parallel/libraries/communication/c4/ds++-951128.tar.gz (63439 bytes) DS++ - the C++ Data Structure Library of 11th Nov 1995 /parallel/libraries/communication/c4/ds++.tar.gz (63439 bytes) ds++.tar.gz /parallel/libraries/communication/crl/ crl CRL is a simple all-software distributed shared memory system intended for use on message-passing multicomputers and distributed systems. General information about CRL can be found at including the source release (below). Further information can be found from /parallel/libraries/communication/crl/.nams-info/ .nams-info /parallel/libraries/communication/crl/.nams-info/status (106 bytes) status /parallel/libraries/communication/crl/.nams-info/status.new-14610 (0 bytes) status.new-14610 /parallel/libraries/communication/crl/Announcement (2002 bytes) "Announcement of C Region Library 1.0" /parallel/libraries/communication/crl/crl-1.0.tar.gz (292670 bytes) "C Region Library V1.0" /parallel/libraries/communication/fm/ "Fast Messages" The Illinois Fast Messages interface contains fast messaging primitives which provide low latency and high bandwidth for short messages. FM has been implemented on several platforms (the Cray T3D and now, workstation clusters interconnected by a high-speed Myrinet network) and provides low-latency, high-bandwidth communication for messages as short as 4 words. See for FM details, how to get software (requires registration) /parallel/libraries/communication/fm/Announcement (5061 bytes) "Announcement of Illinois Fast Messages library v1.1" by Scott Pakin Message Passing Interface (MPI) /parallel/libraries/communication/pfslib/ "PFSLib (Parallel I/O on workstations)" PFSLib offers parallel access to files for a parallel application running on a cluster of workstations. It is intended but not restricted to be used in message passing applications based on PVM, NXLib, MPI, and others. See also and for more details. /parallel/libraries/communication/pfslib/Announcement (2330 bytes) "Announcement of PFSLib" by Stefan Lamberts /parallel/libraries/communication/pfslib/PAPER/ "Published papers on PFSLib" /parallel/libraries/communication/pfslib/PAPER/00README (1987 bytes) "Overview of contents" /parallel/libraries/communication/pfslib/PAPER/PaCT.ps.gz (18045 bytes) "PFSLib -A Parallel File System for Workstation Clusters" by Thomas Ludwig and Stefan Lamberts. In Proceedings of the 3rd International Conference on Parallel Computing Technologies, September 1995, Springer-Verlag. [gzipped PostScript] /parallel/libraries/communication/pfslib/PAPER/PaCT.ps.Z (24877 bytes) "PFSLib -A Parallel File System for Workstation Clusters" by Thomas Ludwig and Stefan Lamberts. In Proceedings of the 3rd International Conference on Parallel Computing Technologies, September 1995, Springer-Verlag. [compressed PostScript] /parallel/libraries/communication/pfslib/PAPER/SFB.342.10.96.A.ps.gz (197716 bytes) "PFSLib --- A File System for Parallel Programming Environments" by Stefan Lamberts; Thomas Ludwig; Christian Röder and Arndt Bode. Technical report SFB-Bericht 342/10/96 A, SFB 0342, Technische Universität München, 80290 München, Germany, May 1996. [gzipped PostScript] /parallel/libraries/communication/pfslib/PAPER/SFB.342.10.96.A.ps.Z (290247 bytes) "PFSLib --- A File System for Parallel Programming Environments" by Stefan Lamberts; Thomas Ludwig; Christian Röder and Arndt Bode. Technical report SFB-Bericht 342/10/96 A, SFB 0342, Technische Universität München, 80290 München, Germany, May 1996. [compressed PostScript] /parallel/libraries/communication/pfslib/PFSLibV2_V2_0_B.tar.gz (123594 bytes) "PFSLib V2 V2.0B" by Prof. Dr. A. Bode , Lehrstuhl f"ur Rechnertechnik und Rechnerorganisation, Institut f"ur Informatik, Technische Universit"at M"unchen, 80290 M"unchen, Germany PFSLib source distribution. GNU license. /parallel/libraries/communication/pfslib/PFSLib_V1_0.tar.gz (90989 bytes) "PFSLib V1.0" by Prof. Dr. A. Bode , Lehrstuhl f"ur Rechnertechnik und Rechnerorganisation, Institut f"ur Informatik, Technische Universit"at M"unchen, 80290 M"unchen, Germany PFSLib source distribution. GNU license. /parallel/libraries/communication/pfslib/PFSLib_V1_0_UG.ps.gz (40522 bytes) "PFSLib V1.0 Users Guide" by Prof. Dr. A. Bode , Lehrstuhl f"ur Rechnertechnik und Rechnerorganisation, Institut f"ur Informatik, Technische Universit"at M"unchen, 80290 M"unchen, Germany /parallel/libraries/communication/pfslib/README (1872 bytes) "Description and terms of distribution for PFSLib" /parallel/libraries/communication/scotch/ "SCOTCH: Static Mapping Package" SCOTCH: Static Mapping Package The SCOTCH software package is produced by the SCOTCH project whos goal is to study static mapping by the means of graph theory, using a ``divide and conquer'' approach. The SCOTCH software package for static mapping embodies all the algorithms and graph bipartitioning heuristics developed within the SCOTCH project. See also /parallel/libraries/communication/scotch/Graphs/ "The SCOTCH Graphs Collection" /parallel/libraries/communication/scotch/Graphs/README (1081 bytes) README /parallel/libraries/communication/scotch/Graphs/ar_m16x16.src.gz (2185 bytes) ar_m16x16.src.gz /parallel/libraries/communication/scotch/Graphs/ar_m16x16.xyz.gz (725 bytes) ar_m16x16.xyz.gz /parallel/libraries/communication/scotch/Graphs/ar_m8x8.src.gz (515 bytes) ar_m8x8.src.gz /parallel/libraries/communication/scotch/Graphs/ar_m8x8.xyz.gz (211 bytes) ar_m8x8.xyz.gz /parallel/libraries/communication/scotch/Graphs/ef_144.src.gz (6134090 bytes) ef_144.src.gz /parallel/libraries/communication/scotch/Graphs/ef_589a.src.gz (4505995 bytes) ef_589a.src.gz /parallel/libraries/communication/scotch/Graphs/fe_3elt.src.gz (63339 bytes) fe_3elt.src.gz /parallel/libraries/communication/scotch/Graphs/fe_3elt.xyz.gz (51658 bytes) fe_3elt.xyz.gz /parallel/libraries/communication/scotch/Graphs/fe_4elt.src.gz (220073 bytes) fe_4elt.src.gz /parallel/libraries/communication/scotch/Graphs/fe_4elt.xyz.gz (238337 bytes) fe_4elt.xyz.gz /parallel/libraries/communication/scotch/Graphs/fe_4elt2.src.gz (150756 bytes) fe_4elt2.src.gz /parallel/libraries/communication/scotch/Graphs/fe_4elt2.xyz.gz (116794 bytes) fe_4elt2.xyz.gz /parallel/libraries/communication/scotch/Graphs/fe_bcsstk29.src.gz (276302 bytes) fe_bcsstk29.src.gz /parallel/libraries/communication/scotch/Graphs/fe_bcsstk30.src.gz (572368 bytes) fe_bcsstk30.src.gz /parallel/libraries/communication/scotch/Graphs/fe_bcsstk31.src.gz (770049 bytes) fe_bcsstk31.src.gz /parallel/libraries/communication/scotch/Graphs/fe_bcsstk32.src.gz (766450 bytes) fe_bcsstk32.src.gz /parallel/libraries/communication/scotch/Graphs/fe_body.src.gz (621984 bytes) fe_body.src.gz /parallel/libraries/communication/scotch/Graphs/fe_body.xyz.gz (515843 bytes) fe_body.xyz.gz /parallel/libraries/communication/scotch/Graphs/fe_bracket.src.gz (1508954 bytes) fe_bracket.src.gz /parallel/libraries/communication/scotch/Graphs/fe_bracket.xyz.gz (878440 bytes) fe_bracket.xyz.gz /parallel/libraries/communication/scotch/Graphs/fe_bump.src.gz (130848 bytes) fe_bump.src.gz /parallel/libraries/communication/scotch/Graphs/fe_bump.xyz.gz (87148 bytes) fe_bump.xyz.gz /parallel/libraries/communication/scotch/Graphs/fe_ocean.src.gz (2246808 bytes) fe_ocean.src.gz /parallel/libraries/communication/scotch/Graphs/fe_ocean.xyz.gz (1409000 bytes) fe_ocean.xyz.gz /parallel/libraries/communication/scotch/Graphs/fe_pwt.src.gz (548572 bytes) fe_pwt.src.gz /parallel/libraries/communication/scotch/Graphs/fe_pwt.xyz.gz (349037 bytes) fe_pwt.xyz.gz /parallel/libraries/communication/scotch/Graphs/fe_rotor.src.gz (3303522 bytes) fe_rotor.src.gz /parallel/libraries/communication/scotch/Graphs/fe_rotor.xyz.gz (1217955 bytes) fe_rotor.xyz.gz /parallel/libraries/communication/scotch/Graphs/fe_sphere.src.gz (231107 bytes) fe_sphere.src.gz /parallel/libraries/communication/scotch/Graphs/fe_sphere.xyz.gz (89843 bytes) fe_sphere.xyz.gz /parallel/libraries/communication/scotch/Graphs/fe_tooth.src.gz (1876949 bytes) fe_tooth.src.gz /parallel/libraries/communication/scotch/Graphs/fe_tooth.xyz.gz (1136737 bytes) fe_tooth.xyz.gz /parallel/libraries/communication/scotch/Graphs/nd_127.406.src.gz (2043 bytes) nd_127.406.src.gz /parallel/libraries/communication/scotch/Graphs/nd_2047.7750.src.gz (41431 bytes) nd_2047.7750.src.gz /parallel/libraries/communication/scotch/Graphs/nd_2453.47659.src.gz (161016 bytes) nd_2453.47659.src.gz /parallel/libraries/communication/scotch/Graphs/nd_2815.84406.src.gz (271954 bytes) nd_2815.84406.src.gz /parallel/libraries/communication/scotch/Graphs/nd_3093.105713.src.gz (342341 bytes) nd_3093.105713.src.gz /parallel/libraries/communication/scotch/Graphs/nd_31.78.src.gz (404 bytes) nd_31.78.src.gz /parallel/libraries/communication/scotch/Graphs/nd_3470.135148.src.gz (437886 bytes) nd_3470.135148.src.gz /parallel/libraries/communication/scotch/Graphs/nd_46.242.src.gz (912 bytes) nd_46.242.src.gz /parallel/libraries/communication/scotch/Graphs/nd_48.283.src.gz (1021 bytes) nd_48.283.src.gz /parallel/libraries/communication/scotch/Graphs/nd_511.1830.src.gz (9371 bytes) nd_511.1830.src.gz /parallel/libraries/communication/scotch/Graphs/nd_695.10802.src.gz (38015 bytes) nd_695.10802.src.gz /parallel/libraries/communication/scotch/Graphs/nd_7.10.src.gz (87 bytes) nd_7.10.src.gz /parallel/libraries/communication/scotch/Graphs/nd_745.14357.src.gz (48660 bytes) nd_745.14357.src.gz /parallel/libraries/communication/scotch/Graphs/nd_865.20657.src.gz (68418 bytes) nd_865.20657.src.gz /parallel/libraries/communication/scotch/Graphs/nd_959.26180.src.gz (85507 bytes) nd_959.26180.src.gz /parallel/libraries/communication/scotch/Graphs/nd_ref0.src.gz (41431 bytes) nd_ref0.src.gz /parallel/libraries/communication/scotch/Graphs/nd_ref1.src.gz (161016 bytes) nd_ref1.src.gz /parallel/libraries/communication/scotch/Graphs/nd_ref2.src.gz (271954 bytes) nd_ref2.src.gz /parallel/libraries/communication/scotch/Graphs/nd_ref3.src.gz (342341 bytes) nd_ref3.src.gz /parallel/libraries/communication/scotch/Graphs/nd_ref4.src.gz (437886 bytes) nd_ref4.src.gz /parallel/libraries/communication/scotch/README (542 bytes) README /parallel/libraries/communication/scotch/scotch_3.1.2A.tar.gz (2520728 bytes) "The SCOTCH v3.1.2 Academic distribution" by Francois Pellegrini Contains binaries for Sun Solaris 2 and SunOS 4; MIPS SGI IRIX 5 and 6; Linux; PowerPC IBM AIX 4. Also contains sources, graphs and 3.1.2 User Guide. /parallel/libraries/communication/scotch/scotch_3.1A.tar.gz (2520728 bytes) scotch_3.1A.tar.gz /parallel/libraries/communication/scotch/scotch_user3.0.ps.gz (99300 bytes) "The SCOTCH v3.0 User Guide" by Francois Pellegrini /parallel/libraries/communication/scotch/scotch_user3.1.ps.gz (109380 bytes) "The SCOTCH v3.1 User Guide" by Francois Pellegrini /parallel/libraries/memory/ "Memory libraries" /parallel/libraries/memory/global-array/ Global Array (GA) toolkit for a portable "shared-memory" interface over parallel and distributed machines, developed at Pacific Northwest Laboratory. GA Toolkit developed at Molecular Science Research Center in Pacific Northwest Laboratory, USA. It provides portable and efficient "shared-memory" programming interface through which each process in a MIMD parallel program can asynchronously access logical blocks of physically distributed matrices, without need for explicit cooperations by other processes. Platforms: SP1, IPSC, Delta, Paragon, KSR-2, workstations. The toolkit contains global arrays (GA), memory allocator (MA), TCGMSG, and TCGMSG-MPI packages bundled together. Global Arrays is a portable shared Non-Uniform Memory Access (NUMA) programming environment for distributed and shared memory computers. TCGMSG is a simple and efficient message passing library. TCGMSG-MPI is a TCGMSG library implementation on top of MPI and in some cases architecture-specific resources. MA is a dynamic memory allocator for Fortran (and also C) programs. /parallel/libraries/memory/global-array/.nams-info/ .nams-info /parallel/libraries/memory/global-array/.nams-info/status (404 bytes) status /parallel/libraries/memory/global-array/.nams-info/status.new-14444 (0 bytes) status.new-14444 /parallel/libraries/memory/global-array/Supercomputing94.ps.Z (179961 bytes) "Global Arrays: A Portable 'Shared-Memory' Programming Model for Distributed Memory Computers" ABSTRACT: Portability, efficiency, and ease of coding are all important considerations in choosing the pr ogramming model for a scalable parallel application. The message-passing programming model is widely used because of its portability, yet some applications are too complex to code in it while also trying to maintain a balanced computation load and avoid redundant computations. The shared-memory programming model simplifies coding, but it is not portable and often provides little control over interprocessor data transfer costs. This paper describes a new approach, called Global Arrays GA, that combines the better features of both other models, leading to both simple coding and efficient execution. The key concept of GA is that it provides a portable interface through which each process in a MIMD parallel program can asynchronously access logical blocks of physically distributed matrices, with no need for explicit cooperation by other processes. We have implemented GA libraries on a variety of computer systems, including the Intel DELTA and Paragon, the IBM SP-1 - all message-passers, the Kendall Square KSR-2 - a nonuniform access shared-memory machine, and networks of Unix workstations. We discuss the design and implementation of these libraries, report their performance, illustrate the use of GA in the context of computational chemistry applications, and describe the use of a GA performance visualization tool. /parallel/libraries/memory/global-array/frontiers.ps.Z (83685 bytes) "Disk Resident Arrays: An Array-Oriented I/O Library for Out-of-Core Computations" Appeared in Proc. Frontiers'96 of Massively Parallel Computing Symp. ABSTRACT: In out-of-core computations, disk storage is treated as another level in the memory hierarchy, below cache, local memory, and (in a parallel computer) remote memories. However, the tools used to manage this storage are typically remote memory. This disparity complicates implementation of out-of-core algorithms and hinders portability. We describe a programming model that addresses this problem. This model allows parallel programs to use essentially the same mechanisms to manage the movement of data between take as our starting point the Global Arrays shared-memory model and library, which support a variety of operations on distributed arrays, including transfer between local and remote memories. We show how this model can be extended to support explicit transfer between global memory and secondary storage, and we define a Disk Resident Arrays library that supports such transfers. We illustrate the utility of the resulting model with two applications, an out-of-core matrix multiplication and a large computational chemistry program. We also describe implementation techniques on several parallel computers and present experimental results implemented very efficiently on parallel computers. /parallel/libraries/memory/global-array/global2.3.tar.Z (1575673 bytes) "Global Array (GA) Toolkit V2.3" Requires GNU make, IPC (semaphores). /parallel/libraries/memory/global-array/global2.4.tar.Z (511 bytes) global2.4.tar.Z /parallel/libraries/memory/global-array/iway.ps.Z (80089 bytes) "Shared Memory NUMA Programming on I-WAY" ABSTRACT: The performance of the Global Array shared-memory non-uniform memory-access programming model is explored on the I-WAY, wide-area-network distributed supercomputer environment. The Global Array model is extended by introducing a concept of mirrored arrays. Latencies and bandwidths for remote memory access are studied, and the performance of a large application from computational chemistry is evaluated using both fully distributed and also mirrored arrays. Excellent performance can be obtained is available. /parallel/libraries/memory/global-array/nato.ps.gz (49260 bytes) "Explicit Mangement of Memory Hierarchy" ABSTRACT: All scalable parallel computers feature a memory hierarchy, in which some locations are ``closer'' to a particular processor than others. The hardware in a particular system may support a shared memory or message passing programming model, but these factors effect only the relative costs of local and remote accesses, not the system's fundamental Non-Uniform Memory Access (NUMA) characteristics. Yet while the efficient management of memory hierarchies is fundamental to high performance in scientific computing, existing parallel languages and tools provide only limited support for this management task. Recognizing this deficiency, we propose abstractions and programming tools that can facilitate the explicit management of memory hierarchies by the programmer, and hence the efficient programming of scalable parallel computers. The abstractions comprise local arrays, global (distributed) arrays, and disk resident arrays located on secondary storage. The tools comprise the Global Arrays library, which supports the transfer of data between local and global arrays, and the Disk Resident Arrays (DRA) library, for transferring data between global and disk resident arrays. We describe the shared memory NUMA model implemented in the tools, discuss extensions for wide area computing environments, and review major applications of the tools, which currently total over one million lines of code. /parallel/libraries/memory/global-array/siam.ps.Z (46170 bytes) "The Global Array Programming Model for High Performance Scientific Computing" SIAM News, August/September 1995 /parallel/libraries/memory/global-array/tjs.ps.gz (50397 bytes) "Global Arrays: A Non-Uniform-Memory-Access Programming Model For High-Performance Computers" ABSTRACT: Portability, efficiency, and ease of coding are all important considerations in choosing the programming model for a scalable parallel application. The message-passing programming model is widely used because of its portability, yet some applications are too complex to code in it while also trying to maintain a balanced computation load and avoid redundant computations. The shared-memory programming model simplifies coding, but it is not portable and often provides little control over interprocessor data transfer costs. This paper describes an approach, called Global Arrays (GA), that combines the better features of both other models, leading to both simple coding and efficient execution. The key concept of GA is that it provides a portable interface through which each process in a MIMD parallel program can asynchronously access logical blocks of physically distributed matrices, with no need for explicit cooperation by other processes. We have implemented GA libraries on a variety of computer systems, including the Intel DELTA and Paragon, the IBM SP-1 and SP-2 (all message-passers), the Kendall Square KSR-1/2, Convex SPP-1200(nonuniform access shared-memory machines), the Cray T3D (a globally-addressable distributed-memory computer) and networks of Unix workstations. We discuss the design and implementation of these libraries, report their performance, illustrate the use of GA in the context of computational chemistry applications, and describe the use of a GA performance visualization tool. /parallel/libraries/numerical/ "Numerical Libraries" /parallel/libraries/numerical/finite-element-meshes/ "Finite Element Meshes" /parallel/libraries/numerical/finite-element-meshes/INSTALL (2991 bytes) INSTALL /parallel/libraries/numerical/finite-element-meshes/manual.ps.gz (92854 bytes) manual.ps.gz /parallel/libraries/numerical/finite-element-meshes/metis/ "METIS: Unstructured Graph Partitioning and Sparse Matrix Ordering System." by George Karypis , , Computer Science Department, University of Minnesota, USA See also METIS: Unstructured Graph Partitioning and Sparse Matrix Ordering System. See also /parallel/libraries/numerical/finite-element-meshes/metis/.nams-info/ .nams-info /parallel/libraries/numerical/finite-element-meshes/metis/.nams-info/status (249 bytes) status /parallel/libraries/numerical/finite-element-meshes/metis/.nams-info/status.new-14392 (0 bytes) status.new-14392 /parallel/libraries/numerical/finite-element-meshes/metis/INSTALL (2991 bytes) METIS installation document. METIS requires Unix and an ANSI C compiler and has been tested on AIX 3.2.5, SunOS 4.1, Solaris 2.4, Irix 5.3 and Unicos. /parallel/libraries/numerical/finite-element-meshes/metis/OLD/ OLD /parallel/libraries/numerical/finite-element-meshes/metis/OLD/.nams-info/ .nams-info /parallel/libraries/numerical/finite-element-meshes/metis/OLD/.nams-info/status (61 bytes) status /parallel/libraries/numerical/finite-element-meshes/metis/OLD/.nams-info/status.new-14392 (0 bytes) status.new-14392 /parallel/libraries/numerical/finite-element-meshes/metis/manual.ps (265939 bytes) manual.ps /parallel/libraries/numerical/finite-element-meshes/metis/tmp/ tmp /parallel/libraries/numerical/finite-element-meshes/metis/tmp/.nams-info/ .nams-info /parallel/libraries/numerical/finite-element-meshes/metis/tmp/.nams-info/status (61 bytes) status /parallel/libraries/numerical/finite-element-meshes/metis/tmp/.nams-info/status.new-14392 (0 bytes) status.new-14392 /parallel/libraries/numerical/finite-element-meshes/parmetis (2997 bytes) "ParMETIS 1.0: A Parallel Graph Partitioning and Sparse Matrix Ordering Library" by George Karypis , , Computer Science Department, University of Minnesota, USA An MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs and for computing fill-reducing orderings for sparse matrices. See also /parallel/libraries/numerical/linear-algebra/ "Linear Algebra" /parallel/libraries/numerical/linear-algebra/parallel-blas3-mpi (1218 bytes) "Parallel Level 3 BLAS MPI code" by Robert van de Geijn Details of Technical Report and software implementing a Parallel Level 3 BLAS using MPI. See for report and for software (GNU license) /parallel/libraries/numerical/linear-algebra/plapack-paper (1492 bytes) "Towards Usable and Lean Parallel Linear Algebra Libraries" by Almadena Chtchelkanova; Carter Edwards; John Gunnels; Greg Morrow,; James Overfelt and Robert A. van de Geijn . Announcement of Technical Report TR-96-09, Department of Computer Sciences, University of Texas, May 1996. Submitted to Supercomputing 96. See also ABSTRACT: In this paper, we introduce a new parallel library effort, as part of the PLAPACK project, that attempts to address discrepencies between the needs of applications and parallel libraries. A number of contributions are made, including a new approach to matrix distribution, new insights into layering parallel linear algebra libraries, and the application of ``object based'' programming techniques which have recently become popular for (parallel) scientific libraries. We present an overview of a prototype library, the SL_Library , which incorporates these ideas. Preliminary performance data shows this more application-centric approach to libraries does not necessarily adversely impact performance, compared to more traditional approaches. /parallel/libraries/numerical/linear-algebra/scalapack (4601 bytes) "ScaLAPACK Version 1.2" by Jack Dongarra , The ScaLAPACK project is made up of 4 components: dense matrix software (ScaLAPACK), large sparse eigenvalue software (PARPACK), sparse direct systems software (CAPSS) and preconditioners for large sparse iterative solvers (PARPRE). This version includes routines for the solution of linear systems of equations, symmetric positive definite banded linear systems of equations, condition estimation and iterative refinement, for LU and Cholesky factorization, matrix inversion, full-rank linear least squares problems, orthogonal and generalized orthogonal factorizations, orthogonal transformation routines, reductions to upper Hessenberg, bidiagonal and tridiagonal form, reduction of a symmetric-definite generalized eigenproblem to standard form, the symmetric, generalized symmetric and the nonsymmetric eigenproblem. Get ScaLAPACK from /parallel/libraries/numerical/omega-calculator/ The Omega Calculator and Library. The Omega calculator is a text-based interface to the Omega library, a set of routines developed for manipulating: Presburger formulas, Integer tuple sets and Integer tuple relations. /parallel/libraries/numerical/omega-calculator/.nams-info/ .nams-info /parallel/libraries/numerical/omega-calculator/.nams-info/status (495 bytes) status /parallel/libraries/numerical/omega-calculator/.nams-info/status.new-14688 (0 bytes) status.new-14688 /parallel/libraries/numerical/omega-calculator/INSTALL (5455 bytes) "Installation instructions for V1.0 of the Omega Library, Omega Calculator, and Petit" /parallel/libraries/numerical/omega-calculator/README (1559 bytes) Omega Project Source Release V1.1 notes /parallel/libraries/numerical/omega-calculator/code_gen.tar.gz (36910 bytes) "Code Generation Library" Routines for generating code to scan the points in the union of a number of convex sets. (requires the Omega library) /parallel/libraries/numerical/omega-calculator/demo_sparc_solaris25.tar.gz (550983 bytes) "Omega Calculator compiled for Sparc Solaris 2.5" "The Omega Calculator and Library V1.1" The Omega calculator is a text-based interface to the Omega library, a set of routines developed for manipulating: Presburger formulas, Integer tuple sets and Integer tuple relations. (This area is a mirror of ) /parallel/libraries/numerical/omega-calculator/omega_calc.tar.gz (188994 bytes) "Omega Calculator V1.1" Text based interface to the above libraries /parallel/libraries/numerical/omega-calculator/omega_library.tar.gz (347421 bytes) "Omega Library Sources V1.1" A set of C++ classes and routines developed for manipulating: Presburger formulas; Integer tuple sets and Integer tuple relations. /parallel/libraries/numerical/omega-calculator/patch-g++.2.8.1.tar.gz (71054 bytes) patch-g++.2.8.1.tar.gz /parallel/libraries/numerical/omega-calculator/petit.tar.gz (578178 bytes) "Petit" A research tool for dependence analysis and program transformations. Requires the Omega Library and code generation library. Includes source, documentation, demonstration files, fortran to petit converter and regression tests. /parallel/libraries/numerical/omega-calculator/uniform.tar.gz (39051 bytes) "The Uniform methods transformation library" /parallel/libraries/others/ "Other libraries" /parallel/libraries/others/scanmacs (1458 bytes) "SCANMACS - Scan Macros for Regularly Distributed Arrays" by Peter A. Dinda A small set of C Macros that let you instantiate high performance scan (parallel prefix) functions for regularly (ie, HPF Block-Cyclic style) distributed arrays. /parallel/libraries/process/ "Process and thread libraries" /parallel/libraries/random/ "Random number libraries" /parallel/libraries/random/dantowitz/ "Random numbers for parallel processors" by David Dantowitz /parallel/libraries/random/dantowitz/README (817 bytes) Overview of code Creator: David Dantowitz /parallel/libraries/random/dantowitz/code.c (42740 bytes) Source code Creator: David Dantowitz "Fibonocci random number generators" by Mascagni et al. Some of the postscript articles concerning this work are available in this directory as well /parallel/libraries/toolkits/ "Toolkits" "Message-passing tools for Structured Grid communications" (MSG) by Andrei Malevsky , Centre de Recherche en Calcul Appliqui; 5160, boul. Dicarie, bureau 400, and Montrial (Quibec), H3X 2H9, Canada; FAX: 1 (514) 369 3880 MSG is a MPI-based library intended to simplify coding of data exchange within the FORTRAN 77 codes performing data transfers on distributed Cartesian grids. The main goal of the library is to conceal the explicit send/receive operations and provide means to place the boundary data into local arrays. The MSG tools can be employed by finite-difference, finite-volume, or finite-element codes which use Cartesian (tensor-product) grids. /parallel/ls-lR (2200689 bytes) "List of files (ls -lR)" /parallel/ls-lR.gz (277627 bytes) ls-lR.gz /parallel/occam/ "occam language material" See also the articles on the SEL-HPC Article Archive about occam and CSP at /parallel/occam/compilers/ occam compilers (SPOC, oc and TDS3) /parallel/occam/compilers/inmos/ INMOS donated occam compilers (oc, TDS) /parallel/occam/compilers/inmos/README (1492 bytes) README - READ THIS FIRST FOR CONDITIONS OF USE /parallel/occam/compilers/inmos/oc/ INMOS D7202a-oc oc compiler product sources /parallel/occam/compilers/inmos/oc/README (2827 bytes) README - READ THIS FIRST FOR CONDITIONS OF USE /parallel/occam/compilers/inmos/oc/docs/ Documentation (from source below) /parallel/occam/compilers/inmos/oc/docs/11.ps.gz (91497 bytes) "Transputer Common Object File Format (TCOFF)" by Paul Sidnell; Martin Day; Andy Pepperdine and Andy Whitlow. 1st March, 1991. Motivations behind design of TCOFF, features required plus a detailed description of the format. /parallel/occam/compilers/inmos/oc/docs/114.ps.gz (97767 bytes) "occam 2 User Library Specifications" by Steven R Huggins 5th February 1991. Specifications of the user visible entry points in the occam 2 toolset libraries. /parallel/occam/compilers/inmos/oc/docs/12.ps.gz (39710 bytes) "INMOS Linker Specification" by Paul Sidnell; Andy Pepperdine and Andy Whitlow. 6th February 1991. Specification of the INMOS linker (ilink) which takes TCOFF format modules and combines them to form a single output file in the same format. /parallel/occam/compilers/inmos/oc/docs/239.ps.gz (83809 bytes) "occam compiler internal implementation manual (``Haynes Manual'')" by Conor O'Neill 20th February 1991. Describes the internal workings of the occam compiler which is supplied as part of the D4205, D5205, D6205, and D7205 occam 2 toolsets and is intended to be read by programmers in order to be able to understand and maintain or extend the compiler. /parallel/occam/compilers/inmos/oc/docs/44.ps.gz (71737 bytes) "occam-2 language implementation manual" by Conor O'Neill 21st September 1991. Describes the language which the occam 2 compiler (oc) compiles. This is basically the language as described in the occam2 reference manual (ISBN 0-13-629312-3). /parallel/occam/compilers/inmos/oc/docs/62.ps.gz (34300 bytes) "occam-2 compiler specification" by Conor O'Neill and Stephen Clarke. 19th June 1990. Changes between this compiler and the previous occam toolset compiler (D705B etc). /parallel/occam/compilers/inmos/oc/docs/63.ps.gz (37048 bytes) "occam-2 compiler library specification" by Conor O'Neill and Stephen Clarke. 4th March 1991. Change history. /parallel/occam/compilers/inmos/oc/docs/64.ps.gz (31858 bytes) "Occam Run-time Model Specification" by Andy Whitlow 11th June 1990. Describes the runtime environment for the product Occam compile, oc. /parallel/occam/compilers/inmos/oc/msdos/ If you don't have a real operating system, get the MSDOS files here /parallel/occam/compilers/inmos/oc/msdos/arglib.zip (7191 bytes) arglib.zip /parallel/occam/compilers/inmos/oc/msdos/backend.zip (273028 bytes) backend.zip /parallel/occam/compilers/inmos/oc/msdos/compiler.zip (286032 bytes) compiler.zip /parallel/occam/compilers/inmos/oc/msdos/convert.zip (83665 bytes) convert.zip /parallel/occam/compilers/inmos/oc/msdos/crc.zip (9404 bytes) crc.zip /parallel/occam/compilers/inmos/oc/msdos/docs.zip (738646 bytes) docs.zip /parallel/occam/compilers/inmos/oc/msdos/extlib.zip (28145 bytes) extlib.zip /parallel/occam/compilers/inmos/oc/msdos/frontend.zip (295724 bytes) frontend.zip /parallel/occam/compilers/inmos/oc/msdos/hostio.zip (94165 bytes) hostio.zip /parallel/occam/compilers/inmos/oc/msdos/include.zip (725 bytes) include.zip /parallel/occam/compilers/inmos/oc/msdos/include0.zip (12571 bytes) include0.zip /parallel/occam/compilers/inmos/oc/msdos/info.zip (17196 bytes) info.zip /parallel/occam/compilers/inmos/oc/msdos/install.exe (12813 bytes) Install program for source tree: run this once all the files have been copied. (Not tested - I don't use MSDOS). /parallel/occam/compilers/inmos/oc/msdos/lastdisk (1 bytes) Ignore me /parallel/occam/compilers/inmos/oc/msdos/libs.zip (10788 bytes) libs.zip /parallel/occam/compilers/inmos/oc/msdos/maths.zip (122360 bytes) maths.zip /parallel/occam/compilers/inmos/oc/msdos/msdos.zip (8292 bytes) msdos.zip /parallel/occam/compilers/inmos/oc/msdos/oc.zip (11092 bytes) oc.zip /parallel/occam/compilers/inmos/oc/msdos/preocc.zip (6193 bytes) preocc.zip /parallel/occam/compilers/inmos/oc/msdos/product (2035 bytes) MSDOS batch file to construct source tree from ZIP files in this directory. Uses unzip.exe program. /parallel/occam/compilers/inmos/oc/msdos/src.zip (652 bytes) src.zip /parallel/occam/compilers/inmos/oc/msdos/streamco.zip (11365 bytes) streamco.zip /parallel/occam/compilers/inmos/oc/msdos/streamio.zip (37327 bytes) streamio.zip /parallel/occam/compilers/inmos/oc/msdos/string.zip (13287 bytes) string.zip /parallel/occam/compilers/inmos/oc/msdos/tcofflib.zip (33685 bytes) tcofflib.zip /parallel/occam/compilers/inmos/oc/msdos/unzip.exe (27517 bytes) unzip.exe - used in install /parallel/occam/compilers/inmos/oc/msdos/vdebug.zip (16038 bytes) vdebug.zip /parallel/occam/compilers/inmos/oc/msdos/xlink.zip (10439 bytes) xlink.zip /parallel/occam/compilers/inmos/oc/oc-bin-sun4.gz (186010 bytes) sun4 binary of INMOS occam 2 toolset compiler for transputers /parallel/occam/compilers/inmos/oc/oc-bin-ta.tar.gz (200722 bytes) 'ta' (T8/4) binary of INMOS occam 2 toolset compiler for transputers /parallel/occam/compilers/inmos/oc/oc-src.tar.gz (1520636 bytes) Sources to D7202 INMOS occam 2 toolset compiler for transputers /parallel/occam/compilers/inmos/oc/preocc-bin-sun4.gz (4993 bytes) sun4 binary of INMOS occam 2 pre-processor /parallel/occam/compilers/inmos/tds3-tds/ INMOS D700E TDS product in TDS sources form /parallel/occam/compilers/inmos/tds3-tds/README (2093 bytes) README - READ THIS FIRST FOR CONDITIONS OF USE /parallel/occam/compilers/inmos/tds3-tds/msdos/ If you don't have a real operating system, get the MSDOS files here /parallel/occam/compilers/inmos/tds3-tds/msdos/disk1/ INMOS TDS sources for MSDOS (TDS format) Disk 1 of 3 /parallel/occam/compilers/inmos/tds3-tds/msdos/disk1/arc.exe (32051 bytes) ARC program /parallel/occam/compilers/inmos/tds3-tds/msdos/disk1/dorest.bat (1596 bytes) More batch file /parallel/occam/compilers/inmos/tds3-tds/msdos/disk1/install.bat (158 bytes) Install script for MSDOS version of INMOS TDS sources /parallel/occam/compilers/inmos/tds3-tds/msdos/disk1/occamsrc.arc (744423 bytes) ARC file: occamsrc.arc /parallel/occam/compilers/inmos/tds3-tds/msdos/disk1/tdssrc.arc (288495 bytes) ARC file: tdssrc.arc /parallel/occam/compilers/inmos/tds3-tds/msdos/disk2/ INMOS TDS sources for MSDOS (TDS format) Disk 2 of 3 /parallel/occam/compilers/inmos/tds3-tds/msdos/disk2/debugsrc.arc (490514 bytes) ARC file: debugsrc.arc /parallel/occam/compilers/inmos/tds3-tds/msdos/disk2/filesrc.arc (153797 bytes) ARC file: filesrc.arc /parallel/occam/compilers/inmos/tds3-tds/msdos/disk2/tntsrc.arc (252573 bytes) ARC file: tntsrc.arc /parallel/occam/compilers/inmos/tds3-tds/msdos/disk3/ INMOS TDS sources for MSDOS (TDS format) Disk 3 of 3 /parallel/occam/compilers/inmos/tds3-tds/msdos/disk3/t2flsrc.arc (264491 bytes) ARC file: t2flsrc.arc /parallel/occam/compilers/inmos/tds3-tds/msdos/disk3/t8flsrc.arc (20930 bytes) ARC file: t8flsrc.arc /parallel/occam/compilers/inmos/tds3-tds/msdos/disk3/taflsrc.arc (198553 bytes) ARC file: taflsrc.arc /parallel/occam/compilers/inmos/tds3-tds/tds3src.tar.gz (1167979 bytes) UNIX version of sources of INMOS TDS (TDS format) /parallel/occam/compilers/inmos/tds3-toolset/ INMOS D700E TDS product in toolset sources form contributed by Michael Poole as a conversion of the D700E product above. /parallel/occam/compilers/inmos/tds3-toolset/BuildNotes (280 bytes) Building notes /parallel/occam/compilers/inmos/tds3-toolset/README (996 bytes) Note on conversion from TDS form Creator: Michael Poole /parallel/occam/compilers/inmos/tds3-toolset/msdos/ If you don't have an operating system, here's the MSDOS sources /parallel/occam/compilers/inmos/tds3-toolset/msdos/occam2.zip (476554 bytes) Source of INMOS TDS compiler for transputers (MSDOS form) /parallel/occam/compilers/inmos/tds3-toolset/msdos/tds3src.zip (193315 bytes) Source of INMOS TDS system for transputers (MSDOS form) /parallel/occam/compilers/inmos/tds3-toolset/occam2-src-toolset.tar.gz (385442 bytes) Source of INMOS TDS3 occam 2 compiler UTILs for transputers /parallel/occam/compilers/inmos/tds3-toolset/tds3-bin-ta.tar.gz (75593 bytes) 'ta' (T8/4) transputer binary of TDS3 system /parallel/occam/compilers/inmos/tds3-toolset/tds3-src-toolset.tar.gz (150988 bytes) Source of INMOS TDS3 system for transputers Kent Retargetable Occam Compiler (KROC) /parallel/occam/compilers/ocpp/ Occam pre-processor in style of C pre-processor for conditional compilation /parallel/occam/compilers/ocpp/ocpp302.tar.gz (332808 bytes) "occam Pre-Processor V3.02" (OCPP) by Mark Ian Barlow ; Tel: +44 (0)1207 562 154 An occam pre-processor that is somewhat more friendly and with greatly improved functionality than the rather obscure non-supported SGS-Thomson tool PREOCC. The main advantages are: 1) It comments out lines rather than removing them so toolset error messages still refer to the relevant source line. 2) For the same reason it is able to reverse it's own effect and re-construct it's input. 3) It offers more optional methods for defining symbols and extra directives. 4) It can modify files in-place, and can optionally annotate conditional directives with useful debugging data. 5) It can perform simple textual substitutions in the output code, and process embedded code-template files to generate standard constructs. 6) It possesses a (rather lightweight) capability to import constants from C header files directly into occam source code. 7) It can expand references to environment variables within any file specification attached to either it's own, or the occam compiler's native directives (#INCLUDE, &c.). Documentation, examples, source, transputer and DOS binaries included. /parallel/occam/compilers/ocpp/srci100.tar.gz (16904 bytes) "Source Inventory utility" (Srci) by Mark Ian Barlow ; Tel: +44 (0)1207 562 154 A program intended to complement the imakef makefile generator in the INMOS toolset, or indeed any automated makefile generation facility. It extracts and lists those source files which are essential to permit re-building of all the targets found in a makefile. Contains source and DOS binary. /parallel/occam/compilers/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 (in /parallel/transputer/compilers/fortran/f2c) and VCR 2.0K (in this directory), INMOS C toolset compiler (Dx214) and a UNIX host. /parallel/occam/compilers/parmacs_on_vcr/.nams-info/ .nams-info /parallel/occam/compilers/parmacs_on_vcr/.nams-info/status (149 bytes) status /parallel/occam/compilers/parmacs_on_vcr/.nams-info/status.new-14670 (0 bytes) status.new-14670 /parallel/occam/compilers/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. REQUIRES: transputer f2c 1.1 system [../f2c], VCR 2.0K [../vcr], INMOS C toolset compiler (Dx214) and a UNIX host. From ftp.ecs.soton.ac.uk in /pub/transputer/parmacs /parallel/occam/compilers/spoc/ Southampton Portable occam Compiler (SPOC) /parallel/occam/compilers/spoc/README.spoc (3603 bytes) "README file from SPOC v1.1" /parallel/occam/compilers/spoc/gmd-tools/ "The GMD tools needed to recompile SPOC" /parallel/occam/compilers/spoc/gmd-tools/.nams-info/ .nams-info /parallel/occam/compilers/spoc/gmd-tools/.nams-info/status (1076 bytes) status /parallel/occam/compilers/spoc/gmd-tools/.nams-info/status.new-14571 (0 bytes) status.new-14571 /parallel/occam/compilers/spoc/gmd-tools/Makefile (9523 bytes) Compilation and installation of the tools /parallel/occam/compilers/spoc/gmd-tools/README (18613 bytes) Compiler Construction Tool Box overview /parallel/occam/compilers/spoc/gmd-tools/begmanual.ps.Z (394740 bytes) BEG - a Back End Generator - User Manual /parallel/occam/compilers/spoc/gmd-tools/begmanual.tar.Z (117539 bytes) BEG - a Back End Generator - User Manual /parallel/occam/compilers/spoc/gmd-tools/bnf.tar.Z (29289 bytes) Transforms Grammars from Extended BNF to Plain BNF /parallel/occam/compilers/spoc/gmd-tools/cg.tar.Z (667742 bytes) Common Program implementing Ast and Ag /parallel/occam/compilers/spoc/gmd-tools/common.tar.Z (40237 bytes) Library for estra and ell /parallel/occam/compilers/spoc/gmd-tools/doc.me.tar.Z (604893 bytes) Documentation in troff format (me macros) /parallel/occam/compilers/spoc/gmd-tools/doc.ps.tar.Z (1207884 bytes) Documentation in PostScript format /parallel/occam/compilers/spoc/gmd-tools/ell.tar.Z (305851 bytes) LL(1) Recursive Descent Parser Generator /parallel/occam/compilers/spoc/gmd-tools/estra.tar.Z (252919 bytes) Transformation of attributed trees (prototype) /parallel/occam/compilers/spoc/gmd-tools/front.tar.Z (158733 bytes) Common Front-End of Lalr, Ell, and Bnf /parallel/occam/compilers/spoc/gmd-tools/hexa.tar.Z (13592 bytes) Scanner and parser tables of Rex and Front /parallel/occam/compilers/spoc/gmd-tools/l2r.tar.Z (56462 bytes) Transforms Lexinput to Rex input /parallel/occam/compilers/spoc/gmd-tools/lalr.tar.Z (166530 bytes) LALR(1) Parser Generator /parallel/occam/compilers/spoc/gmd-tools/man.tar.Z (12599 bytes) Manual pages in troff format (man macros) /parallel/occam/compilers/spoc/gmd-tools/mpp.tar.Z (16108 bytes) ? /parallel/occam/compilers/spoc/gmd-tools/mtc.tar.Z (970607 bytes) Modula-2 to C translator /parallel/occam/compilers/spoc/gmd-tools/puma.tar.Z (398552 bytes) Transformation Tool based on Pattern Matching /parallel/occam/compilers/spoc/gmd-tools/r2l.tar.Z (73969 bytes) Transforms Rex input to Lex input /parallel/occam/compilers/spoc/gmd-tools/reuse.tar.Z (173722 bytes) Library of Reusable Modules /parallel/occam/compilers/spoc/gmd-tools/rex.tar.Z (243569 bytes) Scanner Generator /parallel/occam/compilers/spoc/gmd-tools/rpp.tar.Z (33262 bytes) Rex PreProcessor /parallel/occam/compilers/spoc/gmd-tools/specs.tar.Z (217271 bytes) Example Specifications for some tools /parallel/occam/compilers/spoc/gmd-tools/y2l.tar.Z (41921 bytes) Transforms Yacc input to Lalr input /parallel/occam/compilers/spoc/spoc-1.1-sun4.tar.gz (771455 bytes) "Precompiled binaries of SPOC 1.1 for sun4 architecture." Includes compiled libraries in ready-to-go state. /parallel/occam/compilers/spoc/spoc.1.1.tar.Z (931099 bytes) "Version 1.1 of SPOC: Southampton Portable occam compiler" Released 8th March 1994. /parallel/occam/compilers/spoc/spoc.1.3a.tgz (3842562 bytes) "Version 1.3a of SPOC: Southampton Portable occam compiler" Released 7th April 1998 /parallel/occam/compilers/spoc/spoc.oug17.ps.Z (44983 bytes) "Southampton's Portable Occam Compiler (SPOC)" by Mark Debbage; Mark Hill; Sean Wykes and Denis Nicole. Draft paper to be presented at WoTUG/OUG 17 conference at Bristol, Easter 1994. ABSTRACT: The occam programming language provides a natural and concise syntax for specifying compositions of processes. occam has many advantages: it has primitive constructs supporting concurrency, it lends itself to distributed execution, it has a strong formal basis and it supports secure programming. occam is an excellent language for embedded systems and high-performance computing. To date however, the only mature occam compilers are for the transputer processor and this has restricted the exploitation of the language. This paper describes a compilation system which allows occam programs to be supported on industry-standard platforms, as typified by the Unix work-station. Compilation is achieved by translating occam source into C and then using native C compilers to generate the target code. This approach allows a portable occam compilation system to be produced and allows back-end optimization to be performed by the C compiler in a manner optimized to the target processor. The implementation of an occam-to-C translator is not a trivial task since occam supports many features that have no direct equivalent in C. These features include concurrency, nested procedure definitions and a static variable chain. /parallel/occam/compilers/vcr/ Virtual Channel Routing (VCR) software from University of Southampton Developed under the PUMA ESPRIT project. REQUIRES: INMOS occam toolset compiler (Dx205) /parallel/occam/compilers/vcr/.nams-info/ .nams-info /parallel/occam/compilers/vcr/.nams-info/status (412 bytes) status /parallel/occam/compilers/vcr/.nams-info/status.new-14562 (0 bytes) status.new-14562 /parallel/occam/compilers/vcr/docs/ Documentation for VCR in compressed PostScript /parallel/occam/compilers/vcr/docs/.nams-info/ .nams-info /parallel/occam/compilers/vcr/docs/.nams-info/status (403 bytes) status /parallel/occam/compilers/vcr/docs/.nams-info/status.new-14562 (0 bytes) status.new-14562 /parallel/occam/compilers/vcr/docs/alldocs.tar.Z (503069 bytes) All the documents below in a compressed tar file. /parallel/occam/compilers/vcr/docs/history.ps.Z (16498 bytes) History of VCR to version 2.0k /parallel/occam/compilers/vcr/docs/install.ps.Z (21563 bytes) Installation document for VCR /parallel/occam/compilers/vcr/docs/parapet.ps.Z (51806 bytes) ParaPET - PARAllel Programming Environment Toolkit documentation. /parallel/occam/compilers/vcr/docs/problems.ps.Z (22065 bytes) Restriction and problems of VCR. /parallel/occam/compilers/vcr/docs/release.ps.Z (19435 bytes) Release documentation for 2.0k /parallel/occam/compilers/vcr/docs/rpcguide.ps.Z (64669 bytes) RPC support and run-time library documentation. /parallel/occam/compilers/vcr/docs/vcrguide.ps.Z (324983 bytes) Virtual channel router user guide /parallel/occam/compilers/vcr/history.doc (6748 bytes) History of VCR to version 2.0k /parallel/occam/compilers/vcr/install.doc (7205 bytes) Installation document for VCR /parallel/occam/compilers/vcr/msdos/ MSDOS distribution of VCR (zoo archives) /parallel/occam/compilers/vcr/msdos/.nams-info/ .nams-info /parallel/occam/compilers/vcr/msdos/.nams-info/status (692 bytes) status /parallel/occam/compilers/vcr/msdos/.nams-info/status.new-14562 (0 bytes) status.new-14562 /parallel/occam/compilers/vcr/msdos/readme (1952 bytes) License and warranty information. /parallel/occam/compilers/vcr/msdos/rk.zoo (6843 bytes) Source for 'reactive kernel' implementation. /parallel/occam/compilers/vcr/msdos/spr.doc (545 bytes) Software Performance Report for VCR /parallel/occam/compilers/vcr/msdos/vcr2_01.zoo (312877 bytes) MSDOS distribution of VCR 2.0 in 9 zoo files. [binary] /parallel/occam/compilers/vcr/msdos/vcr2_02.zoo (234035 bytes) MSDOS distribution of VCR 2.0 in 9 zoo files. [binary] /parallel/occam/compilers/vcr/msdos/vcr2_03.zoo (345176 bytes) MSDOS distribution of VCR 2.0 in 9 zoo files. [binary] /parallel/occam/compilers/vcr/msdos/vcr2_04.zoo (347168 bytes) MSDOS distribution of VCR 2.0 in 9 zoo files. [binary] /parallel/occam/compilers/vcr/msdos/vcr2_05.zoo (349107 bytes) MSDOS distribution of VCR 2.0 in 9 zoo files. [binary] /parallel/occam/compilers/vcr/msdos/vcr2_06.zoo (344944 bytes) MSDOS distribution of VCR 2.0 in 9 zoo files. [binary] /parallel/occam/compilers/vcr/msdos/vcr2_07.zoo (160342 bytes) MSDOS distribution of VCR 2.0 in 9 zoo files. [binary] /parallel/occam/compilers/vcr/msdos/vcr2_08.zoo (357787 bytes) MSDOS distribution of VCR 2.0 in 9 zoo files. [binary] /parallel/occam/compilers/vcr/msdos/vcr2_09.zoo (196322 bytes) MSDOS distribution of VCR 2.0 in 9 zoo files. [binary] /parallel/occam/compilers/vcr/msdos/zoo.doc (53706 bytes) Zoo executable program and documentation for MSDOS. [text] /parallel/occam/compilers/vcr/msdos/zoo.hlp (5599 bytes) Zoo executable program and documentation for MSDOS. [text] /parallel/occam/compilers/vcr/msdos/zoox.doc (3096 bytes) Zoo executable program and documentation for MSDOS. [text] /parallel/occam/compilers/vcr/msdos/zoox.exe (43566 bytes) Zoo executable program and documentation for MSDOS. [binary] /parallel/occam/compilers/vcr/release.doc (6551 bytes) Release documentation for VCR 2.0k - READ THIS FIRST /parallel/occam/compilers/vcr/unix/ UNIX distribution of VCR (compressed tar files) /parallel/occam/compilers/vcr/unix/.nams-info/ .nams-info /parallel/occam/compilers/vcr/unix/.nams-info/status (251 bytes) status /parallel/occam/compilers/vcr/unix/.nams-info/status.new-14562 (0 bytes) status.new-14562 /parallel/occam/compilers/vcr/unix/readme (1903 bytes) License and warranty information. /parallel/occam/compilers/vcr/unix/rk.tar.Z (7301 bytes) Source for 'reactive kernel' implementation. /parallel/occam/compilers/vcr/unix/spr.doc (505 bytes) Software Performance Report for VCR /parallel/occam/compilers/vcr/unix/vcr2.tar.Z (2493819 bytes) UNIX distribution of VCR 2.0 in 9 zoo files. /parallel/occam/compilers/vcr/unix/voc.sun4.Z (600215 bytes) SPARC executable of voc compiler. /parallel/occam/documentation/ occam language documentation (occam3) /parallel/occam/documentation/books (2695 bytes) "Books about the occam language" /parallel/occam/documentation/inmos/ occam compiler libraries documentation donated by SGS-Thomson Microelectronics, Bristol (formerly INMOS) occam DX3XX library documentation. These files have been made freely available by SGS-Thomson and may not be used to generate commercial products without explicit permission and agreed licensing terms OR placed in a public archive or given to third parties without explicit written permission from SGS-Thomson in Bristol. Tony Debling SGS-Thomson Microelectronics Ltd, 1000 Aztec West, Almondsbury, Bristol BS12 4SQ, England. June 7, 1995. Converted to HTML via RTFtoHTML, PERL5 and by hand by me. /parallel/occam/documentation/inmos/README (571 bytes) COPYRIGHT AND TERMS AND CONDITIONS - READ FIRST /parallel/occam/documentation/inmos/compiler.html (37710 bytes) occam compiler libraries - occam2.lib, occam8.lib, occama.lib, occamutl.lib and virtual.lib. [HTML] /parallel/occam/documentation/inmos/compiler_ToC.html (1676 bytes) occam compiler libraries - occam2.lib, occam8.lib, occama.lib, occamutl.lib and virtual.lib. [HTML] /parallel/occam/documentation/inmos/compiler.rtf (92079 bytes) occam compiler libraries - occam2.lib, occam8.lib, occama.lib, occamutl.lib and virtual.lib. [text] /parallel/occam/documentation/inmos/duplicate/ Duplicate version of maths.html - well I think it looks the same anyway! /parallel/occam/documentation/inmos/duplicate/mathslib.html (100399 bytes) mathslib.html /parallel/occam/documentation/inmos/duplicate/mathslib.rtf (226646 bytes) mathslib.rtf /parallel/occam/documentation/inmos/duplicate/mathslib_ToC.html (1686 bytes) mathslib_ToC.html /parallel/occam/documentation/inmos/hostio.html (71693 bytes) Host file server library - hostio.lib [HTML] /parallel/occam/documentation/inmos/hostio_ToC.html (1722 bytes) Host file server library - hostio.lib [HTML] /parallel/occam/documentation/inmos/hostio.rtf (140526 bytes) Host file server library - hostio.lib [text] /parallel/occam/documentation/inmos/ilibr.html (23128 bytes) ilibr librarian program [HTML] /parallel/occam/documentation/inmos/ilibr_ToC.html (2174 bytes) ilibr librarian program [HTML] /parallel/occam/documentation/inmos/ilibr.rtf (42642 bytes) ilibr librarian program [text] /parallel/occam/documentation/inmos/maths.html (101474 bytes) Maths libraries: snglmath.lib, dblmath.lib and tblmaths.lib [HTML] /parallel/occam/documentation/inmos/maths_ToC.html (1936 bytes) Maths libraries: snglmath.lib, dblmath.lib and tblmaths.lib [HTML] /parallel/occam/documentation/inmos/maths.rtf (248822 bytes) Maths libraries: snglmath.lib, dblmath.lib and tblmaths.lib [text] /parallel/occam/documentation/inmos/others.html (25067 bytes) Other libraries: crc.lib, xlink.lib, debug.lib and msdos.lib. [HTML] /parallel/occam/documentation/inmos/others_ToC.html (1206 bytes) Other libraries: crc.lib, xlink.lib, debug.lib and msdos.lib. [HTML] /parallel/occam/documentation/inmos/others.rtf (53228 bytes) Other libraries: crc.lib, xlink.lib, debug.lib and msdos.lib. [text] /parallel/occam/documentation/inmos/streamio.html (30512 bytes) Streamio library - streamio.lib [HTML] /parallel/occam/documentation/inmos/streamio_ToC.html (965 bytes) Streamio library - streamio.lib [HTML] /parallel/occam/documentation/inmos/streamio.rtf (56994 bytes) Streamio library - streamio.lib [text] /parallel/occam/documentation/inmos/string.html (20005 bytes) String handling library - string.lib [HTML] /parallel/occam/documentation/inmos/string_ToC.html (764 bytes) String handling library - string.lib [HTML] /parallel/occam/documentation/inmos/string.rtf (40354 bytes) String handling library - string.lib [text] /parallel/occam/documentation/inmos/type.html (18146 bytes) String conversion library - convert.lib [HTML] /parallel/occam/documentation/inmos/type_ToC.html (495 bytes) String conversion library - convert.lib [HTML] /parallel/occam/documentation/inmos/type.rtf (32706 bytes) String conversion library - convert.lib [text] /parallel/occam/documentation/manual3.ps.Z (552734 bytes) "occam 3 reference manual (March 31 1992 draft)" 1.4M uncompressed, 203 pages /parallel/occam/documentation/oc21-split/ "The above occam 2.1 reference manual split into 50 page sections." /parallel/occam/documentation/oc21-split/oc21-001-050.ps.gz (178842 bytes) occam 2.1 reference manual pages 1-50 /parallel/occam/documentation/oc21-split/oc21-051-100.ps.gz (151067 bytes) occam 2.1 reference manual pages 51-100 /parallel/occam/documentation/oc21-split/oc21-101-150.ps.gz (110401 bytes) occam 2.1 reference manual pages 101-150 /parallel/occam/documentation/oc21-split/oc21-151-171.ps.gz (66892 bytes) occam 2.1 reference manual pages 151-171 /parallel/occam/documentation/oc21refman.ps.gz (478480 bytes) "occam 2.1 Reference Manual" In the same style as the occam 2 reference manual published by Prentice-Hall. 171 pages. 1.5M uncompressed. /parallel/occam/documentation/oc21small.ps.gz (37868 bytes) "occam 2.1 language extensions since occam 2" INMOS internal technical document SW-0429-8. It assumes familiarity with occam2 and merely describes the additional features that have been added to the language (user defined data types, records, etc). 15 pages. /parallel/occam/documentation/oc2man.tar.Z (23857 bytes) "UNIX Manual pages for most of the main libraries for the INMOS occam 2 toolset" No need for lots of paper manual copies! /parallel/occam/examples/ occam examples /parallel/occam/examples/deep-fifo.occ (1678 bytes) PROC buff - an efficient deep FIFO Creator: Andy Rabagliati /parallel/occam/examples/fft.occ (8044 bytes) Efficient Transputer FFT Creator: Herman Roebbers /parallel/occam/projects/ occam projects /parallel/occam/projects/occam-for-all/ The Occam For All (OFA) project between the University of Kent, the University of Keele and industrial partners. This area contains information, unpublished articles for discussion, demonstrations and public releases arising from the occam For All (oFA) project. This project was funded by the UK Engineering and Physical Sciences Research Council (EPSRC) as part of its Portable Software Tools for Parallel Architectures (PSTPA) programme. The formal duration of this project was from 1st February 1995 - 31st May 1997, but work continues. /parallel/occam/projects/occam-for-all/case-for-support.html (29337 bytes) "occam For All : Case for support" [HTML] /parallel/occam/projects/occam-for-all/case-for-support.ps (47492 bytes) "occam For All : Case for support" [PostScript] /parallel/occam/projects/occam-for-all/case-for-support.txt (29292 bytes) "occam For All : Case for support" [text] /parallel/occam/projects/occam-for-all/dsc/ "Distributed SHARED Channels" /parallel/occam/projects/occam-for-all/dsc/README (1175 bytes) "README - read how to use the source files below" /parallel/occam/projects/occam-for-all/dsc/client_side.occ (1829 bytes) client_side.occ /parallel/occam/projects/occam-for-all/dsc/distributed_channel.occ (2715 bytes) distributed_channel.occ /parallel/occam/projects/occam-for-all/dsc/distributed_channel_1.occ (3568 bytes) distributed_channel_1.occ /parallel/occam/projects/occam-for-all/dsc/dsc.html (24407 bytes) "Distributed SHARED Channels" by Peter Welch /parallel/occam/projects/occam-for-all/dsc/o3_server_protocol.inc (346 bytes) o3_server_protocol.inc /parallel/occam/projects/occam-for-all/dsc/o3_shared_channel.occ (3464 bytes) o3_shared_channel.occ /parallel/occam/projects/occam-for-all/dsc/server_protocol.inc (277 bytes) server_protocol.inc /parallel/occam/projects/occam-for-all/dsc/server_side.occ (1939 bytes) server_side.occ /parallel/occam/projects/occam-for-all/dsc/server_side_1.occ (2212 bytes) server_side_1.occ /parallel/occam/projects/occam-for-all/hlps/ "SEMAPHOREs, RESOURCEs, EVENTs and BUCKETs" (formerly: Higher Levels of Process Synchronisation in occam) The KRoC 0.8beta release included four new primitives: SEMAPHOREs, RESOURCEs, EVENTs and BUCKETs. An example program for each was included but, otherwise, no documentation. This directory contains the missing documentation. Motivation for the primitives has been added, together with numerous examples of their use, so that it has now grown into a draft paper (that will eventually be submitted somewhere for publication). /parallel/occam/projects/occam-for-all/hlps/hlps.txt (101850 bytes) "SEMAPHOREs, RESOURCEs, EVENTs and BUCKETs" by P.H.Welch and D.C.Wood . Computing Laboratory, The University, Canterbury, KENT, CT2 7NF, England. This document is plain text, but `folded'. It is quite readable as plain text; but, for viewing on-line, it was designed for browsing with a `folding' editor such as Origami or F. /parallel/occam/projects/occam-for-all/hlps/sp-alpha-osf1.gz (27546 bytes) "Singing Philosophers Binary (DEC Alpha OSF1)" /parallel/occam/projects/occam-for-all/hlps/sp-sparc-sunos4.gz (22883 bytes) "Singing Philosophers Binary (Sun Sparc SunOS4 and Solaris 2)" /parallel/occam/projects/occam-for-all/hlps/sp.html (2249 bytes) "Singing Philiosophers Example Documentation" [HTML] /parallel/occam/projects/occam-for-all/hlps/sp.txt (1704 bytes) "Singing Philiosophers Example Documentation" [text] "JavaPP" JavaPP gives a binding of CSP mechanisms into Java which overcome significant weaknesses in the Java threads model. JavaPP is a direct spin-off from the oFA project. /parallel/occam/projects/occam-for-all/javapp/ "JavaPP Examples" /parallel/occam/projects/occam-for-all/javapp/AWTProtocol.java (1187 bytes) AWTProtocol.java /parallel/occam/projects/occam-for-all/javapp/Alternative.java (10096 bytes) Alternative.java /parallel/occam/projects/occam-for-all/javapp/AppletFrame.java (4138 bytes) AppletFrame.java /parallel/occam/projects/occam-for-all/javapp/Bounce.java (1995 bytes) Bounce.java /parallel/occam/projects/occam-for-all/javapp/BounceOne.java (4897 bytes) BounceOne.java /parallel/occam/projects/occam-for-all/javapp/BounceThree.java (1675 bytes) BounceThree.java /parallel/occam/projects/occam-for-all/javapp/ButtonCh.java (3475 bytes) ButtonCh.java /parallel/occam/projects/occam-for-all/javapp/ButtonTest.java (2465 bytes) ButtonTest.java /parallel/occam/projects/occam-for-all/javapp/ImageArrival.java (432 bytes) ImageArrival.java /parallel/occam/projects/occam-for-all/javapp/ImageButtonCh.java (6157 bytes) ImageButtonCh.java /parallel/occam/projects/occam-for-all/javapp/ImageTracker.java (1865 bytes) ImageTracker.java /parallel/occam/projects/occam-for-all/javapp/Object_Channel.java (3503 bytes) Object_Channel.java /parallel/occam/projects/occam-for-all/javapp/ScrollbarCh.java (5168 bytes) ScrollbarCh.java /parallel/occam/projects/occam-for-all/javapp/ScrollbarTest.java (2900 bytes) ScrollbarTest.java /parallel/occam/projects/occam-for-all/javapp/bounce.html (1335 bytes) "Bounce JavaPP test" /parallel/occam/projects/occam-for-all/javapp/bouncethree.html (1221 bytes) "Bounce 3 Images JavaPP test" /parallel/occam/projects/occam-for-all/javapp/buttontest.html (1136 bytes) "Button with Channel Interface test" /parallel/occam/projects/occam-for-all/javapp/scrollbartest.html (1156 bytes) "Scrollbar with Channel Interface test" /parallel/occam/projects/occam-for-all/kroc/ "Kent Retargetable Occam Compiler (KROC)" Kent Retargetable Occam Compiler (KRoC) distribution area. KRoC is a development of the Occam For All EPSRC project at the University of Kent at Canterbury and the University of Keele. It will provide a portable occam compiler for Sparc, Alpha and PowerPC processors. See the Case For Support in the parent directory for more information. If you take KRoC, please let us know what you think by filling out the response form (in file FORM) and mailing it back to us - Thanks. /parallel/occam/projects/occam-for-all/kroc/INSTALL.html (8195 bytes) "KRoC 0.9 Beta Installation document" /parallel/occam/projects/occam-for-all/kroc/NEWS.html (6012 bytes) "KRoC Release History (from 0.9beta release)" /parallel/occam/projects/occam-for-all/kroc/README.html (8724 bytes) "KRoC 0.9 Beta Release Announcement" /parallel/occam/projects/occam-for-all/kroc/TARGETS.html (7470 bytes) "KRoC Processor Targeting Information (from 0.9beta release)" /parallel/occam/projects/occam-for-all/kroc/docs/ docs /parallel/occam/projects/occam-for-all/kroc/docs/README (1500 bytes) README /parallel/occam/projects/occam-for-all/kroc/docs/dstring.html (12840 bytes) dstring.html /parallel/occam/projects/occam-for-all/kroc/docs/dstring.ps (89173 bytes) dstring.ps /parallel/occam/projects/occam-for-all/kroc/docs/kroc.ps (74128 bytes) kroc.ps /parallel/occam/projects/occam-for-all/kroc/docs/o2cl.ps (87792 bytes) o2cl.ps /parallel/occam/projects/occam-for-all/kroc/docs/occam/ occam /parallel/occam/projects/occam-for-all/kroc/docs/occam/README (606 bytes) README /parallel/occam/projects/occam-for-all/kroc/docs/occam/oc21small.ps (131350 bytes) oc21small.ps /parallel/occam/projects/occam-for-all/kroc/docs/ocinf/ ocinf /parallel/occam/projects/occam-for-all/kroc/docs/ocinf/Makefile (56 bytes) Makefile /parallel/occam/projects/occam-for-all/kroc/docs/ocinf/ocinf.ms (29553 bytes) ocinf.ms /parallel/occam/projects/occam-for-all/kroc/docs/ocinf/ocinf.ps (58698 bytes) ocinf.ps /parallel/occam/projects/occam-for-all/kroc/docs/ocinf/ocinf.txt (47261 bytes) ocinf.txt /parallel/occam/projects/occam-for-all/kroc/docs/udo.html (19748 bytes) udo.html /parallel/occam/projects/occam-for-all/kroc/docs/udo.ps (97331 bytes) udo.ps /parallel/occam/projects/occam-for-all/kroc/hlps.html (3522 bytes) "Documentation for the BUCKETS, EVENTS, SEMAPHORES and RESOURCES" /parallel/occam/projects/occam-for-all/kroc/kroc-0.9beta-alpha-dec-osf3.0.tar.gz (1538869 bytes) "KRoC 0.9 beta BINARY distribution for DEC Alphas with OSF/1 3.0" Compiles the occam 2.1 language (RECORDS and DATA TYPEs) has an occam/C interface tool and the first release of Alpha separate compilation support. Includes standard libraries (hostio.lib, streamio.lib etc.), language documentation, examples and exercises. [gzipped tar] /parallel/occam/projects/occam-for-all/kroc/kroc-0.9beta-alpha-dec-osf3.0.tar.Z (2588306 bytes) "KRoC 0.9 beta BINARY distribution for DEC Alphas with OSF/1 3.0" Compiles the occam 2.1 language (RECORDS and DATA TYPEs) has an occam/C interface tool and the first release of Alpha separate compilation support. Includes standard libraries (hostio.lib, streamio.lib etc.), language documentation, examples and exercises. [compressed tar] /parallel/occam/projects/occam-for-all/kroc/kroc-0.9beta-sparc-sun-solaris2.5.1.tar.gz (1201475 bytes) "KRoC 0.9 beta BINARY distribution for Sun Sparcs with Solaris 2.5.1 (SunOS 5.5.1)" Compiles the occam 2.1 language (RECORDS and DATA TYPEs) has an occam/C interface tool and has separate compilation support (#USE). Includes standard libraries (hostio.lib, streamio.lib etc.), language documentation, examples and exercises. [gzipped tar] /parallel/occam/projects/occam-for-all/kroc/kroc-0.9beta-sparc-sun-solaris2.5.1.tar.Z (1924228 bytes) "KRoC 0.9 beta BINARY distribution for Sun Sparcs with Solaris 2.5.1 (SunOS 5.5.1)" Compiles the occam 2.1 language (RECORDS and DATA TYPEs) has an occam/C interface tool and has separate compilation support (#USE). Includes standard libraries (hostio.lib, streamio.lib etc.), language documentation, examples and exercises. [compressed tar] /parallel/occam/projects/occam-for-all/kroc/kroc-0.9beta-sparc-sun-sunos4.1.3_U1.tar.gz (1226001 bytes) "KRoC 0.9 beta BINARY distribution for Sun Sparcs with SunOS 4.1.3U1" Compiles the occam 2.1 language (RECORDS and DATA TYPEs) has an occam/C interface tool and has separate compilation support (#USE). Includes standard libraries (hostio.lib, streamio.lib etc.), language documentation, examples and exercises. [gzipped tar] /parallel/occam/projects/occam-for-all/kroc/kroc-0.9beta-sparc-sun-sunos4.1.3_U1.tar.Z (1956753 bytes) "KRoC 0.9 beta BINARY distribution for Sun Sparcs with SunOS 4.1.3U1" Compiles the occam 2.1 language (RECORDS and DATA TYPEs) has an occam/C interface tool and has separate compilation support (#USE). Includes standard libraries (hostio.lib, streamio.lib etc.), language documentation, examples and exercises. [compressed tar] /parallel/occam/projects/occam-for-all/kroc/kroc-1.0.3beta-linux-glibc1.tar.gz (1519814 bytes) "KRoC 1.0.3 beta BINARY distribution for Linux x86 glibc 1" Compiles the occam 2.1 language (RECORDS and DATA TYPEs) has an occam/C interface tool and the first release of Linux support. Includes standard libraries (hostio.lib, streamio.lib etc.), language documentation, examples and exercises. This version is for GNU Lib C version 1 (also called libc5) which is used on older Linuxes. NOTE: It is important to extract this tar file with permissions preserved - i.e. do tar xpfz kroc-1.0.3beta-linux-glibc1.tar.gz /parallel/occam/projects/occam-for-all/kroc/kroc-1.0.3beta-linux-glibc2.tar.gz (1277248 bytes) "KRoC 1.0.3 beta BINARY distribution for Linux x86 glibc 2" Compiles the occam 2.1 language (RECORDS and DATA TYPEs) has an occam/C interface tool and the first release of Linux support. Includes standard libraries (hostio.lib, streamio.lib etc.), language documentation, examples and exercises. This version is for GNU Lib C version 2 (also called glibc or libc6) which is used on newer Linuxes. NOTE: It is important to extract this tar file with permissions preserved - i.e. do tar xpfz kroc-1.0.3beta-linux-glibc2.tar.gz /parallel/occam/projects/occam-for-all/kroc/kroc-multi-ppc.tar.gz (886228 bytes) "Kroc for Multiprocessor PowerPC Architecture" This is the binary release with multi processor scheduler of the Aberdeen port of KRoC to the PowerPC architecture. It is based on KRoC 0.7 Beta. The port has been developed for the Parsytec Power Xplorer with PowerPC 601 processors. It is based on Parix version 1.2 with a Sun host running Solaris 2.5 Anyone interested in porting the system to other PowerPC based operating systems should contact the first author. /parallel/occam/projects/occam-for-all/kroc/linux/ "Linux binaries of some programs" /parallel/occam/projects/occam-for-all/kroc/linux/README (527 bytes) README /parallel/occam/projects/occam-for-all/kroc/linux/commstime.occ (4444 bytes) commstime.occ /parallel/occam/projects/occam-for-all/kroc/linux/par-ct (65199 bytes) par-ct /parallel/occam/projects/occam-for-all/kroc/linux/phil-fred (108153 bytes) phil-fred /parallel/occam/projects/occam-for-all/kroc/linux/phil-nick (108260 bytes) phil-nick /parallel/occam/projects/occam-for-all/kroc/linux/seq-ct (65091 bytes) seq-ct /parallel/occam/projects/occam-for-all/kroc/old/ old /parallel/occam/projects/occam-for-all/kroc/old/kroc-0.7beta-powerpc-parsytec-parix.tar.gz (859394 bytes) "KRoC 0.7beta for PowerPC Architecture" "occam language" Further information on the occam language including the occam 2.1 and occam3 (draft) reference manuals. /parallel/occam/utilities/ occam utilities /parallel/occam/utilities/lex-and-yacc/ Parsers and grammars for occam languages. /parallel/occam/utilities/lex-and-yacc/occam.yacc.tar.Z (18129 bytes) Lexical analysers and yacc grammars for occam and occam2. Placed in the public domain. /parallel/occam/utilities/odt/ "occam Design Tool" (ODT) by Dave Beckett A visual editor for occam process networks which only allows the design of deadlock-free systems and outputs code. The occam Design Tool (ODT) is an interactive graphical environment for the specification and partial implementation of concurrent systems and enables structured design of parallel systems through hierarchies of communicating process networks. ODT has knowledge of various paradigms for process synchronisation -- whose correct application secures guarantees of freedom from deadlock, livelock and starvation -- and enforces that correct application by the designer. The tool also generates program skeletons that handle the parallel and communication aspects of the system implementation. The target programming language has to be one whose formal semantics respect the mathematical model (CSP) under which the design rules were able to be proven -- currently, this is occam. By targeting occam, we derive the further benefit of eliminating unguarded race hazards. /parallel/occam/utilities/odt/odt-1.02-osf.tar.gz (615607 bytes) "ODT 1.02 with DEC Alpha OSF binaries of wish4.1" by Dave Beckett /parallel/occam/utilities/odt/odt-1.02-sunos.tar.gz (605313 bytes) "ODT 1.02 with Sun Sparc SunOS 4.1.3U1 binaries of wish4.1" by Dave Beckett /parallel/occam/utilities/odt/odt-1.02.tar.gz (181821 bytes) "ODT 1.02 (source only)" by Dave Beckett Requires Tcl/Tk 7.5/4.1 (or better) /parallel/occam/utilities/pretty-printing-occam (4813 bytes) Article on pretty printing occam including a vgrind entry and another program. Creator: Andy Rabagliati /parallel/occam/utilities/yacht/ "Yacht - a tool for generating occam source code from diagrams in Teamwork" by Richard Beton yacht is a tool for generating occam source code from diagrams in Teamwork(tm) (a Unix/VMS based software design suite). Although written to support Object Oriented Analysis in occam, it is equally well suited to the schematic capture of arbitrary occam programs. The tool is semi-automatic in the sense that the structure is defined graphically and translated automatically, whilst behaviour is defined manually. Contact the author with comments and problems. But please note that yacht is not formally supported. Yacht is Yet Another Code Harness Tool /parallel/occam/utilities/yacht/wotug19.ps.gz (22610 bytes) "From Object Oriented Analysis to Implementation Using Occam" by Richard Beton Procedings WoTUG19 April 1996, IOS Press (See ) Shlaer-Mellor Object Oriented Analysis is discussed. The features necessary to implement an OOA model are compared with those offered by occam. It is found that many features normally requiring a complex software architecture are provided by the language. Finally, a tool is described which assists the job of converting an OOA model, captured using Teamwork (tm), into occam source code. /parallel/occam/utilities/yacht/yacht.SunOS4_sparc.1.0.tar.gz (114014 bytes) yacht tool for SunOS4/sparc (executables and examples). Creator: Richard Beton /parallel/occam/utilities/yacht/yacht.SunOS5_sparc.1.0.tar.gz (136652 bytes) yacht tool for SunOS5/sparc (executables and examples). Creator: Richard Beton /parallel/occam/utilities/yacht/yacht.asm.1.0.tar.gz (184743 bytes) yacht source code, including Teamwork(tm) model and examples compiled to transputer instructions. /parallel/occam/utilities/yacht/yacht.src.1.0.tar.gz (163923 bytes) yacht source code, including Teamwork(tm) model and examples. Creator: Richard Beton /parallel/oses/ "Operating systems" "Linux in High-Performance Computing" by M. Welsh /parallel/oses/minix/ "MINIX for Transputers" MINIX for Transputers /parallel/oses/paros/ "Microkernel for Distributed Memory Parallel Computers" (PAROS) See also the PAROS Home Page at /parallel/oses/paros/.nams-info/ .nams-info /parallel/oses/paros/.nams-info/status (152 bytes) status /parallel/oses/paros/.nams-info/status.new-14298 (0 bytes) status.new-14298 /parallel/oses/paros/paros_doc.v12.ps (746039 bytes) paros_doc.v12.ps /parallel/oses/paros/parosv12.zip (1035944 bytes) MSDOS ZIP file of Paros 1.2 /parallel/papers/ "Research papers and technical reports" This area is *Depreciated* i.e. the things in this tree are being moved to be in the correct place by content. /parallel/papers/announcements/ Announcements of papers and reports. /parallel/papers/announcements/actor-theory (1528 bytes) Announcement of a paper about Actor theory by Gul Agha et al. Creator: Gul Agha /parallel/papers/announcements/argonne-sp-1-experiences (1049 bytes) Announcement of reports by researchers at Argonne National Laboratory about the SP-1: "TM177 (Early Experiences with the IBM SP-1)" and "TR 93/41 (Early Experiences with the IBM SP1 and the High-Performance Switch)" available from ftp://info.mcs.anl.gov/pub/ibm_sp1/ and http://www.mcs.anl.gov Creator: William Gropp /parallel/papers/announcements/campbell-unified-par-arch-class (2137 bytes) Announcement of a technical report by Duncan K. G. Campbell of Department of Computer Science, University of Exeter: Towards a Unified Parallel Architecture Class available from ftp://atlas.exeter.ac.uk/pub/parallel/models/unify.ps.Z and WWW. /parallel/papers/announcements/cico-shmem-perf-model (1811 bytes) Announcement of paper - CICO: A Practical Shared-Memory Programming Performance Model by James R. Larus, Satish Chandra and David A Wood. Available from ftp://ftp.cs.wisc.edu/tech-reports/reports/93/tr1171.ps.Z Creator: James Larus /parallel/papers/announcements/collect-ops-elros (837 bytes) Announcement of report by Kishore Viswanathan and Anthony Skjellum: "Collective Operations Using ELROS and Sockets" The paper discusses the implementation of collective operations using ELROS (Embedded Language for Remote Operation Service, developed at Lawerence Livermore National Laboratory) and sockets. The advantages and disadvantages of using ELROS over sockets to implement collective operations is also discussed. Available from ftp://aurora.CS.MsState.Edu/pub/reports/Elros_paper1_26mar94. ps.Z Creator: Kishore Viswanathan /parallel/papers/announcements/contention-in-shared-mem-algorithms (3058 bytes) Announcement of CRL Technical Report 93/12 on Contention in Shared Memory Algorithms by Cynthia Dwork, Maurice Herlihy and Orli Waarts. Available from ftp://crl.dec.com/pub/DEC/CRL/abstracts/ (for the abstracts) and ftp://crl.dec.com/pub/DEC/CRL/tech-reports/ (for the technical reports). Creator: Maurice Herlihy /parallel/papers/announcements/crg-msu-collective-communications (1570 bytes) Announcement of materials from the Communications Research Group at Michigan State University on Collective Communication in massively parallel computers and workstation clusters. This includes surveys and papers on wormhole-routed MPCs and ATM-based clusters. See ftp://ftp.cps.msu.edu/pub/crg and http://web.cps.msu.edu/~mckinley/crgweb Creator: Phil McKinley /parallel/papers/announcements/crim-par-arch-papers (2677 bytes) Announcement of recent papers published by the Parallel Architectures group at the CRIM (Centre de recherche informatique de Montreal / Computer Research Institute of Montreal) available from ftp://ftp.crim.ca/apar/public/ Creator: Marius Hancu /parallel/papers/announcements/cupit-par-neural-algs-lang (1931 bytes) Announcement of Technical Report available for anonymous ftp: "CuPit --- A Parallel Language for Neural Algorithms: Language Reference and Tutorial" by Lutz Prechelt of University of Karlsruhe, Germany. Available from ftp://ftp.ira.uka.de/pub/uni-karlsruhe/papers/cupit.ps.gz Creator: Lutz Prechelt /parallel/papers/announcements/genetic-alg-robotics (2702 bytes) Announcement of Technical Report about Genetic Algorithms for robotics (in French). "Algorithmes genetiques paralleles pour la planification de trajectoires de robots en environnement dynamique" by Thierry Chatroux of Institut Imag, Grenoble, France. Available from ftp://ftp.imag.fr/pub/LIFIA/ Creator: pierre bessiere /parallel/papers/announcements/ibm-sp1-switch (1254 bytes) Details of two papers on the IBM SP1 High-Performance Switch, as used in the Power Parallel Systems SP1 and SP2. Article by Craig B. Stunkel Creator: Craig B. Stunkel /parallel/papers/announcements/n-body-solver-cfd (5001 bytes) Announcement of PhD thesis by Gavin Pringle : "Numerical Study of Three-Dimensional Flow using Fast Parallel Particle Algorithms" available from the author. Creator: G Pringle /parallel/papers/announcements/optical-nets-in-multiprocessors (2673 bytes) Announcement of PhD thesis by James Olsen : "Control and Reliability of Optical Networks in Multiprocessors" available in both Postscript and LaTeX formats from ftp://hing.lcs.mit.edu/pub/olsen/ Creator: James Olsen /parallel/papers/announcements/paradyn (1634 bytes) Announcement of technical reports from the Paradyn Parallel Program Performance Tool project at UW-Madison. Available from ftp://grilled.cs.wisc.edu/technical_papers/ and http://www.cs.wisc.edu/p/paradyn/public/html/paradyn.home.htm l Creator: Bart Miller /parallel/papers/announcements/saarland-pram (806 bytes) Announcement of SB-PRAM related papers available from the University of Saarland, Germany available from ftp://lunix.cs.uni-sb.de/pub/sbpram/ and http://alkoholix.cs.uni-sb.de:4213/lswjp-home.html Creator: Peter Bach /parallel/papers/announcements/texas-san-antonio (2176 bytes) Announcement of five online technical reports from High Performance Computing and Software Laboratory, University of Texas at San Antonio, San Antonio, Texas, USA. Available from ftp://dragon.cs.utsa.edu/pub/ Creator: CS PhD Proposal Account /parallel/papers/announcements/tool-eval-with-NAS-par-benchmarks (898 bytes) Announcement of evaluation report on the parallization tools: PVM 2.x, PVM 3.x, p4, Express and Linda on a workstation cluster: 9 IBM RS6000 320H, token ring capable of 16 Mbits/s using the NAS parallel benchmark kernels: Embarrassingly Parallel, Multigrid, Conjugate Gradient and Integer Sort available via from ftp://perelandra.cms.udel.edu/pub/Misc/ Creator: Florian Sukup /parallel/papers/announcements/update-propogation-in-galactica-net (1687 bytes) Announcement of Technical Report: "Update Propagation in the Galactica Net Distributed Shared Memory Architecture" by A. Wilson, R. LaRowe, R. Ionta, R. Valentino, B. Hu, P. Breton and P. Lau of Center For High Performance Computing of Worcester Polytechnic Institute, Marlborough, MA, USA. Available from ftp://chpc.chpc.org/pub/gnet/gnet_updates.ps.Z Creator: Rick LaRowe /parallel/papers/announcements/wisconsin-wind-tunnel-preprints (8974 bytes) Announcement of three papers from the University of Wisconsin Wind Tunnel (WWT) project available on-line: "Fine-grain Access Control for Distributed Shared Memory" by Schoinas, Falsafi and Lebeck; "Where is Time Spent in Message-Passing and Shared-Memory Programs?" by Chandra, Larus and Rogers; "LCM: Memory System Support for Parallel Language Implementation", by Larus, Richards and Viswanathan. Many other papers are available in addition. Available from ftp://ftp.cs.wisc.edu/wwt/ and http://www.cs.wisc.edu/p/wwt/Mosaic/wwt.html Creator: James Larus /parallel/papers/announcements/york-zabala (1655 bytes) Announcement of Dr Eugenio Zabala of the Department of Electronics, University of York, England's research papers availability from ftp://shiraz.ohm.york.ac.uk/ez/ Creator: Eugenio Zabala /parallel/papers/cm5/ CM5 papers and reports. /parallel/papers/cm5/adelade/ Reports about the CM5 from University of Adelade, South Australia Technical reports by Dean Engelhardt from . /parallel/papers/cm5/adelade/announcement (1893 bytes) Announcement of the reports. Creator: Dean Engelhardt /parallel/papers/cm5/adelade/cm5eval.ps.Z (132808 bytes) "Evaluation of Characteristics of Three Programming Paradigms supported by Existing CM5 Software" /parallel/papers/cm5/adelade/cm5laplace.tar.Z (7898 bytes) Source to the laplace software used in the reports. /parallel/papers/cm5/adelade/exper-cdpeac.ps.Z (180993 bytes) "Experiences with CDPEAC: Vectorising a Laplace Iteration" ABSTRACT: We motivate and describe an algorithm we have designed to perform an efficient Laplace iteration on the CM5 using a synchronous message passing paradigm and programming the vector processing hardware directly. Some notes on the implementation of the algorithm and some performance statistics are included. These show our implementation to be more efficient than the equivalent program written with higher level paradigms like CM Fortran. /parallel/papers/cm5/adelade/exper-example.ps.Z (230635 bytes) An extended diagrammatic example of the operation of the algorithm presented in the report above. /parallel/papers/conferences/ Reports on conferences. /parallel/papers/conferences/WOPA93 (13166 bytes) Report on the 3rd Workshop on Parallel Algorithms (WOPA) held from May 19-20 1993 in San Diego, California. Creator: Dr. Rajeev Raman /parallel/papers/conferences/mac-cdrom-interactive-dags-par-proceedings (4764 bytes) Announcement of Macintosh interactive CD-ROM entitled "Parallel Computation: Practical Implementation of Algorithms and Machines" which are the 1992 DAGS (Dartmouth Institute for Advanced Graduate Studies) Parallel Computing Symposium proceedings. Creator: Takis Metaxas /parallel/papers/conferences/neural-nets-par+dist-conf-5 (4070 bytes) Details of the poceedings of the Fifth Conference on Neural Networks and Parallel Distributed Processing held from 9th-11th April 1992 at Indiana University-Purdue University at Fort Wayne. Creator: Pulin /parallel/papers/evaluations/ Evaluations of hardware and software /parallel/papers/evaluations/cm5/ Evaluations of the CM5 Evaluation of the CM5 from University of Adelade, South Australia /parallel/papers/evaluations/ksr1/ Evaluations of the KSR1 /parallel/papers/evaluations/ksr1/mannheim/ Evaluations of KSR1 from University of Mannheim, Germany /parallel/papers/evaluations/ksr1/mannheim/rum3593.ps.gz (369396 bytes) "One Year KSR1 at the University of Mannheim - Results & Experiences" editted by Robert Schumacher of University of Mannheim, Germany, 17th December 1993 (70 pages, Postscript) From ftp://ftp.uni-mannheim.de/top500/rum3593.ps.Z /parallel/papers/evaluations/ksr1/muenchen.announce (1369 bytes) Reports ueber Paralleles Rechnen am LRZ / Report on Research in Parallel Computing at the LRZ at Muenchen/Munich, Germany. From: ftp://ftp.lrz-muenchen.de/pub/comp/platforms/ksr/lrz-reports. ps.Z Creator: Christian Schaller Evaluations of the INMOS T9000 /parallel/papers/surveys/ Survey papers and reports. /parallel/papers/surveys/early_apps_mpi.announcement (2102 bytes) Announcement of report below. Creator: Tony Skjellum /parallel/papers/surveys/early_apps_mpi.ps.gz (56356 bytes) "Early Applications in the Message-Passing Interface(MPI)" by Tony Skjellum and Rusty Lusk.. 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. However, background material is given where needed. 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. From ftp://aurora.cs.msstate.edu/pub/reports/early_apps_mpi.ps.Z /parallel/papers/surveys/ossurvey.announcement (3147 bytes) Announcement of report below and call for comments Creator: Bodhisattwa Mukherjee /parallel/papers/surveys/ossurvey.ps.gz (148772 bytes) "A Survey of Multiprocessor Operating System Kernels (DRAFT)" ABSTRACT: Multiprocessors have been accepted as vehicles for improved computing speeds, cost/performance, and enhanced reliability or availability. However, the added performance requirements of user programs and functional capabilities of parallel hardware introduce new challenges to operating system design and implementation. This paper reviews research and commercial developments in multiprocessor operating system kernels from the late 1970's to the early 1990's. The paper first discusses some common operating system structuring techniques and examines the advantages and disadvantages of using each technique. It then identifies some of the major design goals and key issues in multiprocessor operating systems. Issues and solution approaches are illustrated by review of a variety of research or commercial multiprocessor operating system kernels. /parallel/papers/surveys/par-prog-workstation-clusters.ps.gz (68778 bytes) "Parallel Programming Systems for Workstation Clusters: A Comparison Paper of C-Linda, P4, POSYBL, PVM, and TCGMSG" by Craig C. Douglas ; Timothy G. Mattson and Martin H. Schultz,. Yale University Department of Computer Science, USA. Research Report YALEU/DCS/TR-975, August, 1993. [gzipped PostScript] /parallel/papers/surveys/par-prog-workstation-clusters.txt (1295 bytes) "Parallel Programming Systems for Workstation Clusters: A Comparison Paper of C-Linda, P4, POSYBL, PVM, and TCGMSG" by Craig C. Douglas ; Timothy G. Mattson and Martin H. Schultz,. Yale University Department of Computer Science, USA. Research Report YALEU/DCS/TR-975, August, 1993. [text] /parallel/papers/surveys/rum3393.ps.gz (94861 bytes) "TOP500 Supercomputer Sites" by Jack J. Dongarra, University of Tennessee and ORNL, USA; Hans W. Meuer and, University of Mannheim, Germany and Erich Strohmaier, University of Mannheim, Germany. 11th November 1994 (32 pages, Postscript) From /parallel/papers/surveys/rum3894.ps.gz (96057 bytes) "TOP500 Supercomputer Sites" by Jack J. Dongarra, University of Tennessee and ORNL, USA; Hans W. Meuer and, University of Mannheim, Germany and Erich Strohmaier, University of Mannheim, Germany. 30th June 1994 (32 pages, Postscript) From /parallel/papers/surveys/soft-env-net-report.announcement (2217 bytes) "A Survey of Software Environments for Exploiting Networked Computing Resources" by Louis Turcotte Report covering over 60 distributed and other networked software environments (150 pages). Announcement of report contains author contact details. From [text] /parallel/papers/surveys/soft-env-net-report.ps.gz (176388 bytes) "A Survey of Software Environments for Exploiting Networked Computing Resources" by Louis Turcotte Report covering over 60 distributed and other networked software environments (150 pages). Announcement of report contains author contact details. From [gzipped PostScript] /parallel/papers/surveys/status-of-parallel-processing-education.announcement (770 bytes) How to get hold of the current version of "The Status of Parallel Processing Education: 1993" Creator: Russ Miller , University of New York at Buffalo, USA /parallel/papers/surveys/top500.announcement (1839 bytes) Announcement of TOP500 reports available on the WWW and ftp. Reports are produced below. Creator: Horst D. Simon /parallel/papers/surveys/twelve-ways-to-fool-masses.tex (11769 bytes) "Twelve Ways to Fool the Masses When Giving Performance Results on Parallel Computers" by David Bailey and Andrew Stratton . [(La)TeX] /parallel/papers/surveys/twelve-ways-to-fool-masses.ps.gz (18319 bytes) "Twelve Ways to Fool the Masses When Giving Performance Results on Parallel Computers" by David Bailey and Andrew Stratton . [gzipped PostScript] /parallel/papers/t9000/ An evaluation of the early T9000 hardware by Bernhard Przywara at the University of Heidelberg in Germany. /parallel/papers/t9000/t9-evaluation.ps.Z (85079 bytes) An evaluation of the early T9000 hardware by Bernhard Przywara at the University of Heidelberg in Germany. Transputer and related vendors with email addresses Creator: Bernhard Przywara [compressed PostScript] /parallel/papers/t9000/t9-evaluation.readme (783 bytes) An evaluation of the early T9000 hardware by Bernhard Przywara at the University of Heidelberg in Germany. Transputer and related vendors with email addresses Creator: Bernhard Przywara [text] /parallel/papers/twente/ Papers from University of Twente, Netherlands /parallel/papers/twente/fft.ps.Z (164537 bytes) "A Generalized FFT algorithm on transputers" by Herman Roebbers, University of Twente, The Netherlands; Peter Welch, University of Kent at Canterbury, UK and Klaas Wijbrans, Van Rietschoten & Houwens, The Netherlands. ABSTRACT: A Generalized alogrithm has been derived for the execution of the Cooley-Tukey FFT algorithm on a distributed memory machine. This algorithm is based on an approach that combines a large number of butterfly operations into one large process per processor. The performance can be predicted from theory. The actual algorithm has been implemented on a transputer array, and the performance of the implementation has been measured for various sizes of the complex input vector. It is shown that the algorithm scales linearly with the number of transputers and the problem size. /parallel/papers/twente/linxback.ps.Z (324178 bytes) "The Twente LINX backplane" by M.H. Schwirtz, Mechatronics Research Centre Twente and Control Laboratory, Department of Electrical Engineering, University of Twente, Netherlands; K.C.J. Wijbrans; A.W.P. Bakkers; E.P. Hoogzaad and R.Bruis. ABSTRACT: The design of a control system is not finished with the derivation of the necessary control algorithms. When the controller is implemented in a digital computer, the system designed has to schedule all control and calculation tasks within the sampling interval of the system. Higher sampling frequencies often improve system performance. On the other hand, more sophisticated control algorthims require more computing time thus reducing the obtainable sampling frequencies. Therefore, it is important to minimise the overhead of sampling and communications. This paper describes a transputer-baseed I/O system fulfilling this requirement and shows how the sampling with this system is done. /parallel/papers/ukc/ Reports and papers from University of Kent at Canterbury, UK. Reports on the T9000 systems workshop held at UKC, England in October 1992. /parallel/papers/ukc/colin-wilcock/ Papers by Colin Wilcock, of UKC. /parallel/papers/ukc/colin-wilcock/deadlock.ps.Z (97311 bytes) A paper by Colin Wilcock (formerly of ukc) based on slides of a talk given by Peter Welch at Transputing '91 on designing deadlock free programs. ABSTRACT: In this paper we will attempt to classify and describe the different types of deadlock encountered in parallel programming. We will then go on to derive some general design guide-lines for avoidance of these deadlock problems. These design guide-lines will then be demonstrated by considering the design of the occam X server. /parallel/papers/ukc/peter-welch/ Papers by Prof. Peter Welch of UKC. /parallel/papers/ukc/peter-welch/going-to-ceed.ps.Z (47482 bytes) Going to Ceed? P.H. Welch. /parallel/papers/ukc/peter-welch/goto-considered-harmful-n.ps.Z (16722 bytes) Goto (Considered Harmful)^n, n is odd. /parallel/papers/ukc/peter-welch/p.h.welch-bibliography.bib (12472 bytes) p.h.welch-bibliography.bib /parallel/papers/wotug/ Reports and papers on WoTUG related activities. Reports on the T9000 systems workshop held at UKC, England in October 1992. /parallel/parlib/ "Mirror of PARLIB mail archive" Last update August 1993 This area is *Depreciated* i.e. the things in this tree are being moved to be in the correct place by content. /parallel/parlib/bibliographies/ bibliographies /parallel/parlib/bibliographies/compilers (34253 bytes) Parallelization and other things /parallel/parlib/bibliographies/debug (3564 bytes) Debugging Creator: Robert H.B. Netzer /parallel/parlib/bibliographies/disclaimer (231 bytes) Disclaimer by PARLIB administrator /parallel/parlib/bibliographies/hloadbalance (70794 bytes) Hierarchical load balancing /parallel/parlib/bibliographies/index (747 bytes) index /parallel/parlib/bibliographies/load-balance (48979 bytes) Load balancing bibliograpy /parallel/parlib/bibliographies/optimization (35737 bytes) Optimization oriented towards branch and bound /parallel/parlib/bibliographies/parallelio (172856 bytes) 4th Ed. Parallel IO bib. by David Kotz /parallel/parlib/bibliographies/reqreading (60524 bytes) Eugene Miya's must read list /parallel/parlib/bibliographies/task-generation (3729 bytes) Scheduling and Task Generation /parallel/parlib/butterfly/ butterfly /parallel/parlib/butterfly/index (118 bytes) index /parallel/parlib/butterfly/queens/ N-Queens problem /parallel/parlib/butterfly/queens/Makefile (396 bytes) Makefile for n-queens problem /parallel/parlib/butterfly/queens/bflyparqueens.c (4789 bytes) Code for parallel solution /parallel/parlib/butterfly/queens/bflyseqqueens.c (1490 bytes) Code for sequential solution /parallel/parlib/butterfly/queens/disclaimer (570 bytes) Disclaimer /parallel/parlib/butterfly/queens/index (146 bytes) index /parallel/parlib/connection-machine/ Connection Machine code /parallel/parlib/connection-machine/index (2712 bytes) Pointer to files /parallel/parlib/cray/ cray code /parallel/parlib/cray/fdmod.app (4276 bytes) A solver for the Perfect Club's finite difference code FDMOD for the APP. /parallel/parlib/cray/index (85 bytes) index /parallel/parlib/faq/ Frequently asked questions Frequently Asked Questions: We don't have many FAQ's. If you have ones that you want to share, please send to fpst@hubcap.clemson.edu. /parallel/parlib/faq/amdahlslaw (2192 bytes) Some references to Amdahl's Law /parallel/parlib/faq/debugging (11275 bytes) Some comments on debugging /parallel/parlib/faq/emailaddress (30197 bytes) How to find email addresses /parallel/parlib/faq/express (22859 bytes) Outline of express system /parallel/parlib/faq/forge (2764 bytes) Outline of FORGE system /parallel/parlib/faq/gccommentary (6327 bytes) A discussion of the grand challenges and how the GCs evolve Creator: Judd Jones /parallel/parlib/faq/grandchallenges (795 bytes) A list of the original grand challenges Creator: Eugene N. Miya /parallel/parlib/faq/index (1066 bytes) index /parallel/parlib/faq/linda (1109 bytes) linda - Questions about linda may be answered here /parallel/parlib/faq/p4 (3719 bytes) Information on p4 and how to get the code Creator: Rusty Lusk /parallel/parlib/faq/parallaxis (13775 bytes) Information on parallaxis and how to get the code /parallel/parlib/faq/parascope (1948 bytes) Rice University's tools for scientific programming /parallel/parlib/faq/parasoft (277 bytes) Latest version of news letter---info on where to get /parallel/parlib/faq/pcnets (728 bytes) Networks of pcs: software /parallel/parlib/faq/ppc (3323 bytes) Information about the Parallel Processing Connection Creator: B. Mitchell Loebel /parallel/parlib/faq/pvm (4063 bytes) Information on PVM and how to get the code /parallel/parlib/faq/uvctapes (3079 bytes) Information about QVC tapes availability Creator: Judith Lemon /parallel/parlib/intel860/ intel860 code This directory is the root for two sets of programs: one in C and one in Fortran. Each separate problem has its own directory. More examples are available from Intel Corporation. We have chosen to save a few examples. In this directory, we keep only the obligatory "Hello World" programs in C and Fortran. /parallel/parlib/intel860/c/ C Source /parallel/parlib/intel860/c/calls/ calls /parallel/parlib/intel860/c/calls/attachcube.c (1189 bytes) attachcube.c /parallel/parlib/intel860/c/calls/cprobe.c (884 bytes) cprobe.c /parallel/parlib/intel860/c/calls/cread.c (762 bytes) cread.c /parallel/parlib/intel860/c/calls/createst.c (3337 bytes) createst.c /parallel/parlib/intel860/c/calls/crecv.c (885 bytes) crecv.c /parallel/parlib/intel860/c/calls/csend.c (885 bytes) csend.c /parallel/parlib/intel860/c/calls/csendrecv0.c (1022 bytes) csendrecv0.c /parallel/parlib/intel860/c/calls/csendrecv1.c (842 bytes) csendrecv1.c /parallel/parlib/intel860/c/calls/ctohc.c (3334 bytes) ctohc.c /parallel/parlib/intel860/c/calls/ctohd.c (3334 bytes) ctohd.c /parallel/parlib/intel860/c/calls/ctohf.c (3334 bytes) ctohf.c /parallel/parlib/intel860/c/calls/ctohl.c (3334 bytes) ctohl.c /parallel/parlib/intel860/c/calls/ctohs.c (3334 bytes) ctohs.c /parallel/parlib/intel860/c/calls/cubeinfo.c (1187 bytes) cubeinfo.c /parallel/parlib/intel860/c/calls/cwrite.c (763 bytes) cwrite.c /parallel/parlib/intel860/c/calls/dclock.c (541 bytes) dclock.c /parallel/parlib/intel860/c/calls/disclaimer (809 bytes) disclaimer /parallel/parlib/intel860/c/calls/e.c (1075 bytes) e.c /parallel/parlib/intel860/c/calls/eadd.c (1078 bytes) eadd.c /parallel/parlib/intel860/c/calls/ecmp.c (1078 bytes) ecmp.c /parallel/parlib/intel860/c/calls/ediv.c (1078 bytes) ediv.c /parallel/parlib/intel860/c/calls/emod.c (1078 bytes) emod.c /parallel/parlib/intel860/c/calls/emul.c (1078 bytes) emul.c /parallel/parlib/intel860/c/calls/eseek.c (847 bytes) eseek.c /parallel/parlib/intel860/c/calls/esize.c (847 bytes) esize.c /parallel/parlib/intel860/c/calls/estat.c (675 bytes) estat.c /parallel/parlib/intel860/c/calls/esub.c (1078 bytes) esub.c /parallel/parlib/intel860/c/calls/etos.c (1078 bytes) etos.c /parallel/parlib/intel860/c/calls/festat.c (906 bytes) festat.c /parallel/parlib/intel860/c/calls/flick.c (1184 bytes) flick.c /parallel/parlib/intel860/c/calls/flushmsg0.c (1203 bytes) flushmsg0.c /parallel/parlib/intel860/c/calls/flushmsg1.c (841 bytes) flushmsg1.c /parallel/parlib/intel860/c/calls/gcol.c (1536 bytes) gcol.c /parallel/parlib/intel860/c/calls/gcolx.c (1737 bytes) gcolx.c /parallel/parlib/intel860/c/calls/getcube.c (478 bytes) getcube.c /parallel/parlib/intel860/c/calls/getiphosts.c (1324 bytes) getiphosts.c /parallel/parlib/intel860/c/calls/ghigh.c (1383 bytes) ghigh.c /parallel/parlib/intel860/c/calls/giand.c (935 bytes) giand.c /parallel/parlib/intel860/c/calls/gihigh.c (1384 bytes) gihigh.c /parallel/parlib/intel860/c/calls/gilow.c (1255 bytes) gilow.c /parallel/parlib/intel860/c/calls/ginv.c (403 bytes) ginv.c /parallel/parlib/intel860/c/calls/gior.c (992 bytes) gior.c /parallel/parlib/intel860/c/calls/giprod.c (939 bytes) giprod.c /parallel/parlib/intel860/c/calls/gisum.c (933 bytes) gisum.c /parallel/parlib/intel860/c/calls/gixor.c (935 bytes) gixor.c /parallel/parlib/intel860/c/calls/glow.c (1254 bytes) glow.c /parallel/parlib/intel860/c/calls/gopf.c (1804 bytes) gopf.c /parallel/parlib/intel860/c/calls/gray.c (403 bytes) gray.c /parallel/parlib/intel860/c/calls/gsendx.c (1050 bytes) gsendx.c /parallel/parlib/intel860/c/calls/gsync.c (762 bytes) gsync.c /parallel/parlib/intel860/c/calls/gxand.c (935 bytes) gxand.c /parallel/parlib/intel860/c/calls/gxor.c (992 bytes) gxor.c /parallel/parlib/intel860/c/calls/gxprod.c (939 bytes) gxprod.c /parallel/parlib/intel860/c/calls/gxsum.c (933 bytes) gxsum.c /parallel/parlib/intel860/c/calls/gxxor.c (935 bytes) gxxor.c /parallel/parlib/intel860/c/calls/handler.c (784 bytes) handler.c /parallel/parlib/intel860/c/calls/hello.c (237 bytes) hello.c /parallel/parlib/intel860/c/calls/hrecv.c (1465 bytes) hrecv.c /parallel/parlib/intel860/c/calls/hsend.c (1171 bytes) hsend.c /parallel/parlib/intel860/c/calls/hsendrecv0.c (1147 bytes) hsendrecv0.c /parallel/parlib/intel860/c/calls/hsendrecv1.c (962 bytes) hsendrecv1.c /parallel/parlib/intel860/c/calls/htocc.c (3334 bytes) htocc.c /parallel/parlib/intel860/c/calls/htocd.c (3334 bytes) htocd.c /parallel/parlib/intel860/c/calls/htocf.c (3334 bytes) htocf.c /parallel/parlib/intel860/c/calls/htocl.c (3334 bytes) htocl.c /parallel/parlib/intel860/c/calls/htocs.c (3334 bytes) htocs.c /parallel/parlib/intel860/c/calls/hwclock.c (541 bytes) hwclock.c /parallel/parlib/intel860/c/calls/index (1097 bytes) index /parallel/parlib/intel860/c/calls/info.c (796 bytes) info.c /parallel/parlib/intel860/c/calls/infocount.c (801 bytes) infocount.c /parallel/parlib/intel860/c/calls/infonode.c (800 bytes) infonode.c /parallel/parlib/intel860/c/calls/infopid.c (799 bytes) infopid.c /parallel/parlib/intel860/c/calls/infotype.c (800 bytes) infotype.c /parallel/parlib/intel860/c/calls/iodone.c (978 bytes) iodone.c /parallel/parlib/intel860/c/calls/iomode.c (978 bytes) iomode.c /parallel/parlib/intel860/c/calls/iowait.c (978 bytes) iowait.c /parallel/parlib/intel860/c/calls/iprobe.c (797 bytes) iprobe.c /parallel/parlib/intel860/c/calls/iread.c (775 bytes) iread.c /parallel/parlib/intel860/c/calls/irecv.c (589 bytes) irecv.c /parallel/parlib/intel860/c/calls/isend.c (910 bytes) isend.c /parallel/parlib/intel860/c/calls/isendrecv0.c (1156 bytes) isendrecv0.c /parallel/parlib/intel860/c/calls/isendrecv1.c (774 bytes) isendrecv1.c /parallel/parlib/intel860/c/calls/iseof.c (854 bytes) iseof.c /parallel/parlib/intel860/c/calls/iwrite.c (978 bytes) iwrite.c /parallel/parlib/intel860/c/calls/killcube0.c (1155 bytes) killcube0.c /parallel/parlib/intel860/c/calls/killcube1.c (773 bytes) killcube1.c /parallel/parlib/intel860/c/calls/killproc0.c (1203 bytes) killproc0.c /parallel/parlib/intel860/c/calls/killproc1.c (841 bytes) killproc1.c /parallel/parlib/intel860/c/calls/killsyslog.c (582 bytes) killsyslog.c /parallel/parlib/intel860/c/calls/led.c (357 bytes) led.c /parallel/parlib/intel860/c/calls/load.c (3333 bytes) load.c /parallel/parlib/intel860/c/calls/lsize.c (626 bytes) lsize.c /parallel/parlib/intel860/c/calls/makefile (8937 bytes) makefile /parallel/parlib/intel860/c/calls/masktrap.c (1608 bytes) masktrap.c /parallel/parlib/intel860/c/calls/mclock.c (577 bytes) mclock.c /parallel/parlib/intel860/c/calls/msgcancel.c (675 bytes) msgcancel.c /parallel/parlib/intel860/c/calls/msgdone0.c (1154 bytes) msgdone0.c /parallel/parlib/intel860/c/calls/msgdone1.c (772 bytes) msgdone1.c /parallel/parlib/intel860/c/calls/msgwait.c (591 bytes) msgwait.c /parallel/parlib/intel860/c/calls/myhost.c (3335 bytes) myhost.c /parallel/parlib/intel860/c/calls/mynode.c (798 bytes) mynode.c /parallel/parlib/intel860/c/calls/mypid.c (417 bytes) mypid.c /parallel/parlib/intel860/c/calls/newserver.c (450 bytes) newserver.c /parallel/parlib/intel860/c/calls/nodedim.c (396 bytes) nodedim.c /parallel/parlib/intel860/c/calls/numnodes.c (1740 bytes) numnodes.c /parallel/parlib/intel860/c/calls/plogoff.c (318 bytes) plogoff.c /parallel/parlib/intel860/c/calls/plogon.c (473 bytes) plogon.c /parallel/parlib/intel860/c/calls/r1host.c (3335 bytes) r1host.c /parallel/parlib/intel860/c/calls/r1node.c (1980 bytes) r1node.c /parallel/parlib/intel860/c/calls/readme (3245 bytes) readme /parallel/parlib/intel860/c/calls/relcube.c (1186 bytes) relcube.c /parallel/parlib/intel860/c/calls/restrict.c (1485 bytes) restrict.c /parallel/parlib/intel860/c/calls/setiomode.c (766 bytes) setiomode.c /parallel/parlib/intel860/c/calls/setiphost.c (1323 bytes) setiphost.c /parallel/parlib/intel860/c/calls/setpid.c (3335 bytes) setpid.c /parallel/parlib/intel860/c/calls/setsyslog.c (581 bytes) setsyslog.c /parallel/parlib/intel860/c/calls/stoe.c (1078 bytes) stoe.c /parallel/parlib/intel860/c/calls/waitall0.c (1202 bytes) waitall0.c /parallel/parlib/intel860/c/calls/waitall1.c (840 bytes) waitall1.c /parallel/parlib/intel860/c/calls/waitone0.c (972 bytes) waitone0.c /parallel/parlib/intel860/c/calls/waitone1.c (958 bytes) waitone1.c /parallel/parlib/intel860/c/matrix/ matrix /parallel/parlib/intel860/c/matrix/disclaimer (809 bytes) disclaimer /parallel/parlib/intel860/c/matrix/index (23 bytes) index /parallel/parlib/intel860/c/matrix/makefile (86 bytes) makefile /parallel/parlib/intel860/c/matrix/pmat.c (4136 bytes) pmat.c /parallel/parlib/intel860/c/matrix/readme (1023 bytes) readme /parallel/parlib/intel860/c/nqueens/ nqueens /parallel/parlib/intel860/c/nqueens/disclaimer (809 bytes) disclaimer /parallel/parlib/intel860/c/nqueens/index (48 bytes) index /parallel/parlib/intel860/c/nqueens/makefile (79 bytes) makefile /parallel/parlib/intel860/c/nqueens/nqueens.c (13143 bytes) nqueens.c /parallel/parlib/intel860/c/nqueens/queens.out (18251 bytes) queens.out /parallel/parlib/intel860/c/nqueens/queens.scr (4178 bytes) queens.scr /parallel/parlib/intel860/c/nqueens/readme (2230 bytes) readme /parallel/parlib/intel860/c/tcp/ tcp /parallel/parlib/intel860/c/tcp/disclaimer (809 bytes) disclaimer /parallel/parlib/intel860/c/tcp/index (44 bytes) index /parallel/parlib/intel860/c/tcp/makefile (187 bytes) makefile /parallel/parlib/intel860/c/tcp/readme (2172 bytes) readme /parallel/parlib/intel860/c/tcp/tcp.scr (2220 bytes) tcp.scr /parallel/parlib/intel860/c/tcp/tcphost.c (3887 bytes) tcphost.c /parallel/parlib/intel860/c/tcp/tcpnode.c (6961 bytes) tcpnode.c /parallel/parlib/intel860/c/triangle/ triangle /parallel/parlib/intel860/c/triangle/disclaimer (809 bytes) disclaimer /parallel/parlib/intel860/c/triangle/index (73 bytes) index /parallel/parlib/intel860/c/triangle/makefile (350 bytes) makefile /parallel/parlib/intel860/c/triangle/manager.c (1019 bytes) manager.c /parallel/parlib/intel860/c/triangle/moves.c (1048 bytes) moves.c /parallel/parlib/intel860/c/triangle/moves.h (643 bytes) moves.h /parallel/parlib/intel860/c/triangle/readme (534 bytes) readme /parallel/parlib/intel860/c/triangle/triangle.c (1926 bytes) triangle.c /parallel/parlib/intel860/c/triangle/triangle.h (687 bytes) triangle.h /parallel/parlib/intel860/c/triangle/worker.c (533 bytes) worker.c /parallel/parlib/intel860/disclaimer (809 bytes) Disclaimer /parallel/parlib/intel860/fortran/ Fortran Source /parallel/parlib/intel860/fortran/2dfft/ 2dfft /parallel/parlib/intel860/fortran/2dfft/bfft.f (970 bytes) bfft.f /parallel/parlib/intel860/fortran/2dfft/disclaimer (809 bytes) disclaimer /parallel/parlib/intel860/fortran/2dfft/driver2d.f (2930 bytes) driver2d.f /parallel/parlib/intel860/fortran/2dfft/fft2d.f (3797 bytes) fft2d.f /parallel/parlib/intel860/fortran/2dfft/global23.f (895 bytes) global23.f /parallel/parlib/intel860/fortran/2dfft/in.dat (270 bytes) in.dat /parallel/parlib/intel860/fortran/2dfft/index (70 bytes) index /parallel/parlib/intel860/fortran/2dfft/local12.f (284 bytes) local12.f /parallel/parlib/intel860/fortran/2dfft/makefile (345 bytes) makefile /parallel/parlib/intel860/fortran/2dfft/readme (1197 bytes) readme /parallel/parlib/intel860/fortran/calls/ calls /parallel/parlib/intel860/fortran/calls/attach.f (2025 bytes) attach.f /parallel/parlib/intel860/fortran/calls/cprobe.f (1567 bytes) cprobe.f /parallel/parlib/intel860/fortran/calls/cread.f (1593 bytes) cread.f /parallel/parlib/intel860/fortran/calls/crecv.f (1566 bytes) crecv.f /parallel/parlib/intel860/fortran/calls/csend.f (1566 bytes) csend.f /parallel/parlib/intel860/fortran/calls/csendrecv.f (1229 bytes) csendrecv.f /parallel/parlib/intel860/fortran/calls/ctoh1.f (1956 bytes) ctoh1.f /parallel/parlib/intel860/fortran/calls/ctoh2.f (1606 bytes) ctoh2.f /parallel/parlib/intel860/fortran/calls/cubeinfo1.f (2028 bytes) cubeinfo1.f /parallel/parlib/intel860/fortran/calls/cwrite.f (1586 bytes) cwrite.f /parallel/parlib/intel860/fortran/calls/dclock.f (930 bytes) dclock.f /parallel/parlib/intel860/fortran/calls/disclaimer (809 bytes) disclaimer /parallel/parlib/intel860/fortran/calls/eadd.f (2151 bytes) eadd.f /parallel/parlib/intel860/fortran/calls/eseek.f (1513 bytes) eseek.f /parallel/parlib/intel860/fortran/calls/esize.f (1475 bytes) esize.f /parallel/parlib/intel860/fortran/calls/etos.f (2156 bytes) etos.f /parallel/parlib/intel860/fortran/calls/flick.f (2206 bytes) flick.f /parallel/parlib/intel860/fortran/calls/flushmsg.f (1842 bytes) flushmsg.f /parallel/parlib/intel860/fortran/calls/forceflush.f (2015 bytes) forceflush.f /parallel/parlib/intel860/fortran/calls/forflush.f (1231 bytes) forflush.f /parallel/parlib/intel860/fortran/calls/fpsetmask.f (2146 bytes) fpsetmask.f /parallel/parlib/intel860/fortran/calls/gcol.f (1957 bytes) gcol.f /parallel/parlib/intel860/fortran/calls/gcolx.f (2235 bytes) gcolx.f /parallel/parlib/intel860/fortran/calls/getcube1.f (2027 bytes) getcube1.f /parallel/parlib/intel860/fortran/calls/ginv.f (541 bytes) ginv.f /parallel/parlib/intel860/fortran/calls/gopf1.f (1688 bytes) gopf1.f /parallel/parlib/intel860/fortran/calls/gopf2.f (628 bytes) gopf2.f /parallel/parlib/intel860/fortran/calls/gray.f (541 bytes) gray.f /parallel/parlib/intel860/fortran/calls/greeting.f (468 bytes) greeting.f /parallel/parlib/intel860/fortran/calls/gsendx.f (1122 bytes) gsendx.f /parallel/parlib/intel860/fortran/calls/gsync.f (1345 bytes) gsync.f /parallel/parlib/intel860/fortran/calls/gxand.f (1169 bytes) gxand.f /parallel/parlib/intel860/fortran/calls/gxhigh.f (1432 bytes) gxhigh.f /parallel/parlib/intel860/fortran/calls/gxlow.f (1431 bytes) gxlow.f /parallel/parlib/intel860/fortran/calls/gxor.f (1250 bytes) gxor.f /parallel/parlib/intel860/fortran/calls/gxprod.f (979 bytes) gxprod.f /parallel/parlib/intel860/fortran/calls/gxsum.f (1958 bytes) gxsum.f /parallel/parlib/intel860/fortran/calls/gxxor.f (1310 bytes) gxxor.f /parallel/parlib/intel860/fortran/calls/handler2.c (687 bytes) handler2.c /parallel/parlib/intel860/fortran/calls/hrecv1.f (2117 bytes) hrecv1.f /parallel/parlib/intel860/fortran/calls/hsend1.f (1088 bytes) hsend1.f /parallel/parlib/intel860/fortran/calls/hsendrecv1.f (1526 bytes) hsendrecv1.f /parallel/parlib/intel860/fortran/calls/hwclock.f (920 bytes) hwclock.f /parallel/parlib/intel860/fortran/calls/index (808 bytes) index /parallel/parlib/intel860/fortran/calls/info.f (1558 bytes) info.f /parallel/parlib/intel860/fortran/calls/iodone.f (1780 bytes) iodone.f /parallel/parlib/intel860/fortran/calls/iomode.f (1780 bytes) iomode.f /parallel/parlib/intel860/fortran/calls/iowait.f (1782 bytes) iowait.f /parallel/parlib/intel860/fortran/calls/iprobe.f (2136 bytes) iprobe.f /parallel/parlib/intel860/fortran/calls/iread.f (1779 bytes) iread.f /parallel/parlib/intel860/fortran/calls/irecv.f (2206 bytes) irecv.f /parallel/parlib/intel860/fortran/calls/isend.f (2206 bytes) isend.f /parallel/parlib/intel860/fortran/calls/isendrecv.f (1349 bytes) isendrecv.f /parallel/parlib/intel860/fortran/calls/iseof.f (1389 bytes) iseof.f /parallel/parlib/intel860/fortran/calls/iwrite.f (1823 bytes) iwrite.f /parallel/parlib/intel860/fortran/calls/killcube1.f (1256 bytes) killcube1.f /parallel/parlib/intel860/fortran/calls/killproc.f (1582 bytes) killproc.f /parallel/parlib/intel860/fortran/calls/killsys.f (777 bytes) killsys.f /parallel/parlib/intel860/fortran/calls/led1.f (1049 bytes) led1.f /parallel/parlib/intel860/fortran/calls/led2.f (559 bytes) led2.f /parallel/parlib/intel860/fortran/calls/led3.f (559 bytes) led3.f /parallel/parlib/intel860/fortran/calls/led4.f (454 bytes) led4.f /parallel/parlib/intel860/fortran/calls/load1.f (2024 bytes) load1.f /parallel/parlib/intel860/fortran/calls/lseek.f (1023 bytes) lseek.f /parallel/parlib/intel860/fortran/calls/lsize.f (1001 bytes) lsize.f /parallel/parlib/intel860/fortran/calls/makefile (8634 bytes) makefile /parallel/parlib/intel860/fortran/calls/masktrap1.f (2120 bytes) masktrap1.f /parallel/parlib/intel860/fortran/calls/mclock.f (2207 bytes) mclock.f /parallel/parlib/intel860/fortran/calls/msgcancel.f (1843 bytes) msgcancel.f /parallel/parlib/intel860/fortran/calls/msgdone.f (2208 bytes) msgdone.f /parallel/parlib/intel860/fortran/calls/msgwait.f (2208 bytes) msgwait.f /parallel/parlib/intel860/fortran/calls/mydata.f (894 bytes) mydata.f /parallel/parlib/intel860/fortran/calls/myfile.f (1281 bytes) myfile.f /parallel/parlib/intel860/fortran/calls/myhost.f (2025 bytes) myhost.f /parallel/parlib/intel860/fortran/calls/mynode.f (1567 bytes) mynode.f /parallel/parlib/intel860/fortran/calls/mypid.f (1566 bytes) mypid.f /parallel/parlib/intel860/fortran/calls/newserver1.f (2182 bytes) newserver1.f /parallel/parlib/intel860/fortran/calls/nodedim1.f (404 bytes) nodedim1.f /parallel/parlib/intel860/fortran/calls/nodedim2.f (370 bytes) nodedim2.f /parallel/parlib/intel860/fortran/calls/nodeprog.f (685 bytes) nodeprog.f /parallel/parlib/intel860/fortran/calls/numnodes.f (1961 bytes) numnodes.f /parallel/parlib/intel860/fortran/calls/readme (1044 bytes) readme /parallel/parlib/intel860/fortran/calls/relcube1.f (2027 bytes) relcube1.f /parallel/parlib/intel860/fortran/calls/restrict.f (1649 bytes) restrict.f /parallel/parlib/intel860/fortran/calls/setiomode.f (1377 bytes) setiomode.f /parallel/parlib/intel860/fortran/calls/setpid.f (2025 bytes) setpid.f /parallel/parlib/intel860/fortran/calls/setsys.f (776 bytes) setsys.f /parallel/parlib/intel860/fortran/calls/stoe.f (2156 bytes) stoe.f /parallel/parlib/intel860/fortran/calls/waitall.f (2026 bytes) waitall.f /parallel/parlib/intel860/fortran/calls/waitone.f (1581 bytes) waitone.f /parallel/parlib/intel860/fortran/gauss/ gauss /parallel/parlib/intel860/fortran/gauss/disclaimer (809 bytes) disclaimer /parallel/parlib/intel860/fortran/gauss/gauss.f (6232 bytes) gauss.f /parallel/parlib/intel860/fortran/gauss/gauss.scr (1625 bytes) gauss.scr /parallel/parlib/intel860/fortran/gauss/index (34 bytes) index /parallel/parlib/intel860/fortran/gauss/makefile (87 bytes) makefile /parallel/parlib/intel860/fortran/gauss/readme (1744 bytes) readme /parallel/parlib/intel860/fortran/ipd/ ipd /parallel/parlib/intel860/fortran/ipd/disclaimer (809 bytes) disclaimer /parallel/parlib/intel860/fortran/ipd/gauss.f (6354 bytes) gauss.f /parallel/parlib/intel860/fortran/ipd/index (24 bytes) index /parallel/parlib/intel860/fortran/ipd/makefile (237 bytes) makefile /parallel/parlib/intel860/fortran/ipd/readme (856 bytes) readme /parallel/parlib/intel860/fortran/pi/ pi /parallel/parlib/intel860/fortran/pi/disclaimer (809 bytes) disclaimer /parallel/parlib/intel860/fortran/pi/index (52 bytes) index /parallel/parlib/intel860/fortran/pi/makefile (334 bytes) makefile /parallel/parlib/intel860/fortran/pi/pi.scr (550 bytes) pi.scr /parallel/parlib/intel860/fortran/pi/pihost.F (973 bytes) pihost.F /parallel/parlib/intel860/fortran/pi/pinode.f (1224 bytes) pinode.f /parallel/parlib/intel860/fortran/pi/piserial.f (958 bytes) piserial.f /parallel/parlib/intel860/fortran/pi/readme (1860 bytes) readme /parallel/parlib/intel860/hello.c (252 bytes) hello.c /parallel/parlib/intel860/hello.f (371 bytes) hello.f /parallel/parlib/intel860/index (855 bytes) index /parallel/parlib/intel860/makefile.c (53 bytes) makefile.c /parallel/parlib/intel860/makefile.f (53 bytes) makefile.f /parallel/parlib/master/ PARLIB purpose and access details /parallel/parlib/master/disclaimer (3586 bytes) disclaimer /parallel/parlib/miscellaneous/ miscellaneous /parallel/parlib/miscellaneous/index (56 bytes) index /parallel/parlib/miscellaneous/parsort1 (4015 bytes) A parallel sort submitted by Anderw Tridgell /parallel/parlib/mobil/ Finite difference code donation by Stew Levin of Mobil Oil This directory holds a large donation by Stewart Levin of Mobil Oil. 15 degree implicit finite-difference migration. Implementations and documented experience for several vector and parallel platforms. Uses routines from the Stanford Exploration Project. Stew Levin /parallel/parlib/mobil/disclaimer (224 bytes) Disclaimer /parallel/parlib/mobil/donation (642807 bytes) uuencoded compressed uuencoded compressed tarfile of donation (!) /parallel/parlib/mobil/index (476 bytes) index /parallel/parlib/mobil/src/ Unpacked donation (browse) /parallel/parlib/mobil/src/cm2/ cm2 /parallel/parlib/mobil/src/cm2/.datapath (13 bytes) .datapath /parallel/parlib/mobil/src/cm2/Makefile (1519 bytes) Makefile /parallel/parlib/mobil/src/cm2/T15mig.cmis.saw (19385 bytes) T15mig.cmis.saw /parallel/parlib/mobil/src/cm2/T15mig.cyclic.saw (17632 bytes) T15mig.cyclic.saw /parallel/parlib/mobil/src/cm2/T15mig.fcm (21738 bytes) T15mig.fcm /parallel/parlib/mobil/src/cm2/T15mig.for (21737 bytes) T15mig.for /parallel/parlib/mobil/src/cm2/T15mig.ifc (686 bytes) T15mig.ifc /parallel/parlib/mobil/src/cm2/T15mig.orig (10072 bytes) T15mig.orig /parallel/parlib/mobil/src/cm2/T15mig.r (19745 bytes) T15mig.r /parallel/parlib/mobil/src/cm2/T15mig.saw (17704 bytes) T15mig.saw /parallel/parlib/mobil/src/cm2/T15mig.saw.bak.race.1 (19262 bytes) T15mig.saw.bak.race.1 /parallel/parlib/mobil/src/cm2/T15mig.saw.bak.race.2 (17117 bytes) T15mig.saw.bak.race.2 /parallel/parlib/mobil/src/cm2/T15mig.saw7-23-90 (18353 bytes) T15mig.saw7-23-90 /parallel/parlib/mobil/src/cm2/T15mig.saw8-11-89 (11944 bytes) T15mig.saw8-11-89 /parallel/parlib/mobil/src/cm2/T15mig.saw8-6-89 (8159 bytes) T15mig.saw8-6-89 /parallel/parlib/mobil/src/cm2/T15mig.saw9-20-89 (14559 bytes) T15mig.saw9-20-89 /parallel/parlib/mobil/src/cm2/T15mig.saw9-21-89 (16038 bytes) T15mig.saw9-21-89 /parallel/parlib/mobil/src/cm2/T15mig.sawsave (16692 bytes) T15mig.sawsave /parallel/parlib/mobil/src/cm2/T15mig.scan.saw (17749 bytes) T15mig.scan.saw /parallel/parlib/mobil/src/cm2/aims.wind (1027 bytes) aims.wind /parallel/parlib/mobil/src/cm2/bdheader.h (751 bytes) bdheader.h /parallel/parlib/mobil/src/cm2/bdsolver-lib.c (21076 bytes) bdsolver-lib.c /parallel/parlib/mobil/src/cm2/cmis_a_sparse.imi (1566 bytes) cmis_a_sparse.imi /parallel/parlib/mobil/src/cm2/cmis_b_sparse_lower.imi (2414 bytes) cmis_b_sparse_lower.imi /parallel/parlib/mobil/src/cm2/cmis_b_sparse_upper.imi (2531 bytes) cmis_b_sparse_upper.imi /parallel/parlib/mobil/src/cm2/cmis_solve_lower.imi (3162 bytes) cmis_solve_lower.imi /parallel/parlib/mobil/src/cm2/cmis_solve_upper.imi (3303 bytes) cmis_solve_upper.imi /parallel/parlib/mobil/src/cm2/factapp.fcm (1542 bytes) factapp.fcm /parallel/parlib/mobil/src/cm2/fields.imi (482 bytes) fields.imi /parallel/parlib/mobil/src/cm2/fx4196.wind (1671 bytes) fx4196.wind /parallel/parlib/mobil/src/cm2/getsec.for (1649 bytes) getsec.for /parallel/parlib/mobil/src/cm2/getsec.r (1382 bytes) getsec.r /parallel/parlib/mobil/src/cm2/getvel.for (2522 bytes) getvel.for /parallel/parlib/mobil/src/cm2/getvel.r (2126 bytes) getvel.r /parallel/parlib/mobil/src/cm2/jkt.jbl (501 bytes) jkt.jbl /parallel/parlib/mobil/src/cm2/mov (2504 bytes) mov /parallel/parlib/mobil/src/cm2/ntrans.imi (482 bytes) ntrans.imi /parallel/parlib/mobil/src/cm2/putcomp.f (621 bytes) putcomp.f /parallel/parlib/mobil/src/cm2/putcomp.fcm (364 bytes) putcomp.fcm /parallel/parlib/mobil/src/cm2/putcomp.for (621 bytes) putcomp.for /parallel/parlib/mobil/src/cm2/putcomp.forsave (704 bytes) putcomp.forsave /parallel/parlib/mobil/src/cm2/putcomp.r (599 bytes) putcomp.r /parallel/parlib/mobil/src/cm2/putsec.for (1061 bytes) putsec.for /parallel/parlib/mobil/src/cm2/putsec.r (879 bytes) putsec.r /parallel/parlib/mobil/src/cm2/race.tri (12730 bytes) race.tri /parallel/parlib/mobil/src/cm2/scantri.for (12913 bytes) scantri.for /parallel/parlib/mobil/src/cm2/slice_mult.imi (2403 bytes) slice_mult.imi /parallel/parlib/mobil/src/cm2/slice_mult_add.imi (2967 bytes) slice_mult_add.imi /parallel/parlib/mobil/src/cm2/temp.r (17622 bytes) temp.r /parallel/parlib/mobil/src/cm2/testpar (128 bytes) testpar /parallel/parlib/mobil/src/cm2/testpar.aims (129 bytes) testpar.aims /parallel/parlib/mobil/src/cm2/trans.imi (243 bytes) trans.imi /parallel/parlib/mobil/src/cm2/trifact.fcm (6319 bytes) trifact.fcm /parallel/parlib/mobil/src/cm2/trifact.for (8922 bytes) trifact.for /parallel/parlib/mobil/src/convex/ convex /parallel/parlib/mobil/src/convex/astimes (2859 bytes) astimes /parallel/parlib/mobil/src/convex/fctimes (1749 bytes) fctimes /parallel/parlib/mobil/src/convex/makefile (473 bytes) makefile /parallel/parlib/mobil/src/convex/setprs.f (371 bytes) setprs.f /parallel/parlib/mobil/src/convex/t15mig.f (24610 bytes) t15mig.f /parallel/parlib/mobil/src/convex/triply.f (3881 bytes) triply.f /parallel/parlib/mobil/src/convex/triply.handcoded.s (3525 bytes) triply.handcoded.s /parallel/parlib/mobil/src/convex/triply.s (22730 bytes) triply.s /parallel/parlib/mobil/src/convex/triply.works.f (3663 bytes) triply.works.f /parallel/parlib/mobil/src/cray/ cray /parallel/parlib/mobil/src/cray/$out (18574 bytes) $out /parallel/parlib/mobil/src/cray/.kermrc (35 bytes) .kermrc /parallel/parlib/mobil/src/cray/biply.cal (14444 bytes) biply.cal /parallel/parlib/mobil/src/cray/biply.f (1458 bytes) biply.f /parallel/parlib/mobil/src/cray/caltime (276 bytes) caltime /parallel/parlib/mobil/src/cray/decode.cal (685 bytes) decode.cal /parallel/parlib/mobil/src/cray/fortime (276 bytes) fortime /parallel/parlib/mobil/src/cray/setprs.f (1067 bytes) setprs.f /parallel/parlib/mobil/src/cray/t15mig.f (25587 bytes) t15mig.f /parallel/parlib/mobil/src/cray/tc1023 (276 bytes) tc1023 /parallel/parlib/mobil/src/cray/tf1023 (276 bytes) tf1023 /parallel/parlib/mobil/src/cray/timec (276 bytes) timec /parallel/parlib/mobil/src/cray/timec8-1 (276 bytes) timec8-1 /parallel/parlib/mobil/src/cray/timec8-4 (276 bytes) timec8-4 /parallel/parlib/mobil/src/cray/timec_ebm (276 bytes) timec_ebm /parallel/parlib/mobil/src/cray/timecp1 (276 bytes) timecp1 /parallel/parlib/mobil/src/cray/timef (276 bytes) timef /parallel/parlib/mobil/src/cray/timef8-1 (276 bytes) timef8-1 /parallel/parlib/mobil/src/cray/timef8-4 (276 bytes) timef8-4 /parallel/parlib/mobil/src/cray/timef_ebm (276 bytes) timef_ebm /parallel/parlib/mobil/src/cray/timefp1 (276 bytes) timefp1 /parallel/parlib/mobil/src/cray/triply.cal (16285 bytes) triply.cal /parallel/parlib/mobil/src/cray/triply.cal8-1 (15691 bytes) triply.cal8-1 /parallel/parlib/mobil/src/cray/triply.f (3888 bytes) triply.f /parallel/parlib/mobil/src/cyclic_reduction/ cyclic_reduction /parallel/parlib/mobil/src/cyclic_reduction/T15mig.r (5402 bytes) T15mig.r /parallel/parlib/mobil/src/cyclic_reduction/trifac.f (1051 bytes) trifac.f /parallel/parlib/mobil/src/cyclic_reduction/trifac1.f (856 bytes) trifac1.f /parallel/parlib/mobil/src/cyclic_reduction/triply.f (969 bytes) triply.f /parallel/parlib/mobil/src/cyclic_reduction/triply.handcoded.s (3525 bytes) triply.handcoded.s /parallel/parlib/mobil/src/cyclic_reduction/triply1.f (483 bytes) triply1.f /parallel/parlib/mobil/src/doc/ doc /parallel/parlib/mobil/src/doc/NSF.report (9630 bytes) NSF.report /parallel/parlib/mobil/src/doc/abstract.t (831 bytes) abstract.t /parallel/parlib/mobil/src/doc/cmt15mig.latex (23247 bytes) cmt15mig.latex /parallel/parlib/mobil/src/doc/design.t (18364 bytes) design.t /parallel/parlib/mobil/src/doc/footnote.t (14568 bytes) footnote.t /parallel/parlib/mobil/src/doc/reverse.37 (13337 bytes) reverse.37 /parallel/parlib/mobil/src/doc/reverse.t (13161 bytes) reverse.t /parallel/parlib/mobil/src/doc/seg.exabs (17593 bytes) seg.exabs /parallel/parlib/mobil/src/doc/seg.slides (4601 bytes) seg.slides /parallel/parlib/mobil/src/doc/seg.summary (1867 bytes) seg.summary /parallel/parlib/mobil/src/doc/spie.tex (24678 bytes) spie.tex /parallel/parlib/mobil/src/doc/tricyclic.latex (20439 bytes) tricyclic.latex /parallel/parlib/mobil/src/fps/ fps /parallel/parlib/mobil/src/fps/tri.apc (2899 bytes) tri.apc /parallel/parlib/mobil/src/hypercube/ hypercube /parallel/parlib/mobil/src/hypercube/ELT15.c (2359 bytes) ELT15.c /parallel/parlib/mobil/src/hypercube/IH15.c (1866 bytes) IH15.c /parallel/parlib/mobil/src/hypercube/ametek/ ametek /parallel/parlib/mobil/src/hypercube/ametek/Exercises (4437 bytes) Exercises /parallel/parlib/mobil/src/hypercube/ametek/Makefile (894 bytes) Makefile /parallel/parlib/mobil/src/hypercube/ametek/blk_shift.c (1485 bytes) blk_shift.c /parallel/parlib/mobil/src/hypercube/ametek/calloc_cube.c (322 bytes) calloc_cube.c /parallel/parlib/mobil/src/hypercube/ametek/coeffs15.c (1889 bytes) coeffs15.c /parallel/parlib/mobil/src/hypercube/ametek/elt15.11-28-86.c (3188 bytes) elt15.11-28-86.c /parallel/parlib/mobil/src/hypercube/ametek/elt15.c (3729 bytes) elt15.c /parallel/parlib/mobil/src/hypercube/ametek/extrap15.c (2614 bytes) extrap15.c /parallel/parlib/mobil/src/hypercube/ametek/ih15.11-28-86.c (3109 bytes) ih15.11-28-86.c /parallel/parlib/mobil/src/hypercube/ametek/ih15.c (3214 bytes) ih15.c /parallel/parlib/mobil/src/hypercube/ametek/rdnELT.c (133 bytes) rdnELT.c /parallel/parlib/mobil/src/hypercube/ametek/wtnELT.c (133 bytes) wtnELT.c /parallel/parlib/mobil/src/hypercube/blk_shift.c (1095 bytes) blk_shift.c /parallel/parlib/mobil/src/hypercube/coeffs15.c (1668 bytes) coeffs15.c /parallel/parlib/mobil/src/hypercube/extrap15.c (2480 bytes) extrap15.c /parallel/parlib/mobil/src/hypercube/ncube/ ncube /parallel/parlib/mobil/src/hypercube/ncube/.kerm (84 bytes) .kerm /parallel/parlib/mobil/src/hypercube/ncube/Exercises (4437 bytes) Exercises /parallel/parlib/mobil/src/hypercube/ncube/Makefile (839 bytes) Makefile /parallel/parlib/mobil/src/hypercube/ncube/Migtimes (1715 bytes) Migtimes /parallel/parlib/mobil/src/hypercube/ncube/ack.c (245 bytes) ack.c /parallel/parlib/mobil/src/hypercube/ncube/bcast/ bcast /parallel/parlib/mobil/src/hypercube/ncube/bcast/ack.c (280 bytes) ack.c /parallel/parlib/mobil/src/hypercube/ncube/bcast/eltgx.c (1137 bytes) eltgx.c /parallel/parlib/mobil/src/hypercube/ncube/bcast/eulerian.c (5066 bytes) eulerian.c /parallel/parlib/mobil/src/hypercube/ncube/bcast/gxch.c (676 bytes) gxch.c /parallel/parlib/mobil/src/hypercube/ncube/bcast/gxmake (391 bytes) gxmake /parallel/parlib/mobil/src/hypercube/ncube/bcast/ihgx.c (1532 bytes) ihgx.c /parallel/parlib/mobil/src/hypercube/ncube/bcast/junk (2988 bytes) junk /parallel/parlib/mobil/src/hypercube/ncube/bcast/ker (87 bytes) ker /parallel/parlib/mobil/src/hypercube/ncube/bcast/msgtyp.h (151 bytes) msgtyp.h /parallel/parlib/mobil/src/hypercube/ncube/bcast/mshift.c (2685 bytes) mshift.c /parallel/parlib/mobil/src/hypercube/ncube/bcast/nparity.c (192 bytes) nparity.c /parallel/parlib/mobil/src/hypercube/ncube/bcast/report.c (453 bytes) report.c /parallel/parlib/mobil/src/hypercube/ncube/bcast/report_err.c (269 bytes) report_err.c /parallel/parlib/mobil/src/hypercube/ncube/bcast/thunk (5498 bytes) thunk /parallel/parlib/mobil/src/hypercube/ncube/blk_mshift.c (1565 bytes) blk_mshift.c /parallel/parlib/mobil/src/hypercube/ncube/callt.c (73 bytes) callt.c /parallel/parlib/mobil/src/hypercube/ncube/callt.f (84 bytes) callt.f /parallel/parlib/mobil/src/hypercube/ncube/calltc.s (1067 bytes) calltc.s /parallel/parlib/mobil/src/hypercube/ncube/calltf.s (816 bytes) calltf.s /parallel/parlib/mobil/src/hypercube/ncube/chk_nerr.c (451 bytes) chk_nerr.c /parallel/parlib/mobil/src/hypercube/ncube/coeffs15.c (1889 bytes) coeffs15.c /parallel/parlib/mobil/src/hypercube/ncube/doit (142 bytes) doit /parallel/parlib/mobil/src/hypercube/ncube/elt15.c (5768 bytes) elt15.c /parallel/parlib/mobil/src/hypercube/ncube/eltmake (454 bytes) eltmake /parallel/parlib/mobil/src/hypercube/ncube/eltmake.flink (482 bytes) eltmake.flink /parallel/parlib/mobil/src/hypercube/ncube/eulerian.c (5146 bytes) eulerian.c /parallel/parlib/mobil/src/hypercube/ncube/extrap15.allc (2614 bytes) extrap15.allc /parallel/parlib/mobil/src/hypercube/ncube/extrap15.c (2614 bytes) extrap15.c /parallel/parlib/mobil/src/hypercube/ncube/extrap15.flink (1407 bytes) extrap15.flink /parallel/parlib/mobil/src/hypercube/ncube/graphics/ graphics /parallel/parlib/mobil/src/hypercube/ncube/graphics/6cubelongloop (6938 bytes) 6cubelongloop /parallel/parlib/mobil/src/hypercube/ncube/graphics/6cubepersi (400 bytes) 6cubepersi /parallel/parlib/mobil/src/hypercube/ncube/graphics/6cubesymmetric (130 bytes) 6cubesymmetric /parallel/parlib/mobil/src/hypercube/ncube/graphics/cm2.bugrep (887 bytes) cm2.bugrep /parallel/parlib/mobil/src/hypercube/ncube/graphics/colfile (3351 bytes) colfile /parallel/parlib/mobil/src/hypercube/ncube/graphics/iact.c (5160 bytes) iact.c /parallel/parlib/mobil/src/hypercube/ncube/graphics/path1 (134 bytes) path1 /parallel/parlib/mobil/src/hypercube/ncube/graphics/path2 (133 bytes) path2 /parallel/parlib/mobil/src/hypercube/ncube/graphics/path3 (133 bytes) path3 /parallel/parlib/mobil/src/hypercube/ncube/graphics/triact.c (5463 bytes) triact.c /parallel/parlib/mobil/src/hypercube/ncube/graytest.c (792 bytes) graytest.c /parallel/parlib/mobil/src/hypercube/ncube/hsync.c (265 bytes) hsync.c /parallel/parlib/mobil/src/hypercube/ncube/ht.c (976 bytes) ht.c /parallel/parlib/mobil/src/hypercube/ncube/ih15.c (6216 bytes) ih15.c /parallel/parlib/mobil/src/hypercube/ncube/ihmake (291 bytes) ihmake /parallel/parlib/mobil/src/hypercube/ncube/ker (84 bytes) ker /parallel/parlib/mobil/src/hypercube/ncube/kermit.doc (1639 bytes) kermit.doc /parallel/parlib/mobil/src/hypercube/ncube/lhs.f (425 bytes) lhs.f /parallel/parlib/mobil/src/hypercube/ncube/msgtyp.h (160 bytes) msgtyp.h /parallel/parlib/mobil/src/hypercube/ncube/mshift.c (2685 bytes) mshift.c /parallel/parlib/mobil/src/hypercube/ncube/mshift.greedy (3117 bytes) mshift.greedy /parallel/parlib/mobil/src/hypercube/ncube/mshift.mild.greed (3223 bytes) mshift.mild.greed /parallel/parlib/mobil/src/hypercube/ncube/mshift.sync (3735 bytes) mshift.sync /parallel/parlib/mobil/src/hypercube/ncube/mshift7-6-87 (2388 bytes) mshift7-6-87 /parallel/parlib/mobil/src/hypercube/ncube/mshift7-7-87 (2685 bytes) mshift7-7-87 /parallel/parlib/mobil/src/hypercube/ncube/myalloc.c (180 bytes) myalloc.c /parallel/parlib/mobil/src/hypercube/ncube/nparity.c (192 bytes) nparity.c /parallel/parlib/mobil/src/hypercube/ncube/nsync.c (258 bytes) nsync.c /parallel/parlib/mobil/src/hypercube/ncube/nt.c (465 bytes) nt.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/ oldmig /parallel/parlib/mobil/src/hypercube/ncube/oldmig/ack.c (245 bytes) ack.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/blk_shift.c (1485 bytes) blk_shift.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/chk_nerr.c (451 bytes) chk_nerr.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/coeffs15.c (1889 bytes) coeffs15.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/elt15.c (3963 bytes) elt15.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/eltmake (376 bytes) eltmake /parallel/parlib/mobil/src/hypercube/ncube/oldmig/eulerian.c (3820 bytes) eulerian.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/extrap15.c (2614 bytes) extrap15.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/gray.c (3217 bytes) gray.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/graytest.c (3982 bytes) graytest.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/hsync.c (265 bytes) hsync.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/ih15.c (4930 bytes) ih15.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/ihmake (254 bytes) ihmake /parallel/parlib/mobil/src/hypercube/ncube/oldmig/ker (84 bytes) ker /parallel/parlib/mobil/src/hypercube/ncube/oldmig/msgtyp.h (118 bytes) msgtyp.h /parallel/parlib/mobil/src/hypercube/ncube/oldmig/myalloc.c (180 bytes) myalloc.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/nsync.c (258 bytes) nsync.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/rdnIH.c (472 bytes) rdnIH.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/rdsig.c (753 bytes) rdsig.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/report.c (453 bytes) report.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/report_err.c (269 bytes) report_err.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/shfnIH.c (647 bytes) shfnIH.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/shift.c (1929 bytes) shift.c /parallel/parlib/mobil/src/hypercube/ncube/oldmig/wtnIH.c (471 bytes) wtnIH.c /parallel/parlib/mobil/src/hypercube/ncube/pc.t (17157 bytes) pc.t /parallel/parlib/mobil/src/hypercube/ncube/rdsig.c (753 bytes) rdsig.c /parallel/parlib/mobil/src/hypercube/ncube/report.c (453 bytes) report.c /parallel/parlib/mobil/src/hypercube/ncube/report_err.c (269 bytes) report_err.c /parallel/parlib/mobil/src/hypercube/ncube/rhs.f (432 bytes) rhs.f /parallel/parlib/mobil/src/hypercube/ncube/shfnIH.asynch (670 bytes) shfnIH.asynch /parallel/parlib/mobil/src/hypercube/ncube/shfnIH.c (670 bytes) shfnIH.c /parallel/parlib/mobil/src/hypercube/ncube/shfnIH.sync (993 bytes) shfnIH.sync /parallel/parlib/mobil/src/hypercube/ncube/shift.c (1739 bytes) shift.c /parallel/parlib/mobil/src/hypercube/userELT.h (86 bytes) userELT.h /parallel/parlib/mobil/src/hypercube/userIH.h (44 bytes) userIH.h /parallel/parlib/mobil/src/iris/ iris /parallel/parlib/mobil/src/iris/fctimes (0 bytes) fctimes /parallel/parlib/mobil/src/iris/makefile (541 bytes) makefile /parallel/parlib/mobil/src/iris/seisdisp.c (3365 bytes) seisdisp.c /parallel/parlib/mobil/src/iris/setprs.f (368 bytes) setprs.f /parallel/parlib/mobil/src/iris/t15mig.f (19273 bytes) t15mig.f /parallel/parlib/mobil/src/iris/triply.f (2982 bytes) triply.f /parallel/parlib/mobil/src.tar.Z (373837 bytes) Source of code by Stewart Levin /parallel/parlib/newsgroup/ comp.parallel newsgroup information /parallel/parlib/newsgroup/index (78 bytes) index /parallel/parlib/newsgroup/monthlymessage (13896 bytes) Gives standard administrative information about comp.parallel /parallel/parlib/optimization/ optimization /parallel/parlib/optimization/index (108 bytes) index /parallel/parlib/optimization/uminn-report (1789 bytes) uminn-report - Report from U. Minnesota Creator: Ananth /parallel/parlib/other-servers/ other-servers /parallel/parlib/other-servers/ftpsites (5774 bytes) A list of ftp sites /parallel/parlib/other-servers/index (307 bytes) Details of other email servers /parallel/parlib/other-servers/transputer (12623 bytes) Information on site for transputer/occam examples Creator: D.J.Beckett /parallel/parlib/p4/ p4 /parallel/parlib/p4/dirichlet/ Solve the Dirichlet problem, message passing version /parallel/parlib/p4/dirichlet/alloc2d.c (1302 bytes) alloc2d.c /parallel/parlib/p4/dirichlet/dir.c (4205 bytes) dir.c /parallel/parlib/p4/dirichlet/index (124 bytes) index /parallel/parlib/p4/dirichlet/makefile (757 bytes) makefile /parallel/parlib/p4/dirichlet/mpdir.h (89 bytes) mpdir.h /parallel/parlib/p4/dirichlet/mpdir_master.c (1742 bytes) mpdir_master.c /parallel/parlib/p4/dirichlet/mpdir_slave.c (10561 bytes) mpdir_slave.c /parallel/parlib/p4/dirichlet/smdir.c (5643 bytes) smdir.c /parallel/parlib/p4/disclaimer (570 bytes) Disclaimer for code /parallel/parlib/p4/index (104 bytes) index /parallel/parlib/p4/matrix/ Message passing matrix multiply /parallel/parlib/p4/matrix/alloc2d.c (875 bytes) alloc2d.c /parallel/parlib/p4/matrix/dotest (151 bytes) dotest /parallel/parlib/p4/matrix/index (125 bytes) index /parallel/parlib/p4/matrix/makefile (845 bytes) makefile /parallel/parlib/p4/matrix/matrix.c (3356 bytes) matrix.c /parallel/parlib/p4/matrix/mpmatrix.h (152 bytes) mpmatrix.h /parallel/parlib/p4/matrix/mpmatrix_master.c (1581 bytes) mpmatrix_master.c /parallel/parlib/p4/matrix/mpmatrix_slave.c (5343 bytes) mpmatrix_slave.c /parallel/parlib/p4/matrix/smmatrix.c (4609 bytes) smmatrix.c /parallel/parlib/p4/msort/ Message passing merge sort /parallel/parlib/p4/msort/divide.c (1599 bytes) divide.c /parallel/parlib/p4/msort/divide.h (645 bytes) divide.h /parallel/parlib/p4/msort/heapsort.c (2499 bytes) heapsort.c /parallel/parlib/p4/msort/hw2-solution.c (13407 bytes) hw2-solution.c /parallel/parlib/p4/msort/index (179 bytes) index /parallel/parlib/p4/msort/makefile (763 bytes) makefile /parallel/parlib/p4/msort/msort.c (2440 bytes) msort.c /parallel/parlib/p4/msort/msort.h (124 bytes) msort.h /parallel/parlib/p4/msort/msort_master.c (3477 bytes) msort_master.c /parallel/parlib/p4/msort/msort_slave.c (6615 bytes) msort_slave.c /parallel/parlib/p4/msort/smmsort.c (13407 bytes) smmsort.c /parallel/parlib/p4/msort/smmsort1.2.1.5.c (13407 bytes) smmsort1.2.1.5.c /parallel/parlib/p4/msort/smmsort1.2.c (8212 bytes) smmsort1.2.c /parallel/parlib/p4/msort/smmsort1.3.c (8816 bytes) smmsort1.3.c /parallel/parlib/p4/nbody/ Message passing N-Body problem /parallel/parlib/p4/nbody/in10 (169 bytes) in10 /parallel/parlib/p4/nbody/in1000 (26336 bytes) in1000 /parallel/parlib/p4/nbody/in2 (38 bytes) in2 /parallel/parlib/p4/nbody/in200 (3606 bytes) in200 /parallel/parlib/p4/nbody/in400 (10394 bytes) in400 /parallel/parlib/p4/nbody/in5 (85 bytes) in5 /parallel/parlib/p4/nbody/in50 (846 bytes) in50 /parallel/parlib/p4/nbody/index (177 bytes) index /parallel/parlib/p4/nbody/main.c (2127 bytes) main.c /parallel/parlib/p4/nbody/makebodies.c (1277 bytes) makebodies.c /parallel/parlib/p4/nbody/makefile (777 bytes) makefile /parallel/parlib/p4/nbody/makefile.dec (495 bytes) makefile.dec /parallel/parlib/p4/nbody/master.c (2601 bytes) master.c /parallel/parlib/p4/nbody/nbody.c (1640 bytes) nbody.c /parallel/parlib/p4/nbody/nbody.h (2057 bytes) nbody.h /parallel/parlib/p4/nbody/physics.c (1930 bytes) physics.c /parallel/parlib/p4/nbody/read.c (2700 bytes) read.c /parallel/parlib/p4/nbody/slave.c (5146 bytes) slave.c /parallel/parlib/p4/nbody/slave1.c (4446 bytes) slave1.c /parallel/parlib/p4/nbody/time.c (2553 bytes) time.c /parallel/parlib/p4/trapezoid/ Message passing integration by Trapezoidal rule /parallel/parlib/p4/trapezoid/index (107 bytes) index /parallel/parlib/p4/trapezoid/makefile (616 bytes) makefile /parallel/parlib/p4/trapezoid/mptrap.h (281 bytes) mptrap.h /parallel/parlib/p4/trapezoid/mptrap_master.c (3379 bytes) mptrap_master.c /parallel/parlib/p4/trapezoid/mptrap_slave.c (3409 bytes) mptrap_slave.c /parallel/parlib/p4/trapezoid/smtrap.c (5021 bytes) smtrap.c /parallel/parlib/parallelaxis/ parallelaxis David Kotz's ParallelAxis Programs /parallel/parlib/parallelaxis/disclaimer (569 bytes) disclaimer /parallel/parlib/parallelaxis/examples/ examples /parallel/parlib/parallelaxis/examples/Notes (2779 bytes) Notes /parallel/parlib/parallelaxis/examples/auto.p (761 bytes) auto.p /parallel/parlib/parallelaxis/examples/find.p (816 bytes) find.p /parallel/parlib/parallelaxis/examples/fractal.p (2091 bytes) fractal.p /parallel/parlib/parallelaxis/examples/index (96 bytes) index /parallel/parlib/parallelaxis/examples/pi.p (523 bytes) pi.p /parallel/parlib/parallelaxis/examples/prim.p (415 bytes) prim.p /parallel/parlib/parallelaxis/examples/rot.p (2230 bytes) rot.p /parallel/parlib/parallelaxis/examples/sort.p (935 bytes) sort.p /parallel/parlib/parallelaxis/examples/template.p (159 bytes) template.p /parallel/parlib/parallelaxis/examples/timing.example (1181 bytes) timing.example /parallel/parlib/parallelaxis/examples/trap.p (1099 bytes) trap.p /parallel/parlib/parallelaxis/examples/trap2.p (1253 bytes) trap2.p /parallel/parlib/parallelaxis/index (78 bytes) index /parallel/parlib/parallelaxis/solutions/ solutions /parallel/parlib/parallelaxis/solutions/Dirichlet.p (2043 bytes) Dirichlet.p /parallel/parlib/parallelaxis/solutions/index (73 bytes) index /parallel/parlib/parallelaxis/solutions/matrix.p (1376 bytes) matrix.p /parallel/parlib/parallelaxis/solutions/prefix-hypercube.p (1271 bytes) prefix-hypercube.p /parallel/parlib/parallelaxis/solutions/prefix-hypercube2.p (1340 bytes) prefix-hypercube2.p /parallel/parlib/parallelaxis/solutions/prefix-lin.p (957 bytes) prefix-lin.p /parallel/parlib/readings/ readings /parallel/parlib/readings/comments (10456 bytes) Comments on text books Creator: News Account /parallel/parlib/readings/hpcc (30739 bytes) The text of the HPCC bill as passed /parallel/parlib/readings/index (130 bytes) index /parallel/parlib/readings/reqreading (60524 bytes) Eugene Miya's list of Required Readings /parallel/parlib/salishan/ salishan /parallel/parlib/salishan/disclaimer (2086 bytes) Disclaimer /parallel/parlib/salishan/feo.note (1333 bytes) Details of example Sisal programs from John Feo Creator: John Feo /parallel/parlib/salishan/index (55 bytes) index /parallel/parlib/salishan/problems (3513 bytes) The statement of the four Salishan problems /parallel/parlib/schools/ schools /parallel/parlib/schools/auburn (1921 bytes) Auburn University /parallel/parlib/schools/cal (755 bytes) Univerisity of Southern California /parallel/parlib/schools/caltech (75 bytes) California Institute of Technology /parallel/parlib/schools/centfla (2508 bytes) Central Florida /parallel/parlib/schools/cerfacs (4577 bytes) Centre Europeen de Recherche et de Formation Avancee en Calcul Scientifique /parallel/parlib/schools/clemson (1101 bytes) Clemson University /parallel/parlib/schools/col-boulder (1160 bytes) University of Colorado, Boulder /parallel/parlib/schools/dartmouth (2179 bytes) Dartmouth Collegeo /parallel/parlib/schools/duke (2978 bytes) Duke University /parallel/parlib/schools/houston (1257 bytes) University of Houston /parallel/parlib/schools/how-to (632 bytes) How to register your program with parlib /parallel/parlib/schools/ill-uc (1790 bytes) University of Illinois at Urbana-Champaign Creator: Ralph Johnson /parallel/parlib/schools/index (1529 bytes) index /parallel/parlib/schools/indiana (141 bytes) Indiana University /parallel/parlib/schools/miami (743 bytes) University of Miami /parallel/parlib/schools/mich-state (4491 bytes) Michigan State University /parallel/parlib/schools/mich-tech (1129 bytes) Michigan Technological University /parallel/parlib/schools/minn (1203 bytes) Universisty of Minnesota /parallel/parlib/schools/mis-rolla (938 bytes) University of Missouri, Rolla /parallel/parlib/schools/miss-state (1093 bytes) Mississippi State /parallel/parlib/schools/mit (72 bytes) Massachusetts Institute of Technology /parallel/parlib/schools/nc-state (199 bytes) North Carolina State University /parallel/parlib/schools/njit (3415 bytes) New Jersey Institute of Technology /parallel/parlib/schools/ohio-state (2111 bytes) Ohio State University /parallel/parlib/schools/ore-grad (1285 bytes) Oregon Graduate Center /parallel/parlib/schools/penn-state (908 bytes) Pennsylvania State University /parallel/parlib/schools/qmc (572 bytes) Queen Mary College, University of London /parallel/parlib/schools/rice (826 bytes) Rice University Creator: Ann Redelfs /parallel/parlib/schools/rochester (12176 bytes) University of Rochester /parallel/parlib/schools/rochit (2431 bytes) Rochester Institute of Technology /parallel/parlib/schools/stanford (16935 bytes) Stanford University /parallel/parlib/schools/syracuse (1499 bytes) Syracuse University Creator: Rangachari Anand /parallel/parlib/schools/texas-a (1159 bytes) University of Texas, Austin Creator: Vipin Kumar /parallel/parlib/schools/texas-sa (1012 bytes) University of Texas, San Antonio /parallel/parlib/schools/unc-ch (1082 bytes) University of North Carolina, Chapel Hill Creator: Jan Prins /parallel/parlib/schools/utah-state (1505 bytes) Utah State University /parallel/parlib/schools/uva (69 bytes) Applied Mathematics at University of Virgina /parallel/parlib/schools/warwick (1983 bytes) University of Warwick Creator: Graham Martin /parallel/parlib/sisal/ sisal /parallel/parlib/sisal/8queens.sis (1217 bytes) The eight queens problem /parallel/parlib/sisal/bubble.sis (691 bytes) Bubble sort /parallel/parlib/sisal/disclaimer (293 bytes) Disclaimer /parallel/parlib/sisal/hilbert.sis (12927 bytes) Computes Hilbert Matrix. Illustrates some LINPACK routines /parallel/parlib/sisal/index (621 bytes) index /parallel/parlib/sisal/loops/ Some of the Livermore Loops Programs (Directory) /parallel/parlib/sisal/loops/index (264 bytes) index /parallel/parlib/sisal/loops/loop1.sis (462 bytes) loop1.sis /parallel/parlib/sisal/loops/loop10.sis (1215 bytes) loop10.sis /parallel/parlib/sisal/loops/loop11s.sis (472 bytes) loop11s.sis /parallel/parlib/sisal/loops/loop12.sis (362 bytes) loop12.sis /parallel/parlib/sisal/loops/loop13.sis (1529 bytes) loop13.sis /parallel/parlib/sisal/loops/loop14.sis (2152 bytes) loop14.sis /parallel/parlib/sisal/loops/loop15.sis (3542 bytes) loop15.sis /parallel/parlib/sisal/loops/loop16p.sis (2093 bytes) loop16p.sis /parallel/parlib/sisal/loops/loop17.sis (1662 bytes) loop17.sis /parallel/parlib/sisal/loops/loop18p.sis (2226 bytes) loop18p.sis /parallel/parlib/sisal/loops/loop19s.sis (1232 bytes) loop19s.sis /parallel/parlib/sisal/loops/loop20.sis (1333 bytes) loop20.sis /parallel/parlib/sisal/loops/loop21.sis (583 bytes) loop21.sis /parallel/parlib/sisal/loops/loop22.sis (600 bytes) loop22.sis /parallel/parlib/sisal/loops/loop23s.sis (1108 bytes) loop23s.sis /parallel/parlib/sisal/loops/loop24.sis (610 bytes) loop24.sis /parallel/parlib/sisal/loops/loop2s.sis (1005 bytes) loop2s.sis /parallel/parlib/sisal/loops/loop3.sis (377 bytes) loop3.sis /parallel/parlib/sisal/loops/loop4p.sis (2152 bytes) loop4p.sis /parallel/parlib/sisal/loops/loop5.sis (530 bytes) loop5.sis /parallel/parlib/sisal/loops/loop6p.sis (731 bytes) loop6p.sis /parallel/parlib/sisal/loops/loop7.sis (549 bytes) loop7.sis /parallel/parlib/sisal/loops/loop8p.sis (1656 bytes) loop8p.sis /parallel/parlib/sisal/loops/loop9.sis (822 bytes) loop9.sis /parallel/parlib/sisal/lu.npiv.sis (1531 bytes) Gauss-Jordan elimination without pivoting /parallel/parlib/sisal/lu.piv.sis (3001 bytes) Gauss-Jordan elimination with pivoting /parallel/parlib/sisal/matmult.sis (365 bytes) Matrix Multiplication /parallel/parlib/sisal/psa.sis (22535 bytes) Simulated Annealing codes /parallel/parlib/sisal/quicksort.sis (523 bytes) Quicksort /parallel/parlib/sisal/ranf.sis (6505 bytes) Random number generator /parallel/parlib/sisal/ricard.sis (7983 bytes) ODE example /parallel/parlib/sisal/sieve.sis (966 bytes) Sieve of Erotosthenes /parallel/parlib/sisal/simpson.sis (764 bytes) Simpson's Rule Integration /parallel/parlib/sisal/transpose.sis (268 bytes) Matrix Transpose /parallel/performance/ "Performance - benchmarks, load balancing, models, optimization, scalability and speedup." /parallel/performance/benchmarks/ "Benchmarks" See also the articles on the SEL-HPC Article Archive about Performance Analysis and Benchmarks at /parallel/performance/benchmarks/NAS-CFD (1594 bytes) Announcement of C version of the sequential Fortran NAS CFD benchmarks and how to obtain them (the original Fortran version requires an NAS license) by Shubhendu Mukherjee Creator: Shubhendu Mukherjee /parallel/performance/benchmarks/NAS-parallel/ "The NASA NAS Parallel Benchmarks" See also NASA page at The NASA NAS Parallel Benchmarks. The home page for the benchmarks is which contains the NPB V1 and V2 reports and source code. /parallel/performance/benchmarks/NAS-parallel/NPB2.1.tar.gz (154015 bytes) "NAS Parallel Benchmarks Source Code V2.1" New LU and BT in V2.1. /parallel/performance/benchmarks/PAR93-SMP (13816 bytes) Announcement of PAR93 -- a benchmark suite designed to measure cache based RISC SMP system performance using well behaved codes that parallelize automatically. Creator: Bodo Parady - SMCC Systems Performance /parallel/performance/benchmarks/ftp-sites (1326 bytes) Details of some FTP sites having benchmark programs for running on a parallel computer simulator by Sharma R. Podila Creator: Sharma R. Podila /parallel/performance/benchmarks/genesis/ "GENESIS distributed memory benchmark suite" From University of Southampton, UK. (Not supported) /parallel/performance/benchmarks/genesis/IMPORTANT_NOTICE (931 bytes) IMPORTANT NOTICE - the GENESIS distributed memory benchmark suite is no longer being supported. PARKBENCH v1.0 which includes some of GENESIS is recommended instead. /parallel/performance/benchmarks/genesis/genesis.announce (5061 bytes) Announcement of GBIS - The GENESIS Benchmark Information Service hosted by par.soton.ac.uk. It is the central repository for the GENESIS distributed memory benchmark suite (current version 2.2) and a number of related papers. Creator: Ian Glendinning /parallel/performance/benchmarks/genesis/genesis_2.2.tar.Z (854381 bytes) Release 2.2 of the GENESIS distributed memory benchmark suite in Fortran. /parallel/performance/benchmarks/genesis/genesis_2.3.tar.Z (869729 bytes) Release 2.3 of the GENESIS distributed memory benchmark suite in Fortran. /parallel/performance/benchmarks/genesis/genesis_3.0.tar.Z (1214329 bytes) Release 3.0 of the GENESIS distributed memory benchmark suite in Fortran from the University of Southampton HPC Centre. This release features PVM 3.x versions of all the low-level and kernel message-passing benchmarks, in addition to the existing codes using the PARMACS 5.1 message-passing macros. The low-level benchmarks now mirror those available from the PARKBENCH (PARallel Kernels and BENCHmarks) repository at Oak Ridge National Laboratory, and include four new codes, COMMS3, POLY1, POLY2 and POLY3. The QCD2 kernel has also been replaced by SOLVER from the PARKBENCH suite. /parallel/performance/benchmarks/genesis/paper/ Papers associated with the GENESIS benchmark suite /parallel/performance/benchmarks/genesis/paper/bdmps.ps.Z (65985 bytes) C.A. Addison, V.S. Getov, A.J.G. Hey, R.W. Hockney, I.C. Wolton. Benchmarking for Distributed Memory Parallel Systems: Gaining Insight from Numbers. Parallel Computing (to appear). /parallel/performance/benchmarks/genesis/paper/cpa.ps.Z (41184 bytes) V.S. Getov, R.W. Hockney. Comparative Performance Analysis of Uniformly Distributed Applications. Proceedings of Euromicro Workshop on Parallel and Distributed Processing, IEEE Computer Society Press, January (1993) 259-262. /parallel/performance/benchmarks/genesis/paper/fba.ps.Z (294093 bytes) R.W. Hockney. A Framework for Benchmark Performance Analysis, Supercomputer 48, vol. IX-2 (1992) 9-22. /parallel/performance/benchmarks/genesis/paper/fft.ps.Z (108457 bytes) V. Getov. 1-Dimensional Parallel FFT Benchmark on SUPRENUM. In: D. Etiemble and J.-C. Syre (Eds.) PARLE'92, Parallel Architectures and Languages Europe. Lecture Notes in Computer Science, vol. 605, Springer-Verlag (1992) 163-174. /parallel/performance/benchmarks/genesis/paper/gdmpap1.ps.Z (239497 bytes) Addison C., J. Allwright, N. Binsted, N. Bishop, B. Carpenter, P. Dalloz, D. Gee, V. Getov, A. Hey, R. Hockney, M. Lemke, J. Merlin, M. Pinches, C. Scott, I. Wolton. The GENESIS Distributed Memory Benchmarks. Part I: Methodology and General Relativity Benchmark with Results for the SUPRENUM Computer. Concurrency: Practice and Experience, vol. 5(1) (1993) 1-22. /parallel/performance/benchmarks/genesis/paper/gencsr.ps.Z (107445 bytes) V.S. Getov, A.J.G. Hey, R.W. Hockney, I.C. Wolton. The GENESIS Benchmark Suite: Current State and Results. Proceedings of 1st Workshop on Performance Evaluation of Parallel Systems - PEPS'93. Coventry, November (1993) 182-190. /parallel/performance/benchmarks/genesis/paper/genesis.ps.Z (173474 bytes) C.A. Addison, V.S. Getov, A.J.G. Hey, R.W. Hockney, I.C. Wolton. The GENESIS Distributed-Memory Benchmarks. In: J. Dongarra and W. Gentzsch (Eds.) Computer Benchmarks, North-Holland (1993) 257-271. /parallel/performance/benchmarks/genesis/paper/pasf.ps.Z (72487 bytes) V.S. Getov, R.W. Hockney, A.J.G. Hey. Performance Analysis of Distributed Applications by Suitability Functions. In: W.K. Giloi, S. Jahnichen, B.D. Shriver (Eds.) Programming Models for Massively Parallel Computers. IEEE Computer Society Press, (1993) 191-197. /parallel/performance/benchmarks/genesis/paper/pvpppe.ps.Z (239353 bytes) I. Glendinning, V. Getov, S. Hellberg, R. Hockney, D. Pritchard. Performance Visualisation in a Portable Parallel Programming Environment. In: G. Kotsis and G. Haring (Eds.) Performance Measurement and Visualization of Parallel Processing Systems, North-Holland (1993) 251-276. /parallel/performance/benchmarks/genesis/parkbench-low-level-release.tar.Z (108027 bytes) Parkbench Distributed Memory Benchmarks low level Fortran source release. "Parkbench (Parallel Kernels and Benchmarks)" See also the software at "BLACS" Some HPF/f90 implementations for NAS benchmarks are also available through the HPF Applications home page of Syracuse University. /parallel/performance/models/ "Models and analysis" "Performance Analysis Environment" (PACE) by Professor Graham R. Nudd , High Performance Systems Group, Department of Computer Science, University of Warwick, Coventry CV4 7AL, UK; Tel: +44 1203 523366 (01203 523366) A high performance application modelling tool that supports independent descriptions for the application processing, communication, and hardware components. PACE includes tools to predict and analyse the performance of a parallel homogeneous or heterogeneous systems and their applications. /parallel/performance/speedup/ "Speedup" /parallel/performance/speedup/superlinear/ superlinear /parallel/performance/tools/ "Performance measuring tools" /parallel/performance/tools/pablo/ Pablo Performance Analysis Environment This directory contains include files, SDDF libraries and utility program executables that are part of the Pablo Performance Analysis Environment distribution. We are unable to release the entire Pablo environment in binary format because of licensing restrictions with OSF/Motif. Pablo is not public domain but is freely available without fee for education, research, and non-profit purposes. Pablo is a registered trademark of the Board of Trustees of the University of Illinois, registered in the U.S. Patent and Trademark Office. /parallel/performance/tools/pablo/Instrument.ps.gz (77732 bytes) "Pablo Instrumentation Environment User Guide" by Roger J. Noe, Department of Computer Science, University of Illinois, Urbana, Illinois 61801, USA /parallel/performance/tools/pablo/NOTES (3571 bytes) Full LICENSE terms - read these first before proceeding. /parallel/performance/tools/pablo/Pablo.patches (430 bytes) An ASCII file containing patches for bugs discovered in this release. This will be updated as problems are reported and fixed. The file contains a last-update date. /parallel/performance/tools/pablo/PabloGuide.ps.gz (604449 bytes) "An Informal Guide to Using Pablo" by Ruth A. Aydt, Department of Computer Science, University of Illinois, Urbana, Illinois 61801, USA /parallel/performance/tools/pablo/PabloGuideNoScreens.ps.gz (175475 bytes) "An Informal Guide to Using Pablo" by Ruth A. Aydt, Department of Computer Science, University of Illinois, Urbana, Illinois 61801, USA As above, but without screen dumps. /parallel/performance/tools/pablo/PabloOverview.ps.gz (213750 bytes) "An Overview of the Pablo Performance Analysis Environment" by Daniel A. Reed; Ruth A. Aydt; Tara M. Madhyastha; Roger J. Noe; Keith A. Shields and Bradley W. Schwartz. Department of Computer Science, University of Illinois, Urbana, Illinois 61801, USA. ABSTRACT: As massively parallel, distributed memory systems replace traditional vector supercomputers, effective application program optimization and system resource management become more than research curiosities | they are crucial to achieving substantial fractions of peak performance for scientific application codes. By recording dynamic activity, either at the application or system software level, one can identify and remove performance bottlenecks. Pablo is a performance analysis environment designed to provide performance data capture, analysis, and presentation across a wide variety of scalable parallel systems. The Pablo environment includes software performance instrumentation, graphical performance data reduction and analysis, and support for mapping performance data to both graphics and sound. Current research directions include complete performance data immersion via head-mounted displays and the integration of Pablo with data parallel Fortran compilers based on the emerging High Performance Fortran (HPF) standard. /parallel/performance/tools/pablo/PabloSrc.tar.gz (9679023 bytes) Pablo source including the instrumentation, visualization and sonification systems. /parallel/performance/tools/pablo/PabloSrcNoSound.tar.gz (2879140 bytes) Pablo source including the instrumentation and visualization systems. The sonification system is not included. /parallel/performance/tools/pablo/Porsonify.tar.gz (7271824 bytes) Standalone implementation of our data sonification system. It is capable of supporting both the sampled audio of the Sun SparcStation and MIDI synthesizers. /parallel/performance/tools/pablo/PorsonifyClasses.ps.gz (76179 bytes) "A Description of the Classes and Methods of the Porsonify Audio Software" by The Picasso Research Group, University of Illinois at Urbana-Champaign, Department of Computer Science, 1304 West Springfield Avenue, Urbana, Illinois 61801, USA /parallel/performance/tools/pablo/PorsonifyThesis.ps.gz (233424 bytes) "A Portable System for Data Sonification" by Tara Maja Madhyastha, University of Illinois at Urbana-Champaign, Urbana, Illinois, USA /parallel/performance/tools/pablo/PorsonifyUserGuide.ps.gz (179470 bytes) "Porsonify: A Portable System for Data Sonification" by Tara M. Madhyastha, Department of Computer Science, University of Illinois, 1304 West Springfield Avenue, Urbana, Illinois 61801, USA ABSTRACT: Porsonify is a portable system for mapping data to sound. Sound is an interesting medium for presenting data because it can potentially highlight characteristics of data that cannot easily be seen. For example, a movie soundtrack or sound effects that accompany a vidio game convey information complementary to the imagery. The elements of sound (e.g., pitch, volume, duration and timbre) can be used in the same way that visual elements (such as color, form, and line) are manipulated to present and analyze data in visual displays. The use of sound to present data, the auditory equivalent of visualization, is called sonification. Porsonify is designed to encourage experimentation with aural data presentation, or sonification, on a variety of sound devices. /parallel/performance/tools/pablo/README.Pablo (1179 bytes) Overview of Pablo files. /parallel/performance/tools/pablo/README.Tools (947 bytes) README.Tools /parallel/performance/tools/pablo/SDDF.ps.gz (83628 bytes) "The Pablo Self-Defining Data Format" by Ruth A. Aydt, Department of Computer Science, University of Illinois, Urbana, Illinois 61801, USA ABSTRACT: This manual documents the Pablo Self-Defining Data Format (SDDF), a flexible file meta-format designed to describe the structural layout of event records in performance trace files. We present our motivation for developing SDDF, high-level and in-depth coverage of the format itself, an explanation of the C ++ interface library, and sample files and code demonstrating the use of SDDF. /parallel/performance/tools/pablo/SDDFStatistics.ps.gz (38440 bytes) "The Summary File Format for SDDFStatistics" by Dave Kohr ABSTRACT: The SDDFStatistics program gathers a variety of statistics about the data fields of SDDF files, and can save these statistics to summary files which are themselves in SDDF format. These summary files are used by SDDFStatistics as "caches" of summary data, to minimize startup time when interactively browsing SDDF data files using the graphical user interface provided by SDDFStatistics. They may also be used by other Pablo tools, including the main Pablo Visualization Environment, whose displays may be configured more easily using information contained in the summaries. This document defines and describes the format of the summary files produced by SDDFStatistics, and includes an example consisting of an input SDDF data file and the corresponding summary file generated by SDDFStatistics. /parallel/performance/tools/pablo/SDDFlibrary.DEC.tar.gz (2010906 bytes) Self Defining Data Format include files, Library and Standalone programs for Decstation 5000/200; ULTRIX V4.2 (Rev. 96). /parallel/performance/tools/pablo/SDDFlibrary.Paragon.tar.gz (1442720 bytes) Self Defining Data Format include files, Library and Standalone programs for SparcStation for Paragon OSF/1 Release 1.0.4 /parallel/performance/tools/pablo/SDDFlibrary.Sparc.tar.gz (1619442 bytes) Self Defining Data Format include files, Library and Standalone programs for SparcStation 10; SunOS 4.1.3; static libs. /parallel/performance/tools/pablo/SDDFlibrary.ps.gz (86994 bytes) "A Description of the Classes and Methods of the Pablo SDDF Interface Library" by The Picasso Research Group, University of Illinois at Urbana-Champaign, Department of Computer Science, 1304 West Springfield Avenue, Urbana, Illinois 61801, USA /parallel/performance/tools/pablo/SDDFlibrary.tar.gz (126385 bytes) Source and include files for the Self Defining Data Format library and standalone programs for manipulating SDDF files. /parallel/performance/tools/pablo/Tracelibrary.tar.gz (193098 bytes) Instrumentation library: binary archive files and include files for multiple supported architectures; Paragon, iPSC/860 and CM-5. /parallel/performance/tools/pablo/iPabloGuide.ps.gz (145054 bytes) "iPablo User's Guide" by Keith A. Shields, Department of Computer Science, University of Illinois, Urbana, Illinois 61801, USA ABSTRACT: This document is a guide to the use of the iPablo graphical user interface to the Pablo Instrumentation Environment. Although using iPablo is not mandatory, it will allow you to quickly and easily specify the most common source code instrumentations without laboriously modifying your source code manually. Because this document is intended as a user's guide to the iPablo graphical interface of the Pablo Instrumentation Environment, its focus is on using iPablo to instrument application program source code in a variety of ways. iPablo is a Motif-based, X Windows application that currently supports the interactive instrumentation of procedure calls and outer loops in C source programs. Future versions of iPablo will support the interactive instrumentation of Fortran 77 programs as well. /parallel/performance/tools/pmt/ PMT Partition Management Tool Partition Management Tool (PMT) binaries for various architectures. See also /parallel/performance/tools/pmt/INSTALL.README (9486 bytes) "PMT Distribution and Installation" by Frank Brockners Describes the installation of the Partition Management Tool (PMT) and includes the warranty (none) /parallel/performance/tools/pmt/pmt.irix.R1.3.tar.gz (413645 bytes) PMT for SGI IRIX [gzipped tar] /parallel/performance/tools/pmt/pmt.irix.R1.2.tar.gz (402781 bytes) PMT for SGI IRIX [gzipped tar] /parallel/performance/tools/pmt/pmt.irix.tar.gz (403008 bytes) PMT for SGI IRIX [gzipped tar] /parallel/performance/tools/pmt/pmt.paragon.R1.31.tar.gz (1232484 bytes) PMT for Paragon [gzipped tar] /parallel/performance/tools/pmt/pmt.paragon.R1.3.tar.gz (1231328 bytes) PMT for Paragon [gzipped tar] /parallel/performance/tools/pmt/pmt.paragon.R1.2.tar.gz (1200804 bytes) PMT for Paragon [gzipped tar] /parallel/performance/tools/pmt/pmt.paragon.tar.gz (1200804 bytes) PMT for Paragon [gzipped tar] /parallel/performance/tools/pmt/pmt.solaris.R1.3.tar.gz (1209066 bytes) PMT for sun Solaris (earlier?) [gzipped tar] /parallel/performance/tools/pmt/pmt.solaris.R1.2.tar.gz (1193791 bytes) PMT for sun Solaris (earlier?) [gzipped tar] /parallel/performance/tools/pmt/pmt.solaris.tar.gz (1193771 bytes) PMT for sun Solaris (earlier?) [gzipped tar] /parallel/performance/tools/pmt/pmt.solaris2.4.R1.31.tar.gz (1206623 bytes) PMT for sun Solaris 2.4 /parallel/simulation/ "Simulation of architectures and comms as well as emulation." /parallel/simulation/architectures/ Simulating architectures "OCCARM: An Occam Parallel Simulation Model of the AMULET1 Asynchronous Microprocessor" (OCCARM) by Georgios K. Theodoropoulos OCCARM is a simulation model of the AMULET1 microprocessor -- asynchronous implementations of the ARM RISC microprocessor developed at the University of Manchester. OCCARM has been implemented as a hierarchy of occam processes, with each process modelling a different functional module of AMULET1. OCCARM consists of more than fifteen thousand lines of occam code. "Instruction-Level Simulation And Tracing resources" "Resources for MPtrace: Techniques for Efficient Inline Tracing on a Shared-Memory Multiprocessor" "Resources for Shade: A Fast Instruction-Set Simulator for Execution Profiling" "Solaris port of the Proteus parallel computer simulator." by David M. Koppelman , 102 EE Building, Louisiana State University, and Baton Rouge, LA, 70803, USA Sun Solaris 2.5 and SunOS 4.1.3 port of the Proteus parallel computer simulator. Includes improved shared memory simulation, scripting, and many other changes. "Sparc V8 and SunOS 5.x simulator/emulator" (SimICS) by Peter Magnusson SimICS is a combination of a Sparc V8 instruction-set simulator and SunOS 5.x operating system emulator. SimICS is a powerful tool for debugging and profiling Solaris 2.x programs, including support for multiprogramming and parallel applications. /parallel/simulation/architectures/mint/ "MINT (MIPS Interpreter)" by Jack Veenstra A fast program-driven simulator for multiprocessor systems MINT (MIPS Interpreter) is a fast program-driven simulator for multiprocessor systems. Mint is a software package designed to ease the process of constructing event-driven memory hierarchy simulators for multiprocessors. It provides a set of simulated processors that run standard Unix executable files compiled for a MIPS R3000 based multiprocessor. These generate multiple streams of memory reference events that drive a user-provided memory system simulator. MINT uses a novel hybrid technique that exploits the best aspects of native execution and software interpretation to minimize the overhead of processor simulation. Combined with related techniques to improve performance, this approach makes simulation on uniprocessor hosts extremely efficient. MINT reads the unmodified application executable and creates synthesized functions in memory at initialization time to simulate blocks of instructions from the application. MINT runs on SGI machines, DECstations, and SPARCstations (but always simulates applications compiled for the MIPS instruction set) /parallel/simulation/architectures/mint/.nams-info/ .nams-info /parallel/simulation/architectures/mint/.nams-info/status (198 bytes) status /parallel/simulation/architectures/mint/.nams-info/status.new-14566 (0 bytes) status.new-14566 /parallel/simulation/architectures/mint/mint-2.8.tar.Z (818221 bytes) "MINT v2.8 simulator sources and documentation" /parallel/simulation/architectures/mint/mint.README (8769 bytes) MINT detailed overview and installation instructions. /parallel/simulation/architectures/mint/mint.user.manual.ps.Z (138007 bytes) Mint user manual /parallel/simulation/architectures/mpsim/ "MPSIM" by Felix Quevedo , University of Miami, USA Small multiprocessor simulator package written /parallel/simulation/architectures/mpsim/mpsim.tar.Z (41370 bytes) Small multiprocessor simulator package written by Felix Quevedo at the University of Miami. ASCII and PS versions of the documentation are provided as well as troff source. Works on Sun3-SunOS3.5, Sun4-SunOS4.0.3, VAX-Ultrix3.0 and MAC-A/UX1.1. /parallel/simulation/architectures/paint/ "PAINT: PA Instruction Set Interpreter" An instruction set simulator based on Mint which interprets the PA-RISC instruction set. An instruction set simulator based on Mint. Paint interprets the PA-RISC instruction set, and has been extended to support the Avalanche Scalable Computing Project at University of Utah. "PAINT Publications" "PAINT paper" /parallel/simulation/architectures/paint/paint.tar.Z (9740890 bytes) "PAINT distribution" by Avalanche Project /parallel/simulation/architectures/pdats/ "PDATS trace format" Sources and ACS trace driven cache simulator from Tracebase at New Mexico State University (NMSU), USA. See also the Tracebase pages at and /parallel/simulation/architectures/pdats/README (158 bytes) Warning /parallel/simulation/architectures/pdats/acs/ ACS V1.0.1 simple trace driven cache simulator for PDATS traces /parallel/simulation/architectures/pdats/acs/README (2487 bytes) Overview of ACS by Bryan Hunt , Parallel Architecture Research Laboratory Department of Electrical & Computer Engineering New Mexico State University. /parallel/simulation/architectures/pdats/acs/acs.tar.Z (10545 bytes) ACS distribution /parallel/simulation/architectures/pdats/das_pack.c (1299 bytes) das_pack.c /parallel/simulation/architectures/pdats/das_pack.h (938 bytes) das_pack.h /parallel/simulation/architectures/pdats/docs/ PDATS documentation /parallel/simulation/architectures/pdats/docs/.nams-info/ .nams-info /parallel/simulation/architectures/pdats/docs/.nams-info/status (100 bytes) status /parallel/simulation/architectures/pdats/docs/.nams-info/status.new-14648 (0 bytes) status.new-14648 /parallel/simulation/architectures/pdats/docs/pdats.ps (229933 bytes) "PDATS - Lossless Address Trace Compression for Reducing File Size and Access Time" ABSTRACT: The Tremendous storage space required for a useful data base of traces has driven a search for trace compaction techniques. In this paper we present an information-lossless trace compression scheme that can reduce both storage space and access time by an order of magniture or more, compared to ASCII-format traces, without discarding either references to or inter-reference timeing from the original trace. This techniqute has been selected as the standard trace format for an extensive new trace base that will be made accessible to the international research and teaching community. See also http://tracebase.nmsu.edu/ and ftp://tracebase.nmsu.edu/ /parallel/simulation/architectures/pdats/makefile (214 bytes) Makefile for pdats (requires pdats.c das_pack.c das_pack.h) /parallel/simulation/architectures/pdats/pdats.c (14090 bytes) Produces PDATS format compressed traces from any of the following: DAS, dinero, Schieber, GreenStamp, and straight binary with or without time stamps. by Eric E. Johnson and Jiheng Ha. /parallel/simulation/architectures/pdats/pdt2din.c (3268 bytes) Converts PDATS trace to dinero /parallel/simulation/architectures/pdats/pdtstats.c (4088 bytes) Histograms of PDATS trace /parallel/simulation/architectures/proteus/ "PROTEUS parallel architecture simulator" by Eric Brewer /parallel/simulation/architectures/proteus/.nams-info/ .nams-info /parallel/simulation/architectures/proteus/.nams-info/status (630 bytes) status /parallel/simulation/architectures/proteus/.nams-info/status.new-14642 (0 bytes) status.new-14642 /parallel/simulation/architectures/proteus/InstallationNotes (2424 bytes) Notes on settup up Proteus. /parallel/simulation/architectures/proteus/README (1853 bytes) README /parallel/simulation/architectures/proteus/examples/ examples directory /parallel/simulation/architectures/proteus/examples/.nams-info/ .nams-info /parallel/simulation/architectures/proteus/examples/.nams-info/status (180 bytes) status /parallel/simulation/architectures/proteus/examples/.nams-info/status.new-14642 (0 bytes) status.new-14642 /parallel/simulation/architectures/proteus/examples/disk.tar.Z (27378 bytes) disk.tar.Z /parallel/simulation/architectures/proteus/examples/fib.tar.Z (15909 bytes) fib.tar.Z /parallel/simulation/architectures/proteus/examples/wave.tar.Z (42095 bytes) wave.tar.Z /parallel/simulation/architectures/proteus/libevt.tar (360448 bytes) libevt.tar /parallel/simulation/architectures/proteus/overview.ps.Z (144779 bytes) "PROTEUS: A High-Performance Parallel-Architecture Simulator" September 1991. MIT/LCS/TR-516. ABSTRACT: Proteus is a high-performance simulator for MIMD multiprocessors. It is fast, accurate, and flexible: it is one to two orders of magnitude faster than comparable simulators, it can reproduce results from real multiprocessors, and it is easily configured to simulate a wide range of architectures. Proteus provides a modular structure that simplifies customization and independent replacement of parts of architecture. There are typically multiple implementations of each module that provide different combinations of accuracy and performance; users pay for accuracy only when and where they need it. Finally, Proteus provides repeatability, nonintrusive monitoring and debugging, and integrated graphical output, which result in a development environment superior to those available on real multiprocessors. /parallel/simulation/architectures/proteus/patches/ patches directory /parallel/simulation/architectures/proteus/patches/.nams-info/ .nams-info /parallel/simulation/architectures/proteus/patches/.nams-info/status (180 bytes) status /parallel/simulation/architectures/proteus/patches/.nams-info/status.new-14642 (0 bytes) status.new-14642 /parallel/simulation/architectures/proteus/patches/Notes_On_V3toV3.01 (1073 bytes) Notes_On_V3toV3.01 /parallel/simulation/architectures/proteus/patches/README (474 bytes) Patch file notes /parallel/simulation/architectures/proteus/patches/V3toV3.01 (5289 bytes) V3toV3.01 /parallel/simulation/architectures/proteus/pipes_tr.ps (275692 bytes) pipes_tr.ps /parallel/simulation/architectures/proteus/prelude-notes (72920 bytes) Prelude language notes /parallel/simulation/architectures/proteus/proteus-V3.01.tar.Z (1155725 bytes) Proteus distribution V3.01. /parallel/simulation/architectures/proteus/reference.bibtex (906 bytes) Proteus references (in BibTeX) /parallel/simulation/architectures/proteus/stats-source.tar.Z (94059 bytes) Source to stats graphic package /parallel/simulation/architectures/proteus/userdoc0.5.tar.Z (632021 bytes) User documentation V0.5 /parallel/simulation/architectures/wilson-sim/ "Bob Wilson's fine-grain parallelism simulator from Stanford." This is the simulator that was used to generate the results in the paper "Limits of Control Flow on Parallelism" from ISCA'92. /parallel/simulation/architectures/wilson-sim/.nams-info/ .nams-info /parallel/simulation/architectures/wilson-sim/.nams-info/status (136 bytes) status /parallel/simulation/architectures/wilson-sim/.nams-info/status.new-14417 (0 bytes) status.new-14417 /parallel/simulation/architectures/wilson-sim/README (3485 bytes) Details of the simulator written by Bob Wilson as used to generate the results in his paper "Limits of Control Flow on Parallelism" from ISCA'92 /parallel/simulation/architectures/wilson-sim/sim.tar.Z (107583 bytes) Simulator distribution. Runs on DECstations using g++ 2.4.5 but may be portable to other MIPS architectures. /parallel/simulation/communications/ Simulating communications /parallel/simulation/communications/chaos/ CHAOS router simulator package CHAOS router simulator package /parallel/simulation/communications/chaos/README (258 bytes) Overview of directories /parallel/simulation/communications/chaos/docs/ Documentation /parallel/simulation/communications/chaos/docs/README (284 bytes) Overview of files, see guide.ps.Z for a guide to the Chaotic Routing project's literature and publications. /parallel/simulation/communications/chaos/docs/boldingPhd.ps (2499500 bytes) boldingPhd.ps /parallel/simulation/communications/chaos/docs/byost.ps (471830 bytes) byost.ps /parallel/simulation/communications/chaos/docs/chip.ps (427552 bytes) chip.ps /parallel/simulation/communications/chaos/docs/cranium-pcrcw.ps (159350 bytes) cranium-pcrcw.ps /parallel/simulation/communications/chaos/docs/ebn.ps (176261 bytes) ebn.ps /parallel/simulation/communications/chaos/docs/ftchip.ps (224683 bytes) ftchip.ps /parallel/simulation/communications/chaos/docs/guide.ps (114347 bytes) guide.ps /parallel/simulation/communications/chaos/docs/minimal.ps (202457 bytes) minimal.ps /parallel/simulation/communications/chaos/simulator/ Simulator source /parallel/simulation/communications/chaos/simulator/INSTALL (584 bytes) Run this to install the Chaos Simulator Package Creator: Chaos Project Group /parallel/simulation/communications/chaos/simulator/README (943 bytes) Details of Chaos Simulator Package Creator: Chaos Project Group /parallel/simulation/communications/chaos/simulator/chaosSim.tar.Z (500311 bytes) "Chaos router simulator package" by Kevin Bolding ; Sung-Eun Choi ; Melanie Fulghum ; Neil McKenzie ; Thu Nguyen and Wayne Ohlrich . Compiled routing network simulator with the capability to handle various types of networks of varying sizes. /parallel/simulation/communications/pde/ Parallel discrete event simulation /parallel/simulation/communications/pde/cpsim (3249 bytes) Announcement of simulator availability. The modules are written in C and have to be linked with user's application program. CPSim currently runs on CM-5, Intel iPSC (Paragon), Convex-HP Exemplar, PVM, PCs, workstations. Available from Creator: Bojan Groselj /parallel/simulation/communications/pde/netsim/ "NETSIM family of discrete-event simulators" by J. Robert Jump , Rice University, Houston, USA /parallel/simulation/communications/pde/netsim/README (5920 bytes) Details and copyright message for the package: READ THIS FIRST. (No commercial use of software allowed) /parallel/simulation/communications/pde/netsim/rppt.paper.ps.Z (95149 bytes) Rice Parallel Processing Testbed Paper /parallel/simulation/communications/pde/netsim/sim.tar.Z (615667 bytes) A family of discrete-event simulators based on the C programming language. Contains YACSIM - A process-oriented discrete-event simulator, NETSIM - A general-purpose interconnection network simulator and DBSIM - A debugging utility for use with any of the simulators. Archive contains source code and documentation and papers in PostScript. Creator: J. Robert Jump , of Rice University, Houston, Texas, USA /parallel/simulation/emulation/ Emulation /parallel/simulation/emulation/apram/ "APRAM (Asynchronous-Parallel Random Access Machine)" "ForkLight - Asynchronous-PRAM Programming Language" by Christoph W. Kessler and Helmut Seidl. A control-synchronous, parallel programming language for the Asynchronous PRAM model. /parallel/simulation/emulation/pram/ "PRAM (Parallel Random Access Machine) emulator" by Simo Juvaste , University of Joensuu, Finland Including Parallel Modula 2 compiler /parallel/simulation/emulation/pram/.nams-info/ .nams-info /parallel/simulation/emulation/pram/.nams-info/status (275 bytes) status /parallel/simulation/emulation/pram/.nams-info/status.new-14428 (0 bytes) status.new-14428 /parallel/simulation/emulation/pram/PRAMonDMM.tar.gz (85767 bytes) "PRAM on DMM - Start PRAM on Distributed Memory Machines" Source in Tcl/Tk 7.6/4.1 and Prolog /parallel/simulation/emulation/pram/README.emulator (6208 bytes) "PRAM emulator" A software emulator of theoretical model of parallel computing called Parallel Random Access Memory (PRAM) written in ANSI C. [text] /parallel/simulation/emulation/pram/emulator.tar.Z (288861 bytes) "PRAM emulator" A software emulator of theoretical model of parallel computing called Parallel Random Access Memory (PRAM) written in ANSI C. [compressed tar] /parallel/simulation/emulation/pram/README.pm2 (1109 bytes) High Level Language (Modula 2) Compiler for PRAM. Includes Sun Sparc binary. [text] /parallel/simulation/emulation/pram/pm2.tar.Z (197153 bytes) High Level Language (Modula 2) Compiler for PRAM. Includes Sun Sparc binary. [compressed tar] /parallel/simulation/emulation/sb-pram/ "SB PRAM" /parallel/simulation/emulation/sb-pram/fork95/ fork95 Fork95 compiler for a synchronous massively-parallel MIMD machine, the SB-PRAM. FORK is an imperative parallel programming language that supports a synchronous data parallel programming style as well as a recursive divide-and-conquer paradigm. The SB-PRAM simulator runs on sun workstations. See also /parallel/simulation/emulation/sb-pram/fork95/.nams-info/ .nams-info /parallel/simulation/emulation/sb-pram/fork95/.nams-info/status (889 bytes) status /parallel/simulation/emulation/sb-pram/fork95/.nams-info/status.new-14843 (0 bytes) status.new-14843 /parallel/simulation/emulation/sb-pram/fork95/Compiler_only.1.21.tar.gz (405245 bytes) Compiler_only.1.21.tar.gz /parallel/simulation/emulation/sb-pram/fork95/Compiler_only.1.5.tar.gz (411311 bytes) Compiler_only.1.5.tar.gz /parallel/simulation/emulation/sb-pram/fork95/Compiler_only.1.6.tar.gz (548393 bytes) Compiler_only.1.6.tar.gz /parallel/simulation/emulation/sb-pram/fork95/Compiler_only.1.7.tar.gz (543966 bytes) "Fork95 compiler update V1.7" /parallel/simulation/emulation/sb-pram/fork95/Compiler_only.1.8.1.tar.gz (558030 bytes) Compiler_only.1.8.1.tar.gz /parallel/simulation/emulation/sb-pram/fork95/Compiler_only.1.8.2.tar.gz (793371 bytes) Compiler_only.1.8.2.tar.gz /parallel/simulation/emulation/sb-pram/fork95/Compiler_only.1.8.tar.gz (554089 bytes) Compiler_only.1.8.tar.gz /parallel/simulation/emulation/sb-pram/fork95/ForkLight.1.0.tar.gz (424615 bytes) ForkLight.1.0.tar.gz /parallel/simulation/emulation/sb-pram/fork95/README (1185 bytes) Overview of SB-PRAM and Fork95 /parallel/simulation/emulation/sb-pram/fork95/SBPRAM-Fork95.v1.21.tar.gz (857297 bytes) "SB-PRAM and Fork95 simulator sources (Oct 1995)" /parallel/simulation/emulation/sb-pram/fork95/pram_home_19981013.tar.gz (12818442 bytes) pram_home_19981013.tar.gz /parallel/simulation/emulation/sb-pram/fork95/sbp_pramutils-0.9.tar.gz (448484 bytes) "SB-PRAM Utilities (June 1997)" /parallel/simulation/emulation/sb-pram/fork95/util.tar.gz (19340 bytes) util.tar.gz /parallel/simulation/emulation/sb-pram/fork95/wiley.tar (10731520 bytes) wiley.tar /parallel/standards/ "HPC Standards - HPF and MPI." /parallel/standards/hippi/ HIPPI (High Performance Parallel Interface) /parallel/standards/hippi/.nams-info/ .nams-info /parallel/standards/hippi/.nams-info/status (2076 bytes) status /parallel/standards/hippi/.nams-info/status.new-14674 (0 bytes) status.new-14674 /parallel/standards/hippi/Cray_GigaRing_Paper.ps (143860 bytes) Cray_GigaRing_Paper.ps /parallel/standards/hippi/Cray_GigaRing_Presentation.ps (151856 bytes) Cray_GigaRing_Presentation.ps /parallel/standards/hippi/HNF_Bibliography_940720.ps (98226 bytes) HNF_Bibliography_940720.ps /parallel/standards/hippi/HNF_Bibliography_940906.ps (97605 bytes) HNF_Bibliography_940906.ps /parallel/standards/hippi/README (3497 bytes) README from FTP archives of ANSI X3T11 HIPPI comittee /parallel/standards/hippi/draft-miller-hippimib-01.ps (53921 bytes) draft-miller-hippimib-01.ps /parallel/standards/hippi/hippi-6400-annex_0.1.ps (168340 bytes) hippi-6400-annex_0.1.ps /parallel/standards/hippi/hippi-6400-ph_0.15.pdf (121088 bytes) "High-Performance Parallel Interface - 6400 Mbit/s Physical Layer (HIPPI-6400-PH)" 4th March 1996. 28 pages. ABSTRACT: This standard specifies a physical-level, point-to-point, full-duplex, link interface for transmitting digital data at 6400 Mbit/s over parallel copper cables across distances of TBD m, or over parallel fiber-optic cables across distances of TBD m. Small fixed-size micro-packets provide an efficient, low-latency, structure for small messages, and a building block for large messages. Services are provided for transporting data streams specified by HIPPI-PH, ANSI X3.183-1991, which is limited to 25 m distances, and 800 or 1600 Mbit/s data rates. NOTE: This is an internal working document of X3T11, a Technical Committee of Accredited Standards Committee X3. As such, this is not a completed standard. The contents are actively being modified by X3T11. This document is made available for review and comment only. /parallel/standards/hippi/hippi-6400-ph_0.15.ps (300626 bytes) hippi-6400-ph_0.15.ps /parallel/standards/hippi/hippi-6400-ph_0.2.pdf (140416 bytes) "High-Performance Parallel Interface - 6400 Mbit/s Physical Layer (HIPPI-6400-PH)" 5th April 1996. 32 pages. ABSTRACT: This standard specifies a physical-level, point-to-point, full-duplex, link interface for transmitting digital data at 6400 Mbit/s over parallel copper cables across distances of TBD m, or over parallel fiber-optic cables across distances of TBD m. Small fixed-size micro-packets provide an efficient, low-latency, structure for small messages, and a building block for large messages. Services are provided for transporting data streams specified by HIPPI-PH, ANSI X3.183-1991, which is limited to 25 m distances, and 800 or 1600 Mbit/s data rates. NOTE: This is an internal working document of X3T11, a Technical Committee of Accredited Standards Committee X3. As such, this is not a completed standard. The contents are actively being modified by X3T11. This document is made available for review and comment only. /parallel/standards/hippi/hippi-6400-ph_0.2.ps (358388 bytes) hippi-6400-ph_0.2.ps /parallel/standards/hippi/hippi-atm_1.6.pdf (92672 bytes) "High-Performance Parallel Interface - Mapping to Asynchronous Transfer Mode" (HIPPI-ATM) Version 1.6. NOTE: This is an internal working document of X3T11, a Technical Committee of Accredited Standards Committee X3. As such, this is not a completed standard. The contents are actively being modified by X3T11. This document is made available for review and comment only. ABSTRACT: This standard defines the frame formats and protocol definitions for encapsulation of High Performance Parallel Interface - Mechanical, Electrical, and Signalling Protocol Specification (HIPPI-PH) packets for transfer over Asynchronous Transfer Mode (ATM) equipment, or for use with other media. An informative annex describes an IP Router for use between HIPPI and ATM systems. /parallel/standards/hippi/hippi-atm_1.6.ps (269235 bytes) hippi-atm_1.6.ps /parallel/standards/hippi/hippi-fp_4.4.pdf (84480 bytes) "High-Performance Parallel Interface Framing Protocol" (HIPPI-FP) An X3T9.3 maintenance copy of ANSI X3.210-1992. ABSTRACT: The described protocol provides framing for the High-Performance Parallel Interface, a simple high-performance point-to-point interface for transmitting digital data at peak data rates of 800 or 1600 Mbit/s between data-processing equipment. /parallel/standards/hippi/hippi-fp_4.4.ps (287644 bytes) hippi-fp_4.4.ps /parallel/standards/hippi/hippi-fp_amend_a.ps (71966 bytes) hippi-fp_amend_a.ps /parallel/standards/hippi/hippi-fp_amend_sd-3.ps (75176 bytes) hippi-fp_amend_sd-3.ps /parallel/standards/hippi/hippi-ipi-0194.ps (1562494 bytes) hippi-ipi-0194.ps /parallel/standards/hippi/hippi-le_3.4.pdf (62336 bytes) "High-Performance Parallel Interface - Encapsulation of ISO 8802-2 (IEEE Std 802.2) Logical Link Control Protocol Data Units (802.2 Link Encapsulation)" (HIPPI-LE) This is an X3T9.3 maintenance copy of ANSI X3.218-1993. /parallel/standards/hippi/hippi-le_3.4.ps (180115 bytes) hippi-le_3.4.ps /parallel/standards/hippi/hippi-mi_2.6.ps (395447 bytes) hippi-mi_2.6.ps /parallel/standards/hippi/hippi-mp_0.1.pdf (50432 bytes) "High-Performance Parallel Interface - Multiple Path" (HIPPI-MP) ABSTRACT: This standard specifies the formats and procedures for the segmentation and reassembly of large upper-layer protocol data units for transmission over multiple High-Performance Parallel Interface - Framing Protocol (HIPPI-FP) lower-layer protocol instances. Single HIPPI interfaces support 800 or 1600 Mbit/s data transfer rates; HIPPI-MP allows multiple interfaces to be ganged together for even higher data transfer rates. NOTE: This is an internal working document of X3T11, a Technical Committee of Accredited Standards Committee X3. As such, this is not a completed standard. The contents are actively being modified by X3T11. This document is made available for review and comment only. /parallel/standards/hippi/hippi-mp_0.1.ps (115056 bytes) hippi-mp_0.1.ps /parallel/standards/hippi/hippi-ph_8.2.ps (728246 bytes) hippi-ph_8.2.ps /parallel/standards/hippi/hippi-ph_8.2_.pdf (222208 bytes) "High-Performance Parallel Interface - Mechanical, Electrical, and Signalling Protocol Specification" (HIPPI-PH) A mainteancne copy of ANSI X3.183-1991. ABSTRACT: The described High-Performance Parallel Interface (HIPPI-PH) is intended as the physical layer of an efficient simplex high-performance point-to-point interface for transmitting digital data at peak data rates of 800 or 1600 Mbit/s between data-processing equipment using multiple twisted-pair copper cabling at distances up to 25 m. /parallel/standards/hippi/hippi-sc_3.0.pdf (76416 bytes) "High-Performance Parallel Interface - Physical Switch Control" (HIPPI-SC) A maintenance copy of ANSI X3.222-1993. Sept 28, 1995. ABSTRACT: This standard provides a protocol for controlling physical layer switches which are based on the High-performance Parallel Interface, a simple high-performance point-to-point interface for transmitting digital data at paek data rates of 800 or 1600 Mbit/s between data-processing equipment. /parallel/standards/hippi/hippi-sc_3.0.ps (142831 bytes) hippi-sc_3.0.ps /parallel/standards/hippi/hippi-sc_3.0_changes.pdf (6400 bytes) "Changes between HIPPI-SC Rev 2.9 and Rev 3.0" /parallel/standards/hippi/hippi-sc_3.0_changes.ps (17008 bytes) hippi-sc_3.0_changes.ps /parallel/standards/hippi/hippi-serial_2.2.pdf (122752 bytes) "High-Performance Parallel Interface - Serial Specification V2.2" (HIPPI-Serial) This is a working draft proposed ANSI standard. December 18, 1995. NOTE: This is an internal working document of X3T11, a Technical Committee of Accredited Standards Committee X3. As such, this is not a completed standard. The contents are actively being modified by X3T11. This document is made available for review and comment only. ABSTRACT: This standard specifies a physical-level interface for transmitting digital data at 800 Mbit/s or 1600 Mbit/s serially over fiber-optic or coaxial cables across distances of up to 10 km. The signalling sequences and protocol used are compatible with HIPPI-PH, ANSI X3.183-1991, which is limited to 25m distances. HIPPI-Serial may be used as an external extender for HIPPI-PH ports, or may be integrated as a host's native interface without HIPPI-PH. /parallel/standards/hippi/hippi-serial_2.2.ps (277988 bytes) hippi-serial_2.2.ps /parallel/standards/hippi/hippi-serial_2.2_changes.pdf (2560 bytes) "Changes between HIPPI-Serial Rev 2.1 and Rev 2.2" All of the changes were essentially editorial in nature although some of them changed the technical content as well. The changes clarify and correct the document. /parallel/standards/hippi/hippi-serial_2.2_changes.ps (11056 bytes) hippi-serial_2.2_changes.ps /parallel/standards/hippi/hippi_and_fc_coexistence.ps (495137 bytes) hippi_and_fc_coexistence.ps /parallel/standards/hippi/hippi_ip_survey_9403.ps (115073 bytes) hippi_ip_survey_9403.ps /parallel/standards/hippi/hippi_ip_survey_9403.txt (52142 bytes) Summary of responses to a query that sent to find out how to implement "IP and ARP on HIPPI". /parallel/standards/hippi/hippifc.zip (406401 bytes) PKzipped hippifc.ps file. No comments or any indication what it is without printing or previewing. 6.1M in size unzipped. /parallel/standards/hippi/minutes/ Minutes of HIPPI meetings /parallel/standards/hippi/minutes/.nams-info/ .nams-info /parallel/standards/hippi/minutes/.nams-info/status (1079 bytes) status /parallel/standards/hippi/minutes/.nams-info/status.new-14674 (0 bytes) status.new-14674 /parallel/standards/hippi/minutes/apr95_hippi_min.ps (78565 bytes) apr95_hippi_min.ps /parallel/standards/hippi/minutes/apr95_hippi_min.txt (17685 bytes) Minutes for April 1995 HIPPI meeting /parallel/standards/hippi/minutes/aug94_hippi_min.ps (48963 bytes) aug94_hippi_min.ps /parallel/standards/hippi/minutes/aug94_hippi_min.txt (10274 bytes) Minutes for August 1994 HIPPI meeting /parallel/standards/hippi/minutes/aug95_hippi_min.ps (41675 bytes) aug95_hippi_min.ps /parallel/standards/hippi/minutes/aug95_hippi_min.txt (18745 bytes) Minutes for 8th August 1995 HIPPI meeting, Tarrytown, New York, USA. See also . /parallel/standards/hippi/minutes/dec94_hippi_min.ps (76457 bytes) dec94_hippi_min.ps /parallel/standards/hippi/minutes/dec94_hippi_min.txt (17722 bytes) Minutes for December 1994 HIPPI meeting /parallel/standards/hippi/minutes/dec95_hippi_min.pdf (30336 bytes) Minutes for 4th-5th December 1995 X3T11 HIPPI SWG and HNF Technical Committee (TC), San Diego, California, USA. [Portable Document Format] /parallel/standards/hippi/minutes/dec95_hippi_min.txt (26411 bytes) Minutes for 4th-5th December 1995 X3T11 HIPPI SWG and HNF Technical Committee (TC), San Diego, California, USA. [text] /parallel/standards/hippi/minutes/dec95_hippi_min.ps (54634 bytes) dec95_hippi_min.ps /parallel/standards/hippi/minutes/feb95_hippi_min.ps (77597 bytes) feb95_hippi_min.ps /parallel/standards/hippi/minutes/feb95_hippi_min.txt (17151 bytes) Minutes for February 1995 HIPPI meeting /parallel/standards/hippi/minutes/feb96_hippi_min.ps (48993 bytes) feb96_hippi_min.ps /parallel/standards/hippi/minutes/feb96_hippi_min.txt (23505 bytes) feb96_hippi_min.txt /parallel/standards/hippi/minutes/jun95_hippi_min.ps (41151 bytes) jun95_hippi_min.ps /parallel/standards/hippi/minutes/jun95_hippi_min.txt (18594 bytes) Minutes for June 1995 HIPPI meeting /parallel/standards/hippi/minutes/oct94_hippi_min.ps (54791 bytes) oct94_hippi_min.ps /parallel/standards/hippi/minutes/oct94_hippi_min.txt (8396 bytes) Minutes for October 1994 HIPPI meeting /parallel/standards/hippi/minutes/oct95_hippi_min.ps (45692 bytes) oct95_hippi_min.ps /parallel/standards/hippi/minutes/oct95_hippi_min.txt (21072 bytes) Minutes for 3rd October 1995 HIPPI meeting, Toronto, Ontario, Canada. /parallel/standards/hippi/rfc1374.txt (100904 bytes) "IP and ARP on HIPPI (RFC 1374)" Describes transport of IP datagrams and ARP messages over HIPPI. This is identical to the RFC stored at archive sites elsewhere and is provided here for convenience. /parallel/standards/hippi/sgi_hippi-6400.ps (191713 bytes) sgi_hippi-6400.ps /parallel/standards/hpf/ High Performance Fortran (HPF) /parallel/standards/hpf/.nams-info/ .nams-info /parallel/standards/hpf/.nams-info/status (670 bytes) status /parallel/standards/hpf/.nams-info/status.new-14691 (0 bytes) status.new-14691 /parallel/standards/hpf/hpf-v10-final.ps.gz (384179 bytes) "High Performance Fortran Language Specification Version 1.0 Final" 196 pages. [gzipped PostScript] /parallel/standards/hpf/hpf-v10-final.tar.gz (177433 bytes) "High Performance Fortran Language Specification Version 1.0 Final" 196 pages. [gzipped tar] /parallel/standards/hpf/hpf-v11.ps.gz (438342 bytes) "High Performance Fortran Language Specification Version 1.1 DRAFT" 2nd November 1994. 216 pages. [gzipped PostScript] /parallel/standards/hpf/hpf-v11.tar.gz (224231 bytes) "High Performance Fortran Language Specification Version 1.1 DRAFT" 2nd November 1994. 216 pages. [gzipped tar] /parallel/standards/hpf/hpf-v20-final.ps.gz (467854 bytes) "High Performance Fortran Language Specification Version 2.0 FINAL" 31st January 1996. 335 pages. [gzipped PostScript] /parallel/standards/hpf/hpf-v20-final.tar.gz (1528900 bytes) "High Performance Fortran Language Specification Version 2.0 FINAL" 31st January 1996. 335 pages. [gzipped tar] /parallel/standards/hpf/hpf2-applications.ps.gz (262082 bytes) "HPF-2 Motivating Applications DRAFT" editted by Paul Havlak. 40 pages. ABSTRACT: The efficient solution of many scientific problems on parallel processors requires language and compiler support beyond the capabilities of High Performance Fortran. Several members of the HPF Forum have contributed applications to illustrate the limitations of HPF-1. For ease of study, the selected codes that are small but include parallel idioms important to full-scale applications. This report is available via the World-Wide Web at [gzipped PostScript] /parallel/standards/hpf/hpf2-applications.tar.gz (491084 bytes) "HPF-2 Motivating Applications DRAFT" editted by Paul Havlak. 40 pages. ABSTRACT: The efficient solution of many scientific problems on parallel processors requires language and compiler support beyond the capabilities of High Performance Fortran. Several members of the HPF Forum have contributed applications to illustrate the limitations of HPF-1. For ease of study, the selected codes that are small but include parallel idioms important to full-scale applications. This report is available via the World-Wide Web at [gzipped tar] /parallel/standards/hpf/hpf2-requirements.ps.gz (262082 bytes) "HPF-2 Scope of Activities and Motivating Applications" 13th November 1994. 88 pages. ABSTRACT: This document presents issues recommended by the HPF Forum for consideration under the HPF-2 effort. It comprises three parts: a set of proposed new capabilities, a proposal for a Kernel HPF, an official subset designed for particularly high performance and a set of applications motivating the new capabilities. [gzipped PostScript] /parallel/standards/hpf/hpf2-requirements.tar.gz (491084 bytes) "HPF-2 Scope of Activities and Motivating Applications" 13th November 1994. 88 pages. ABSTRACT: This document presents issues recommended by the HPF Forum for consideration under the HPF-2 effort. It comprises three parts: a set of proposed new capabilities, a proposal for a Kernel HPF, an official subset designed for particularly high performance and a set of applications motivating the new capabilities. [gzipped tar] /parallel/standards/hpf/jod-v10-final.ps.gz (89819 bytes) "HPF Journal of Development Version 1.0" (3rd May 1993). [gzipped PostScript] /parallel/standards/hpf/jod-v10-final.tar.gz (37386 bytes) "HPF Journal of Development Version 1.0" (3rd May 1993). [gzipped tar] /parallel/standards/mpi/ Message Passing Interface (MPI) Message Passing Interface (MPI) area. See also the articles on the SEL-HPC Article Archive about MPI at /parallel/standards/mpi/anl/ "ANL Portable MPI Model Implementation" A joint-effort project between Argonne National Laboratory (Bill Gropp and Rusty Lusk) and Mississippi State University (Tony Skjellum and Nathan Doss), USA. /parallel/standards/mpi/anl/.nams-info/ .nams-info /parallel/standards/mpi/anl/.nams-info/status (1967 bytes) status /parallel/standards/mpi/anl/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/ASTRO.tar.gz (213714 bytes) "The Chicago Compressible Convection Program (CCCP) - 3D Version" (ASTRO 3D) An MPI conversion (?) of the above code for IBM RS6000, IRIX, Solaris, SunOS. /parallel/standards/mpi/anl/README (29188 bytes) "Portable MPI Model Implementation V1.1.1 (July 1998) overview" Details of MPI Chameleon (MPICH) package, installation and build instructions. /parallel/standards/mpi/anl/class/ "Material for Advanced MPI class" /parallel/standards/mpi/anl/class/.nams-info/ .nams-info /parallel/standards/mpi/anl/class/.nams-info/status (132 bytes) status /parallel/standards/mpi/anl/class/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/class/advancedmpi/ "Advanced MPI Class" Slides in PowerPoint format, Postscript and Microsoft 'printable' form for the class. /parallel/standards/mpi/anl/class/advancedmpi/.nams-info/ .nams-info /parallel/standards/mpi/anl/class/advancedmpi/.nams-info/status (1191 bytes) status /parallel/standards/mpi/anl/class/advancedmpi/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/class/advancedmpi/bufferingandnonblocking.ppt (56320 bytes) bufferingandnonblocking.ppt /parallel/standards/mpi/anl/class/advancedmpi/collective.ppt (119808 bytes) collective.ppt /parallel/standards/mpi/anl/class/advancedmpi/current.ppt (31744 bytes) current.ppt /parallel/standards/mpi/anl/class/advancedmpi/datatypes.ppt (69120 bytes) datatypes.ppt /parallel/standards/mpi/anl/class/advancedmpi/deferredsyncexample.ppt (159232 bytes) deferredsyncexample.ppt /parallel/standards/mpi/anl/class/advancedmpi/implementationparams.ppt (27136 bytes) implementationparams.ppt /parallel/standards/mpi/anl/class/advancedmpi/intermediatempi.ppt (205312 bytes) intermediatempi.ppt /parallel/standards/mpi/anl/class/advancedmpi/masterslave.ppt (47616 bytes) masterslave.ppt /parallel/standards/mpi/anl/class/advancedmpi/mpi2overview.ppt (177664 bytes) mpi2overview.ppt /parallel/standards/mpi/anl/class/advancedmpi/mpiandthreads.ppt (87040 bytes) mpiandthreads.ppt /parallel/standards/mpi/anl/class/advancedmpi/mpiio.ppt (316928 bytes) mpiio.ppt /parallel/standards/mpi/anl/class/advancedmpi/mpioverview.ppt (57344 bytes) mpioverview.ppt /parallel/standards/mpi/anl/class/advancedmpi/mpiprotocols.ppt (88576 bytes) mpiprotocols.ppt /parallel/standards/mpi/anl/class/advancedmpi/packandgo/ packandgo /parallel/standards/mpi/anl/class/advancedmpi/packandgo/.nams-info/ .nams-info /parallel/standards/mpi/anl/class/advancedmpi/packandgo/.nams-info/status (144 bytes) status /parallel/standards/mpi/anl/class/advancedmpi/packandgo/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/class/advancedmpi/packandgo/pngsetup.exe (55376 bytes) pngsetup.exe /parallel/standards/mpi/anl/class/advancedmpi/packandgo/pres0.ppz (1383026 bytes) pres0.ppz /parallel/standards/mpi/anl/class/advancedmpi/persistentops.ppt (30720 bytes) persistentops.ppt /parallel/standards/mpi/anl/class/advancedmpi/pollingeffects.ppt (51712 bytes) pollingeffects.ppt /parallel/standards/mpi/anl/class/advancedmpi/postscript/ postscript /parallel/standards/mpi/anl/class/advancedmpi/postscript/.nams-info/ .nams-info /parallel/standards/mpi/anl/class/advancedmpi/postscript/.nams-info/status (1912 bytes) status /parallel/standards/mpi/anl/class/advancedmpi/postscript/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/class/advancedmpi/postscript/.tmp2 (155249 bytes) .tmp2 /parallel/standards/mpi/anl/class/advancedmpi/postscript/advancedmpi.prn (35879 bytes) advancedmpi.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/advancedmpi.ps (35798 bytes) advancedmpi.ps /parallel/standards/mpi/anl/class/advancedmpi/postscript/bufferingandnonblocking.prn (235405 bytes) bufferingandnonblocking.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/bufferingandnonblocking.ps (235324 bytes) bufferingandnonblocking.ps /parallel/standards/mpi/anl/class/advancedmpi/postscript/collective.prn (370891 bytes) collective.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/collective.ps (370810 bytes) collective.ps /parallel/standards/mpi/anl/class/advancedmpi/postscript/datatypes.prn (307154 bytes) datatypes.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/datatypes.ps (307073 bytes) datatypes.ps /parallel/standards/mpi/anl/class/advancedmpi/postscript/deferredsyncexample.prn (1982128 bytes) deferredsyncexample.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/deferredsyncexample.ps (1982047 bytes) deferredsyncexample.ps /parallel/standards/mpi/anl/class/advancedmpi/postscript/implementationparams.prn (24100 bytes) implementationparams.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/implementationparams.ps (24019 bytes) implementationparams.ps /parallel/standards/mpi/anl/class/advancedmpi/postscript/masterslave.prn (80466 bytes) masterslave.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/masterslave.ps (80385 bytes) masterslave.ps /parallel/standards/mpi/anl/class/advancedmpi/postscript/mpi2overview.prn (514605 bytes) mpi2overview.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/mpi2overview.ps (514524 bytes) mpi2overview.ps /parallel/standards/mpi/anl/class/advancedmpi/postscript/mpiandthreads.prn (630153 bytes) mpiandthreads.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/mpiandthreads.ps (630072 bytes) mpiandthreads.ps /parallel/standards/mpi/anl/class/advancedmpi/postscript/mpiio.prn (3418907 bytes) mpiio.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/mpiio.ps (3418826 bytes) mpiio.ps /parallel/standards/mpi/anl/class/advancedmpi/postscript/mpioverview.prn (309634 bytes) mpioverview.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/mpioverview.ps (309553 bytes) mpioverview.ps /parallel/standards/mpi/anl/class/advancedmpi/postscript/mpiprotocols.prn (272452 bytes) mpiprotocols.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/mpiprotocols.ps (272371 bytes) mpiprotocols.ps /parallel/standards/mpi/anl/class/advancedmpi/postscript/persistentops.prn (48608 bytes) persistentops.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/persistentops.ps (48527 bytes) persistentops.ps /parallel/standards/mpi/anl/class/advancedmpi/postscript/pollingeffects.prn (72171 bytes) pollingeffects.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/pollingeffects.ps (72090 bytes) pollingeffects.ps /parallel/standards/mpi/anl/class/advancedmpi/postscript/profilinginterface.prn (153609 bytes) profilinginterface.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/profilinginterface.ps (153528 bytes) profilinginterface.ps /parallel/standards/mpi/anl/class/advancedmpi/postscript/sendmodecomparison.prn (467190 bytes) sendmodecomparison.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/sendmodecomparison.ps (467109 bytes) sendmodecomparison.ps /parallel/standards/mpi/anl/class/advancedmpi/postscript/syncandcontentin.prn (544136 bytes) syncandcontentin.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/syncandcontentin.ps (544055 bytes) syncandcontentin.ps /parallel/standards/mpi/anl/class/advancedmpi/postscript/timingmpi.prn (482108 bytes) timingmpi.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/timingmpi.ps (482027 bytes) timingmpi.ps /parallel/standards/mpi/anl/class/advancedmpi/postscript/whycontexts.prn (155336 bytes) whycontexts.prn /parallel/standards/mpi/anl/class/advancedmpi/postscript/whycontexts.ps (155255 bytes) whycontexts.ps /parallel/standards/mpi/anl/class/advancedmpi/profilinginterface.ppt (60416 bytes) profilinginterface.ppt /parallel/standards/mpi/anl/class/advancedmpi/sendmodecomparision.ppt (90624 bytes) sendmodecomparision.ppt /parallel/standards/mpi/anl/class/advancedmpi/syncandcontention.ppt (72704 bytes) syncandcontention.ppt /parallel/standards/mpi/anl/class/advancedmpi/timingmpi.ppt (72192 bytes) timingmpi.ppt /parallel/standards/mpi/anl/class/advancedmpi/title.ppt (43520 bytes) title.ppt /parallel/standards/mpi/anl/class/advancedmpi/whycontexts.ppt (55296 bytes) whycontexts.ppt /parallel/standards/mpi/anl/class.tar.Z (197245 bytes) LaTeX sources to above course slides (old) /parallel/standards/mpi/anl/errata-1.1.ps (24187 bytes) errata-1.1.ps /parallel/standards/mpi/anl/errata.ps (70970 bytes) errata.ps /parallel/standards/mpi/anl/install.ps.gz (138189 bytes) "MPICH V1.1.1 Installation Document" /parallel/standards/mpi/anl/jumpshot/ jumpshot /parallel/standards/mpi/anl/jumpshot/.nams-info/ .nams-info /parallel/standards/mpi/anl/jumpshot/.nams-info/status (125 bytes) status /parallel/standards/mpi/anl/jumpshot/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/jumpshot/figs.tar.gz (467335 bytes) figs.tar.gz /parallel/standards/mpi/anl/jumpshot.ps (27221807 bytes) jumpshot.ps /parallel/standards/mpi/anl/jumpshot.ps.gz (449194 bytes) jumpshot.ps.gz /parallel/standards/mpi/anl/manwww.tar.Z (168699 bytes) "MPICH V1.1.1 HTML manual pages" /parallel/standards/mpi/anl/misc/ Miscellaneous stuff /parallel/standards/mpi/anl/misc/.nams-info/ .nams-info /parallel/standards/mpi/anl/misc/.nams-info/status (3025 bytes) status /parallel/standards/mpi/anl/misc/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/misc/FINAL.tar.Z (631769 bytes) FINAL.tar.Z /parallel/standards/mpi/anl/misc/RGX-ibm1.tar.gz (2294013 bytes) RGX-ibm1.tar.gz /parallel/standards/mpi/anl/misc/cmpl.tar (24576 bytes) cmpl.tar /parallel/standards/mpi/anl/misc/code-ex.tar.gz (41257 bytes) code-ex.tar.gz /parallel/standards/mpi/anl/misc/configure (279175 bytes) configure /parallel/standards/mpi/anl/misc/doctext.ps (149944 bytes) doctext.ps /parallel/standards/mpi/anl/misc/exercises.tar (172032 bytes) exercises.tar /parallel/standards/mpi/anl/misc/gzip-1.2.4.tar (798720 bytes) gzip-1.2.4.tar /parallel/standards/mpi/anl/misc/heath.ps (685028 bytes) heath.ps /parallel/standards/mpi/anl/misc/hoffman.tar.gz (3281663 bytes) hoffman.tar.gz /parallel/standards/mpi/anl/misc/ibm_int.ps (4345952 bytes) ibm_int.ps /parallel/standards/mpi/anl/misc/ibm_int_problem.ps (4345960 bytes) ibm_int_problem.ps /parallel/standards/mpi/anl/misc/ibm_sppm32.ps (4345955 bytes) ibm_sppm32.ps /parallel/standards/mpi/anl/misc/implnotes.ps (220519 bytes) implnotes.ps /parallel/standards/mpi/anl/misc/irecvsend.c (1756 bytes) irecvsend.c /parallel/standards/mpi/anl/misc/jac.c (5144 bytes) jac.c /parallel/standards/mpi/anl/misc/jacnap.c (5049 bytes) jacnap.c /parallel/standards/mpi/anl/misc/jumpshot-ibm.tar.gz (1850518 bytes) jumpshot-ibm.tar.gz /parallel/standards/mpi/anl/misc/jumpshot-ibm10.tar.gz (3312416 bytes) jumpshot-ibm10.tar.gz /parallel/standards/mpi/anl/misc/jumpshot-ibm3.tar.gz (1842940 bytes) jumpshot-ibm3.tar.gz /parallel/standards/mpi/anl/misc/jumpshot-ibm4.tar.gz (1850518 bytes) jumpshot-ibm4.tar.gz /parallel/standards/mpi/anl/misc/jumpshot-ibm5.tar.gz (1849674 bytes) jumpshot-ibm5.tar.gz /parallel/standards/mpi/anl/misc/jumpshot-ibm6.tar.gz (2055546 bytes) jumpshot-ibm6.tar.gz /parallel/standards/mpi/anl/misc/jumpshot-ibm7.tar.gz (2590693 bytes) jumpshot-ibm7.tar.gz /parallel/standards/mpi/anl/misc/jumpshot-ibm8.tar.gz (2385760 bytes) jumpshot-ibm8.tar.gz /parallel/standards/mpi/anl/misc/jumpshot-ibm9.tar.gz (3018857 bytes) jumpshot-ibm9.tar.gz /parallel/standards/mpi/anl/misc/jumpshot-paper.ps (31478524 bytes) jumpshot-paper.ps /parallel/standards/mpi/anl/misc/jumpshot-paper.ps.gz (521924 bytes) jumpshot-paper.ps.gz /parallel/standards/mpi/anl/misc/jumpshot_pic.tar.gz (119736 bytes) jumpshot_pic.tar.gz /parallel/standards/mpi/anl/misc/longa.ps (52122 bytes) longa.ps /parallel/standards/mpi/anl/misc/mit-macros.tar (147456 bytes) mit-macros.tar /parallel/standards/mpi/anl/misc/mitpress.cls (49455 bytes) mitpress.cls /parallel/standards/mpi/anl/misc/mitpress.tar (49152 bytes) mitpress.tar /parallel/standards/mpi/anl/misc/mpe.tar.gz (240004 bytes) mpe.tar.gz /parallel/standards/mpi/anl/misc/mpi2-report.ps.Z (889469 bytes) mpi2-report.ps.Z /parallel/standards/mpi/anl/misc/mpi2tut.ps (2716299 bytes) mpi2tut.ps /parallel/standards/mpi/anl/misc/mpi2tut.ps.gz (445200 bytes) mpi2tut.ps.gz /parallel/standards/mpi/anl/misc/mpich-1.1.1.tar.Z.rcode (5155348 bytes) mpich-1.1.1.tar.Z.rcode /parallel/standards/mpi/anl/misc/mpich-1.1.1.tar.gz.rcode (3009125 bytes) mpich-1.1.1.tar.gz.rcode /parallel/standards/mpi/anl/misc/mpich-1.1.2.tar.Z.rcode (8025065 bytes) mpich-1.1.2.tar.Z.rcode /parallel/standards/mpi/anl/misc/mpich-1.1.2.tar.gz.rcode (5009604 bytes) mpich-1.1.2.tar.gz.rcode /parallel/standards/mpi/anl/misc/mpich-1.1.3.tar.Z.rcode (8620278 bytes) mpich-1.1.3.tar.Z.rcode /parallel/standards/mpi/anl/misc/mpich-1.1.3.tar.gz.rcode (5347788 bytes) mpich-1.1.3.tar.gz.rcode /parallel/standards/mpi/anl/misc/mpiexmpl.tar.gz (370108 bytes) mpiexmpl.tar.gz /parallel/standards/mpi/anl/misc/mpiperf.ps.gz (805208 bytes) mpiperf.ps.gz /parallel/standards/mpi/anl/misc/mpitest_bigpatch.fix.gz (91187 bytes) mpitest_bigpatch.fix.gz /parallel/standards/mpi/anl/misc/nbsocket.tar.gz (3154 bytes) nbsocket.tar.gz /parallel/standards/mpi/anl/misc/newadi.ps (120784 bytes) newadi.ps /parallel/standards/mpi/anl/misc/oct17.ppt (2832384 bytes) oct17.ppt /parallel/standards/mpi/anl/misc/perftest.tar.gz (62020 bytes) perftest.tar.gz /parallel/standards/mpi/anl/misc/persist.c (1636 bytes) persist.c /parallel/standards/mpi/anl/misc/pio.tar.Z (53683 bytes) MPI Parallel I/O sources /parallel/standards/mpi/anl/misc/plist.tar (40960 bytes) plist.tar /parallel/standards/mpi/anl/misc/profiling.tar.gz (342704 bytes) profiling.tar.gz /parallel/standards/mpi/anl/misc/rcode.c (977 bytes) rcode.c /parallel/standards/mpi/anl/misc/rusty.jpg (115677 bytes) rusty.jpg /parallel/standards/mpi/anl/misc/sc98.ps.gz (397168 bytes) sc98.ps.gz /parallel/standards/mpi/anl/misc/semstat.c (2075 bytes) semstat.c /parallel/standards/mpi/anl/misc/semtool.c (7017 bytes) semtool.c /parallel/standards/mpi/anl/misc/shane (2400103 bytes) shane /parallel/standards/mpi/anl/misc/sx4long.ps (49444 bytes) sx4long.ps /parallel/standards/mpi/anl/misc/sx4short.ps (26818 bytes) sx4short.ps /parallel/standards/mpi/anl/misc/wooten.tar.gz (6569154 bytes) wooten.tar.gz /parallel/standards/mpi/anl/misc/workshop.tar (95232 bytes) workshop.tar /parallel/standards/mpi/anl/mpe-spawn.draft.ps (180254 bytes) mpe-spawn.draft.ps /parallel/standards/mpi/anl/mpi-1.jun95/ MPI-1 June 1995 /parallel/standards/mpi/anl/mpi-1.jun95/.nams-info/ .nams-info /parallel/standards/mpi/anl/mpi-1.jun95/.nams-info/status (3718 bytes) status /parallel/standards/mpi/anl/mpi-1.jun95/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/mpi-1.jun95/CLEANUP (258 bytes) CLEANUP /parallel/standards/mpi/anl/mpi-1.jun95/CLEANUP.old (247 bytes) CLEANUP.old /parallel/standards/mpi/anl/mpi-1.jun95/MAKE-MPI-CHAPTER (3504 bytes) MAKE-MPI-CHAPTER /parallel/standards/mpi/anl/mpi-1.jun95/MAKE-MPI-CHAPTER.old (3493 bytes) MAKE-MPI-CHAPTER.old /parallel/standards/mpi/anl/mpi-1.jun95/MAKE-MPI-REPORT (2402 bytes) MAKE-MPI-REPORT /parallel/standards/mpi/anl/mpi-1.jun95/README (11281 bytes) README /parallel/standards/mpi/anl/mpi-1.jun95/appLang.aux (2596 bytes) appLang.aux /parallel/standards/mpi/anl/mpi-1.jun95/appLang.dvi (64004 bytes) appLang.dvi /parallel/standards/mpi/anl/mpi-1.jun95/appLang.ps (154657 bytes) appLang.ps /parallel/standards/mpi/anl/mpi-1.jun95/appLang.tex (34788 bytes) appLang.tex /parallel/standards/mpi/anl/mpi-1.jun95/chapter-head.tex (1196 bytes) chapter-head.tex /parallel/standards/mpi/anl/mpi-1.jun95/coll-fig1.ps (8245 bytes) coll-fig1.ps /parallel/standards/mpi/anl/mpi-1.jun95/coll-matchings.ps (3845 bytes) coll-matchings.ps /parallel/standards/mpi/anl/mpi-1.jun95/coll.aux (8583 bytes) coll.aux /parallel/standards/mpi/anl/mpi-1.jun95/coll.dvi (126592 bytes) coll.dvi /parallel/standards/mpi/anl/mpi-1.jun95/coll.ps (345656 bytes) coll.ps /parallel/standards/mpi/anl/mpi-1.jun95/coll.tex (83817 bytes) coll.tex /parallel/standards/mpi/anl/mpi-1.jun95/context-fig-1.ps (2400 bytes) context-fig-1.ps /parallel/standards/mpi/anl/mpi-1.jun95/context-fig-2.ps (2652 bytes) context-fig-2.ps /parallel/standards/mpi/anl/mpi-1.jun95/context.aux (6841 bytes) context.aux /parallel/standards/mpi/anl/mpi-1.jun95/context.dvi (157948 bytes) context.dvi /parallel/standards/mpi/anl/mpi-1.jun95/context.ps (358298 bytes) context.ps /parallel/standards/mpi/anl/mpi-1.jun95/context.tex (101977 bytes) context.tex /parallel/standards/mpi/anl/mpi-1.jun95/credits.aux (556 bytes) credits.aux /parallel/standards/mpi/anl/mpi-1.jun95/credits.tex (2983 bytes) credits.tex /parallel/standards/mpi/anl/mpi-1.jun95/func-index-head.tex (121 bytes) func-index-head.tex /parallel/standards/mpi/anl/mpi-1.jun95/func-index.aux (567 bytes) func-index.aux /parallel/standards/mpi/anl/mpi-1.jun95/func-index.tex (3866 bytes) func-index.tex /parallel/standards/mpi/anl/mpi-1.jun95/inquiry.aux (1940 bytes) inquiry.aux /parallel/standards/mpi/anl/mpi-1.jun95/inquiry.dvi (40852 bytes) inquiry.dvi /parallel/standards/mpi/anl/mpi-1.jun95/inquiry.old (24008 bytes) inquiry.old /parallel/standards/mpi/anl/mpi-1.jun95/inquiry.ps (158361 bytes) inquiry.ps /parallel/standards/mpi/anl/mpi-1.jun95/inquiry.tex (26001 bytes) inquiry.tex /parallel/standards/mpi/anl/mpi-1.jun95/intro.aux (1803 bytes) intro.aux /parallel/standards/mpi/anl/mpi-1.jun95/intro.dvi (24856 bytes) intro.dvi /parallel/standards/mpi/anl/mpi-1.jun95/intro.ps (123392 bytes) intro.ps /parallel/standards/mpi/anl/mpi-1.jun95/intro.tex (12058 bytes) intro.tex /parallel/standards/mpi/anl/mpi-1.jun95/latex.err (2753 bytes) latex.err /parallel/standards/mpi/anl/mpi-1.jun95/location (2195 bytes) location /parallel/standards/mpi/anl/mpi-1.jun95/make-func-index (724 bytes) make-func-index /parallel/standards/mpi/anl/mpi-1.jun95/make-func-index.old (383 bytes) make-func-index.old /parallel/standards/mpi/anl/mpi-1.jun95/minor.corrections (1385 bytes) minor.corrections /parallel/standards/mpi/anl/mpi-1.jun95/mpi-macs.aux (481 bytes) mpi-macs.aux /parallel/standards/mpi/anl/mpi-1.jun95/mpi-macs.tex (10039 bytes) mpi-macs.tex /parallel/standards/mpi/anl/mpi-1.jun95/mpi-report.aux (1149 bytes) mpi-report.aux /parallel/standards/mpi/anl/mpi-1.jun95/mpi-report.bbl (6751 bytes) mpi-report.bbl /parallel/standards/mpi/anl/mpi-1.jun95/mpi-report.blg (537 bytes) mpi-report.blg /parallel/standards/mpi/anl/mpi-1.jun95/mpi-report.dvi (886400 bytes) mpi-report.dvi /parallel/standards/mpi/anl/mpi-1.jun95/mpi-report.hux (19118 bytes) mpi-report.hux /parallel/standards/mpi/anl/mpi-1.jun95/mpi-report.idx (22731 bytes) mpi-report.idx /parallel/standards/mpi/anl/mpi-1.jun95/mpi-report.idx.save (22731 bytes) mpi-report.idx.save /parallel/standards/mpi/anl/mpi-1.jun95/mpi-report.ilg (326 bytes) mpi-report.ilg /parallel/standards/mpi/anl/mpi-1.jun95/mpi-report.ind (3530 bytes) mpi-report.ind /parallel/standards/mpi/anl/mpi-1.jun95/mpi-report.log (14552 bytes) mpi-report.log /parallel/standards/mpi/anl/mpi-1.jun95/mpi-report.marked.ps (1383303 bytes) mpi-report.marked.ps /parallel/standards/mpi/anl/mpi-1.jun95/mpi-report.marks.ps (1383931 bytes) mpi-report.marks.ps /parallel/standards/mpi/anl/mpi-1.jun95/mpi-report.ps.Z (506895 bytes) mpi-report.ps.Z /parallel/standards/mpi/anl/mpi-1.jun95/mpi-report.tex (3471 bytes) mpi-report.tex /parallel/standards/mpi/anl/mpi-1.jun95/mpi-report.toc (13943 bytes) mpi-report.toc /parallel/standards/mpi/anl/mpi-1.jun95/mycoll-fig2.ps (3152 bytes) mycoll-fig2.ps /parallel/standards/mpi/anl/mpi-1.jun95/mycoll-fig3.ps (3413 bytes) mycoll-fig3.ps /parallel/standards/mpi/anl/mpi-1.jun95/mycoll-fig4.ps (6204 bytes) mycoll-fig4.ps /parallel/standards/mpi/anl/mpi-1.jun95/mycoll-fig5.ps (5908 bytes) mycoll-fig5.ps /parallel/standards/mpi/anl/mpi-1.jun95/mycoll-fig6.ps (5863 bytes) mycoll-fig6.ps /parallel/standards/mpi/anl/mpi-1.jun95/mycoll-fig7.ps (3080 bytes) mycoll-fig7.ps /parallel/standards/mpi/anl/mpi-1.jun95/mycoll-fig8.ps (3389 bytes) mycoll-fig8.ps /parallel/standards/mpi/anl/mpi-1.jun95/mycoll-fig9.ps (5842 bytes) mycoll-fig9.ps /parallel/standards/mpi/anl/mpi-1.jun95/prof.aux (2128 bytes) prof.aux /parallel/standards/mpi/anl/mpi-1.jun95/prof.dvi (22104 bytes) prof.dvi /parallel/standards/mpi/anl/mpi-1.jun95/prof.ps (115472 bytes) prof.ps /parallel/standards/mpi/anl/mpi-1.jun95/prof.tex (15006 bytes) prof.tex /parallel/standards/mpi/anl/mpi-1.jun95/psfig.aux (455 bytes) psfig.aux /parallel/standards/mpi/anl/mpi-1.jun95/pt2pt.aux (7608 bytes) pt2pt.aux /parallel/standards/mpi/anl/mpi-1.jun95/pt2pt.dvi (300636 bytes) pt2pt.dvi /parallel/standards/mpi/anl/mpi-1.jun95/pt2pt.ps (535311 bytes) pt2pt.ps /parallel/standards/mpi/anl/mpi-1.jun95/pt2pt.tex (198139 bytes) pt2pt.tex /parallel/standards/mpi/anl/mpi-1.jun95/refs.bib (19603 bytes) refs.bib /parallel/standards/mpi/anl/mpi-1.jun95/report.out (24533 bytes) report.out /parallel/standards/mpi/anl/mpi-1.jun95/snir.apr.95.dvi (290616 bytes) snir.apr.95.dvi /parallel/standards/mpi/anl/mpi-1.jun95/snir.apr.95.tex (193021 bytes) snir.apr.95.tex /parallel/standards/mpi/anl/mpi-1.jun95/terms.aux (3159 bytes) terms.aux /parallel/standards/mpi/anl/mpi-1.jun95/terms.dvi (44548 bytes) terms.dvi /parallel/standards/mpi/anl/mpi-1.jun95/terms.ps (169759 bytes) terms.ps /parallel/standards/mpi/anl/mpi-1.jun95/terms.tex (30310 bytes) terms.tex /parallel/standards/mpi/anl/mpi-1.jun95/topol.aux (3227 bytes) topol.aux /parallel/standards/mpi/anl/mpi-1.jun95/topol.dvi (63804 bytes) topol.dvi /parallel/standards/mpi/anl/mpi-1.jun95/topol.ps (212532 bytes) topol.ps /parallel/standards/mpi/anl/mpi-1.jun95/topol.tex (41720 bytes) topol.tex /parallel/standards/mpi/anl/mpi-1.jun95.tar (7323648 bytes) mpi-1.jun95.tar /parallel/standards/mpi/anl/mpi-report.ps.Z (496941 bytes) "MPI: A Message-Passing Interface Standard" Final Report V1.0 - Message Passing Interface Forum, 12th April 1994. ABSTRACT: The Message Passing Interface Forum (MPIF), with participation from over 40 organizations, has been meeting since January 1993 to discuss and define a set of library interface standards for message passing. MPIF is not sanctioned or supported by any official standards organization. The goal of the Message Passing Interface, simply stated, is to develop a widely used standard for writing message-passing programs. As such the interface should establishing a practical, portable, efficient, and flexible standard for message passing. This is the final report, Version 1.0, of the Message Passing Interface Forum. This document contains all the technical features proposed for the interface. /parallel/standards/mpi/anl/mpi-test/ Some MPI test suites /parallel/standards/mpi/anl/mpi-test/.nams-info/ .nams-info /parallel/standards/mpi/anl/mpi-test/.nams-info/status (303 bytes) status /parallel/standards/mpi/anl/mpi-test/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/mpi-test/README (943 bytes) Test suite overview /parallel/standards/mpi/anl/mpi-test/ibmtsuite.tar (344064 bytes) ibmtsuite.tar /parallel/standards/mpi/anl/mpi-test/intel_test_fix.tar.gz (41533 bytes) intel_test_fix.tar.gz /parallel/standards/mpi/anl/mpi-test/mpich-test.tar.gz (179738 bytes) mpich-test.tar.gz /parallel/standards/mpi/anl/mpi-test/mpichibm.tar (417792 bytes) mpichibm.tar /parallel/standards/mpi/anl/mpi1.1-html.tar.Z (429759 bytes) MPI V1.1 Report /parallel/standards/mpi/anl/mpi2/ Minutes of MPI2 meetings Work on MPI-2. See also /parallel/standards/mpi/anl/mpi2/.nams-info/ .nams-info /parallel/standards/mpi/anl/mpi2/.nams-info/status (843 bytes) status /parallel/standards/mpi/anl/mpi2/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/mpi2/apr24.dvi (32404 bytes) "Minutes of MPI meeting April 24-26, 1995" Held at Chicago, Illinois, USA. An unedited set of minutes taken during this MPI meeting. This contains both a summary of some of the discussions and official, binding votes of the MPI Forum. /parallel/standards/mpi/anl/mpi2/apr24.ps (89146 bytes) apr24.ps /parallel/standards/mpi/anl/mpi2/apr2496a.dvi (22932 bytes) "Minutes of MPI Meeting April 24-26, 1996, Chicago, USA" An unedited set of minutes taken during this MPI meeting. This contains both a summary of some of the discussions and official, binding votes of the MPI Forum. /parallel/standards/mpi/anl/mpi2/apr2496a.ps (82576 bytes) apr2496a.ps /parallel/standards/mpi/anl/mpi2/collective-2.ps (535973 bytes) collective-2.ps /parallel/standards/mpi/anl/mpi2/jan24.dvi (8720 bytes) "Minutes of MPI Meeting January 24-26, 1996, Vienna, Austria" An unedited set of minutes taken during this MPI meeting. This contains both a summary of some of the discussions and official, binding votes of the MPI Forum. /parallel/standards/mpi/anl/mpi2/jan24.ps (60297 bytes) jan24.ps /parallel/standards/mpi/anl/mpi2/jul26.dvi (19740 bytes) "Minutes of MPI meeting July 26-28, 1995" An unedited set of minutes taken during this MPI meeting. This contains both a summary of some of the discussions and official, binding votes of the MPI Forum. /parallel/standards/mpi/anl/mpi2/jul26.ps (81573 bytes) jul26.ps /parallel/standards/mpi/anl/mpi2/jun5.dvi (23724 bytes) "Minutes of MPI meeting June 5-7, 1995" /parallel/standards/mpi/anl/mpi2/jun5.ps (91476 bytes) jun5.ps /parallel/standards/mpi/anl/mpi2/mar13.dvi (41708 bytes) "Minutes of MPI meeting held March 13-15, 1995" Held at Chicago, Illinois, USA. An unedited set of minutes taken during this MPI meeting. This contains both a summary of some of the discussions and official, binding votes of the MPI Forum. /parallel/standards/mpi/anl/mpi2/mar13.ps (109284 bytes) mar13.ps /parallel/standards/mpi/anl/mpi2/mar6.dvi (33660 bytes) "Minutes of MPI Meeting March 6-8, 1996, Chicago, USA" An unedited set of minutes taken during this MPI meeting. This contains both a summary of some of the discussions and official, binding votes of the MPI Forum. /parallel/standards/mpi/anl/mpi2/mar6.ps (91601 bytes) mar6.ps /parallel/standards/mpi/anl/mpi2/oct23.dvi (24224 bytes) "Minutes of MPI Meeting October 23-25, 1995" An unedited set of minutes taken during this MPI meeting. This contains both a summary of some of the discussions and official, binding votes of the MPI Forum. /parallel/standards/mpi/anl/mpi2/oct23.ps (90991 bytes) oct23.ps /parallel/standards/mpi/anl/mpi2/sep6.dvi (15268 bytes) "Minutes of MPI meeting September 6-8, 1995" An unedited set of minutes taken during this MPI meeting. This contains both a summary of some of the discussions and official, binding votes of the MPI Forum. /parallel/standards/mpi/anl/mpi2/sep6.ps (70835 bytes) sep6.ps /parallel/standards/mpi/anl/mpi2/spawn.apr.ps (241466 bytes) spawn.apr.ps /parallel/standards/mpi/anl/mpich-1.1.2-beta.tar.gz (4933051 bytes) mpich-1.1.2-beta.tar.gz /parallel/standards/mpi/anl/mpich-1.1.2.tar.gz (5010364 bytes) mpich-1.1.2.tar.gz /parallel/standards/mpi/anl/mpich-beta.tar.gz (4933051 bytes) mpich-beta.tar.gz /parallel/standards/mpi/anl/mpicharticle.ps.gz (163935 bytes) "A High-Performance, Portable Implementation of the MPI Message Passing Interface Standard" ABSTRACT: MPI (Message Passing Interface) is a specification for a standard library for message passing that was defined by the MPI Forum, a broadly based group of parallel computer vendors, library writers, and applications specialists. Multiple implementations of MPI have been developed. In this paper, we describe MPICH, unique among existing implementations in its design goal of combining portability with high performance. We document its portability and performance and describe the architecture by which these features are simultaneously achieved. We also discuss the set of tools that accompany the free distribution of MPICH, which constitute the beginnings of a portable parallel programming environment. A project of this scope inevitably imparts lessons about parallel computing, the specification being followed, the current hardware and software environment for parallel computing, and project management; we describe those we have learned. Finally, we discuss future developments for MPICH, including those necessary to accommodate extensions to the MPI Standard now being contemplated by the MPI Forum. /parallel/standards/mpi/anl/mpiexmpl.tar.gz (1097551 bytes) "MPI Example programs (C and Fortran)" /parallel/standards/mpi/anl/mpimap (983040 bytes) A Sun Sparc SunOS 4.1.3 program /parallel/standards/mpi/anl/mpitest_fix.tar.gz (41533 bytes) mpitest_fix.tar.gz /parallel/standards/mpi/anl/nupshot.tar.Z (2147836 bytes) Nupshot: A performance visualization tool that displays logfiles in the 'alog' format or the PICL v.1 format. Requires TCL 7.3 and TK 3.6 to build. /parallel/standards/mpi/anl/patch/ Patches to latest version /parallel/standards/mpi/anl/patch/1.1.2/ 1.1.2 /parallel/standards/mpi/anl/patch/1.1.2/.nams-info/ .nams-info /parallel/standards/mpi/anl/patch/1.1.2/.nams-info/status (298 bytes) status /parallel/standards/mpi/anl/patch/1.1.2/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/patch/1.1.2/4152 (1838 bytes) 4152 /parallel/standards/mpi/anl/patch/1.1.2/4165 (1425 bytes) 4165 /parallel/standards/mpi/anl/patch/1.1.2/4169 (4540 bytes) 4169 /parallel/standards/mpi/anl/patch/1.1.2/4180 (1014 bytes) 4180 /parallel/standards/mpi/anl/patch/1.1.2/4224 (1127 bytes) 4224 /parallel/standards/mpi/anl/patch/1.1.2/files (288 bytes) files /parallel/standards/mpi/anl/patch/1.1.2/patch.all (16921 bytes) patch.all /parallel/standards/mpi/anl/patch/1.1.1/ 1.1.1 /parallel/standards/mpi/anl/patch/1.1.1/.nams-info/ .nams-info /parallel/standards/mpi/anl/patch/1.1.1/.nams-info/status (231 bytes) status /parallel/standards/mpi/anl/patch/1.1.1/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/patch/1.1.1/3522 (2539 bytes) 3522 /parallel/standards/mpi/anl/patch/1.1.1/3524 (309 bytes) 3524 /parallel/standards/mpi/anl/patch/1.1.1/3923 (15498 bytes) 3923 /parallel/standards/mpi/anl/patch/1.1.1/files (43 bytes) files /parallel/standards/mpi/anl/patch/1.1.1/patch.all (18328 bytes) patch.all /parallel/standards/mpi/anl/patch/1.1.0/ 1.1.0 /parallel/standards/mpi/anl/patch/1.1.0/.nams-info/ .nams-info /parallel/standards/mpi/anl/patch/1.1.0/.nams-info/status (363 bytes) status /parallel/standards/mpi/anl/patch/1.1.0/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/patch/1.1.0/2530 (6406 bytes) 2530 /parallel/standards/mpi/anl/patch/1.1.0/2534 (1498 bytes) 2534 /parallel/standards/mpi/anl/patch/1.1.0/2553 (33495 bytes) 2553 /parallel/standards/mpi/anl/patch/1.1.0/2576 (8120 bytes) 2576 /parallel/standards/mpi/anl/patch/1.1.0/2577 (624 bytes) 2577 /parallel/standards/mpi/anl/patch/1.1.0/2634 (1095 bytes) 2634 /parallel/standards/mpi/anl/patch/1.1.0/3027 (4761 bytes) 3027 /parallel/standards/mpi/anl/patch/1.1.0/files (365 bytes) files /parallel/standards/mpi/anl/patch/1.1.0/patch.all (5733 bytes) patch.all /parallel/standards/mpi/anl/patch/.nams-info/ .nams-info /parallel/standards/mpi/anl/patch/.nams-info/status (247 bytes) status /parallel/standards/mpi/anl/patch/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/pxman.ps.Z (81801 bytes) "PEXEC Reference Manual (Draft)" ABSTRACT: PEXEC is a system for writing lightweight, fault-tolerant, client/server programs. It is organized around an event-driven model, and provides for highly modular definition of different services to be provided by a program. This document contains detailed documentation on the routines that are part of the PEXEC implementation. These include the basic event-driven driver routines, as well as a variety of convenience routines for creating and using network sockets and child processes. As an alternate to this manual, the reader should consider using the script pxman; this is a script that uses xman to provide a X11 Window System interface to the data in this manual. /parallel/standards/mpi/anl/status.html (1976 bytes) Status of Portable MPI implementation /parallel/standards/mpi/anl/sut-1.0.25.tar.Z (378309 bytes) "Scalable Unix Tools V1.0.25" Includes tools: pps, pls, load, gload, prun, pkill, prm, pdistrib, pfind, fps, pfps etc and a paper. Requires rsh. Bug reports to sut-maint@mcs.anl.gov /parallel/standards/mpi/anl/tcltk/ "Tcl and Tk distributions" /parallel/standards/mpi/anl/tcltk/.nams-info/ .nams-info /parallel/standards/mpi/anl/tcltk/.nams-info/status (239 bytes) status /parallel/standards/mpi/anl/tcltk/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/tcltk/tcl7_3_tar.z (607400 bytes) tcl7_3_tar.z /parallel/standards/mpi/anl/tcltk/tcl7_6p2_tar.gz (959397 bytes) tcl7_6p2_tar.gz /parallel/standards/mpi/anl/tcltk/tk3_6_tar.z (1165237 bytes) tk3_6_tar.z /parallel/standards/mpi/anl/tcltk/tk4_2p2_tar.gz (1716927 bytes) tk4_2p2_tar.gz /parallel/standards/mpi/anl/tutorial.ps.Z (244963 bytes) "Tutorial Course on MPI: The Message-Passing Interface" To be used in conjunction with the "Using MPI" book. Course at Mathematics and Computer Science Division, Argonne National Laboratory, Argonne, IL 60439, USA. /parallel/standards/mpi/anl/tutorial4.ps.Z (234745 bytes) "Tutorial Course on MPI: The Message-Passing Interface" Above slides, 4 per page. /parallel/standards/mpi/anl/twoday-full.ps.Z (248479 bytes) "MPI in Practice" Two-day course slides, 1-up - full size, 147 pages /parallel/standards/mpi/anl/twoday.ps.Z (228831 bytes) "MPI in Practice" Two-day course slides, 4-up - quarter size, 37 pages /parallel/standards/mpi/anl/userguide.ps.gz (224602 bytes) "MPICH V1.1.1 User Guide Document" /parallel/standards/mpi/anl/using/ Information related to the "Using MPI" book by Gropp, Lusk and Skjellum. Information related to the book "Using MPI", by Gropp, Lusk, and Skjellum published by MIT Press. 328 pp. ISBN 0-262-57104-8 /parallel/standards/mpi/anl/using/.nams-info/ .nams-info /parallel/standards/mpi/anl/using/.nams-info/status (422 bytes) status /parallel/standards/mpi/anl/using/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/using/chapter-highres.ps (602728 bytes) chapter-highres.ps /parallel/standards/mpi/anl/using/errata.dvi (13808 bytes) "Using MPI" book, by Gropp, Lusk, and Skjellum errata. /parallel/standards/mpi/anl/using/errata.ps (67634 bytes) errata.ps /parallel/standards/mpi/anl/using/examples/ The examples from the book. /parallel/standards/mpi/anl/using/examples/.nams-info/ .nams-info /parallel/standards/mpi/anl/using/examples/.nams-info/status (387 bytes) status /parallel/standards/mpi/anl/using/examples/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/using/examples/advanced/ Advanced examples Two examples for MPI: The N-body problem and viewing the Mandelbrot Set. /parallel/standards/mpi/anl/using/examples/advanced/.nams-info/ .nams-info /parallel/standards/mpi/anl/using/examples/advanced/.nams-info/status (807 bytes) status /parallel/standards/mpi/anl/using/examples/advanced/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/using/examples/advanced/Makefile (1674 bytes) Makefile /parallel/standards/mpi/anl/using/examples/advanced/Makefile.in (2139 bytes) Makefile.in /parallel/standards/mpi/anl/using/examples/advanced/README (1086 bytes) Introduction to the examples /parallel/standards/mpi/anl/using/examples/advanced/args.c (5503 bytes) args.c /parallel/standards/mpi/anl/using/examples/advanced/args.h (810 bytes) args.h /parallel/standards/mpi/anl/using/examples/advanced/cool.points (1399 bytes) cool.points /parallel/standards/mpi/anl/using/examples/advanced/fract_gen.c (9610 bytes) fract_gen.c /parallel/standards/mpi/anl/using/examples/advanced/fract_gen.h (3361 bytes) fract_gen.h /parallel/standards/mpi/anl/using/examples/advanced/lists.c (3636 bytes) lists.c /parallel/standards/mpi/anl/using/examples/advanced/lists.h (1169 bytes) lists.h /parallel/standards/mpi/anl/using/examples/advanced/nbodyfinal.c (6621 bytes) nbodyfinal.c /parallel/standards/mpi/anl/using/examples/advanced/pipe.c (3842 bytes) pipe.c /parallel/standards/mpi/anl/using/examples/advanced/pm_genproc.c (25154 bytes) pm_genproc.c /parallel/standards/mpi/anl/using/examples/advanced/pm_genproc.h (589 bytes) pm_genproc.h /parallel/standards/mpi/anl/using/examples/advanced/pm_genproc_cleanedup.c (23990 bytes) pm_genproc_cleanedup.c /parallel/standards/mpi/anl/using/examples/advanced/pm_separate_rect.c (13210 bytes) pm_separate_rect.c /parallel/standards/mpi/anl/using/examples/advanced/pmandel.c (6917 bytes) pmandel.c /parallel/standards/mpi/anl/using/examples/advanced/pmandel.h (4440 bytes) pmandel.h /parallel/standards/mpi/anl/using/examples/advanced/pmandel.pd (1710 bytes) pmandel.pd /parallel/standards/mpi/anl/using/examples/intermediate/ Intermediate examples /parallel/standards/mpi/anl/using/examples/intermediate/.nams-info/ .nams-info /parallel/standards/mpi/anl/using/examples/intermediate/.nams-info/status (1097 bytes) status /parallel/standards/mpi/anl/using/examples/intermediate/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/using/examples/intermediate/Makefile (4996 bytes) Sample makefile generated from Makefile.in /parallel/standards/mpi/anl/using/examples/intermediate/Makefile.in (4981 bytes) Makefile template compatible with templates used by MPICH model MPI implementation. /parallel/standards/mpi/anl/using/examples/intermediate/README (4276 bytes) Overview of programs, scripts and source files and how to build them. /parallel/standards/mpi/anl/using/examples/intermediate/base.f (253 bytes) Example of a Jacobi sweep (code fragment). /parallel/standards/mpi/anl/using/examples/intermediate/decomp.f (677 bytes) A Fortran version of MPE_DECOMP1D. /parallel/standards/mpi/anl/using/examples/intermediate/diff.f (396 bytes) Computes the difference between two successive approximate solutions, assuming a 1-d decomposition of a 2-d domain. /parallel/standards/mpi/anl/using/examples/intermediate/diff2d.f (433 bytes) Computes the difference between two successive approximate solutions, assuming a 2-d decomposition of a 2-d domain. /parallel/standards/mpi/anl/using/examples/intermediate/exbsend.f (645 bytes) Exchange data with neighbors for a 1-d decomposition of a 2-d domain, using send and receive up, then down. Uses buffered sends. /parallel/standards/mpi/anl/using/examples/intermediate/exchng1.f (617 bytes) Version of exbsend.f that uses the MPI_SENDRECV call. /parallel/standards/mpi/anl/using/examples/intermediate/exchng1nb.f (819 bytes) Version of exbsend.f that used nonblocking send and receive (MPI_ISEND, MPI_IRECV, and MPI_WAITALL). /parallel/standards/mpi/anl/using/examples/intermediate/exchng2.f (1323 bytes) Exchange data with neighbors for a 2-d decomposition of a 2-d domain, using MPI_SENDRECV and a "strided" data-type. /parallel/standards/mpi/anl/using/examples/intermediate/expair1d.f (1299 bytes) Version of exbsend.f that uses "pair" blocking sends and receives. /parallel/standards/mpi/anl/using/examples/intermediate/exsandr1d.f (647 bytes) Version of exbsend.f that uses MPI_SEND instead of MPI_BSEND. /parallel/standards/mpi/anl/using/examples/intermediate/exsync1d.f (645 bytes) Version of exbsend.f that uses MPI_SSEND instead of MPI_BSEND. Used to show behavior of MPI_SEND when no internal buffering is provided. /parallel/standards/mpi/anl/using/examples/intermediate/fndnbr2d.f (898 bytes) Compute the neighbors and decomposition for a 2-d decomposition of a 2-d domain. /parallel/standards/mpi/anl/using/examples/intermediate/mpirun (19994 bytes) C-shell script to start MPI jobs in an architecture independant way /parallel/standards/mpi/anl/using/examples/intermediate/nbexchng.f (1145 bytes) Non-blocking exchange. This is similar to exchng1nb.f, except that the MPI_WAITALL is called depending on an input argument (allowing the communication to overlap computation). /parallel/standards/mpi/anl/using/examples/intermediate/nbsweep.f (1159 bytes) Non-blocking Jacobi sweep for a 1-d decomposition. /parallel/standards/mpi/anl/using/examples/intermediate/oned.f (2878 bytes) Main program for the solution to the Poisson problem using Jacobi iteration on a 1-d decomposition of a 2-d domain. /parallel/standards/mpi/anl/using/examples/intermediate/onedbase.f (678 bytes) Support routines for oned.f. Contains routine to initialize data. /parallel/standards/mpi/anl/using/examples/intermediate/onedcenter.f (1499 bytes) Code fragment for kernel of Poisson solver example /parallel/standards/mpi/anl/using/examples/intermediate/onednb.f (2607 bytes) Version of oned.f that uses the nonblocking exchange routine (nbexchng.f) /parallel/standards/mpi/anl/using/examples/intermediate/runprogs (337 bytes) Example script to run the programs /parallel/standards/mpi/anl/using/examples/intermediate/runtab1 (479 bytes) Example script to run the programs used to generate Table 4.7 (Timings for variants of the 1-D decomposition of the Poisson problem) /parallel/standards/mpi/anl/using/examples/intermediate/sweep.f (509 bytes) Routine to perform a Jacobi sweep for a 1-d decomposition of a 2-d domain. /parallel/standards/mpi/anl/using/examples/intermediate/sweep2.f (524 bytes) Routine to perform a Jacobi sweep for a 2-d decomposition of a 2-d domain. /parallel/standards/mpi/anl/using/examples/intermediate/twod.f (4456 bytes) Main program for the solution to the Poisson problem using Jacobi interation on a 2-d decomposition of a 2-d domain. /parallel/standards/mpi/anl/using/examples/intermediate/twodbase.f (860 bytes) Support routines for twod.f. Contains routine to initialize data. /parallel/standards/mpi/anl/using/examples/libraries/ Libraries examples /parallel/standards/mpi/anl/using/examples/libraries/.nams-info/ .nams-info /parallel/standards/mpi/anl/using/examples/libraries/.nams-info/status (331 bytes) status /parallel/standards/mpi/anl/using/examples/libraries/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/using/examples/libraries/README (1660 bytes) Overview of the code in the "Parallel Libraries" Chapter of the "Using MPI" book. [text] /parallel/standards/mpi/anl/using/examples/libraries/README.html (1822 bytes) Overview of the code in the "Parallel Libraries" Chapter of the "Using MPI" book. [HTML] /parallel/standards/mpi/anl/using/examples/libraries/ibcast_ex/ Ibcast example files /parallel/standards/mpi/anl/using/examples/libraries/ibcast_ex/.nams-info/ .nams-info /parallel/standards/mpi/anl/using/examples/libraries/ibcast_ex/.nams-info/status (341 bytes) status /parallel/standards/mpi/anl/using/examples/libraries/ibcast_ex/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/using/examples/libraries/ibcast_ex/ibcast.h (565 bytes) ibcast.h /parallel/standards/mpi/anl/using/examples/libraries/ibcast_ex/ibcast1.c (3333 bytes) ibcast1.c /parallel/standards/mpi/anl/using/examples/libraries/ibcast_ex/ibcast2.c (3458 bytes) ibcast2.c /parallel/standards/mpi/anl/using/examples/libraries/ibcast_ex/ibcast_copy.c (908 bytes) ibcast_copy.c /parallel/standards/mpi/anl/using/examples/libraries/ibcast_ex/ibcast_delete.c (544 bytes) ibcast_delete.c /parallel/standards/mpi/anl/using/examples/libraries/ibcast_ex/ibcast_wait.c (1499 bytes) ibcast_wait.c /parallel/standards/mpi/anl/using/examples/libraries/ibcast_ex/ibcast_work.c (1190 bytes) ibcast_work.c /parallel/standards/mpi/anl/using/examples/libraries/linalg/ Linear Algebra example files and code fragments. /parallel/standards/mpi/anl/using/examples/libraries/linalg/.nams-info/ .nams-info /parallel/standards/mpi/anl/using/examples/libraries/linalg/.nams-info/status (444 bytes) status /parallel/standards/mpi/anl/using/examples/libraries/linalg/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/using/examples/libraries/linalg/LAX_dvector_ddot_stride2.c (668 bytes) LAX_dvector_ddot_stride2.c /parallel/standards/mpi/anl/using/examples/libraries/linalg/LA_dis1.h (664 bytes) LA_dis1.h /parallel/standards/mpi/anl/using/examples/libraries/linalg/LA_dis2.h (196 bytes) LA_dis2.h /parallel/standards/mpi/anl/using/examples/libraries/linalg/LA_dmatrix.h (476 bytes) LA_dmatrix.h /parallel/standards/mpi/anl/using/examples/libraries/linalg/LA_dvector.h (388 bytes) LA_dvector.h /parallel/standards/mpi/anl/using/examples/libraries/linalg/LA_dvector_ddot_stride.c (826 bytes) LA_dvector_ddot_stride.c /parallel/standards/mpi/anl/using/examples/libraries/linalg/LA_library.h (272 bytes) LA_library.h /parallel/standards/mpi/anl/using/examples/libraries/linalg/LA_library1.c (769 bytes) LA_library1.c /parallel/standards/mpi/anl/using/examples/libraries/linalg/LA_library2.c (1113 bytes) LA_library2.c /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/ Fortran LINPACK benchmark in MPI sources (directory) /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/.nams-info/ .nams-info /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/.nams-info/status (997 bytes) status /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/Makefile.in (1194 bytes) Makefile.in /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/README (3329 bytes) Release information for 9th Dec 1994 version of Linpack for MPI /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/bcast.f (2285 bytes) bcast.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/configure (9266 bytes) configure /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/dlacpy.f (3054 bytes) dlacpy.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/main.f (12226 bytes) main.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/maxloc.f (1105 bytes) maxloc.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/mpi_init.f (1749 bytes) mpi_init.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/mypart.f (3396 bytes) mypart.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/mysubmatrix.f (5318 bytes) mysubmatrix.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/pddgeres.f (5213 bytes) pddgeres.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/pdforback.f (5991 bytes) pdforback.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/pdgemv.f (5642 bytes) pdgemv.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/pdltsv.f (8318 bytes) pdltsv.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/pdlu.f (8397 bytes) pdlu.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/pdlub.f (11155 bytes) pdlub.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/pdrhsswap.f (3728 bytes) pdrhsswap.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/pdtrsv.f (6885 bytes) pdtrsv.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/pdutsv.f (8600 bytes) pdutsv.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/pdvredistr.f (9704 bytes) pdvredistr.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/plamch2.f (1004 bytes) plamch2.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/random.c (939 bytes) random.c /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/recv.f (2308 bytes) recv.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/send.f (2312 bytes) send.f /parallel/standards/mpi/anl/using/examples/libraries/linpack.f/swap.f (2029 bytes) swap.f /parallel/standards/mpi/anl/using/examples/other/ Other examples This directory is currently empty - please suggest something to add. /parallel/standards/mpi/anl/using/examples/other/.nams-info/ .nams-info /parallel/standards/mpi/anl/using/examples/other/.nams-info/status (61 bytes) status /parallel/standards/mpi/anl/using/examples/other/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/using/examples/simplempi/ Simple MPI examples Programs from the Using MPI book, Chapter 3: Using MPI in Simple Programs /parallel/standards/mpi/anl/using/examples/simplempi/.nams-info/ .nams-info /parallel/standards/mpi/anl/using/examples/simplempi/.nams-info/status (420 bytes) status /parallel/standards/mpi/anl/using/examples/simplempi/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/using/examples/simplempi/Makefile (2031 bytes) A sample makefile for these programs, generated from Makefile.in by Gnu configure, for one machine environment. You will probably have to modify this. /parallel/standards/mpi/anl/using/examples/simplempi/Makefile.in (1987 bytes) A makefile template compatible with the makefile templates used by the MPICH model MPI implementation. /parallel/standards/mpi/anl/using/examples/simplempi/README (951 bytes) Overview of files /parallel/standards/mpi/anl/using/examples/simplempi/cpi.c (1408 bytes) Compute the value of pi using numerical integration, in C /parallel/standards/mpi/anl/using/examples/simplempi/cpilog.c (2217 bytes) Same as cpi, but uses mpe logging routines to produce log files for viewing with upshot /parallel/standards/mpi/anl/using/examples/simplempi/matmult.f (3502 bytes) Multiply a matrix times a vector, self-scheduling algorithm /parallel/standards/mpi/anl/using/examples/simplempi/monte.c (7343 bytes) Compute the value of pi using Monte Carlo integration, and display computation graphically /parallel/standards/mpi/anl/using/examples/simplempi/monte.h (844 bytes) Include file for monte.c, to control logging /parallel/standards/mpi/anl/using/examples/simplempi/mpif.h (5181 bytes) MPI user include file /parallel/standards/mpi/anl/using/examples/simplempi/pi.f (2335 bytes) Compute the value of pi using numerical integration, in Fortran /parallel/standards/mpi/anl/using/examples.tar (442368 bytes) examples.tar /parallel/standards/mpi/anl/using/examples.tar.gz (80681 bytes) The examples in one file. [gzipped tar] /parallel/standards/mpi/anl/using/examples.tar.Z (149617 bytes) The examples in one file. [compressed tar] /parallel/standards/mpi/anl/workingnote/ Working Notes /parallel/standards/mpi/anl/workingnote/.nams-info/ .nams-info /parallel/standards/mpi/anl/workingnote/.nams-info/status (184 bytes) status /parallel/standards/mpi/anl/workingnote/.nams-info/status.new-14792 (0 bytes) status.new-14792 /parallel/standards/mpi/anl/workingnote/adi2impl.ps (116374 bytes) adi2impl.ps /parallel/standards/mpi/anl/workingnote/newadi.ps (120485 bytes) newadi.ps /parallel/standards/mpi/anl/workingnote/nextgen.ps (192275 bytes) nextgen.ps /parallel/standards/mpi/anu/ "LAM companion to "Using MPI" book from Austrialian National University" /parallel/standards/mpi/anu/lam-mpi-tutorial/ "The LAM companion to ``Using MPI''" by Zdzislaw Meglicki From the Australian National University /parallel/standards/mpi/anu/lam-mpi-tutorial/Makefile (158 bytes) Makefile for building report (html etc.) /parallel/standards/mpi/anu/lam-mpi-tutorial/announcement (1675 bytes) Announcement of LAM companion to ``Using MPI...'' Creator: Zdzislaw Meglicki /parallel/standards/mpi/anu/lam-mpi-tutorial/mpi.html (10348 bytes) LAM companion to ``Using MPI'' document Creator: Zdzislaw Meglicki /parallel/standards/mpi/anu/lam-mpi-tutorial/mpi.tex (153793 bytes) LAM companion to ``Using MPI'' source Creator: Zdzislaw Meglicki "Edinburgh Parallel Computing Center (EPCC) MPI on Line" A distance learning course using streamed audio and Java to provide a structured learning environment for MPI. Scheduled for September 1997. /parallel/standards/mpi/mpi-forum/ "MPI Forum Information" /parallel/standards/mpi/mpi-forum/MPI-details (5657 bytes) Details of the next Message Passing Interface Forum meeting and how to join the MPIF or find out more about it. From: David Walker Executive Director of the MPI Working Group Creator: David Walker /parallel/standards/mpi/mpi-forum/MPIF-minutes-9305 (50154 bytes) Minutes of the 6th meeting of the MPIF - Message Passing Interface Forum held May 12 - 14, 1993 in Dallas, Texas. Minutes taken by Rusty Lusk (lusk@mcs.anl.gov) and Bob Knighten (knighten@ssd.intel.com) Creator: Robert L. Knighten /parallel/standards/mpi/mpimap/ "MPIMap" by John May A free tool that graphically displays the structure of user-defined MPI data types such as vectors and structs. MPIMap is a free tool that graphically displays the structure of user-defined MPI data types such as vectors and structs. See also /parallel/standards/mpi/mpimap/.nams-info/ .nams-info /parallel/standards/mpi/mpimap/.nams-info/status (104 bytes) status /parallel/standards/mpi/mpimap/.nams-info/status.new-14696 (0 bytes) status.new-14696 /parallel/standards/mpi/mpimap/MPIMap.tar.Z (170920 bytes) "MPIMap 1.1.2 - A tool for visualizing MPI datatypes" Must run on the target parallel machine for which the MPI code is being developed, since it calls MPI to determine datatype layouts and sizes. Designed to only with the MPICH implementation of MPI and has been tested with versions V1.0.10 through V1.0.13 It also requires Tcl and Tk. it has been tested with Tcl7.3/Tk3.6, Tcl7.4/Tk4.0 and and Tcl 7.5/Tk 4.1 and works best with a colour display. /parallel/standards/mpi/mpix (2051 bytes) "MPIX: Message-Passing Interface eXtension Library" by Nathan Doss and Anthony Skjellum . A library of intercommunicator extensions to MPI. The library currently contains a set of extensions to MPI that allow many functions that previously only worked with intracommunicators to work with intercommunicators. The library can be retrieved from: /parallel/standards/mpi/surveys/ "Surveys of MPI implementations" /parallel/standards/mpi/surveys/early_apps_mpi.announcement (2102 bytes) Announcement of report below. Creator: Tony Skjellum /parallel/standards/mpi/surveys/early_apps_mpi.ps.gz (56356 bytes) "Early Applications in the Message-Passing Interface(MPI)" by Tony Skjellum and Rusty Lusk. 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. %However, background material is given where needed. 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. From ftp://aurora.cs.msstate.edu/pub/reports/early_apps_mpi.ps.Z /parallel/standards/mpi/winmpi/ "WinMPI - MPI for MS Windows" WinMPI is an implemation of the Message Passing Interface (MPI) for Microsoft Windows 3.1. It is based on MPICH from ANL/MSU. /parallel/standards/mpi/winmpi/.nams-info/ .nams-info /parallel/standards/mpi/winmpi/.nams-info/status (265 bytes) status /parallel/standards/mpi/winmpi/.nams-info/status.new-14438 (0 bytes) status.new-14438 /parallel/standards/mpi/winmpi/Announcement (4526 bytes) Announcement /parallel/standards/mpi/winmpi/README (5366 bytes) WinMPI 0.99b overview, installation instructions and examples. /parallel/standards/mpi/winmpi/thesis.ps.Z (244377 bytes) "Message-Passing Interface (MPI) for Microsoft Windows 3.1" MSC Thesis, University of Nebraska at Omaha ABSTRACT: Parallel computing offers the potential to push the performance of computer systems into new dimensions. Exploiting parallelism, concurrent tasks cooperate in solving huge computational problems. The theoretical foundations of parallel processing are well- established, and numerous types of parallel computers and environments are commercially available. The main obstacle for a broad application of parallel technology is the lack of parallel programming standards. This research is aimed to promote the acceptance of the Message-Passing Interface (MPI) provides the means for writing portable software on a wide variety of parallel computers under UNIX. This thesis outlines the development and implementation of MPI for MS-Windows 3.1, which we call WinMPI. The goal of WinMPI is two-fold: 1. as a development tool, to allow the easy and inexpensive implementation of parallel software, and 2. as a learning tool, to provide a larger group of computer users the opportunity to gain first experience with parallel programming. We give an introduction to the MPI standard, illustrated by an MPI example program. We discuss design and implementation issues for WinMPI, focusing on the simulation of a UNIX-like run-time environment in Windows. Among others, preemptive multitasking, process start-up, and shared memory communication are addressed. Special consideration is given to the implementation of WinMPI applications. We describe instructions for porting MPI applications between WinMPI and UNIX. Users with some background in MPI programming will find sufficient information to succeed in employing WinMPI for parallel programming projects. [compressed PostScript] /parallel/standards/mpi/winmpi/thesis.zip (175496 bytes) "Message-Passing Interface (MPI) for Microsoft Windows 3.1" MSC Thesis, University of Nebraska at Omaha ABSTRACT: Parallel computing offers the potential to push the performance of computer systems into new dimensions. Exploiting parallelism, concurrent tasks cooperate in solving huge computational problems. The theoretical foundations of parallel processing are well- established, and numerous types of parallel computers and environments are commercially available. The main obstacle for a broad application of parallel technology is the lack of parallel programming standards. This research is aimed to promote the acceptance of the Message-Passing Interface (MPI) provides the means for writing portable software on a wide variety of parallel computers under UNIX. This thesis outlines the development and implementation of MPI for MS-Windows 3.1, which we call WinMPI. The goal of WinMPI is two-fold: 1. as a development tool, to allow the easy and inexpensive implementation of parallel software, and 2. as a learning tool, to provide a larger group of computer users the opportunity to gain first experience with parallel programming. We give an introduction to the MPI standard, illustrated by an MPI example program. We discuss design and implementation issues for WinMPI, focusing on the simulation of a UNIX-like run-time environment in Windows. Among others, preemptive multitasking, process start-up, and shared memory communication are addressed. Special consideration is given to the implementation of WinMPI applications. We describe instructions for porting MPI applications between WinMPI and UNIX. Users with some background in MPI programming will find sufficient information to succeed in employing WinMPI for parallel programming projects. [(pk)zipped] /parallel/standards/mpi/winmpi/wmpl099b.zip (862941 bytes) WinMPI distribution including source code. Contains all files from the small distribution and the source code for the WinMPI libraries. Currently, compiling the WinMPI libraries and implementing MPI applications require Microsoft Visual C++ 1.5 or Borland C++ 3.1. /parallel/standards/mpi/winmpi/wmps099b.zip (518121 bytes) WinMPI distribution without source code. Contains libraries and header files for creating MPI applications, documentation and example programs are included. Message Passing Interface 2 (MPI-2) /parallel/teaching/ "HPC Teaching materials" /parallel/teaching/books/ Reference books /parallel/teaching/books/aspects-computational-science (4611 bytes) "Aspects of Computational Science" by Jaap Hollenberg A text book on high-performance computing edited by Aad van der Steen from the Academic Computer Centre in Utrecht and 8 other Dutch scientists in the field. Published by NCF, the Dutch National Computing Facilities Foundation. The book contains a course in the broad field of "high-performance computing", intended for students, graduate or post doctoral from universities and vocational high schools and for technical and research workers. The course is self contained but some global knowledge (e.g. of a high-level programming language) is assumed. The material can be used by lecturers in courses on computers, computer science or computational science, but can also be used by students directly without further guidance. "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/teaching/books/occam-books (2695 bytes) "Books about the occam language" /parallel/teaching/courses/ Teaching course materials /parallel/teaching/courses/hpf-uk-liverpool (3733 bytes) "High Performance Fortran (HPF) Courseware" by Dr A.C. Marshall As part of the JISC New Technologies Initiative NTI), the Computing Services Department at the University of Liverpool has developed a a number of seminars / courses in High Performance Fortran aimed at increasing user awareness of this new de-facto Fortran standard. These courses are available at and can be used for non-commercial gain. "The Application Visualisation System (AVS): An Advanced Course" by hpc-staff@mcc.ac.uk The Manchester and North High Performance Computing Training & Education Centre (MAN-T&EC) has developed an advanced course on AVS and covers extensively the topic of creating AVS modules to incorporate your own application code into the system. There is also an introductory course on AVS (above) and an introductory course on visualisation (below). 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, overheads, overhead notes, student workbook, module and data files. "Fortran 90 for Fortran 77 Programmers (Conversion Course)" by hpc-staff@mcc.ac.uk The Manchester and North High Performance Computing Training & Education Centre (MAN-T&EC) has developed a Fortran 90 course. 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, student notes, overheads, speakers notes, example programs and solutions. "High Performance Fortran" by hpc-staff@mcc.ac.uk The Manchester and North High Performance Computing Training & Education Centre (MAN-T&EC) has developed a HPF course. 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 overheads. "The Application Visualisation System (AVS): An Introductory Course" by hpc-staff@mcc.ac.uk The Manchester and North High Performance Computing Training & Education Centre (MAN-T&EC) has developed an introductory course on AVS, a system which allows users to visualise their data by constructing applications from a series of software components called modules. There are also courses on introduction to visualisation and an advanced AVS course (below). 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, overheads, overhead notes, student workbook and data files. "Courses on Visualisation in an HPC Environment" by hpc-staff@mcc.ac.uk The Manchester and North High Performance Computing Training & Education Centre (MAN-T&EC) has developed two courses on visualisation for HPC to learn the fundamental concepts, and then apply them to specific visualisation systems such as AVS, IBM DataExplorer, or Iris Explorer. There are also two courses on AVS (above). These courses are freely available to academics and have been developed for lecturers to pick up and use in their own lectures. The development of thes courses was funded under the JISC New Technologies Initiative. Materials available include: student notes, overheads and student overhead notes. "Introduction to Multithreaded Programming" by hpc-staff@mcc.ac.uk The Manchester and North High Performance Computing Training & Education Centre (MAN-T&EC) has developed a courses on using the multithreading paradigm for implementing parallel applications on shared memory multiprocessors. This one day course is targetted at individuals with no previous MT programming experience. Topics covered include: Parallel computing and multithreading; Multithreading basics; Creating and managing threads and Synchronising threads. 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: syllabus, overheads, speaker notes, student overhead notes, example programs and solutions. "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 (above) 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. "Introduction to Message Passing: Introductory Course" by hpc-staff@mcc.ac.uk The Manchester and North High Performance Computing Training & Education Centre (MAN-T&EC) has developed three courses on message passing paradigms which allows students to learn fundamental concepts, and then apply them to specific software libraries. The higher level courses are on PVM and MPI (below) These courses are freely available to academics and have been developed for lecturers to pick up and use in their own lectures. The development of thes courses was funded under the JISC New Technologies Initiative. Materials available include: course syllabus, overhead masters and speaker notes. "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 (above) 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. /parallel/teaching/courses/pvm-france-idris (3109 bytes) IDRIS ("Institut du De'veloppement et des Ressources en Informatique Scientifique"), national supercomputing center of CNRS ("Centre National de la Recherche Scientifique"), located in Orsay (near Paris) in France, give access to training material concerning PVM (manual and exercices) and Fortran 90. This material is copyrighted, but access is free. You can use it for your own education, or to help you to prepare your own training material, but you are not allowed to reuse it or a part of it without citation of institution, authors and version number. Note: All materials are in Francais. Creator: Denis Girou /parallel/teaching/hpctec/ UK High Performance Computing Training and Education Centers (HPC-TECs) There are five regional HPC Training and Education Centers (TECs) in the UK, listed below. "Northern Ireland HPC TEC (Queens)" "Wales HPC TEC (Cardiff)" "Edinburgh Parallel Computing Center HPC TEC" "Manchester and North HPC TEC" "SEL-HPC Consortium (London Parallel Applications Centre, the University of Greenwich, the University of Kent and ULCC) " /parallel/teaching/tltp/ UK TLTP Programme /parallel/teaching/tltp/hpcc (1208 bytes) Teaching and Learning Technology Programme (TLTP) Courseware in High Performance Computing at the University of Kent at Canterbury. See for the materials. /parallel/theory/ "Theoretical work - formal, taxonomies, on time." /parallel/theory/formal/ Formal models (BSP, CSP, ...) /parallel/theory/formal/bsp/ Bulk Synchronous Parallel (BSP) See also the articles on the SEL-HPC Article Archive about BSP at /parallel/theory/formal/bsp/bsp-model-valiant (13726 bytes) "Bulk-Synchronous Parallel (BSP) FAQs" by Benjamin Lian Summary of responses giving info on Les Valiant's BSP model. "Oxford BSP Toolset implementation of the Bulk Synchronous Parallel model" by Bob McLatchie , , Oxford Parallel, OUCL Wolfson Building, Parks Road, Oxford, OX1 3QD, England; Tel: +44 1865 273897; FAX: +44 1865 273819 A guide to currently available implementations and how to download them. "Oxford BSP Programming Environment" by Bob McLatchie , , Oxford Parallel, OUCL Wolfson Building, Parks Road, Oxford, OX1 3QD, England; Tel: +44 1865 273897; FAX: +44 1865 273819 A general introduction to the Toolset Summary of responses giving info on Les Valiant's Bulk-Synchronous Parallel (BSP) model. Creator: Benjamin Lian /parallel/theory/formal/csp/ Communicating Sequential Processes (CSP) /parallel/theory/formal/csp/jeremy-martin/ "The Design and Construction of Deadlock-Free Concurrent Systems" by Jeremy Martin , Oxford University Computing Services, 13 Banbury Road, Oxford, OX2 6NN, UK; Tel: 01865 273236 PhD Thesis, University of Buckingham, UK, 1996 PhD Thesis "The Design and Construction of Deadlock-Free Concurrent Systems" by Jeremy Martin jeremy.martin@oucs.ox.ac.uk, Oxford University Computing Services, 13 Banbury Road, Oxford, OX2 6NN, UK; Tel: 01865 273236. Entire thesis availble in one PostScript file and chapter-by-chapter. /parallel/theory/formal/csp/jeremy-martin/appendixa.ps.gz (27387 bytes) "Appendix A: Partial Orders" 134-135 (2 pages, 144-145) /parallel/theory/formal/csp/jeremy-martin/appendixb.ps.gz (37918 bytes) "Appendix B: Graphs and Digraphs" 136-141 (6 pages, 146-151) /parallel/theory/formal/csp/jeremy-martin/chapter1.ps.gz (71843 bytes) "Chapter 1. CSP and Deadlock" 5-33 (29 pages, 15-43) /parallel/theory/formal/csp/jeremy-martin/chapter2.ps.gz (85979 bytes) "Chapter 2. Design Rules for Deadlock Freedom" 34-61 (28 pages, 44-71) /parallel/theory/formal/csp/jeremy-martin/chapter3.ps.gz (108623 bytes) "Chapter 3. A Tool for Proving Deadlock-Freedom" 62-105 (44 pages, 72-115) /parallel/theory/formal/csp/jeremy-martin/chapter4.ps.gz (63203 bytes) "Chapter 4. Engineering Applications" 106-123 (18 pages, 116-133) /parallel/theory/formal/csp/jeremy-martin/conclusions.ps.gz (36914 bytes) "Conclusions and Directions for Future Work" 124-129 (6 pages, 134-139) /parallel/theory/formal/csp/jeremy-martin/frontispiece.ps.gz (30149 bytes) "Frontispiece" i-ix (10 pages, 1-10) /parallel/theory/formal/csp/jeremy-martin/introduction.html (10347 bytes) "Introduction" 1-4 (4 pages, 11-14) [HTML] /parallel/theory/formal/csp/jeremy-martin/introduction.ps.gz (33415 bytes) "Introduction" 1-4 (4 pages, 11-14) [gzipped PostScript] /parallel/theory/formal/csp/jeremy-martin/references.ps.gz (29376 bytes) "References" 130-133 (4 pages, 140-143) /parallel/theory/formal/csp/jeremy-martin/thesis.ps.gz (293238 bytes) "The Design and Construction of Deadlock-Free Concurrent Systems" by Jeremy Martin , Oxford University Computing Services, 13 Banbury Road, Oxford, OX2 6NN, UK; Tel: 01865 273236 PhD Thesis, University of Buckingham, UK, 1996 ABSTRACT: It is a difficult task to produce software which is guaranteed never to fail, but it is a vital goal for which to strive in many real-life situations. The problem is especially complex in the field of parallel programming, where there are extra things that can go wrong. A particularly serious problem is Here we consider how to construct systems which are guaranteed deadlock-free by design. Design rules, old and new, which eliminate deadlock are catalogued, and their theoretical foundation illuminated. Then the development a software engineering tool is described which proves deadlock-freedom by verifying adherence to these methods. Use of this tool is illustrated with several case studies. The thesis concludes with a discussion of related issues of parallel program reliability. The occam language /parallel/theory/formal/csp/references (2439 bytes) "References to "Communicating Sequential Processes" of C.A.R. Hoare" by comp.parallel moderator /parallel/theory/paradigms/ Programming paradigms /parallel/theory/paradigms/functional-programming/ Parallel Functional Programming "Skeletal Parallelism Homepage" by Murray Cole /parallel/theory/paradigms/object-oriented/ Parallel Object-Oriented Programming /parallel/theory/paradigms/object-oriented/pooma1995 (763 bytes) "1st Parallel Object-Oriented Methods and Applications (POOMA) Workshop Issues" by Ash Chowdappa A summary of the issues discussed at the first workshop on Parallel Object-Oriented Methods and Applications held in Santa Fe, NM, USA is available at /parallel/theory/taxonomies/ Taxonomical models /parallel/theory/time/ Time theoretical models /parallel/theory/time/global-virtual-time/ global-virtual-time /parallel/theory/time/global-virtual-time/refs (2057 bytes) References to GVT, Time Warp and other related papers. See (WARP group) for bibliographies on GVT. Creator: Rolf Schlagenhaft /parallel/tools/ "Tools - compilers, debuggers and editors." /parallel/tools/compilers/ "Compilers" See under the languages area for specific compilers. /parallel/tools/debuggers/ "Debuggers" /parallel/tools/debuggers/faq (2496 bytes) A very short summary of references to parallel debuggers. Creator: Anh Nguyen-Tuong "PRISM parallel debugger and visualization tool for serial, data parallel, and message passing programs." by Lisa Noordergraaf , PRISM was developed by Thinking Machines Corporation and has now been purchased by Sun as part of acquiring Globalworks PRISM provides an integrated graphical environment within which users can develop, execute, and debug programs. It provides an easy-to-use, flexible, and comprehensive set of tools for performing all aspects of serial, data parallel, and message-passing programming. Currently PRISM is available for the CM-5, and also for the new GlobalWorks System, an integrated cluster of Sun Workstations. Languages/libraries supported include HPF, MPI, PVM, C*, and CM-Fortran. See also /parallel/tools/editors/ "Editors (folding editors)" /parallel/tools/editors/emacs/ GNU Emacs lisp for occam and folding editors /parallel/tools/editors/emacs/folding-mode.el (61775 bytes) A folding minor-mode for emacs from an emacs lisp archive. Dated 93-06-8. Contributed by TERRENCE MONROE BRANNON Creator: Jamie Lokier /parallel/tools/editors/emacs/occam-mode.el (27192 bytes) An occam2 mode for GNU Emacs (19.3X or later) based on the work of Jesper Larsson Traff and Jared C. Saia (below). Changes are: Added: more reserved words/keywords, IMenu support (19.31+), font-lock support; Fixed `occam-comment-indent', enhanced hilit19 support and other minor fixes . Creator: Phil Nitschke /parallel/tools/editors/emacs/occam-mode.el.old (19313 bytes) A further improved version (8th December 1993) of an occam2 major mode for GNU emacs. The new changes are: 1) Added function occam-move-region which indents/unindents a block of text the number of spaces specified by a prefix argument 2) Added feature to always show the keyword in the current scope (similar to blink matching paren) when backspacing. 3) Added hillit functionality to occam mode (auto highlight of keywords, etc.) Requires emacs 19 or later to use this feature. Creator: Jared Saia /parallel/tools/editors/emacs/occam-mode.el.oldest (6531 bytes) OCCAM mode for GNU emacs including automatic capitalisation of keywords and indenting according to the occam rules. Written by Jesper Larsson Traff, DIKU autumn 1989. Compiler support for INMOS toolset using C-c C-c to run make and C-c C-e to step through errors added by David Beckett, UKC. [Emacs 18.58] /parallel/tools/editors/emacs/toolset-compile.el (12339 bytes) Simple modification of compile.el to parse the output of the INMOS toolset compilers and step through the error messages. Written by David Beckett, UKC. [Emacs 18.58] /parallel/tools/editors/folding-editors/ Various folding editors - editors that hide context of text by folding. Traditionally used on occam and transputer programs. /parallel/tools/editors/folding-editors/README.origami (9710 bytes) "Origami folding editor version 1.7.1 (UKC)" Has many improvements including many bug fixes, auto-saving, backup files, better browsing, backwards fold creation, fold creation now has a cancel, better display line. Includes Sparc SunOS 4.1.3 binary, source, key files and documentation. See README.origami for an overview. GNU Emacs lisp modes that provide folding and occam editting. "Origami for MS Windows 3.1 and MS Win95." By Elcom Ltd, Moscow. This is shareware but you can beta test it out for free if you tell them via email. /parallel/tools/editors/folding-editors/fe-mh/ "FE Folding Editor" FE Folding Editor. See also the design goals page at and the reference manual at /parallel/tools/editors/folding-editors/fe-mh/.nams-info/ .nams-info /parallel/tools/editors/folding-editors/fe-mh/.nams-info/status (104 bytes) status /parallel/tools/editors/folding-editors/fe-mh/.nams-info/status.new-14846 (0 bytes) status.new-14846 /parallel/tools/editors/folding-editors/fe-mh/ANNOUNCE (1490 bytes) FE 0.5 beta Announcement /parallel/tools/editors/folding-editors/fe-mh/README.html (3112 bytes) FE 0.5 beta README /parallel/tools/editors/folding-editors/fe-mh/fe-1.0.tar.gz (86197 bytes) fe-1.0.tar.gz /parallel/tools/editors/folding-editors/ori_lnx.tar.gz (158930 bytes) "Origami 2.0 for Linux i386" /parallel/tools/editors/folding-editors/winf.zip (87004 bytes) "F for MS Windows" Shareware version of F for Windows. It is also available for UNIX/X. /parallel/tools/editors/folding-editors/xterm-wrapper-4.0.tar.gz (18217 bytes) "Xterm Wrapper" X support for folding editors or other programs under X that require lots of function keys (unsupported). [gzipped tar] /parallel/tools/editors/folding-editors/xterm-wrapper-4.0.tar.Z (33568 bytes) "Xterm Wrapper" X support for folding editors or other programs under X that require lots of function keys (unsupported). [compressed tar] /parallel/tools/tools/ "Tools (Empty)" "Tools for Beowulf Clusters" by Putchong Uthayopas , The Parallel Research Group, Faculty of Engineering, Kasetsart University, Thailand are working on a set of Tools that help manage and use a Beowulf Cluster. This tool includes. 1. GUI Administrator tools that gear toward parallel cluster. System admin can firup screen from any node. Pick a set of node to submit collective operation. Shutdown, bootup any node. 2. Set of Parallel Unix Commands along the guideline of Parallel Tools Consortium /parallel/transputer/ "INMOS transputer material" /parallel/transputer/bibliographies/ Transputer journals, conference etc references Proceedings of the Australian occam and Transputer User Group (ATOUG) conferences 3-4. Proceedings of North American Transputer User Group (NATUG) conferences 1-6. 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 Proceedings of occam User Group (OUG) and World occam and Transputer User Group (WoTUG) conferences 7-16. /parallel/transputer/documentation/ Transputer documentation DS-Link interconnect documents Documents related to the occam parallel language /parallel/transputer/documentation/st020-450/ "SGS-Thomson ST020-450 Transputer Information" /parallel/transputer/documentation/st020-450/ST20450Buglist.htm (19282 bytes) "ST20450A Customer Bug List" /parallel/transputer/documentation/st020-450/T450BUG.SAM (48739 bytes) T450BUG.SAM /parallel/transputer/documentation/st020-450/T450Bug.txt (14319 bytes) "ST20450A Customer Bug List" /parallel/transputer/documentation/st020-450/T450bug.zip (24554 bytes) "T450 Bugs files (zipped)" Contains T450BUG.SAM, T450Bug.txt and ST20450Buglist.htm /parallel/transputer/documentation/st020-450/datasheets/ "ST020-450 datasheets" /parallel/transputer/documentation/st020-450/datasheets/st20450.ps.gz (873644 bytes) "SGS-Thomson ST020-450 Transputer Datasheet" 32 bit microprocessor - 32-bit CPU; 0-40 MHz processor clock; 32 MIPS at 40MHz; fast integer/bit operations; 16K on-chip SRAM; 160Mbytes/s max bandwidth; Programmable memory interface: 4 separately configurable regions, 8/16/32-bits wide, support for mixed memory, 2 cycle external access, support for page mode DRAM; Serial communications; 4 OS-Links - 5/10/20 Mbits/s Link0, 10/20 Mbits/s Link1-3; Event channel; Vectored interrupt subsystem- Fully prioritized interrupts, 8 levels of preemption, 500 ns response time; Power management - low power operation, power down mode; Professional toolset support - ANSI C compiler and libraries, INQUEST advanced debugging tools; Technology - 0 to 40 MHz processor clock, 0.5 micron process technology, 3V operation, V outputs/bi-directionals, 5V inputs, 208 pin PQFP package; Test Access Port. 106 pages. 4M uncompressed. /parallel/transputer/events/ Transputer events /parallel/transputer/events/T9000-systems-workshop/ Reports on the T9000 systems workshop held at UKC, England 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/transputer/events/T9000-systems-workshop/all-docs.tar.Z (27195 bytes) All the above documents - archived in a compressed tar file. /parallel/transputer/events/T9000-systems-workshop/benefits-of-comms-arch.doc (11888 bytes) 2. Benefits of Communication Architecture /parallel/transputer/events/T9000-systems-workshop/t9000-an-introduction.doc (8364 bytes) 1. Introduction to T9000 /parallel/transputer/events/T9000-systems-workshop/t9000-communications.doc (13760 bytes) 4. T9000 / C104 Communications: details and performance /parallel/transputer/events/T9000-systems-workshop/t9000-errors-in-systems.doc (7001 bytes) 5. Errors in Systems /parallel/transputer/events/T9000-systems-workshop/t9000-pipeline-and-memory-system.doc (12048 bytes) 3. Processor Pipeline and Cache Memory System /parallel/transputer/events/T9000-systems-workshop/t9000-questions-steve-doyle.doc (2515 bytes) 6. Questions to Steve Doyle of INMOS Marketing /parallel/transputer/events/T9000-systems-workshop/t9000-summary.doc (3944 bytes) 7. Summary of event /parallel/transputer/pictures/ Pictures of transputers /parallel/transputer/pictures/T9000-schematic.ps.Z (30225 bytes) Drawing of the schematic layout of the INMOS T9000 processor showing the functional units. /parallel/transputer/software/ Transputer software /parallel/transputer/software/NeXTstep/ Software for NeXTSTEP/Intel Transputer driver, iserver and pserver for NeXTSTEP/Intel by Nicolas Droux of Engineering School of Biel-Bienne, Computer Science Dpt, Switzerland. Supports B004 systems. Tested with D7205 and PACT-C v93.1. Latest version available from . /parallel/transputer/software/NeXTstep/NXTrans.tar.gz (180830 bytes) NeXTSTEP/Intel transputer driver Version 2.2. Allows B004 compatible Transputer systems to be used from NeXTSTEP running on Intel based computers. It has been tested with the INMOS D7205 occam toolkit and the PACT Parallel C v93.1 compiler. Contains versions of driver, iserver and pserver. Creator: Nicolas Droux [gzipped tar] /parallel/transputer/software/NeXTstep/NXTrans.README (1451 bytes) NeXTSTEP/Intel transputer driver Version 2.2. Allows B004 compatible Transputer systems to be used from NeXTSTEP running on Intel based computers. It has been tested with the INMOS D7205 occam toolkit and the PACT Parallel C v93.1 compiler. Contains versions of driver, iserver and pserver. Creator: Nicolas Droux [text] /parallel/transputer/software/NeXTstep/ispy_next.tar.gz (30372 bytes) ispy and mtest programs for NeXTSTEP/Intel. Developed by Andy Rabagliati and ported to NeXTSTEP by Nicolas Droux. ispy scouts out a transputer network of the T4/T8/T2/C004 family, and reports back processor type, boot link and speed, and connectivity. mtest uses this information to run memory tests, and memory speed tests, on all processors. Tested under NeXTSTEP 3.2 and 3.3. Contains isp, mtest, user manual and ispy protocol description. Creator: Nicolas Droux /parallel/transputer/software/OSes/ Transputer Operating Systems /parallel/transputer/software/OSes/minix/ MINIX Operating System MINIX for Transputers /parallel/transputer/software/OSes/minix/aachen/ MINIX by Michael Haardt at RWTH-Aachen /parallel/transputer/software/OSes/minix/aachen/examples/ "Transputer MINIX Examples" /parallel/transputer/software/OSes/minix/aachen/examples/dhrystone/ dhrystone /parallel/transputer/software/OSes/minix/aachen/examples/dhrystone/Makefile (1016 bytes) Makefile /parallel/transputer/software/OSes/minix/aachen/examples/dhrystone/T800.net (124 bytes) T800.net /parallel/transputer/software/OSes/minix/aachen/examples/dhrystone/dhry.h (18601 bytes) dhry.h /parallel/transputer/software/OSes/minix/aachen/examples/dhrystone/dhry_1.c (12263 bytes) dhry_1.c /parallel/transputer/software/OSes/minix/aachen/examples/dhrystone/dhry_2.c (5273 bytes) dhry_2.c /parallel/transputer/software/OSes/minix/aachen/examples/fractal-farm/ fractal-farm /parallel/transputer/software/OSes/minix/aachen/examples/fractal-farm/Farmnode.c (2082 bytes) Farmnode.c /parallel/transputer/software/OSes/minix/aachen/examples/fractal-farm/Farmroot.c (1465 bytes) Farmroot.c /parallel/transputer/software/OSes/minix/aachen/examples/fractal-farm/Lib.c (374 bytes) Lib.c /parallel/transputer/software/OSes/minix/aachen/examples/fractal-farm/Makefile (969 bytes) Makefile /parallel/transputer/software/OSes/minix/aachen/examples/fractal-farm/apple.pgm (300014 bytes) apple.pgm /parallel/transputer/software/OSes/minix/aachen/examples/fractal-farm/dowork.c (650 bytes) dowork.c /parallel/transputer/software/OSes/minix/aachen/examples/fractal-farm/getputwork.c (1312 bytes) getputwork.c /parallel/transputer/software/OSes/minix/aachen/examples/fractal-farm/lib.h (234 bytes) lib.h /parallel/transputer/software/OSes/minix/aachen/examples/fractal-farm/net (388 bytes) net /parallel/transputer/software/OSes/minix/aachen/examples/fractal-farm/res (55 bytes) res /parallel/transputer/software/OSes/minix/aachen/examples/fractal-farm/single (128 bytes) single /parallel/transputer/software/OSes/minix/aachen/examples/fractal-farm/work.h (290 bytes) work.h /parallel/transputer/software/OSes/minix/aachen/examples/fractal-single/ fractal-single /parallel/transputer/software/OSes/minix/aachen/examples/fractal-single/Makefile (318 bytes) Makefile /parallel/transputer/software/OSes/minix/aachen/examples/fractal-single/Makefile.old (383 bytes) Makefile.old /parallel/transputer/software/OSes/minix/aachen/examples/fractal-single/apple.T800 (12133 bytes) apple.T800 /parallel/transputer/software/OSes/minix/aachen/examples/fractal-single/apple.c (1191 bytes) apple.c /parallel/transputer/software/OSes/minix/aachen/examples/fractal-single/apple.pgm (100352 bytes) apple.pgm /parallel/transputer/software/OSes/minix/aachen/examples/fractal-single/net (125 bytes) net /parallel/transputer/software/OSes/minix/aachen/lcc/ "LCC - Transputer MINIX C Compiler" /parallel/transputer/software/OSes/minix/aachen/lcc/README (2023 bytes) README /parallel/transputer/software/OSes/minix/aachen/lcc/doc/ doc /parallel/transputer/software/OSes/minix/aachen/lcc/doc/assembler.ms (15828 bytes) assembler.ms /parallel/transputer/software/OSes/minix/aachen/lcc/doc/assembler.ps (29894 bytes) assembler.ps /parallel/transputer/software/OSes/minix/aachen/lcc/doc/backend.ms (19441 bytes) backend.ms /parallel/transputer/software/OSes/minix/aachen/lcc/doc/backend.ps (39122 bytes) backend.ps /parallel/transputer/software/OSes/minix/aachen/lcc/linux_2.0_intel.all/ linux_2.0_intel.all /parallel/transputer/software/OSes/minix/aachen/lcc/linux_2.0_intel.all/lcc.tar.gz (729539 bytes) lcc.tar.gz /parallel/transputer/software/OSes/minix/aachen/lcc/minix_1.7_tx.all/ minix_1.7_tx.all /parallel/transputer/software/OSes/minix/aachen/lcc/minix_1.7_tx.all/lcc.tar.gz (790942 bytes) lcc.tar.gz /parallel/transputer/software/OSes/minix/aachen/lcc/src/ src /parallel/transputer/software/OSes/minix/aachen/lcc/src/af_include.tz (1138 bytes) af_include.tz /parallel/transputer/software/OSes/minix/aachen/lcc/src/ar.tz (8528 bytes) ar.tz /parallel/transputer/software/OSes/minix/aachen/lcc/src/asld.tz (41549 bytes) asld.tz /parallel/transputer/software/OSes/minix/aachen/lcc/src/boot.tz (1502 bytes) boot.tz /parallel/transputer/software/OSes/minix/aachen/lcc/src/btl.tz (2056 bytes) btl.tz /parallel/transputer/software/OSes/minix/aachen/lcc/src/cpp.tz (95935 bytes) cpp.tz /parallel/transputer/software/OSes/minix/aachen/lcc/src/include.tz (72419 bytes) include.tz /parallel/transputer/software/OSes/minix/aachen/lcc/src/is_include.tz (1140 bytes) is_include.tz /parallel/transputer/software/OSes/minix/aachen/lcc/src/lcc-19.tz (119960 bytes) lcc-19.tz /parallel/transputer/software/OSes/minix/aachen/lcc/src/libc.tz (253901 bytes) libc.tz /parallel/transputer/software/OSes/minix/aachen/lcc/src/liblocale.tz (1422 bytes) liblocale.tz /parallel/transputer/software/OSes/minix/aachen/lcc/src/libm.tz (1956 bytes) libm.tz /parallel/transputer/software/OSes/minix/aachen/lcc/src/libsys.tz (13230 bytes) libsys.tz /parallel/transputer/software/OSes/minix/aachen/lcc/src/libtermcap.tz (2900 bytes) libtermcap.tz /parallel/transputer/software/OSes/minix/aachen/lcc/src/libv.tz (2051 bytes) libv.tz /parallel/transputer/software/OSes/minix/aachen/link/ "Transputer MINIX Linker" /parallel/transputer/software/OSes/minix/aachen/link/Makefile (275 bytes) Makefile /parallel/transputer/software/OSes/minix/aachen/link/diffs (1081 bytes) diffs /parallel/transputer/software/OSes/minix/aachen/link/link.c (31764 bytes) link.c /parallel/transputer/software/OSes/minix/aachen/link/link.h (7909 bytes) link.h /parallel/transputer/software/OSes/minix/aachen/minix/ "Transputer MINIX kernel" /parallel/transputer/software/OSes/minix/aachen/minix/0.gz (3674820 bytes) 0.gz /parallel/transputer/software/OSes/minix/aachen/minix/doc/ Documentation /parallel/transputer/software/OSes/minix/aachen/minix/doc/impnotes.mm (13428 bytes) Implementation notes Creator: Michale Haardt /parallel/transputer/software/OSes/minix/aachen/minix/doc/impnotes.ps (26502 bytes) impnotes.ps /parallel/transputer/software/OSes/minix/aachen/minix/doc/xdr.nts.ms (50319 bytes) xdr.nts.ms /parallel/transputer/software/OSes/minix/aachen/minix/doc/xdr.nts.ps (91447 bytes) xdr.nts.ps /parallel/transputer/software/OSes/minix/aachen/minix/doc/xdr.rfc.ms (33204 bytes) xdr.rfc.ms /parallel/transputer/software/OSes/minix/aachen/minix/doc/xdr.rfc.ps (57643 bytes) xdr.rfc.ps /parallel/transputer/software/OSes/minix/aachen/minix/mroff/ mroff /parallel/transputer/software/OSes/minix/aachen/minix/mroff/README (206 bytes) README /parallel/transputer/software/OSes/minix/aachen/minix/mroff/mroff-bin.tar.gz (70192 bytes) mroff-bin.tar.gz /parallel/transputer/software/OSes/minix/aachen/minix/mroff/mroff-src.tar.gz (107977 bytes) mroff-src.tar.gz /parallel/transputer/software/OSes/minix/aachen/minix/rootfs+kernel/ Root filing system and Kernel /parallel/transputer/software/OSes/minix/aachen/minix/rootfs+kernel/0.gz (840535 bytes) Root filing system /parallel/transputer/software/OSes/minix/aachen/minix/rootfs+kernel/README (4508 bytes) Instructions and copyrights for Transputer Minix Creator: Michael Haardt /parallel/transputer/software/OSes/minix/aachen/minix/rootfs+kernel/announcement-1 (2486 bytes) Creator: Andy Tanenbaum /parallel/transputer/software/OSes/minix/aachen/minix/rootfs+kernel/announcement-2 (730 bytes) Creator: Andy Tanenbaum /parallel/transputer/software/OSes/minix/aachen/minix/rootfs+kernel/announcement-3 (314 bytes) announcement-3 /parallel/transputer/software/OSes/minix/aachen/minix/rootfs+kernel/t414.btl (175785 bytes) MINIX bootable (iserver -sb t414.btl) for T414 processor /parallel/transputer/software/OSes/minix/aachen/minix/rootfs+kernel/t800.btl (187857 bytes) MINIX bootable (iserver -sb t800.btl) for T800 processor /parallel/transputer/software/OSes/minix/aachen/minix/t414.btl (175785 bytes) t414.btl /parallel/transputer/software/OSes/minix/aachen/minix/t800.btl (187857 bytes) t800.btl /parallel/transputer/software/OSes/minix/aachen/server.tar.gz (288619 bytes) "Transputer host programs - Iserver, Afserver, ispy, mtest" Programs needed to boot Transputer MINIX /parallel/transputer/software/OSes/minix/inmos/ MINIX by INMOS /parallel/transputer/software/OSes/minix/inmos/1.6.25/ Minix for Transputers v1.6.25 /parallel/transputer/software/OSes/minix/inmos/1.6.25/0.gz (124678 bytes) 0.gz /parallel/transputer/software/OSes/minix/inmos/1.6.25/CHANGES (2031 bytes) List of recent changes /parallel/transputer/software/OSes/minix/inmos/1.6.25/clock.server.gz (969 bytes) clock.gz /parallel/transputer/software/OSes/minix/inmos/1.6.25/fs.gz (17626 bytes) fs.gz /parallel/transputer/software/OSes/minix/inmos/1.6.25/hostfs.gz (3156 bytes) hostfs.gz /parallel/transputer/software/OSes/minix/inmos/1.6.25/idle.gz (43 bytes) idle.gz /parallel/transputer/software/OSes/minix/inmos/1.6.25/init.gz (3710 bytes) init.gz /parallel/transputer/software/OSes/minix/inmos/1.6.25/kernel.gz (9234 bytes) kernel.gz /parallel/transputer/software/OSes/minix/inmos/1.6.25/memory.gz (692 bytes) memory.gz /parallel/transputer/software/OSes/minix/inmos/1.6.25/minix.cf.gz (433 bytes) minix.cf.gz /parallel/transputer/software/OSes/minix/inmos/1.6.25/mm.gz (7869 bytes) mm.gz /parallel/transputer/software/OSes/minix/inmos/1.6.25/tty.server.gz (4586 bytes) tty.server.gz /parallel/transputer/software/OSes/minix/inmos/README (2785 bytes) Overview and installation docs by Stuart Menefy /parallel/transputer/software/OSes/minix/inmos/demo/ Minix demo (based on version 1.5.10.4) /parallel/transputer/software/OSes/minix/inmos/demo/0.gz (107769 bytes) 0.gz /parallel/transputer/software/OSes/minix/inmos/demo/boot.btl.gz (1302 bytes) boot.btl.gz /parallel/transputer/software/OSes/minix/inmos/demo/fs (32076 bytes) fs /parallel/transputer/software/OSes/minix/inmos/demo/init (4652 bytes) init /parallel/transputer/software/OSes/minix/inmos/demo/kernel.gz (15074 bytes) kernel.gz /parallel/transputer/software/OSes/minix/inmos/demo/minix.cf (123 bytes) minix.cf /parallel/transputer/software/OSes/minix/inmos/demo/mm (14432 bytes) mm /parallel/transputer/software/OSes/minix/inmos/demo/monitorl.gz (3740 bytes) monitorl.gz /parallel/transputer/software/OSes/minix/inmos/install.ps.Z (34824 bytes) Installation document /parallel/transputer/software/OSes/minix/inmos/newboot/ Boot monitor sources (to make boot.btl) /parallel/transputer/software/OSes/minix/inmos/newboot/boot-0.06.tar.gz (27631 bytes) boot V0.06 /parallel/transputer/software/OSes/minix/inmos/newboot/boot-0.08.tar.gz (28565 bytes) boot V0.08 /parallel/transputer/software/OSes/minix/inmos/newboot/boot-0.11.tar.gz (31401 bytes) boot V0.11 /parallel/transputer/software/OSes/minix/inmos/newboot/boot.btl.gz (1314 bytes) iserver bootable /parallel/transputer/software/OSes/minix/inmos/newboot/monitorl.gz (4578 bytes) monitorl.gz /parallel/transputer/software/apps/ Transputer applications /parallel/transputer/software/apps/mandel.zip (90784 bytes) "Mandelbrot program" From /parallel/transputer/software/apps/slalom.tar.Z (143362 bytes) "SLALOM benchmark" by Joao Paulo Kitajima Written by Michael Carter et al. of Ames Laboratory in C. Ported to INMOS C on a Transputers. /parallel/transputer/software/apps/tranfast.tar.Z (73823 bytes) "POV-Ray raytracer for Transputers" Requires INMOS C compiler and at least 4 T800s with 4M of memory. /parallel/transputer/software/compilers/ Transputer compilers /parallel/transputer/software/compilers/bcpl.tar.Z (558253 bytes) BCPL for T4/T8 transputers. It is the end product of a student third year project and hence caveats about quality apply. REQUIRES: a BCPL compiler (can compile itself if you have a transputer) Creator: Sean M Wykes , Dept. Electronics & Computer Science, University of Southampton, UK /parallel/transputer/software/compilers/fortran/ Fortran (f2c) /parallel/transputer/software/compilers/fortran/f2c/ Version 1.1 of the AT&T f2c FORTRAN 77 to C converter for transputers by Mark Debbage, Mark Hill, Southampton University, UK. REQUIRES: INMOS C toolset compiler (Dx214) and MSDOS or UNIX host. Version 1.1 of the AT&T f2c FORTRAN 77 to C converter for transputers. REQUIRES: INMOS C toolset compiler (Dx214) and MSDOS or UNIX host. From /parallel/transputer/software/compilers/fortran/f2c/.nams-info/ .nams-info /parallel/transputer/software/compilers/fortran/f2c/.nams-info/status (188 bytes) status /parallel/transputer/software/compilers/fortran/f2c/.nams-info/status.new-14553 (0 bytes) status.new-14553 /parallel/transputer/software/compilers/fortran/f2c/f2c.tar.Z (1222049 bytes) Source 'diffs' and binaries of Version 1.1 of f2c for transputers. /parallel/transputer/software/compilers/fortran/f2c/guide.ps.Z (26433 bytes) Documentation for version 1.1 ofthe f2c converter for transputers. /parallel/transputer/software/compilers/gcc/ gcc /parallel/transputer/software/compilers/gcc/pereslavl/ GCC 2.6.3 for transputers from University of Pereslavl, Russia GCC T800 backend (unofficial). See also Supported: code generation for most (all?) 32-bit transputers (t800, t805, t425, t9000, t450); asm_operands; floating point instructions (no opt). Unsupported: debugging. /parallel/transputer/software/compilers/gcc/pereslavl/.nams-info/ .nams-info /parallel/transputer/software/compilers/gcc/pereslavl/.nams-info/status (249 bytes) status /parallel/transputer/software/compilers/gcc/pereslavl/.nams-info/status.new-14683 (0 bytes) status.new-14683 /parallel/transputer/software/compilers/gcc/pereslavl/ANNOUNCE.gcc-t800 (1568 bytes) Announcement of GCC for T800 /parallel/transputer/software/compilers/gcc/pereslavl/README (962 bytes) Overview of files /parallel/transputer/software/compilers/gcc/pereslavl/README.T800 (10469 bytes) Transputer gcc backend overview. /parallel/transputer/software/compilers/gcc/pereslavl/gcc-2.7.2/ gcc 2.7.2 for transputer architecture (patches to GNU release) /parallel/transputer/software/compilers/gcc/pereslavl/gcc-2.7.2/.nams-info/ .nams-info /parallel/transputer/software/compilers/gcc/pereslavl/gcc-2.7.2/.nams-info/status (192 bytes) status /parallel/transputer/software/compilers/gcc/pereslavl/gcc-2.7.2/.nams-info/status.new-14683 (0 bytes) status.new-14683 /parallel/transputer/software/compilers/gcc/pereslavl/gcc-2.7.2/changes12 (124 bytes) "Changes in gcc-2.7.2-t800.12" /parallel/transputer/software/compilers/gcc/pereslavl/gcc-2.7.2/gcc-2.7.2-t800.12.dif.gz (135208 bytes) "gcc-2.7.2 for t800 (source diff from GNU source) V12" /parallel/transputer/software/compilers/gcc/pereslavl/gcc-2.7.2/patch12.gz (3269 bytes) "Patch from V11 to V12" /parallel/transputer/software/compilers/gcc/pereslavl/libs/ libs /parallel/transputer/software/compilers/gcc/pereslavl/libs/.nams-info/ .nams-info /parallel/transputer/software/compilers/gcc/pereslavl/libs/.nams-info/status (205 bytes) status /parallel/transputer/software/compilers/gcc/pereslavl/libs/.nams-info/status.new-14635 (0 bytes) status.new-14635 /parallel/transputer/software/compilers/gcc/pereslavl/libs/glibc-1.09.diff (8897 bytes) "Patch for GLIBC 1.09 for transputers" Completely untested. [text] /parallel/transputer/software/compilers/gcc/pereslavl/libs/README.glibc-1.09.diff (940 bytes) "Patch for GLIBC 1.09 for transputers" Completely untested. [text] /parallel/transputer/software/compilers/gcc/pereslavl/libs/libxputer-0.05.tar.gz (5118 bytes) "libxputer" A simple attempt to wrap all transputer architecture features into C functions. /parallel/transputer/software/compilers/gcc/pereslavl/ttools/ Transputer tools - assembler, linker, loader and auxiliary programs. /parallel/transputer/software/compilers/gcc/pereslavl/ttools/.nams-info/ .nams-info /parallel/transputer/software/compilers/gcc/pereslavl/ttools/.nams-info/status (169 bytes) status /parallel/transputer/software/compilers/gcc/pereslavl/ttools/.nams-info/status.new-14859 (0 bytes) status.new-14859 /parallel/transputer/software/compilers/gcc/pereslavl/ttools/ttools-2.0alpha35.tar.gz (238091 bytes) ttools-2.0alpha35.tar.gz /parallel/transputer/software/compilers/gcc/pereslavl/ttools/ttools-2.0beta2.tar.gz (206597 bytes) "Ttools V2.0 beta 2" A free package comprising assembler, linker, loader(s), and auxiliary programs intended for software development for transputers. It is designed to work with gcc-t800, a port of GNU C/C++ Compiler to transputers. /parallel/transputer/software/compilers/gcc/southampton/ GCC for Helios from University of Southampton, UK /parallel/transputer/software/compilers/gcc/southampton/gcc-helios-loop.c.Z (54780 bytes) Fixed version of loop.c.Z in above tar file. /parallel/transputer/software/compilers/gcc/southampton/gcc-helios-t8.tar.Z (2755177 bytes) GCC 1.35 ported to T800s running on HELIOS. It is the end product of a student third year project and hence caveats about quality apply. PLEASE NOTE: take the gcc-helios-loop.c.Z file below too since the loop.C.Z file in this file is corrupt. Creator: Nick Stephen , Department of Electronics and Computer Science, University of Southampton, England INMOS donated occam compilers (oc, TDS) 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/transputer/software/debuggers/ Transputer test and debugging programs (ispy) /parallel/transputer/software/debuggers/ispy/ ispy and mtest programs ISPY transputer network mapper and mtest transputer memory tester. See also /parallel/transputer/software/debuggers/ispy/.nams-info/ .nams-info /parallel/transputer/software/debuggers/ispy/.nams-info/status (483 bytes) status /parallel/transputer/software/debuggers/ispy/.nams-info/status.new-14631 (0 bytes) status.new-14631 /parallel/transputer/software/debuggers/ispy/ftest_old.zip (94920 bytes) ftest_old.zip /parallel/transputer/software/debuggers/ispy/ispy_dos.zip (70303 bytes) "ispy and mtest binaries for DOS" /parallel/transputer/software/debuggers/ispy/ispy_lx.zip (38393 bytes) "ispy and mtest binaries for Linux" Uses the driver from . by Christoph Niemann /parallel/transputer/software/debuggers/ispy/ispy_occ.zip (15638 bytes) "ispy occam sources" /parallel/transputer/software/debuggers/ispy/ispy_old.zip (38747 bytes) ispy_old.zip /parallel/transputer/software/debuggers/ispy/ispy_os2.zip (67239 bytes) "ispy and mtest binaries for OS/2" /parallel/transputer/software/debuggers/ispy/ispy_src.zip (33545 bytes) "ispy and mtest C sources" Includes occam sources as tables /parallel/transputer/software/debuggers/ispy/mtest_occ.zip (8480 bytes) "mtest occam sources" /parallel/transputer/software/debuggers/ispy/mtest_old.zip (29229 bytes) mtest_old.zip /parallel/transputer/software/debuggers/ispy/mtest_src.zip (10029 bytes) "mtest C sources" /parallel/transputer/software/disassemblers/ Transputer disassemblers /parallel/transputer/software/disassemblers/dasm/ "DASM T2, T4, T8, T9 Disassembler V1.30" by Andy Rabagliati /parallel/transputer/software/disassemblers/dasm/.nams-info/ .nams-info /parallel/transputer/software/disassemblers/dasm/.nams-info/status (136 bytes) status /parallel/transputer/software/disassemblers/dasm/.nams-info/status.new-14620 (0 bytes) status.new-14620 /parallel/transputer/software/disassemblers/dasm/dasm.html (4565 bytes) "Overview of DASM" /parallel/transputer/software/disassemblers/dasm/dasm.zip (7981 bytes) "DASM T2, T4, T8, T9 Disassembler V1.30" A transputer dis-assembler which dis-assembles file.hex or stdin to stdout, as from a hex file, from ilist -c or -h output or from a hex dump with addresses. See also /parallel/transputer/software/disassemblers/tdas10.readme (1738 bytes) Freely distributable disassembler for the INMOS T4xx, T2xx and T8xx transputer families written in (Borland) Pascal. Creator: Steffen Seeger [text] /parallel/transputer/software/disassemblers/tdas10.zip (22710 bytes) Freely distributable disassembler for the INMOS T4xx, T2xx and T8xx transputer families written in (Borland) Pascal. Creator: Steffen Seeger [(pk)zipped] /parallel/transputer/software/drivers/ drivers for transputer devices for various operating systems /parallel/transputer/software/drivers/freebsd/ Drivers for FreeBSD /parallel/transputer/software/drivers/freebsd/Announcement (1135 bytes) Announcement of FreeBSD B004 Transputer driver software From Creator: Luigi Rizzo /parallel/transputer/software/drivers/freebsd/README (1451 bytes) Overview of FreeBSD B004 Transputer driver software /parallel/transputer/software/drivers/freebsd/b004.c (14362 bytes) b004 kernal C source /parallel/transputer/software/drivers/freebsd/b004.h (3568 bytes) b004 kernal C header /parallel/transputer/software/drivers/freebsd/check (48048 bytes) INMOS check binary for Linux /parallel/transputer/software/drivers/freebsd/conf.patch (2219 bytes) Patch for conf.c (devices) /parallel/transputer/software/drivers/freebsd/ifs.tgz (46912 bytes) Iserver fs? "Transputers and Windows NT" by Michael Stevens NT drivers for B008 motherboards, associated tools and a few pointers. "Windows NT drivers for INMOS B004, B008" by Ingo Mohnen Work with NT4.0 at DOS prompt /parallel/transputer/software/drivers/linux/ Device-driver for using transputers in a LINUX box by Christoph Niemann (niemann@rubdv15.etdv.ruhr-uni-bochum.de) /parallel/transputer/software/drivers/linux/transputer-08b.tar.gz (117338 bytes) "Device-driver for B004/B008 Transputers for Linux Version 0.8b" by Christoph Niemann Works via an INMOS B004-compatible link-interface (most link-interfaces should support this mode because it works via simple io-instructions) Requires linux 1.2.X or above. Works up to 1.2.13 ELF and a.out. /parallel/transputer/software/emulators/ Transputer emulators /parallel/transputer/software/emulators/mac/ Emulators for Macintoshes /parallel/transputer/software/emulators/mac/announcement (3024 bytes) Announcement of T414 Emulator for Macintoshes written by Requires any mac (68K or PowerPC) with 2.5M of memory. Creator: Julian Highfield , Loughborough University, UK /parallel/transputer/software/emulators/mac/emulator1.01a.sit.hqx.gz (89177 bytes) "MAC Transputer Emulator V1.01a" by Julian Highfield , Loughborough University, UK A gzipped, xbinned, stuffit file. Various folding editors - editors that hide context of text by folding. Traditionally used on occam and transputer programs. /parallel/transputer/software/interpreters/ Transputer interpreters /parallel/transputer/software/interpreters/gnu-oaklisp/ "GNU Oaklisp" /parallel/transputer/software/interpreters/gnu-oaklisp/oakinmos.zip (1872945 bytes) "GNU Oaklisp for the Transputer" by Alexander Stuebinger and Barak Pearlmutter , . Beta release 1.00 of Oaklisp Byte-Code Emulator for the Transputer. Included are WinNT/Win95 and DOS4G executables and source code for compiling on unix. Under GNU GPL. [(pk)zipped] /parallel/transputer/software/interpreters/gnu-oaklisp/oakinmos.README (15679 bytes) "GNU Oaklisp for the Transputer" by Alexander Stuebinger and Barak Pearlmutter , . Beta release 1.00 of Oaklisp Byte-Code Emulator for the Transputer. Included are WinNT/Win95 and DOS4G executables and source code for compiling on unix. Under GNU GPL. [text] /parallel/transputer/software/iservers/ iservers - several different versions of the host software for INMOS toolset products /parallel/transputer/software/iservers/NXTrans.tar.gz (180830 bytes) NeXTSTEP/Intel transputer driver Version 2.2. Allows B004 compatible Transputer systems to be used from NeXTSTEP running on Intel based computers. It has been tested with the INMOS D7205 occam toolkit and the PACT Parallel C v93.1 compiler. Contains versions of driver, iserver and pserver. Creator: Nicolas Droux [gzipped tar] /parallel/transputer/software/iservers/NXTrans.README (1451 bytes) NeXTSTEP/Intel transputer driver Version 2.2. Allows B004 compatible Transputer systems to be used from NeXTSTEP running on Intel based computers. It has been tested with the INMOS D7205 occam toolkit and the PACT Parallel C v93.1 compiler. Contains versions of driver, iserver and pserver. Creator: Nicolas Droux [text] /parallel/transputer/software/iservers/etsa/ "Enhanced Transputer Server Architecture (ETSA)." by Brendan Murphy , University of Buckingham, UK This iserver system allows remote access to transputers using the TCP transport protocol for x86/MS-DOS and x86/SVR4.* platforms with B004-compatible transputer hardware. /parallel/transputer/software/iservers/etsa/HISTORY (2612 bytes) History of ETSA/EMTS. /parallel/transputer/software/iservers/etsa/README (3170 bytes) Overview and introduction to the Enhanced Transputer Server Architecture (ETSA. The system allows remote access to transputers using the TCP transport protocol for x86/MS-DOS and x86/SVR4.* platforms with B004-compatible transputer hardware. Creator: Brendan Murphy , University of Buckingham, UK /parallel/transputer/software/iservers/etsa/doc/ Documentation including overview paper presented at WTC94 in Como, Italy, September 1994. /parallel/transputer/software/iservers/etsa/doc/eserver.ps.gz (14436 bytes) Eserver documentation /parallel/transputer/software/iservers/etsa/doc/estub.ps.gz (11199 bytes) Estub documentation /parallel/transputer/software/iservers/etsa/doc/ewho.ps.gz (6369 bytes) Ewho documentation /parallel/transputer/software/iservers/etsa/doc/guide.ps.gz (126603 bytes) ETSA User Guide /parallel/transputer/software/iservers/etsa/doc/install.ps.gz (70135 bytes) ETSA Installation Guide /parallel/transputer/software/iservers/etsa/doc/wtc94.ps.gz (178124 bytes) "An Enhanced Transputer Server Architecture" by Brendan Murphy , Department of Computer Science, University of Buckingham, MK1EG, UK Presented at the WTC 94 conference in Como (Italy), September 1994. ABSTRACT: This paper describes an Enhanced Transputer Server Architecture (ETSA). The purpose of ETSA is to provide a more flexible and sophisticated environment for interacting with transputer systems than is provided by existing server models. ETSA is a network-based architecture that permits the usero f a transputer system to be remote from that system. ETSA supports arbitrary server communication protocols such as the iserver (SP) protocol and the afserver (AFS) protocol. This means that existing transputer software can run over ETSA without change. An additional ETSA server has been implemented that provides a number of enhancements to the Inmos iserver when supported by the underlying operating system. These enhancements include multi-threading, support for dynamic server extensions, and support for multiple X window pseudo-terminals. /parallel/transputer/software/iservers/etsa/etsa.tar.Z (2370749 bytes) ETSA 2.20 distribution of 10th August 1994 /parallel/transputer/software/iservers/filec.c-new (17036 bytes) A new version of the iserver file filec.c that allows it to transparently share files between PC's and UNIX hosts (suns). Creator: Jan Vorbrueggen [text] /parallel/transputer/software/iservers/filec.c-new.readme (2316 bytes) A new version of the iserver file filec.c that allows it to transparently share files between PC's and UNIX hosts (suns). Creator: Jan Vorbrueggen [text] /parallel/transputer/software/iservers/iserver-meiko-svcs.tar.Z (0 bytes) Program for Meiko SVCS/VCS software to provide an INMOS iserver service to a claimed network of transputers. /parallel/transputer/software/iservers/iserver.tar.Z (120373 bytes) INMOS Iserver for PC's, Suns etc with INMOS B0xx cards, helios, udp etc. With (optional) UKC modifications to allow swapping of / and \ as well as file debugging. /parallel/transputer/software/iservers/iserverv1.50v.tar.Z (183193 bytes) Latest version of INMOS Iserver for all host systems - PCs, UNIX etc. with different cards. /parallel/transputer/software/iservers/pcserver/ Iserver for PC's using a TCP/IP stack to provide a networked service. This directory contains the sources for PCserver, a network to transputer interface very similar in principle to the Inmos B300. PCSERVER has been developed by Luigi Rizzo (luigi@iet.unipi.it), Dipartimento di Ingegneria dell'Informazione: Informatica, Elettronica e delle Telecomunicazioni (IET), Universita' di Pisa, via Diotisalvi 2, 56126 PISA (ITALY) tel (+39) 50 568533 /parallel/transputer/software/iservers/pcserver/README (944 bytes) Details of server, by the author. /parallel/transputer/software/iservers/pcserver/afs920805.tar.Z (56882 bytes) A modified afserver which talks to PCserver. /parallel/transputer/software/iservers/pcserver/checkpcs.tar.Z (182840 bytes) The Inmos check program, modified to talk to pcserver. /parallel/transputer/software/iservers/pcserver/ifs921201.tar.Z (74917 bytes) A modified iserver which talks to PCserver. Inmos sources with an added device driver. /parallel/transputer/software/iservers/pcserver/lgwtcp.930215.tar.Z (137905 bytes) TCP/IP stack for server. /parallel/transputer/software/iservers/pcserver/pcs921023.tar.Z (272784 bytes) Complete sources for pcserver, plus all the libraries to recompile it, plus documentation. /parallel/transputer/software/iservers/wiserver-203.zip (670596 bytes) "MS Windows Iserver (WIServer) Version 2.03" by Mike Morgan Changes from version 2.02 to 2.03 are: 1 Increased the maximum packet size for both directions from 512 to 2048 bytes. 2 Added the CR/LF server option. Allows the action of CR and LF ASCII codes to be defined. 3 New text window style constants to allow flexible positioning of text windows. 4 New option to allow windows to interpret either WIServer or ANSI screen codes. 5 New default value for set_cmd_line in the initialisation file. 6 Improved the code for reading from standard input. Should allow C toolset programs to run. 7 Slight source change for compilation by Borland Pascal with Objects 7.0 8 Major and functional change for handling DLLs. sp.get.free.resources changed slightly as a result. (No more DLL index ranges) 9 Added new PROCs to the wiserver I/O library. PROC enter.real32, PROC enter.real64, PROC enter.int, PROC option.list, PROC message.box, PROC cancel.cancel (sic) and PROC read.binary. See dialog.btl in Demos for PROC option.list and PROC message.box. 10 Boot files >64K can now be booted. /parallel/transputer/software/iservers/wiserver-src.zip (602736 bytes) "Source to final version of WIserver" by Mike Morgan Mike has a new job that does not involve Transputers and hence is releasing the source code to the public domain. The source was provided by an ex-colleague of his, David Eastlake . Elcom Ltd, Moscom has versions of its Transputer Programming Environment for MS Windows 3.1, MS Windows 95 and Windows NT available here. That includes an iserver, MS Windows graphics library, MS DDE library, i860 library and origami folding editor for MS Windows. Win95 and Win3.1+Win32s lite shareware versions are available. /parallel/transputer/software/libraries/ Libraries for transputer /parallel/transputer/software/libraries/gmp-inmos-2.0.2.zip (453544 bytes) "GNU MP 2.0.2/ECM for the Inmos Transputer" A port of Torbjoern Granlund's GNU Multiple Precision Arithmetic Library, Edition 2.0.2 of June 1996 to the Inmos Transputer. The routines can be applied in parallel. The port was done by Alexander Stuebinger, includes a postscript manual and a port of ECM (Elliptic Curve Method) executable for integer factoring by Paul Zimmermann. See also: for ECM information. [(pk)zipped] /parallel/transputer/software/libraries/gmp-inmos-2.0.2.txt (7411 bytes) "GNU MP 2.0.2/ECM for the Inmos Transputer" A port of Torbjoern Granlund's GNU Multiple Precision Arithmetic Library, Edition 2.0.2 of June 1996 to the Inmos Transputer. The routines can be applied in parallel. The port was done by Alexander Stuebinger, includes a postscript manual and a port of ECM (Elliptic Curve Method) executable for integer factoring by Paul Zimmermann. See also: for ECM information. [text] /parallel/transputer/software/libraries/gmp-inmos-202patched.zip (1123492 bytes) "GNU MP 2.0.2/ECM (with patches) for the Inmos Transputer" A port of Torbjoern Granlund's GNU Multiple Precision Arithmetic Library, Edition 2.0.2 of June 1996 to the Inmos Transputer. The routines can be applied in parallel. The port was done by Alexander Stuebinger, includes a postscript manual and a port of ECM (Elliptic Curve Method) executable for integer factoring by Paul Zimmermann. See also: for ECM information. [(pk)zipped] /parallel/transputer/software/libraries/gmp-inmos-202patched.txt (7513 bytes) "GNU MP 2.0.2/ECM (with patches) for the Inmos Transputer" A port of Torbjoern Granlund's GNU Multiple Precision Arithmetic Library, Edition 2.0.2 of June 1996 to the Inmos Transputer. The routines can be applied in parallel. The port was done by Alexander Stuebinger, includes a postscript manual and a port of ECM (Elliptic Curve Method) executable for integer factoring by Paul Zimmermann. See also: for ECM information. [text] /parallel/transputer/software/utils/ Transputer Utilities /parallel/transputer/software/utils/mlabtrc1.zip (27589 bytes) "Transputer Communication Utilities for PC MATLAB" by Robert Shaw , Dept. of Electrical and Electronic Engineering, Nottingham Trent University, Burton Street, Nottingham, NG1 4BU, UK; Tel: 0115 9418 418 extn. 2695; FAX: 0115 9486 567 These routines are designed for use under MATLAB under Windows. There have been tested on MATLAB v4.2, and run under Windows v3.11 for Workgroups. Any communication with the author concerning these routines is welcomed. /parallel/transputer/software/utils/uchan/ UCHAN: Emulation of the INMOS C Transputer channel interface for UNIX /parallel/transputer/software/utils/uchan/uchan-0.1.tar.gz (8410 bytes) UCHAN version 0.1 sources Creator: Michael Bartmann /parallel/transputer/software/utils/uchan/uchan.announce (1992 bytes) Announcement of UCHAN-0.1 channel.h emulation for gcc on UNIX systems. Implements a subset of the INMOS C channel interface for UNIX hosts to run processes on multiple hosts. Creator: Michael Bartmann /parallel/transputer/software/utils/wintrans/ WinTrans: A graphical user interface library for Transputer systems under MS Windows by Robert Westendorp WinTrans is a graphical user interface library for Transputer systems. It features full MS-Windows support such as Pushbuttons, Radiobuttons, Checkboxes, Scrollbars and Editboxes etc. Furthermore there are dedicated objects for automation and process control like an Oscilloscope, Multimeter, Knob, Switch or Bargraphs. /parallel/transputer/software/utils/wintrans/announcement (1655 bytes) Announcement document. Creator: Robert Westendorp /parallel/transputer/software/utils/wintrans/wintrans.ps.gz (894889 bytes) "WINTRANS: Graphical User Interface Library for Transputer Systems V1.0" by Robert Westendorp 65 pages, 5138870 bytes ungzipped or unzipped. [gzipped PostScript] /parallel/transputer/software/utils/wintrans/wintrans.ps.zip (938362 bytes) "WINTRANS: Graphical User Interface Library for Transputer Systems V1.0" by Robert Westendorp 65 pages, 5138870 bytes ungzipped or unzipped. [(pk)zipped PostScript] /parallel/transputer/software/utils/wintrans/wintrans.zip (1082360 bytes) WINTRANS distribution. /parallel/vendors/ "Sellers of Transputer and other parallel computing stuff" /parallel/vendors/active-tools/ "Active Tools Inc." /parallel/vendors/active-tools/clustor (3510 bytes) "Announcement of Clustor(TM) - a software tool for distributing and managing computationally intensive tasks." See also /parallel/vendors/apr/ "Applied Parallel Research" See also the home page: ; the ftp sites: (US) and (Germany) or finger apri@ftp.infomall.org for more information. /parallel/vendors/apr/ProductInfo/ Product information from ftp site. /parallel/vendors/apr/ProductInfo/README (1052 bytes) Contents /parallel/vendors/apr/ProductInfo/dpf.man.txt (10233 bytes) FORGE Magic Distributed Memory Parallelizer dpf manual page /parallel/vendors/apr/ProductInfo/dpf_datasheet.txt (8125 bytes) FORGE Magic Distributed Memory Parallelizer dpf Datasheet /parallel/vendors/apr/ProductInfo/forge90_datasheet.txt (8813 bytes) Interactive FORGE 90 Parallelizer Datasheet /parallel/vendors/apr/ProductInfo/forgex_datasheet.txt (7258 bytes) FORGE Explorer Interactive Fortran Browser forgex Datasheet /parallel/vendors/apr/ProductInfo/magic_datasheet.txt (7273 bytes) FORGE Magic Automatic Parallelizers Intro Datasheet /parallel/vendors/apr/ProductInfo/news.txt (7074 bytes) Latest News from APR (November 1993) /parallel/vendors/apr/ProductInfo/pricing.txt (31 bytes) (nearly empty) /parallel/vendors/apr/ProductInfo/xhpf.man.txt (11160 bytes) FORGE Magic HPF Parallelizer xhpf manual page /parallel/vendors/apr/ProductInfo/xhpf_datasheet.txt (6580 bytes) FORGE Magic HPF Parallelizer xhpf Datasheet /parallel/vendors/apr/forge-for-intel (4019 bytes) Announcement of FORGE family of Fortran parallelization products for Intel SSD supercomputers: Intel Paragon and iPSC/860. Creator: N. Branan /parallel/vendors/apr/forge-release (1470 bytes) Announcement of new release of APR's FORGE Fortran Parallelization tools availble via anonymous ftp (license keys by phone,fax or email). Creator: FORGE Customer Support /parallel/vendors/apr/hpf-posix-threads (4169 bytes) Announcement of PThreads support with xHPF Creator: Richard Friedman /parallel/vendors/apr/xhpf2.1 (15051 bytes) Announcement of XHPF 2.1, High Performance Fortran (HPF) compiler. At this date, 5 July 1995, it is the first first HPF implementation to compile the NAS Parallel Benchmark (NPB) programs. Creator: Marc Baber /parallel/vendors/contacts (2041 bytes) "Contact addresses, phone numbers, fax numbers and email addresses" /parallel/vendors/cray/ "CRAY Inc" See also Cray's ftp site at . /parallel/vendors/cray/cray-cs64000.announcement (10507 bytes) Announcement of the CRAY CS64000 by Cray Research, Inc. /parallel/vendors/cray/cray-t3d.announcement (14881 bytes) Announcment of the CRAY T3D by Cray Research, Inc. Creator: Hugh Patrick /parallel/vendors/cray/fm-t3d (2312 bytes) "FM (Fast Messages) Library for the Cray T3D" by Vijay Karamcheti , Concurrent Systems Architecture Group, Department of Computer Science, University of Illinois at Urbana-Champaign, 1304 W. Springfield Avenue Urbana, IL 61801, USA; Tel: +1 (217) 244-7116 The FM library contains fast messaging primitives which exploit special features of the Cray T3D hardware to provide very low latency for short messages. FM provides an order of magnitude lower latency than Cray's PVM and achieves performance comparable to SHMEM get while providing a message-passing interface. Available from /parallel/vendors/elcom/ "ELCOM, Moscow Ltd" See also the Elcom Ltd Home Page at and the Elcom page at Alta at There is also FTP access available to the files in the USA at /parallel/vendors/elcom/origami/ Origami (folding editor) for Windows '95 or NT Version 3.0 Check out for any patches in /parallel/vendors/elcom/origami/origami4.txt (1017 bytes) "Origami Windows (folding editor) Version 4.0 notes" Describes details of Origami for Windows project, conditions of using, history of changes, where to get and how to apply patches, future plans etc. /parallel/vendors/elcom/origami/origami4.zip (555944 bytes) "Origami for Windows (folding editor) Version 4.0" Requires Windows'95 or Windows NT. This version is free for beta-testers, but those who wish to download and use it, need to follow the the instructions described in file origami4.txt - so, please read it first. /parallel/vendors/elcom/patches/ Patches This directory contains the patches in the following form: XXXtoYYY.zip (archive, XXXtoYYY.exe inside) The patch is a standard executable which updates Origami release XXX to release YYY, (first letter is month number - 9 for Sep, A for Oct etc.; next two letters indicate date of month) - this described in ORIGAMI.TXT. /parallel/vendors/elcom/patches/000to925.zip (69415 bytes) Patch for Origami for Windows from first release to 25th September 1995 release. /parallel/vendors/elcom/patches/925toa09.zip (72961 bytes) Patch for Origami for Windows from 25th September 1995 release to 9th October 1995 release. /parallel/vendors/elcom/patches/a09toc01.zip (107592 bytes) Patch for Origami for Windows from 9th October 1995 release to 1st December 1995 release. /parallel/vendors/elcom/patches/c01to110.zip (102082 bytes) Patch for Origami for Windows from 1st December 1995 release to 10th January 1996 release. /parallel/vendors/elcom/patches/originfo.txt (6584 bytes) Origami release history and notes /parallel/vendors/elcom/wserver/ Transputer Windows Servers for SGS-Thomson ANSI C Toolset. Versions for Windows 3.1, Windows 95 and Windows NT. Check out for any patches in /parallel/vendors/elcom/wserver/ws95l32.zip (912578 bytes) "Windows Server Package 95 (Lite)" The shareware version of WSP95 (some features are absent; windows library contains ~100 functions instead of ~210 in the full version). Works with INMOS ANSI C Toolset (IMSD7214) and B004/B008 compatible transputer boards under Windows 95 and Windows NT. Registration - $20. /parallel/vendors/elcom/wserver/ws95l32s.zip (854194 bytes) "Windows Server Package 95 (Lite) (for Win31 with Win32s)" The same package as above, but working under Windows 3.1 with Win32s (version 1.30 required - available from Microsoft or Elcom home page). Don't install it under Windows 95/NT! /parallel/vendors/elcom/wserver/wsp.txt (4149 bytes) Describes details of Windows Server project, limitations of this demo version, availability and facilities of commercial versions etc. /parallel/vendors/elcom/wserver/wsp.zip (620987 bytes) The working demo of Transputer Windows Server Package for INMOS ANSI C Toolset (requires Windows 3.1 or later). /parallel/vendors/elcom/wserver/wspprog1.zip (33601 bytes) "Windows Server Package 95 Programmer's Guide, part 1." /parallel/vendors/elcom/wserver/wspprog2.zip (65219 bytes) "Windows Server Package 95 Programmer's Guide, part 2." /parallel/vendors/elcom/wserver/wspref1.zip (86644 bytes) "Windows Server Package 95 Programmer's Reference, part 1." /parallel/vendors/elcom/wserver/wspref2.zip (41408 bytes) "Windows Server Package 95 Programmer's Reference, part 2." /parallel/vendors/elcom/wserver/wsprel.zip (6725 bytes) "Windows Server Package 95 Release Notes." /parallel/vendors/formal-systems/ "Formals Systems (Europe) Ltd" /parallel/vendors/formal-systems/fdr.announce (13575 bytes) Announcement of availaility of academic licences for FDR (Failures Divergence Refinement) tool. The distribution is available to educational institutions for a nominal media charge. It is a refinement checking tool for CSP. Creator: David Jackson /parallel/vendors/fujitsu/ "Fujitsu Inc." /parallel/vendors/fujitsu/ecmwf (3898 bytes) Announcement of Fujitsu computer for the European Centre For Medium-Range Weather Forecasts (ECMWF) Creator: Pierre Lagier /parallel/vendors/fujitsu/vpp300.announce (5679 bytes) Announcement of VPP300 Series of computers: from single-processor vector servers to large 16-processor systems. Creator: Clifford Chen /parallel/vendors/ibm/ "IBM Inc" /parallel/vendors/ibm/data-explorer-2.1 (7856 bytes) Announcement of new version (2.1) of the Data Explorer visualization software including a Symmetrical Multiprocessing (SMP) version. Now runs on DEC AXPs with OSF/1, Sun Solaris 2.3 as well as other major systems. Creator: David Wood /parallel/vendors/ibm/dx6000-dx-runtime (4151 bytes) Details of DX/Runtime - Run Time Visualization using DX/6000 developed by the STSS International Center HDSTC in Heidelberg, Germany. Contains modules that allow the user applications to be started dynamically from the Data Explorer/6000 and for communication with these applications using the PVM interface. Creator: Arthur Stein /parallel/vendors/ibm/ibmsp-usergroup (841 bytes) Details of SP User Group WWW page at Creator: Andy Pierce /parallel/vendors/index-0b.html (4901 bytes) index-0b.html /parallel/vendors/index-all.html (28393 bytes) index-all.html /parallel/vendors/index-cf.html (7010 bytes) index-cf.html /parallel/vendors/index-hm.html (6156 bytes) index-hm.html /parallel/vendors/index-np.html (6766 bytes) index-np.html /parallel/vendors/index-qu.html (8596 bytes) index-qu.html /parallel/vendors/inmos/ "INMOS Ltd." This area contains information on SGS-Thomson Microelectronics (formerly called INMOS). /parallel/vendors/inmos/T9000/ "T9000 processor" /parallel/vendors/inmos/T9000/T9000.ps.Z (36005 bytes) "The T9000 Transputer" by David May; Roger Shepherd and Peter Thompson. Inmos Limited, 1000 Aztec West, Almondsbury, Bristol BS12 4SQ, UK. ABSTRACT: The T9000 transputer integrates a complete computer in a single VLSI chip of over 2 million transistors. It contains 3 major subsysytems: a pipelined superscalar processor, a communications processor and a 16kbyte fully associative cache. In this paper we discuss some of the issues arising in the design of the T9000. /parallel/vendors/inmos/T9000/T9Q&A1 (6063 bytes) An ASCII document discussing some design issues /parallel/vendors/inmos/T9000/launch/ Articles from the launch of the T9000 in 1991 /parallel/vendors/inmos/T9000/launch/comms.doc (15363 bytes) T9000 Products Overview book part 6 : T9000 Links /parallel/vendors/inmos/T9000/launch/errsprot.doc (1845 bytes) T9000 Products Overview book part 4 : Protection and Error Handling /parallel/vendors/inmos/T9000/launch/intro.doc (8671 bytes) T9000 Products Overview book part 1 : Introduction /parallel/vendors/inmos/T9000/launch/launch.doc (16739 bytes) T9000 launch article from Electronic Engineering Times (Apr 22). /parallel/vendors/inmos/T9000/launch/multi.doc (4713 bytes) T9000 Products Overview book part 5 : Multiprocessing Support /parallel/vendors/inmos/T9000/launch/networks.doc (7117 bytes) T9000 Products Overview book part 7 : T9000 Network Communications /parallel/vendors/inmos/T9000/launch/othercms.doc (2097 bytes) T9000 Products Overview book part 8 : Communications Support Chips /parallel/vendors/inmos/T9000/launch/referen.doc (433 bytes) T9000 Products Overview book part 10 : References /parallel/vendors/inmos/T9000/launch/simple.doc (4287 bytes) T9000 Products Overview book part 3 : Simple Examples /parallel/vendors/inmos/T9000/launch/swnsys.doc (973 bytes) T9000 Products Overview book part 9 : Support Software and Systems /parallel/vendors/inmos/T9000/launch/t9000.doc (16521 bytes) T9000 Products Overview book part 2 : System Level Discussion /parallel/vendors/inmos/T9000/press.release (8179 bytes) An ASCII version of the T9000 launch statement /parallel/vendors/inmos/archive-server/ "INMOS archive server" Old materials - last updated May 1992. This area is *Depreciated* i.e. the things in this tree are being moved to be in the correct place by content. /parallel/vendors/inmos/archive-server/T9000/ T9000 Transputer Data /parallel/vendors/inmos/archive-server/T9000/comms.doc (15360 bytes) comms.doc /parallel/vendors/inmos/archive-server/T9000/eet_art (16734 bytes) eet_art /parallel/vendors/inmos/archive-server/T9000/errsprot.doc (6166 bytes) errsprot.doc /parallel/vendors/inmos/archive-server/T9000/intro.doc (8671 bytes) intro.doc /parallel/vendors/inmos/archive-server/T9000/multi.doc (15398 bytes) multi.doc /parallel/vendors/inmos/archive-server/T9000/networks.doc (16807 bytes) networks.doc /parallel/vendors/inmos/archive-server/T9000/othercms.doc (2096 bytes) othercms.doc /parallel/vendors/inmos/archive-server/T9000/referen.doc (432 bytes) referen.doc /parallel/vendors/inmos/archive-server/T9000/simple.doc (4286 bytes) simple.doc /parallel/vendors/inmos/archive-server/T9000/swnsys.doc (20299 bytes) swnsys.doc /parallel/vendors/inmos/archive-server/T9000/t9000.doc (22854 bytes) t9000.doc /parallel/vendors/inmos/archive-server/b016/ b016 /parallel/vendors/inmos/archive-server/b016/B016.FROM (8160 bytes) B016.FROM /parallel/vendors/inmos/archive-server/bulletin/ Selected software bulletins /parallel/vendors/inmos/archive-server/bulletin/b001.txt (637 bytes) b001.txt /parallel/vendors/inmos/archive-server/bulletin/b002.txt (324 bytes) b002.txt /parallel/vendors/inmos/archive-server/bulletin/b003.txt (187 bytes) b003.txt /parallel/vendors/inmos/archive-server/bulletin/b004.txt (1946 bytes) b004.txt /parallel/vendors/inmos/archive-server/bulletin/b004r.txt (848 bytes) b004r.txt /parallel/vendors/inmos/archive-server/bulletin/b005.txt (487 bytes) b005.txt /parallel/vendors/inmos/archive-server/bulletin/b006.txt (462 bytes) b006.txt /parallel/vendors/inmos/archive-server/bulletin/b007.txt (2806 bytes) b007.txt /parallel/vendors/inmos/archive-server/bulletin/b008.txt (180 bytes) b008.txt /parallel/vendors/inmos/archive-server/bulletin/b009.txt (1875 bytes) b009.txt /parallel/vendors/inmos/archive-server/bulletin/b010.txt (733 bytes) b010.txt /parallel/vendors/inmos/archive-server/bulletin/b011.txt (610 bytes) b011.txt /parallel/vendors/inmos/archive-server/bulletin/b012.txt (401 bytes) b012.txt /parallel/vendors/inmos/archive-server/bulletin/b013.txt (594 bytes) b013.txt /parallel/vendors/inmos/archive-server/bulletin/b014.txt (846 bytes) b014.txt /parallel/vendors/inmos/archive-server/bulletin/b015.txt (642 bytes) b015.txt /parallel/vendors/inmos/archive-server/bulletin/b016.txt (340 bytes) b016.txt /parallel/vendors/inmos/archive-server/bulletin/b017.txt (782 bytes) b017.txt /parallel/vendors/inmos/archive-server/bulletin/b018.txt (169 bytes) b018.txt /parallel/vendors/inmos/archive-server/bulletin/b019.txt (496 bytes) b019.txt /parallel/vendors/inmos/archive-server/bulletin/b020.txt (572 bytes) b020.txt /parallel/vendors/inmos/archive-server/bulletin/b021.txt (377 bytes) b021.txt /parallel/vendors/inmos/archive-server/bulletin/b022.txt (436 bytes) b022.txt /parallel/vendors/inmos/archive-server/bulletin/b023.txt (449 bytes) b023.txt /parallel/vendors/inmos/archive-server/bulletin/b024.txt (3565 bytes) b024.txt /parallel/vendors/inmos/archive-server/bulletin/b025.txt (1120 bytes) b025.txt /parallel/vendors/inmos/archive-server/bulletin/b026.txt (1799 bytes) b026.txt /parallel/vendors/inmos/archive-server/bulletin/b027.txt (688 bytes) b027.txt /parallel/vendors/inmos/archive-server/bulletin/b028.txt (1019 bytes) b028.txt /parallel/vendors/inmos/archive-server/bulletin/b029.txt (659 bytes) b029.txt /parallel/vendors/inmos/archive-server/bulletin/b030.txt (302 bytes) b030.txt /parallel/vendors/inmos/archive-server/bulletin/b031.txt (3024 bytes) b031.txt /parallel/vendors/inmos/archive-server/bulletin/b032.txt (425 bytes) b032.txt /parallel/vendors/inmos/archive-server/bulletin/b033.txt (387 bytes) b033.txt /parallel/vendors/inmos/archive-server/bulletin/b034.txt (204 bytes) b034.txt /parallel/vendors/inmos/archive-server/bulletin/b035.txt (452 bytes) b035.txt /parallel/vendors/inmos/archive-server/bulletin/b036.txt (345 bytes) b036.txt /parallel/vendors/inmos/archive-server/bulletin/b037.txt (630 bytes) b037.txt /parallel/vendors/inmos/archive-server/bulletin/b038.txt (1011 bytes) b038.txt /parallel/vendors/inmos/archive-server/bulletin/b039.txt (574 bytes) b039.txt /parallel/vendors/inmos/archive-server/bulletin/b040.txt (204 bytes) b040.txt /parallel/vendors/inmos/archive-server/bulletin/b041.txt (457 bytes) b041.txt /parallel/vendors/inmos/archive-server/bulletin/b042.txt (763 bytes) b042.txt /parallel/vendors/inmos/archive-server/bulletin/b043.txt (974 bytes) b043.txt /parallel/vendors/inmos/archive-server/bulletin/b044.txt (763 bytes) b044.txt /parallel/vendors/inmos/archive-server/bulletin/b045.txt (565 bytes) b045.txt /parallel/vendors/inmos/archive-server/bulletin/b046.txt (1112 bytes) b046.txt /parallel/vendors/inmos/archive-server/bulletin/b047.txt (326 bytes) b047.txt /parallel/vendors/inmos/archive-server/bulletin/b048.txt (925 bytes) b048.txt /parallel/vendors/inmos/archive-server/bulletin/b049.txt (372 bytes) b049.txt /parallel/vendors/inmos/archive-server/bulletin/b050.txt (434 bytes) b050.txt /parallel/vendors/inmos/archive-server/bulletin/b051.txt (617 bytes) b051.txt /parallel/vendors/inmos/archive-server/bulletin/b052.txt (2353 bytes) b052.txt /parallel/vendors/inmos/archive-server/bulletin/b053.txt (889 bytes) b053.txt /parallel/vendors/inmos/archive-server/bulletin/b054.txt (656 bytes) b054.txt /parallel/vendors/inmos/archive-server/bulletin/b055.txt (442 bytes) b055.txt /parallel/vendors/inmos/archive-server/bulletin/b056.txt (1834 bytes) b056.txt /parallel/vendors/inmos/archive-server/bulletin/b057.txt (757 bytes) b057.txt /parallel/vendors/inmos/archive-server/bulletin/b058.txt (334 bytes) b058.txt /parallel/vendors/inmos/archive-server/bulletin/b059.txt (555 bytes) b059.txt /parallel/vendors/inmos/archive-server/bulletin/b060.txt (445 bytes) b060.txt /parallel/vendors/inmos/archive-server/bulletin/b061.txt (280 bytes) b061.txt /parallel/vendors/inmos/archive-server/bulletin/b062.txt (679 bytes) b062.txt /parallel/vendors/inmos/archive-server/bulletin/b063.txt (277 bytes) b063.txt /parallel/vendors/inmos/archive-server/bulletin/b064.txt (1362 bytes) b064.txt /parallel/vendors/inmos/archive-server/bulletin/b065.txt (291 bytes) b065.txt /parallel/vendors/inmos/archive-server/bulletin/b066.txt (259 bytes) b066.txt /parallel/vendors/inmos/archive-server/bulletin/b067.txt (317 bytes) b067.txt /parallel/vendors/inmos/archive-server/bulletin/b068.txt (577 bytes) b068.txt /parallel/vendors/inmos/archive-server/bulletin/b069.txt (1322 bytes) b069.txt /parallel/vendors/inmos/archive-server/bulletin/b070.txt (345 bytes) b070.txt /parallel/vendors/inmos/archive-server/bulletin/b071.txt (566 bytes) b071.txt /parallel/vendors/inmos/archive-server/bulletin/b072.txt (627 bytes) b072.txt /parallel/vendors/inmos/archive-server/bulletin/b073.txt (757 bytes) b073.txt /parallel/vendors/inmos/archive-server/bulletin/b074.txt (255 bytes) b074.txt /parallel/vendors/inmos/archive-server/bulletin/b075.txt (245 bytes) b075.txt /parallel/vendors/inmos/archive-server/bulletin/b076.txt (310 bytes) b076.txt /parallel/vendors/inmos/archive-server/bulletin/b077.txt (413 bytes) b077.txt /parallel/vendors/inmos/archive-server/bulletin/b078.txt (553 bytes) b078.txt /parallel/vendors/inmos/archive-server/bulletin/b079.txt (280 bytes) b079.txt /parallel/vendors/inmos/archive-server/bulletin/b080.txt (297 bytes) b080.txt /parallel/vendors/inmos/archive-server/bulletin/b081.txt (340 bytes) b081.txt /parallel/vendors/inmos/archive-server/bulletin/b082.txt (1000 bytes) b082.txt /parallel/vendors/inmos/archive-server/bulletin/b083.txt (273 bytes) b083.txt /parallel/vendors/inmos/archive-server/bulletin/b084.txt (300 bytes) b084.txt /parallel/vendors/inmos/archive-server/bulletin/b085.txt (259 bytes) b085.txt /parallel/vendors/inmos/archive-server/bulletin/b086.txt (356 bytes) b086.txt /parallel/vendors/inmos/archive-server/bulletin/b087.txt (846 bytes) b087.txt /parallel/vendors/inmos/archive-server/bulletin/b088.txt (261 bytes) b088.txt /parallel/vendors/inmos/archive-server/bulletin/b089.txt (582 bytes) b089.txt /parallel/vendors/inmos/archive-server/bulletin/b090.txt (247 bytes) b090.txt /parallel/vendors/inmos/archive-server/bulletin/b091.txt (246 bytes) b091.txt /parallel/vendors/inmos/archive-server/bulletin/b092.txt (315 bytes) b092.txt /parallel/vendors/inmos/archive-server/bulletin/b093.txt (927 bytes) b093.txt /parallel/vendors/inmos/archive-server/bulletin/b094.txt (321 bytes) b094.txt /parallel/vendors/inmos/archive-server/bulletin/b095.txt (557 bytes) b095.txt /parallel/vendors/inmos/archive-server/bulletin/b096.txt (787 bytes) b096.txt /parallel/vendors/inmos/archive-server/bulletin/b097.txt (806 bytes) b097.txt /parallel/vendors/inmos/archive-server/bulletin/b098.txt (255 bytes) b098.txt /parallel/vendors/inmos/archive-server/bulletin/b099.txt (311 bytes) b099.txt /parallel/vendors/inmos/archive-server/bulletin/b100.txt (256 bytes) b100.txt /parallel/vendors/inmos/archive-server/bulletin/b1000.txt (10694 bytes) b1000.txt /parallel/vendors/inmos/archive-server/bulletin/b101.txt (484 bytes) b101.txt /parallel/vendors/inmos/archive-server/bulletin/b102.txt (268 bytes) b102.txt /parallel/vendors/inmos/archive-server/bulletin/b103.txt (294 bytes) b103.txt /parallel/vendors/inmos/archive-server/bulletin/b104.txt (394 bytes) b104.txt /parallel/vendors/inmos/archive-server/bulletin/b105.txt (287 bytes) b105.txt /parallel/vendors/inmos/archive-server/bulletin/b106.txt (271 bytes) b106.txt /parallel/vendors/inmos/archive-server/bulletin/b107.txt (337 bytes) b107.txt /parallel/vendors/inmos/archive-server/bulletin/b108.txt (367 bytes) b108.txt /parallel/vendors/inmos/archive-server/bulletin/b109.txt (323 bytes) b109.txt /parallel/vendors/inmos/archive-server/bulletin/b110.txt (359 bytes) b110.txt /parallel/vendors/inmos/archive-server/bulletin/b111.txt (303 bytes) b111.txt /parallel/vendors/inmos/archive-server/bulletin/b112.txt (405 bytes) b112.txt /parallel/vendors/inmos/archive-server/bulletin/b113.txt (409 bytes) b113.txt /parallel/vendors/inmos/archive-server/bulletin/b114.txt (407 bytes) b114.txt /parallel/vendors/inmos/archive-server/bulletin/b115.txt (500 bytes) b115.txt /parallel/vendors/inmos/archive-server/bulletin/b116.txt (398 bytes) b116.txt /parallel/vendors/inmos/archive-server/bulletin/b117.txt (585 bytes) b117.txt /parallel/vendors/inmos/archive-server/bulletin/b118.txt (647 bytes) b118.txt /parallel/vendors/inmos/archive-server/bulletin/b119.txt (380 bytes) b119.txt /parallel/vendors/inmos/archive-server/bulletin/b120.txt (335 bytes) b120.txt /parallel/vendors/inmos/archive-server/bulletin/b121.txt (235 bytes) b121.txt /parallel/vendors/inmos/archive-server/bulletin/b122.txt (388 bytes) b122.txt /parallel/vendors/inmos/archive-server/bulletin/b123.txt (452 bytes) b123.txt /parallel/vendors/inmos/archive-server/bulletin/b124.txt (323 bytes) b124.txt /parallel/vendors/inmos/archive-server/bulletin/b125.txt (392 bytes) b125.txt /parallel/vendors/inmos/archive-server/bulletin/b126.txt (382 bytes) b126.txt /parallel/vendors/inmos/archive-server/bulletin/b127.txt (576 bytes) b127.txt /parallel/vendors/inmos/archive-server/bulletin/b128.txt (482 bytes) b128.txt /parallel/vendors/inmos/archive-server/bulletin/b129.txt (348 bytes) b129.txt /parallel/vendors/inmos/archive-server/bulletin/b130.txt (327 bytes) b130.txt /parallel/vendors/inmos/archive-server/bulletin/b131.txt (305 bytes) b131.txt /parallel/vendors/inmos/archive-server/bulletin/b132.txt (238 bytes) b132.txt /parallel/vendors/inmos/archive-server/bulletin/b133.txt (329 bytes) b133.txt /parallel/vendors/inmos/archive-server/bulletin/b134.txt (686 bytes) b134.txt /parallel/vendors/inmos/archive-server/bulletin/b135.txt (475 bytes) b135.txt /parallel/vendors/inmos/archive-server/bulletin/b136.txt (722 bytes) b136.txt /parallel/vendors/inmos/archive-server/bulletin/b137.txt (540 bytes) b137.txt /parallel/vendors/inmos/archive-server/bulletin/b138.txt (281 bytes) b138.txt /parallel/vendors/inmos/archive-server/bulletin/b139.txt (389 bytes) b139.txt /parallel/vendors/inmos/archive-server/bulletin/b140.txt (451 bytes) b140.txt /parallel/vendors/inmos/archive-server/bulletin/b141.txt (678 bytes) b141.txt /parallel/vendors/inmos/archive-server/bulletin/b142.txt (682 bytes) b142.txt /parallel/vendors/inmos/archive-server/bulletin/b143.txt (344 bytes) b143.txt /parallel/vendors/inmos/archive-server/bulletin/b144.txt (357 bytes) b144.txt /parallel/vendors/inmos/archive-server/bulletin/b145.txt (382 bytes) b145.txt /parallel/vendors/inmos/archive-server/bulletin/b146.txt (370 bytes) b146.txt /parallel/vendors/inmos/archive-server/bulletin/b147.txt (373 bytes) b147.txt /parallel/vendors/inmos/archive-server/bulletin/b148.txt (322 bytes) b148.txt /parallel/vendors/inmos/archive-server/bulletin/b149.txt (362 bytes) b149.txt /parallel/vendors/inmos/archive-server/bulletin/b150.txt (298 bytes) b150.txt /parallel/vendors/inmos/archive-server/bulletin/b151.txt (425 bytes) b151.txt /parallel/vendors/inmos/archive-server/bulletin/b152.txt (358 bytes) b152.txt /parallel/vendors/inmos/archive-server/bulletin/b153.txt (425 bytes) b153.txt /parallel/vendors/inmos/archive-server/bulletin/b154.txt (463 bytes) b154.txt /parallel/vendors/inmos/archive-server/bulletin/b155.txt (372 bytes) b155.txt /parallel/vendors/inmos/archive-server/bulletin/b156.txt (446 bytes) b156.txt /parallel/vendors/inmos/archive-server/bulletin/b157.txt (397 bytes) b157.txt /parallel/vendors/inmos/archive-server/bulletin/b158.txt (446 bytes) b158.txt /parallel/vendors/inmos/archive-server/bulletin/b159.txt (344 bytes) b159.txt /parallel/vendors/inmos/archive-server/bulletin/b160.txt (428 bytes) b160.txt /parallel/vendors/inmos/archive-server/bulletin/b161.txt (447 bytes) b161.txt /parallel/vendors/inmos/archive-server/bulletin/b162.txt (491 bytes) b162.txt /parallel/vendors/inmos/archive-server/bulletin/b163.txt (355 bytes) b163.txt /parallel/vendors/inmos/archive-server/bulletin/b164.txt (515 bytes) b164.txt /parallel/vendors/inmos/archive-server/bulletin/b165.txt (298 bytes) b165.txt /parallel/vendors/inmos/archive-server/bulletin/b166.txt (572 bytes) b166.txt /parallel/vendors/inmos/archive-server/bulletin/b167.txt (368 bytes) b167.txt /parallel/vendors/inmos/archive-server/bulletin/b168.txt (254 bytes) b168.txt /parallel/vendors/inmos/archive-server/bulletin/b169.txt (328 bytes) b169.txt /parallel/vendors/inmos/archive-server/bulletin/b170.txt (502 bytes) b170.txt /parallel/vendors/inmos/archive-server/bulletin/b171.txt (379 bytes) b171.txt /parallel/vendors/inmos/archive-server/bulletin/b172.txt (385 bytes) b172.txt /parallel/vendors/inmos/archive-server/bulletin/b173.txt (360 bytes) b173.txt /parallel/vendors/inmos/archive-server/bulletin/b174.txt (328 bytes) b174.txt /parallel/vendors/inmos/archive-server/bulletin/b175.txt (512 bytes) b175.txt /parallel/vendors/inmos/archive-server/bulletin/b176.txt (349 bytes) b176.txt /parallel/vendors/inmos/archive-server/bulletin/b177.txt (292 bytes) b177.txt /parallel/vendors/inmos/archive-server/bulletin/b178.txt (486 bytes) b178.txt /parallel/vendors/inmos/archive-server/bulletin/b179.txt (383 bytes) b179.txt /parallel/vendors/inmos/archive-server/bulletin/b180.txt (416 bytes) b180.txt /parallel/vendors/inmos/archive-server/bulletin/b181.txt (412 bytes) b181.txt /parallel/vendors/inmos/archive-server/bulletin/b182.txt (487 bytes) b182.txt /parallel/vendors/inmos/archive-server/bulletin/b183.txt (328 bytes) b183.txt /parallel/vendors/inmos/archive-server/bulletin/b184.txt (531 bytes) b184.txt /parallel/vendors/inmos/archive-server/bulletin/b185.txt (373 bytes) b185.txt /parallel/vendors/inmos/archive-server/bulletin/b186.txt (482 bytes) b186.txt /parallel/vendors/inmos/archive-server/bulletin/b187.txt (400 bytes) b187.txt /parallel/vendors/inmos/archive-server/bulletin/b188.txt (348 bytes) b188.txt /parallel/vendors/inmos/archive-server/bulletin/b189.txt (383 bytes) b189.txt /parallel/vendors/inmos/archive-server/bulletin/b190.txt (375 bytes) b190.txt /parallel/vendors/inmos/archive-server/bulletin/b191.txt (404 bytes) b191.txt /parallel/vendors/inmos/archive-server/bulletin/b192.txt (317 bytes) b192.txt /parallel/vendors/inmos/archive-server/bulletin/b193.txt (281 bytes) b193.txt /parallel/vendors/inmos/archive-server/bulletin/b194.txt (355 bytes) b194.txt /parallel/vendors/inmos/archive-server/bulletin/b195.txt (320 bytes) b195.txt /parallel/vendors/inmos/archive-server/bulletin/b196.txt (319 bytes) b196.txt /parallel/vendors/inmos/archive-server/bulletin/b197.txt (280 bytes) b197.txt /parallel/vendors/inmos/archive-server/bulletin/b198.txt (328 bytes) b198.txt /parallel/vendors/inmos/archive-server/bulletin/b199.txt (313 bytes) b199.txt /parallel/vendors/inmos/archive-server/bulletin/b200.txt (386 bytes) b200.txt /parallel/vendors/inmos/archive-server/bulletin/b201.txt (557 bytes) b201.txt /parallel/vendors/inmos/archive-server/bulletin/b202.txt (389 bytes) b202.txt /parallel/vendors/inmos/archive-server/bulletin/b203.txt (316 bytes) b203.txt /parallel/vendors/inmos/archive-server/bulletin/b204.txt (814 bytes) b204.txt /parallel/vendors/inmos/archive-server/bulletin/b205.txt (1061 bytes) b205.txt /parallel/vendors/inmos/archive-server/bulletin/b206.txt (288 bytes) b206.txt /parallel/vendors/inmos/archive-server/bulletin/b207.txt (302 bytes) b207.txt /parallel/vendors/inmos/archive-server/bulletin/b208.txt (290 bytes) b208.txt /parallel/vendors/inmos/archive-server/bulletin/b209.txt (735 bytes) b209.txt /parallel/vendors/inmos/archive-server/bulletin/b210.txt (346 bytes) b210.txt /parallel/vendors/inmos/archive-server/bulletin/b211.txt (306 bytes) b211.txt /parallel/vendors/inmos/archive-server/bulletin/b212.txt (813 bytes) b212.txt /parallel/vendors/inmos/archive-server/bulletin/b213.txt (355 bytes) b213.txt /parallel/vendors/inmos/archive-server/bulletin/b214.txt (251 bytes) b214.txt /parallel/vendors/inmos/archive-server/bulletin/b215.txt (267 bytes) b215.txt /parallel/vendors/inmos/archive-server/bulletin/b216.txt (260 bytes) b216.txt /parallel/vendors/inmos/archive-server/bulletin/b217.txt (364 bytes) b217.txt /parallel/vendors/inmos/archive-server/bulletin/b218.txt (700 bytes) b218.txt /parallel/vendors/inmos/archive-server/bulletin/b219.txt (293 bytes) b219.txt /parallel/vendors/inmos/archive-server/bulletin/b220.txt (326 bytes) b220.txt /parallel/vendors/inmos/archive-server/bulletin/b221.txt (432 bytes) b221.txt /parallel/vendors/inmos/archive-server/bulletin/b222.txt (512 bytes) b222.txt /parallel/vendors/inmos/archive-server/bulletin/b223.txt (434 bytes) b223.txt /parallel/vendors/inmos/archive-server/bulletin/b224.txt (712 bytes) b224.txt /parallel/vendors/inmos/archive-server/bulletin/b225.txt (422 bytes) b225.txt /parallel/vendors/inmos/archive-server/bulletin/b226.txt (359 bytes) b226.txt /parallel/vendors/inmos/archive-server/bulletin/b227.txt (321 bytes) b227.txt /parallel/vendors/inmos/archive-server/bulletin/b228.txt (358 bytes) b228.txt /parallel/vendors/inmos/archive-server/bulletin/b229.txt (542 bytes) b229.txt /parallel/vendors/inmos/archive-server/bulletin/b230.txt (911 bytes) b230.txt /parallel/vendors/inmos/archive-server/bulletin/b231.txt (256 bytes) b231.txt /parallel/vendors/inmos/archive-server/bulletin/b232.txt (363 bytes) b232.txt /parallel/vendors/inmos/archive-server/bulletin/b233.txt (403 bytes) b233.txt /parallel/vendors/inmos/archive-server/bulletin/b234.txt (327 bytes) b234.txt /parallel/vendors/inmos/archive-server/bulletin/b235.txt (507 bytes) b235.txt /parallel/vendors/inmos/archive-server/bulletin/b236.txt (1123 bytes) b236.txt /parallel/vendors/inmos/archive-server/bulletin/b237.txt (386 bytes) b237.txt /parallel/vendors/inmos/archive-server/bulletin/b238.txt (278 bytes) b238.txt /parallel/vendors/inmos/archive-server/bulletin/b239.txt (238 bytes) b239.txt /parallel/vendors/inmos/archive-server/bulletin/b240.txt (718 bytes) b240.txt /parallel/vendors/inmos/archive-server/bulletin/b241.txt (537 bytes) b241.txt /parallel/vendors/inmos/archive-server/bulletin/b242.txt (324 bytes) b242.txt /parallel/vendors/inmos/archive-server/bulletin/b243.txt (362 bytes) b243.txt /parallel/vendors/inmos/archive-server/bulletin/b244.txt (464 bytes) b244.txt /parallel/vendors/inmos/archive-server/bulletin/b245.txt (331 bytes) b245.txt /parallel/vendors/inmos/archive-server/bulletin/b246.txt (426 bytes) b246.txt /parallel/vendors/inmos/archive-server/bulletin/b247.txt (419 bytes) b247.txt /parallel/vendors/inmos/archive-server/bulletin/b248.txt (440 bytes) b248.txt /parallel/vendors/inmos/archive-server/bulletin/b249.txt (371 bytes) b249.txt /parallel/vendors/inmos/archive-server/bulletin/b250.txt (386 bytes) b250.txt /parallel/vendors/inmos/archive-server/bulletin/b251.txt (361 bytes) b251.txt /parallel/vendors/inmos/archive-server/bulletin/b252.txt (491 bytes) b252.txt /parallel/vendors/inmos/archive-server/bulletin/b253.txt (408 bytes) b253.txt /parallel/vendors/inmos/archive-server/bulletin/b254.txt (319 bytes) b254.txt /parallel/vendors/inmos/archive-server/bulletin/b255.txt (395 bytes) b255.txt /parallel/vendors/inmos/archive-server/bulletin/b256.txt (400 bytes) b256.txt /parallel/vendors/inmos/archive-server/bulletin/b257.txt (434 bytes) b257.txt /parallel/vendors/inmos/archive-server/bulletin/b258.txt (558 bytes) b258.txt /parallel/vendors/inmos/archive-server/bulletin/b259.txt (1264 bytes) b259.txt /parallel/vendors/inmos/archive-server/bulletin/b260.txt (354 bytes) b260.txt /parallel/vendors/inmos/archive-server/bulletin/b261.txt (538 bytes) b261.txt /parallel/vendors/inmos/archive-server/bulletin/b262.txt (376 bytes) b262.txt /parallel/vendors/inmos/archive-server/bulletin/b263.txt (398 bytes) b263.txt /parallel/vendors/inmos/archive-server/bulletin/b264.txt (275 bytes) b264.txt /parallel/vendors/inmos/archive-server/bulletin/b265.txt (317 bytes) b265.txt /parallel/vendors/inmos/archive-server/bulletin/b266.txt (438 bytes) b266.txt /parallel/vendors/inmos/archive-server/bulletin/b267.txt (327 bytes) b267.txt /parallel/vendors/inmos/archive-server/bulletin/b268.txt (376 bytes) b268.txt /parallel/vendors/inmos/archive-server/bulletin/b269.txt (594 bytes) b269.txt /parallel/vendors/inmos/archive-server/bulletin/b270.txt (276 bytes) b270.txt /parallel/vendors/inmos/archive-server/bulletin/b271.txt (330 bytes) b271.txt /parallel/vendors/inmos/archive-server/bulletin/b272.txt (458 bytes) b272.txt /parallel/vendors/inmos/archive-server/bulletin/b273.txt (556 bytes) b273.txt /parallel/vendors/inmos/archive-server/bulletin/b274.txt (389 bytes) b274.txt /parallel/vendors/inmos/archive-server/bulletin/b275.txt (291 bytes) b275.txt /parallel/vendors/inmos/archive-server/bulletin/b276.txt (452 bytes) b276.txt /parallel/vendors/inmos/archive-server/bulletin/b277.txt (486 bytes) b277.txt /parallel/vendors/inmos/archive-server/bulletin/b278.txt (547 bytes) b278.txt /parallel/vendors/inmos/archive-server/bulletin/b279.txt (272 bytes) b279.txt /parallel/vendors/inmos/archive-server/bulletin/b280.txt (348 bytes) b280.txt /parallel/vendors/inmos/archive-server/bulletin/b281.txt (302 bytes) b281.txt /parallel/vendors/inmos/archive-server/bulletin/b282.txt (1214 bytes) b282.txt /parallel/vendors/inmos/archive-server/bulletin/b283.txt (539 bytes) b283.txt /parallel/vendors/inmos/archive-server/bulletin/b284.txt (462 bytes) b284.txt /parallel/vendors/inmos/archive-server/bulletin/b285.txt (496 bytes) b285.txt /parallel/vendors/inmos/archive-server/bulletin/b286.txt (490 bytes) b286.txt /parallel/vendors/inmos/archive-server/bulletin/b287.txt (486 bytes) b287.txt /parallel/vendors/inmos/archive-server/bulletin/b288.txt (574 bytes) b288.txt /parallel/vendors/inmos/archive-server/bulletin/b289.txt (407 bytes) b289.txt /parallel/vendors/inmos/archive-server/bulletin/b290.txt (417 bytes) b290.txt /parallel/vendors/inmos/archive-server/bulletin/b291.txt (236 bytes) b291.txt /parallel/vendors/inmos/archive-server/bulletin/b292.txt (425 bytes) b292.txt /parallel/vendors/inmos/archive-server/bulletin/b293.txt (505 bytes) b293.txt /parallel/vendors/inmos/archive-server/bulletin/b294.txt (1139 bytes) b294.txt /parallel/vendors/inmos/archive-server/bulletin/b295.txt (337 bytes) b295.txt /parallel/vendors/inmos/archive-server/bulletin/b296.txt (347 bytes) b296.txt /parallel/vendors/inmos/archive-server/bulletin/b297.txt (359 bytes) b297.txt /parallel/vendors/inmos/archive-server/bulletin/b298.txt (792 bytes) b298.txt /parallel/vendors/inmos/archive-server/bulletin/b299.txt (304 bytes) b299.txt /parallel/vendors/inmos/archive-server/bulletin/b300.txt (262 bytes) b300.txt /parallel/vendors/inmos/archive-server/bulletin/b301.txt (447 bytes) b301.txt /parallel/vendors/inmos/archive-server/bulletin/b302.txt (447 bytes) b302.txt /parallel/vendors/inmos/archive-server/bulletin/b303.txt (486 bytes) b303.txt Author-Email: Creator: CDPCV0::SUPPORT 8-JUN-1990 10:47:47.60 /parallel/vendors/inmos/archive-server/bulletin/b304.txt (516 bytes) b304.txt /parallel/vendors/inmos/archive-server/bulletin/b305.txt (428 bytes) b305.txt /parallel/vendors/inmos/archive-server/bulletin/b306.txt (541 bytes) b306.txt /parallel/vendors/inmos/archive-server/bulletin/b307.txt (369 bytes) b307.txt /parallel/vendors/inmos/archive-server/bulletin/b308.txt (515 bytes) b308.txt /parallel/vendors/inmos/archive-server/bulletin/b309.txt (464 bytes) b309.txt /parallel/vendors/inmos/archive-server/bulletin/b310.txt (702 bytes) b310.txt /parallel/vendors/inmos/archive-server/bulletin/b311.txt (880 bytes) b311.txt /parallel/vendors/inmos/archive-server/bulletin/b312.txt (1253 bytes) b312.txt /parallel/vendors/inmos/archive-server/bulletin/b313.txt (1113 bytes) b313.txt /parallel/vendors/inmos/archive-server/bulletin/b314.txt (719 bytes) b314.txt /parallel/vendors/inmos/archive-server/bulletin/b315.txt (12856 bytes) b315.txt /parallel/vendors/inmos/archive-server/bulletin/b316.txt (7202 bytes) b316.txt /parallel/vendors/inmos/archive-server/bulletin/b317.txt (592 bytes) b317.txt /parallel/vendors/inmos/archive-server/bulletin/b318.txt (1080 bytes) b318.txt /parallel/vendors/inmos/archive-server/bulletin/b319.txt (1291 bytes) b319.txt /parallel/vendors/inmos/archive-server/bulletin/b320.txt (360 bytes) b320.txt /parallel/vendors/inmos/archive-server/bulletin/b321.txt (465 bytes) b321.txt /parallel/vendors/inmos/archive-server/bulletin/b322.txt (426 bytes) b322.txt /parallel/vendors/inmos/archive-server/bulletin/b324.txt (3258 bytes) b324.txt /parallel/vendors/inmos/archive-server/bulletin/b325.txt (620 bytes) b325.txt /parallel/vendors/inmos/archive-server/bulletin/b326.txt (442 bytes) b326.txt /parallel/vendors/inmos/archive-server/bulletin/b327.txt (638 bytes) b327.txt /parallel/vendors/inmos/archive-server/bulletin/b328.txt (533 bytes) b328.txt /parallel/vendors/inmos/archive-server/bulletin/b329.txt (745 bytes) b329.txt /parallel/vendors/inmos/archive-server/bulletin/b330.txt (805 bytes) b330.txt /parallel/vendors/inmos/archive-server/bulletin/b331.txt (1511 bytes) b331.txt /parallel/vendors/inmos/archive-server/bulletin/b332.txt (345 bytes) b332.txt /parallel/vendors/inmos/archive-server/bulletin/b333.txt (349 bytes) b333.txt /parallel/vendors/inmos/archive-server/bulletin/b334.txt (978 bytes) b334.txt /parallel/vendors/inmos/archive-server/bulletin/b335.txt (22868 bytes) b335.txt /parallel/vendors/inmos/archive-server/bulletin/b336.txt (891 bytes) b336.txt /parallel/vendors/inmos/archive-server/bulletin/b337.txt (779 bytes) b337.txt /parallel/vendors/inmos/archive-server/bulletin/b338.txt (1331 bytes) b338.txt /parallel/vendors/inmos/archive-server/bulletin/b339.txt (272 bytes) b339.txt /parallel/vendors/inmos/archive-server/bulletin/b340.txt (251 bytes) b340.txt /parallel/vendors/inmos/archive-server/bulletin/b341.txt (453 bytes) b341.txt /parallel/vendors/inmos/archive-server/bulletin/b342.txt (2575 bytes) b342.txt /parallel/vendors/inmos/archive-server/bulletin/b343.txt (556 bytes) b343.txt /parallel/vendors/inmos/archive-server/bulletin/b344.txt (343 bytes) b344.txt /parallel/vendors/inmos/archive-server/bulletin/b345.txt (401 bytes) b345.txt /parallel/vendors/inmos/archive-server/bulletin/b346.txt (337 bytes) b346.txt /parallel/vendors/inmos/archive-server/bulletin/b347.txt (435 bytes) b347.txt /parallel/vendors/inmos/archive-server/bulletin/b348.txt (762 bytes) b348.txt /parallel/vendors/inmos/archive-server/bulletin/b349.txt (594 bytes) b349.txt /parallel/vendors/inmos/archive-server/bulletin/b350.txt (954 bytes) b350.txt /parallel/vendors/inmos/archive-server/bulletin/b351.txt (447 bytes) b351.txt /parallel/vendors/inmos/archive-server/bulletin/b352.txt (2181 bytes) b352.txt /parallel/vendors/inmos/archive-server/bulletin/b354.txt (429 bytes) b354.txt /parallel/vendors/inmos/archive-server/bulletin/b356.txt (1555 bytes) b356.txt /parallel/vendors/inmos/archive-server/bulletin/b357.txt (379 bytes) b357.txt /parallel/vendors/inmos/archive-server/bulletin/b358.txt (1445 bytes) b358.txt /parallel/vendors/inmos/archive-server/bulletin/b359.txt (4844 bytes) b359.txt /parallel/vendors/inmos/archive-server/bulletin/b360.txt (887 bytes) b360.txt /parallel/vendors/inmos/archive-server/bulletin/b364.txt (4179 bytes) b364.txt /parallel/vendors/inmos/archive-server/bulletin/b365.txt (431 bytes) b365.txt /parallel/vendors/inmos/archive-server/bulletin/b366.txt (700 bytes) b366.txt /parallel/vendors/inmos/archive-server/bulletin/b367.txt (2310 bytes) b367.txt /parallel/vendors/inmos/archive-server/bulletin/b367a.txt (443 bytes) b367a.txt /parallel/vendors/inmos/archive-server/bulletin/b368.txt (2505 bytes) b368.txt /parallel/vendors/inmos/archive-server/bulletin/b368a.txt (711 bytes) b368a.txt /parallel/vendors/inmos/archive-server/bulletin/b369.txt (179 bytes) b369.txt /parallel/vendors/inmos/archive-server/bulletin/b369a.txt (961 bytes) b369a.txt /parallel/vendors/inmos/archive-server/bulletin/b370.txt (1892 bytes) b370.txt /parallel/vendors/inmos/archive-server/bulletin/b371.txt (1406 bytes) b371.txt /parallel/vendors/inmos/archive-server/bulletin/b372.txt (1235 bytes) b372.txt /parallel/vendors/inmos/archive-server/bulletin/b373.txt (1019 bytes) b373.txt /parallel/vendors/inmos/archive-server/bulletin/b374.txt (2836 bytes) b374.txt /parallel/vendors/inmos/archive-server/bulletin/b375.txt (2876 bytes) b375.txt /parallel/vendors/inmos/archive-server/bulletin/b376.txt (380 bytes) b376.txt /parallel/vendors/inmos/archive-server/bulletin/b377.txt (581 bytes) b377.txt /parallel/vendors/inmos/archive-server/bulletin/b378.txt (944 bytes) b378.txt /parallel/vendors/inmos/archive-server/bulletin/b379.txt (382 bytes) b379.txt /parallel/vendors/inmos/archive-server/bulletin/b380.txt (9094 bytes) b380.txt /parallel/vendors/inmos/archive-server/bulletin/b383.txt (416 bytes) b383.txt /parallel/vendors/inmos/archive-server/bulletin/b384.txt (698 bytes) b384.txt /parallel/vendors/inmos/archive-server/bulletin/b385.txt (977 bytes) b385.txt /parallel/vendors/inmos/archive-server/bulletin/b386.txt (1272 bytes) b386.txt /parallel/vendors/inmos/archive-server/bulletin/b387.txt (2736 bytes) b387.txt /parallel/vendors/inmos/archive-server/bulletin/b388.txt (671 bytes) b388.txt /parallel/vendors/inmos/archive-server/bulletin/b389.txt (535 bytes) b389.txt /parallel/vendors/inmos/archive-server/bulletin/b390.txt (405 bytes) b390.txt /parallel/vendors/inmos/archive-server/bulletin/b391.txt (8018 bytes) b391.txt /parallel/vendors/inmos/archive-server/bulletin/b392.txt (865 bytes) Creator: Worldwide Software Support /parallel/vendors/inmos/archive-server/bulletin/b393.txt (462 bytes) b393.txt /parallel/vendors/inmos/archive-server/bulletin/b394.txt (514 bytes) b394.txt /parallel/vendors/inmos/archive-server/bulletins/ Other software bulletins [guess] /parallel/vendors/inmos/archive-server/bulletins/b004.txt (1921 bytes) b004.txt /parallel/vendors/inmos/archive-server/bulletins/b294.txt (1139 bytes) b294.txt /parallel/vendors/inmos/archive-server/bulletins/b301.txt (446 bytes) b301.txt /parallel/vendors/inmos/archive-server/bulletins/b302.txt (446 bytes) b302.txt /parallel/vendors/inmos/archive-server/bulletins/b303.txt (371 bytes) b303.txt /parallel/vendors/inmos/archive-server/bulletins/b304.txt (515 bytes) b304.txt /parallel/vendors/inmos/archive-server/bulletins/b305.txt (428 bytes) b305.txt /parallel/vendors/inmos/archive-server/bulletins/b306.txt (541 bytes) b306.txt /parallel/vendors/inmos/archive-server/bulletins/b307.txt (369 bytes) b307.txt /parallel/vendors/inmos/archive-server/bulletins/b308.txt (514 bytes) b308.txt /parallel/vendors/inmos/archive-server/bulletins/b309.txt (464 bytes) b309.txt /parallel/vendors/inmos/archive-server/bulletins/b310.txt (702 bytes) b310.txt /parallel/vendors/inmos/archive-server/bulletins/b311.txt (880 bytes) b311.txt /parallel/vendors/inmos/archive-server/bulletins/b312.txt (1253 bytes) b312.txt /parallel/vendors/inmos/archive-server/bulletins/b314.txt (719 bytes) b314.txt /parallel/vendors/inmos/archive-server/bulletins/b315.txt (12856 bytes) b315.txt /parallel/vendors/inmos/archive-server/bulletins/b316.txt (7202 bytes) b316.txt /parallel/vendors/inmos/archive-server/bulletins/b317.txt (592 bytes) b317.txt /parallel/vendors/inmos/archive-server/bulletins/b318.txt (1080 bytes) b318.txt /parallel/vendors/inmos/archive-server/bulletins/b319.txt (1291 bytes) b319.txt /parallel/vendors/inmos/archive-server/bulletins/b320.txt (360 bytes) b320.txt /parallel/vendors/inmos/archive-server/bulletins/b321.txt (465 bytes) b321.txt /parallel/vendors/inmos/archive-server/bulletins/b322.txt (426 bytes) b322.txt /parallel/vendors/inmos/archive-server/bulletins/b324.txt (3257 bytes) b324.txt /parallel/vendors/inmos/archive-server/bulletins/b325.txt (620 bytes) b325.txt /parallel/vendors/inmos/archive-server/bulletins/b326.txt (442 bytes) b326.txt /parallel/vendors/inmos/archive-server/bulletins/b327.txt (638 bytes) b327.txt /parallel/vendors/inmos/archive-server/bulletins/b328.txt (533 bytes) b328.txt /parallel/vendors/inmos/archive-server/bulletins/b329.txt (745 bytes) b329.txt /parallel/vendors/inmos/archive-server/bulletins/b330.txt (805 bytes) b330.txt /parallel/vendors/inmos/archive-server/bulletins/b331.txt (1511 bytes) b331.txt /parallel/vendors/inmos/archive-server/bulletins/b332.txt (345 bytes) b332.txt /parallel/vendors/inmos/archive-server/bulletins/b333.txt (349 bytes) b333.txt /parallel/vendors/inmos/archive-server/bulletins/b334.txt (978 bytes) b334.txt /parallel/vendors/inmos/archive-server/bulletins/b337.txt (779 bytes) b337.txt /parallel/vendors/inmos/archive-server/bulletins/b338.txt (1331 bytes) b338.txt /parallel/vendors/inmos/archive-server/bulletins/b343.txt (556 bytes) b343.txt /parallel/vendors/inmos/archive-server/catnip/ catnip /parallel/vendors/inmos/archive-server/catnip/2311.txt (4530 bytes) 2311.txt /parallel/vendors/inmos/archive-server/checkiris/ checkiris This is a very old version of check. There is a new version available with source in /parallel/vendors/inmos/archive-server/checkiris/check (138072 bytes) check /parallel/vendors/inmos/archive-server/checkiris/check2v0.doc (12126 bytes) check2v0.doc /parallel/vendors/inmos/archive-server/checkiris/ckmon (109532 bytes) ckmon /parallel/vendors/inmos/archive-server/checkiris/ftest (137488 bytes) ftest /parallel/vendors/inmos/archive-server/checkiris/load (96248 bytes) load /parallel/vendors/inmos/archive-server/checkiris/mtest (100404 bytes) mtest /parallel/vendors/inmos/archive-server/checkocc/ Occam Language Check Source (not needed for port) This is a very old version of check. There is a new version available with source in /parallel/vendors/inmos/archive-server/checkocc/boot.occ (2400 bytes) boot.occ /parallel/vendors/inmos/archive-server/checkocc/check16a.occ (13330 bytes) check16a.occ /parallel/vendors/inmos/archive-server/checkocc/check16b.occ (8734 bytes) check16b.occ /parallel/vendors/inmos/archive-server/checkocc/check32a.occ (11107 bytes) check32a.occ /parallel/vendors/inmos/archive-server/checkocc/check32b.occ (8752 bytes) check32b.occ /parallel/vendors/inmos/archive-server/checkocc/checklib.occ (1213 bytes) checklib.occ /parallel/vendors/inmos/archive-server/checkocc/mtest16.occ (13487 bytes) mtest16.occ /parallel/vendors/inmos/archive-server/checkocc/mtest32.occ (13243 bytes) mtest32.occ /parallel/vendors/inmos/archive-server/checkocc/pass16.occ (1033 bytes) pass16.occ /parallel/vendors/inmos/archive-server/checkocc/pass32.occ (1033 bytes) pass32.occ /parallel/vendors/inmos/archive-server/checkocc/peekpoke.occ (2346 bytes) peekpoke.occ /parallel/vendors/inmos/archive-server/checkocc/pp16.occ (454 bytes) pp16.occ /parallel/vendors/inmos/archive-server/checkocc/pp32.occ (458 bytes) pp32.occ /parallel/vendors/inmos/archive-server/checkocc/route16.occ (345 bytes) route16.occ /parallel/vendors/inmos/archive-server/checkocc/route32.occ (346 bytes) route32.occ /parallel/vendors/inmos/archive-server/checkocc/router.occ (8449 bytes) router.occ /parallel/vendors/inmos/archive-server/checkocc/test222a.occ (39140 bytes) test222a.occ /parallel/vendors/inmos/archive-server/checkocc/test222b.occ (28550 bytes) test222b.occ /parallel/vendors/inmos/archive-server/checkocc/test414a.occ (47690 bytes) test414a.occ /parallel/vendors/inmos/archive-server/checkocc/test425a.occ (47754 bytes) test425a.occ /parallel/vendors/inmos/archive-server/checkocc/test4k.occ (1449 bytes) test4k.occ /parallel/vendors/inmos/archive-server/checkocc/test800a.occ (47601 bytes) test800a.occ /parallel/vendors/inmos/archive-server/checkocc/test801a.occ (48217 bytes) test801a.occ /parallel/vendors/inmos/archive-server/checkocc/test80xa.occ (58019 bytes) test80xa.occ /parallel/vendors/inmos/archive-server/checkocc/test80xb.occ (34907 bytes) test80xb.occ /parallel/vendors/inmos/archive-server/checkocc/test80xc.occ (44549 bytes) test80xc.occ /parallel/vendors/inmos/archive-server/checkocc/test80xd.occ (40586 bytes) test80xd.occ /parallel/vendors/inmos/archive-server/checkocc/testt32a.occ (16032 bytes) testt32a.occ /parallel/vendors/inmos/archive-server/checkocc/testt32b.occ (19842 bytes) testt32b.occ /parallel/vendors/inmos/archive-server/checkocc/type16.occ (2119 bytes) type16.occ /parallel/vendors/inmos/archive-server/checkocc/type32.occ (3539 bytes) type32.occ /parallel/vendors/inmos/archive-server/checkpc/ CHECK programs for PC 'architecture' This is a very old version of check. There is a new version available with source in /parallel/vendors/inmos/archive-server/checkpc/change.log (6624 bytes) Change log for toolset /parallel/vendors/inmos/archive-server/checkpc/check.doc (9498 bytes) Documentation File for Check Program /parallel/vendors/inmos/archive-server/checkpc/check.exe (41661 bytes) Executable Check file /parallel/vendors/inmos/archive-server/checkpc/ckmon.doc (613 bytes) Documentation File for the Ckmon Program /parallel/vendors/inmos/archive-server/checkpc/ckmon.exe (34969 bytes) Transputer Debugger Monitor executable file /parallel/vendors/inmos/archive-server/checkpc/ftest.doc (272 bytes) Documentation File for Ftest Program /parallel/vendors/inmos/archive-server/checkpc/ftest.exe (97820 bytes) Transputer Functional Test executable file /parallel/vendors/inmos/archive-server/checkpc/load.doc (724 bytes) Documentation File for the Load Program /parallel/vendors/inmos/archive-server/checkpc/load.exe (30005 bytes) Transputer Loader executable file /parallel/vendors/inmos/archive-server/checkpc/mtest.doc (569 bytes) Documentation File for the Mtest Program /parallel/vendors/inmos/archive-server/checkpc/mtest.exe (31277 bytes) Transputer Memory Test executable file /parallel/vendors/inmos/archive-server/checkpc/protocol.doc (2556 bytes) Protocol Documenation Left by Check on net /parallel/vendors/inmos/archive-server/checksrc/ C CHECK source files containing everything needed to port check This is a very old version of check. There is a new version available with source in /parallel/vendors/inmos/archive-server/checksrc/alta.obj (2846 bytes) alta.obj /parallel/vendors/inmos/archive-server/checksrc/b004asm.asm (6979 bytes) b004asm.asm /parallel/vendors/inmos/archive-server/checksrc/b004link.c (5628 bytes) b004link.c /parallel/vendors/inmos/archive-server/checksrc/b008cmd.h (1301 bytes) b008cmd.h /parallel/vendors/inmos/archive-server/checksrc/b008link.c (4323 bytes) b008link.c /parallel/vendors/inmos/archive-server/checksrc/b011link.c (9785 bytes) b011link.c /parallel/vendors/inmos/archive-server/checksrc/b014link.c (3797 bytes) b014link.c /parallel/vendors/inmos/archive-server/checksrc/boot.h (8021 bytes) boot.h /parallel/vendors/inmos/archive-server/checksrc/change.log (6624 bytes) change.log /parallel/vendors/inmos/archive-server/checksrc/check.c (54720 bytes) check.c /parallel/vendors/inmos/archive-server/checksrc/check.doc (9498 bytes) check.doc /parallel/vendors/inmos/archive-server/checksrc/check16a.h (6773 bytes) check16a.h /parallel/vendors/inmos/archive-server/checksrc/check16b.h (6236 bytes) check16b.h /parallel/vendors/inmos/archive-server/checksrc/check32a.h (5868 bytes) check32a.h /parallel/vendors/inmos/archive-server/checksrc/check32b.h (6561 bytes) check32b.h /parallel/vendors/inmos/archive-server/checksrc/checklib.h (922 bytes) checklib.h /parallel/vendors/inmos/archive-server/checksrc/cklib.c (23050 bytes) cklib.c /parallel/vendors/inmos/archive-server/checksrc/cklib.h (4747 bytes) cklib.h /parallel/vendors/inmos/archive-server/checksrc/ckmon.c (25129 bytes) ckmon.c /parallel/vendors/inmos/archive-server/checksrc/ckmon.doc (613 bytes) ckmon.doc /parallel/vendors/inmos/archive-server/checksrc/entryfile (0 bytes) entryfile /parallel/vendors/inmos/archive-server/checksrc/files (638 bytes) files /parallel/vendors/inmos/archive-server/checksrc/ftest.c (9541 bytes) ftest.c /parallel/vendors/inmos/archive-server/checksrc/ftest.doc (272 bytes) ftest.doc /parallel/vendors/inmos/archive-server/checksrc/inmos.h (680 bytes) inmos.h /parallel/vendors/inmos/archive-server/checksrc/iserver.h (5104 bytes) iserver.h /parallel/vendors/inmos/archive-server/checksrc/link.h (389 bytes) link.h /parallel/vendors/inmos/archive-server/checksrc/load.c (10270 bytes) load.c /parallel/vendors/inmos/archive-server/checksrc/load.doc (724 bytes) load.doc /parallel/vendors/inmos/archive-server/checksrc/makefile (4460 bytes) makefile /parallel/vendors/inmos/archive-server/checksrc/mtest.c (16813 bytes) mtest.c /parallel/vendors/inmos/archive-server/checksrc/mtest.doc (569 bytes) mtest.doc /parallel/vendors/inmos/archive-server/checksrc/mtest16.h (8282 bytes) mtest16.h /parallel/vendors/inmos/archive-server/checksrc/mtest32.h (8448 bytes) mtest32.h /parallel/vendors/inmos/archive-server/checksrc/opcodes.h (2710 bytes) opcodes.h /parallel/vendors/inmos/archive-server/checksrc/peek.h (1133 bytes) peek.h /parallel/vendors/inmos/archive-server/checksrc/pp16.h (5645 bytes) pp16.h /parallel/vendors/inmos/archive-server/checksrc/pp32.h (6801 bytes) pp32.h /parallel/vendors/inmos/archive-server/checksrc/protocol.doc (2556 bytes) protocol.doc /parallel/vendors/inmos/archive-server/checksrc/readcfb.h (628 bytes) readcfb.h /parallel/vendors/inmos/archive-server/checksrc/route16.h (4059 bytes) route16.h /parallel/vendors/inmos/archive-server/checksrc/route32.h (4414 bytes) route32.h /parallel/vendors/inmos/archive-server/checksrc/s386link.c (4237 bytes) s386link.c /parallel/vendors/inmos/archive-server/checksrc/screen.c (549 bytes) screen.c /parallel/vendors/inmos/archive-server/checksrc/screen.h (161 bytes) screen.h /parallel/vendors/inmos/archive-server/checksrc/test222a.h (9922 bytes) test222a.h /parallel/vendors/inmos/archive-server/checksrc/test222b.h (9899 bytes) test222b.h /parallel/vendors/inmos/archive-server/checksrc/test414a.h (10572 bytes) test414a.h /parallel/vendors/inmos/archive-server/checksrc/test425a.h (10529 bytes) test425a.h /parallel/vendors/inmos/archive-server/checksrc/test4k.h (1574 bytes) test4k.h /parallel/vendors/inmos/archive-server/checksrc/test800a.h (10635 bytes) test800a.h /parallel/vendors/inmos/archive-server/checksrc/test801a.h (11076 bytes) test801a.h /parallel/vendors/inmos/archive-server/checksrc/test80xa.h (16810 bytes) test80xa.h /parallel/vendors/inmos/archive-server/checksrc/test80xb.h (16136 bytes) test80xb.h /parallel/vendors/inmos/archive-server/checksrc/test80xc.h (19392 bytes) test80xc.h /parallel/vendors/inmos/archive-server/checksrc/test80xd.h (17104 bytes) test80xd.h /parallel/vendors/inmos/archive-server/checksrc/testcode.h (840 bytes) testcode.h /parallel/vendors/inmos/archive-server/checksrc/testt2.c (1351 bytes) testt2.c /parallel/vendors/inmos/archive-server/checksrc/testt32.c (1583 bytes) testt32.c /parallel/vendors/inmos/archive-server/checksrc/testt32a.h (9458 bytes) testt32a.h /parallel/vendors/inmos/archive-server/checksrc/testt32b.h (7254 bytes) testt32b.h /parallel/vendors/inmos/archive-server/checksrc/testt414.c (912 bytes) testt414.c /parallel/vendors/inmos/archive-server/checksrc/testt425.c (906 bytes) testt425.c /parallel/vendors/inmos/archive-server/checksrc/testt800.c (908 bytes) testt800.c /parallel/vendors/inmos/archive-server/checksrc/testt801.c (908 bytes) testt801.c /parallel/vendors/inmos/archive-server/checksrc/testt80x.c (2276 bytes) testt80x.c /parallel/vendors/inmos/archive-server/checksrc/type16.h (1977 bytes) type16.h /parallel/vendors/inmos/archive-server/checksrc/type32.h (2709 bytes) type32.h /parallel/vendors/inmos/archive-server/checksrc/udplink.c (25489 bytes) udplink.c /parallel/vendors/inmos/archive-server/checksrc/udplink.h (2108 bytes) udplink.h /parallel/vendors/inmos/archive-server/checksun3/ CHECK programs for the sun3 architecture This is a very old version of check. There is a new version available with source in /parallel/vendors/inmos/archive-server/checksun3/check (57344 bytes) check /parallel/vendors/inmos/archive-server/checksun3/check.doc (9498 bytes) check.doc /parallel/vendors/inmos/archive-server/checksun3/ckmon (49152 bytes) ckmon /parallel/vendors/inmos/archive-server/checksun3/ckmon.doc (613 bytes) ckmon.doc /parallel/vendors/inmos/archive-server/checksun3/ftest (65536 bytes) ftest /parallel/vendors/inmos/archive-server/checksun3/ftest.doc (272 bytes) ftest.doc /parallel/vendors/inmos/archive-server/checksun3/load (32768 bytes) load /parallel/vendors/inmos/archive-server/checksun3/load.doc (724 bytes) load.doc /parallel/vendors/inmos/archive-server/checksun3/mtest (32768 bytes) mtest /parallel/vendors/inmos/archive-server/checksun3/mtest.doc (569 bytes) mtest.doc /parallel/vendors/inmos/archive-server/checksun3/protocol.doc (2556 bytes) protocol.doc /parallel/vendors/inmos/archive-server/checksun386i/ CHECK programs for the sun386i architecture This is a very old version of check. There is a new version available with source in /parallel/vendors/inmos/archive-server/checksun386i/check (51652 bytes) check /parallel/vendors/inmos/archive-server/checksun386i/check.doc (9498 bytes) check.doc /parallel/vendors/inmos/archive-server/checksun386i/ckmon (38816 bytes) ckmon /parallel/vendors/inmos/archive-server/checksun386i/ckmon.doc (613 bytes) ckmon.doc /parallel/vendors/inmos/archive-server/checksun386i/ftest (59750 bytes) ftest /parallel/vendors/inmos/archive-server/checksun386i/ftest.doc (272 bytes) ftest.doc /parallel/vendors/inmos/archive-server/checksun386i/load (30181 bytes) load /parallel/vendors/inmos/archive-server/checksun386i/load.doc (724 bytes) load.doc /parallel/vendors/inmos/archive-server/checksun386i/mtest (30257 bytes) mtest /parallel/vendors/inmos/archive-server/checksun386i/mtest.doc (569 bytes) mtest.doc /parallel/vendors/inmos/archive-server/checksun386i/protocol.doc (2556 bytes) protocol.doc /parallel/vendors/inmos/archive-server/checksun4/ CHECK programs for the sun4 architecture This is a very old version of check. There is a new version available with source in /parallel/vendors/inmos/archive-server/checksun4/change.log (6624 bytes) Changes /parallel/vendors/inmos/archive-server/checksun4/check (57344 bytes) Sun4 Version of Check program /parallel/vendors/inmos/archive-server/checksun4/check.doc (9498 bytes) Documentation for Check program /parallel/vendors/inmos/archive-server/checksun4/ckmon (49152 bytes) Transputer Debugger Monitor Executable File /parallel/vendors/inmos/archive-server/checksun4/ckmon.doc (613 bytes) Documentation for ckmon program /parallel/vendors/inmos/archive-server/checksun4/ftest (73728 bytes) Transputer Functional Test Executable File /parallel/vendors/inmos/archive-server/checksun4/ftest.doc (272 bytes) Documentation for ftest program /parallel/vendors/inmos/archive-server/checksun4/load (40960 bytes) Transputer Loader Executable File /parallel/vendors/inmos/archive-server/checksun4/load.doc (724 bytes) Documentation for load program /parallel/vendors/inmos/archive-server/checksun4/mtest (40960 bytes) Transputer Memory Test Executable File /parallel/vendors/inmos/archive-server/checksun4/mtest.doc (569 bytes) Documentation for mtest program /parallel/vendors/inmos/archive-server/checksun4/protocol.doc (2556 bytes) Documentation on protocol used by check /parallel/vendors/inmos/archive-server/cprot/ Processor which generates C communications code from occam source /parallel/vendors/inmos/archive-server/cprot/b004link.c (5485 bytes) b004link.c /parallel/vendors/inmos/archive-server/cprot/cprot (90112 bytes) cprot /parallel/vendors/inmos/archive-server/cprot/cprot.btl (86859 bytes) cprot.btl /parallel/vendors/inmos/archive-server/cprot/cprot.doc (7098 bytes) cprot.doc /parallel/vendors/inmos/archive-server/cprot/cprot.exe (62876 bytes) cprot.exe /parallel/vendors/inmos/archive-server/cprot/inmos.h (919 bytes) inmos.h /parallel/vendors/inmos/archive-server/cprot/prot.inc (32 bytes) prot.inc /parallel/vendors/inmos/archive-server/cprot/read.me (1283 bytes) read.me /parallel/vendors/inmos/archive-server/cprot/sample.btl (425 bytes) sample.btl /parallel/vendors/inmos/archive-server/cprot/sample.c (528 bytes) sample.c /parallel/vendors/inmos/archive-server/cprot/sample.exe (28136 bytes) sample.exe /parallel/vendors/inmos/archive-server/cprot/sample.l8h (128 bytes) sample.l8h /parallel/vendors/inmos/archive-server/cprot/sample.mk (678 bytes) sample.mk /parallel/vendors/inmos/archive-server/cprot/sample.occ (235 bytes) sample.occ /parallel/vendors/inmos/archive-server/cprot/sample.pgm (224 bytes) sample.pgm /parallel/vendors/inmos/archive-server/demos/ Demonstration archives for the Transputer /parallel/vendors/inmos/archive-server/demos/alta/ alta /parallel/vendors/inmos/archive-server/demos/alta/alta.exe (51300 bytes) alta.exe /parallel/vendors/inmos/archive-server/demos/alta/readme (3334 bytes) readme /parallel/vendors/inmos/archive-server/demos/mandbrot/ mandbrot /parallel/vendors/inmos/archive-server/demos/mandbrot/mandbrot.com (18642 bytes) mandbrot.com /parallel/vendors/inmos/archive-server/demos/mandbrot/mandbrot.lcn (813 bytes) mandbrot.lcn /parallel/vendors/inmos/archive-server/demos/mandbrot/mbrot.csc (7726 bytes) mbrot.csc /parallel/vendors/inmos/archive-server/demos/mandbrot/plotter.csc (1904 bytes) plotter.csc /parallel/vendors/inmos/archive-server/demos/whetston/ whetston /parallel/vendors/inmos/archive-server/demos/whetston/whet.occ (4743 bytes) whet.occ /parallel/vendors/inmos/archive-server/demos/whetston/whetston.occ (2914 bytes) whetston.occ /parallel/vendors/inmos/archive-server/disasemblr/ Transputer disassembler source and exe files /parallel/vendors/inmos/archive-server/disasemblr/dasm.c (7920 bytes) dasm.c /parallel/vendors/inmos/archive-server/disasemblr/dasm.doc (1528 bytes) dasm.doc /parallel/vendors/inmos/archive-server/disasemblr/dasm.exe (16113 bytes) dasm.exe /parallel/vendors/inmos/archive-server/disasemblr/inmos.h (733 bytes) inmos.h /parallel/vendors/inmos/archive-server/disasemblr/opcodes.h (2757 bytes) opcodes.h /parallel/vendors/inmos/archive-server/docs/ Documents about archive server /parallel/vendors/inmos/archive-server/docs/News.bak (6603 bytes) News.bak /parallel/vendors/inmos/archive-server/docs/News.eng (6970 bytes) News.eng /parallel/vendors/inmos/archive-server/docs/archiver_wrong.eng (311 bytes) archiver_wrong.eng /parallel/vendors/inmos/archive-server/docs/directory.bak (90385 bytes) directory.bak /parallel/vendors/inmos/archive-server/docs/directory.eng (90589 bytes) directory.eng /parallel/vendors/inmos/archive-server/docs/empty_request.eng (94 bytes) empty_request.eng /parallel/vendors/inmos/archive-server/docs/encoder_wrong.eng (114 bytes) encoder_wrong.eng /parallel/vendors/inmos/archive-server/docs/help.eng (10186 bytes) help.eng /parallel/vendors/inmos/archive-server/docs/newbull (1046 bytes) newbull /parallel/vendors/inmos/archive-server/docs/not_found.eng (256 bytes) not_found.eng /parallel/vendors/inmos/archive-server/docs/packer_wrong.eng (225 bytes) packer_wrong.eng /parallel/vendors/inmos/archive-server/docs/to_big.eng (159 bytes) to_big.eng /parallel/vendors/inmos/archive-server/docs/to_many.eng (357 bytes) to_many.eng /parallel/vendors/inmos/archive-server/f008a/ B016 Support Software /parallel/vendors/inmos/archive-server/f008a/boardmon.epr (115 bytes) boardmon.epr /parallel/vendors/inmos/archive-server/f008a/cli/ cli /parallel/vendors/inmos/archive-server/f008a/cli/clilib.c (72158 bytes) clilib.c /parallel/vendors/inmos/archive-server/f008a/examples/ examples /parallel/vendors/inmos/archive-server/f008a/examples/master.c (7012 bytes) master.c /parallel/vendors/inmos/archive-server/f008a/examples/master.lnk (89 bytes) master.lnk /parallel/vendors/inmos/archive-server/f008a/examples/master1.c (2190 bytes) master1.c /parallel/vendors/inmos/archive-server/f008a/examples/master2.c (3424 bytes) master2.c /parallel/vendors/inmos/archive-server/f008a/examples/master3.c (7012 bytes) master3.c /parallel/vendors/inmos/archive-server/f008a/examples/master4.c (3864 bytes) master4.c /parallel/vendors/inmos/archive-server/f008a/examples/slave.c (1150 bytes) slave.c /parallel/vendors/inmos/archive-server/f008a/examples/slave.lnk (88 bytes) slave.lnk /parallel/vendors/inmos/archive-server/f008a/examples/slave1.c (1070 bytes) slave1.c /parallel/vendors/inmos/archive-server/f008a/examples/slave2.c (1903 bytes) slave2.c /parallel/vendors/inmos/archive-server/f008a/examples/slave3.c (1150 bytes) slave3.c /parallel/vendors/inmos/archive-server/f008a/examples/vmetest.cfs (1215 bytes) vmetest.cfs /parallel/vendors/inmos/archive-server/f008a/examples/vmetest.mak (2721 bytes) vmetest.mak /parallel/vendors/inmos/archive-server/f008a/include/ include /parallel/vendors/inmos/archive-server/f008a/include/basic.h (5947 bytes) basic.h /parallel/vendors/inmos/archive-server/f008a/include/clilib.h (4484 bytes) clilib.h /parallel/vendors/inmos/archive-server/f008a/include/duart.h (4601 bytes) duart.h /parallel/vendors/inmos/archive-server/f008a/include/event.h (1890 bytes) event.h /parallel/vendors/inmos/archive-server/f008a/include/rom.h (1381 bytes) rom.h /parallel/vendors/inmos/archive-server/f008a/include/rtc.h (2311 bytes) rtc.h /parallel/vendors/inmos/archive-server/f008a/include/vme.h (2037 bytes) vme.h /parallel/vendors/inmos/archive-server/f008a/install.bat (1079 bytes) install.bat /parallel/vendors/inmos/archive-server/f008a/install1.bat (902 bytes) install1.bat /parallel/vendors/inmos/archive-server/f008a/libs/ libs /parallel/vendors/inmos/archive-server/f008a/libs/basic.c (11584 bytes) basic.c /parallel/vendors/inmos/archive-server/f008a/libs/duart.c (28937 bytes) duart.c /parallel/vendors/inmos/archive-server/f008a/libs/event.c (4499 bytes) event.c /parallel/vendors/inmos/archive-server/f008a/libs/rom.c (6375 bytes) rom.c /parallel/vendors/inmos/archive-server/f008a/libs/rtc.c (5496 bytes) rtc.c /parallel/vendors/inmos/archive-server/f008a/libs/vme.c (7447 bytes) vme.c /parallel/vendors/inmos/archive-server/f008a/monitor/ monitor /parallel/vendors/inmos/archive-server/f008a/monitor/boardmon.c (7927 bytes) boardmon.c /parallel/vendors/inmos/archive-server/f008a/monitor/boardmon.cfs (379 bytes) boardmon.cfs /parallel/vendors/inmos/archive-server/f008a/monitor/boardmon.lnk (163 bytes) boardmon.lnk /parallel/vendors/inmos/archive-server/f008a/monitor/boardmon.mak (3849 bytes) boardmon.mak /parallel/vendors/inmos/archive-server/f008a/monitor/moncoms.c (22592 bytes) moncoms.c /parallel/vendors/inmos/archive-server/f008a/monitor/monitor.c (9972 bytes) monitor.c /parallel/vendors/inmos/archive-server/f008a/monitor/monitor.cfs (617 bytes) monitor.cfs /parallel/vendors/inmos/archive-server/f008a/monitor/monitor.lnk (162 bytes) monitor.lnk /parallel/vendors/inmos/archive-server/f008a/monitor/monitor.mak (3942 bytes) monitor.mak /parallel/vendors/inmos/archive-server/f008a/monitor/test.com (415 bytes) test.com /parallel/vendors/inmos/archive-server/f008a/setup.bat (151 bytes) setup.bat /parallel/vendors/inmos/archive-server/f008a/vrtxbsp/ vrtxbsp /parallel/vendors/inmos/archive-server/f008a/vrtxbsp/vrtxmon.c (39028 bytes) vrtxmon.c /parallel/vendors/inmos/archive-server/f008a/vrtxbsp/vrtxmon.cfs (759 bytes) vrtxmon.cfs /parallel/vendors/inmos/archive-server/f008a/vrtxbsp/vrtxmon.lnk (195 bytes) vrtxmon.lnk /parallel/vendors/inmos/archive-server/f008a/vrtxbsp/vrtxmon.mak (4117 bytes) vrtxmon.mak /parallel/vendors/inmos/archive-server/f008a/yesorno.exe (7381 bytes) yesorno.exe /parallel/vendors/inmos/archive-server/forth/ An implementation of Forth for 16&32 bit transputers /parallel/vendors/inmos/archive-server/forth/docs/ Documentation for forth /parallel/vendors/inmos/archive-server/forth/docs/assembler.tex (1257 bytes) Instructions for using assembler /parallel/vendors/inmos/archive-server/forth/docs/editing.tex (1906 bytes) Instructions for editing forth /parallel/vendors/inmos/archive-server/forth/docs/glossary.tex (58093 bytes) Glossary of forth terminology /parallel/vendors/inmos/archive-server/forth/docs/install.tex (2013 bytes) Installation instructions for forth system /parallel/vendors/inmos/archive-server/forth/docs/intro.tex (844 bytes) Release introduction /parallel/vendors/inmos/archive-server/forth/docs/manual.tex (399 bytes) Forth release manual skeleton /parallel/vendors/inmos/archive-server/forth/docs/memmap2.tex (1912 bytes) Forth memory map for T212 & T222 /parallel/vendors/inmos/archive-server/forth/docs/memmap4.tex (1933 bytes) Forth memory map for T414 Transputer /parallel/vendors/inmos/archive-server/forth/docs/memmap8.tex (1942 bytes) Forth memory map for T800 & T425 /parallel/vendors/inmos/archive-server/forth/forth.doc (1684 bytes) Overview documentation for Transputer Forth /parallel/vendors/inmos/archive-server/forth/forth16/ 16 bit Transputer Forth /parallel/vendors/inmos/archive-server/forth/forth16/bansi.sys (2588 bytes) Replacement for ANSI.SYS for MS-DOS /parallel/vendors/inmos/archive-server/forth/forth16/boot16.btl (2769 bytes) 16 bit boot file for Transputer Forth /parallel/vendors/inmos/archive-server/forth/forth16/forth.bin (7048 bytes) Forth binary file /parallel/vendors/inmos/archive-server/forth/forth16/forth.scr (24576 bytes) Forth default dictionary /parallel/vendors/inmos/archive-server/forth/forth16/iserver.exe (44899 bytes) MS-DOS Transputer server /parallel/vendors/inmos/archive-server/forth/forth16/ncd.itm (3564 bytes) NCD terminal driver /parallel/vendors/inmos/archive-server/forth/forth16/necpc.itm (3244 bytes) NEC PC terminal driver /parallel/vendors/inmos/archive-server/forth/forth16/pcansi.itm (3695 bytes) ANSI PC terminal driver /parallel/vendors/inmos/archive-server/forth/forth16/pcbansi.itm (3693 bytes) BANSI PC terminal driver /parallel/vendors/inmos/archive-server/forth/forth16/readme.txt (137 bytes) Release note for Tranputer Forth /parallel/vendors/inmos/archive-server/forth/forth16/transfor.exe (11285 bytes) Forth conversion executable /parallel/vendors/inmos/archive-server/forth/forth16/vt100.itm (3622 bytes) VT-100 terminal driver /parallel/vendors/inmos/archive-server/forth/forth32/ 32 bit Transputer Forth /parallel/vendors/inmos/archive-server/forth/forth32/bansi.sys (2588 bytes) Replacement for ANSI.SYS for MS-DOS /parallel/vendors/inmos/archive-server/forth/forth32/boot32.btl (2832 bytes) 32 bit boot file for Transputer Forth /parallel/vendors/inmos/archive-server/forth/forth32/forth.bin (11270 bytes) Forth binary file /parallel/vendors/inmos/archive-server/forth/forth32/forth.scr (24576 bytes) Forth default dictionary /parallel/vendors/inmos/archive-server/forth/forth32/iserver.exe (44899 bytes) MS-DOS Transputer server /parallel/vendors/inmos/archive-server/forth/forth32/ncd.itm (3564 bytes) NCD terminal driver /parallel/vendors/inmos/archive-server/forth/forth32/necpc.itm (3244 bytes) NEC PC terminal driver /parallel/vendors/inmos/archive-server/forth/forth32/pcansi.itm (3695 bytes) ANSI PC terminal driver /parallel/vendors/inmos/archive-server/forth/forth32/pcbansi.itm (3693 bytes) BANSI PC terminal driver /parallel/vendors/inmos/archive-server/forth/forth32/readme.txt (137 bytes) Release note for Tranputer Forth /parallel/vendors/inmos/archive-server/forth/forth32/transfor.exe (11285 bytes) Forth conversion executable /parallel/vendors/inmos/archive-server/forth/forth32/vt100.itm (3622 bytes) VT-100 terminal driver /parallel/vendors/inmos/archive-server/forth/source/ Source of Transputer Forth /parallel/vendors/inmos/archive-server/forth/source/boot16.pgm (253 bytes) 16 bit forth congiguration description file /parallel/vendors/inmos/archive-server/forth/source/boot32.pgm (253 bytes) 32 bit forth configuration description file /parallel/vendors/inmos/archive-server/forth/source/booter.occ (27175 bytes) occam source file /parallel/vendors/inmos/archive-server/forth/source/build1.occ (1627 bytes) occam source file /parallel/vendors/inmos/archive-server/forth/source/build2.occ (33799 bytes) occam source file /parallel/vendors/inmos/archive-server/forth/source/build3.occ (51333 bytes) occam source file /parallel/vendors/inmos/archive-server/forth/source/build4.occ (35329 bytes) occam source file /parallel/vendors/inmos/archive-server/forth/source/builder.l4h (135 bytes) T4 linker indirect File /parallel/vendors/inmos/archive-server/forth/source/builder.occ (18279 bytes) source file /parallel/vendors/inmos/archive-server/forth/source/forthlib.inc (7872 bytes) Forth library include file /parallel/vendors/inmos/archive-server/forth/source/makefile (1089 bytes) Forth makefile /parallel/vendors/inmos/archive-server/forth/source/transfor.c (5421 bytes) Forth converversion source file /parallel/vendors/inmos/archive-server/genc/ Files for workaround to idebug bug in bulletin 370 /parallel/vendors/inmos/archive-server/genc/genc.c (3400 bytes) Genc Source Code /parallel/vendors/inmos/archive-server/genc/genc.exe (11851 bytes) Genc MS-DOS executable /parallel/vendors/inmos/archive-server/image_processing/ Simulators for SGS-Thomson image processing chips /parallel/vendors/inmos/archive-server/image_processing/3200sim.com (10108 bytes) 3200sim.com /parallel/vendors/inmos/archive-server/image_processing/3208sim.com (6605 bytes) 3208sim.com /parallel/vendors/inmos/archive-server/image_processing/3220sim.com (60481 bytes) 3220sim.com /parallel/vendors/inmos/archive-server/image_processing/a100sim.com (17289 bytes) a100sim.com /parallel/vendors/inmos/archive-server/image_processing/a110demo.exe (107649 bytes) a110demo.exe /parallel/vendors/inmos/archive-server/iris/ Transputer Code for B014 & Parsytec Boards for Iris /parallel/vendors/inmos/archive-server/iris/INSTALL (6266 bytes) INSTALL /parallel/vendors/inmos/archive-server/iris/README (2169 bytes) README /parallel/vendors/inmos/archive-server/iris/add.devices (769 bytes) add.devices /parallel/vendors/inmos/archive-server/iris/b014 (133 bytes) b014 /parallel/vendors/inmos/archive-server/iris/b014.c (6917 bytes) b014.c /parallel/vendors/inmos/archive-server/iris/b014.h (390 bytes) b014.h /parallel/vendors/inmos/archive-server/iris/check_use_b014 (993 bytes) check_use_b014 /parallel/vendors/inmos/archive-server/iris/config (536 bytes) config /parallel/vendors/inmos/archive-server/iris/config.occ (649 bytes) config.occ /parallel/vendors/inmos/archive-server/iris/iserver (98936 bytes) iserver /parallel/vendors/inmos/archive-server/iris/sgi_link.c (4348 bytes) sgi_link.c /parallel/vendors/inmos/archive-server/iris/tds3 (1133 bytes) tds3 /parallel/vendors/inmos/archive-server/iris/tds3.hlp (1305 bytes) tds3.hlp /parallel/vendors/inmos/archive-server/iris/tds3.itm (7122 bytes) tds3.itm /parallel/vendors/inmos/archive-server/iris/vmtm (131 bytes) vmtm /parallel/vendors/inmos/archive-server/iris/vmtm.c (6522 bytes) vmtm.c /parallel/vendors/inmos/archive-server/iris/vmtm.h (100 bytes) vmtm.h /parallel/vendors/inmos/archive-server/iserver/ source files for Transputer iserver This is a very old version of the iserver. There are many new versions for many different machines available with source in /parallel/vendors/inmos/archive-server/iserver/b004asm.asm (3786 bytes) b004asm.asm /parallel/vendors/inmos/archive-server/iserver/b004link.c (5762 bytes) b004link.c /parallel/vendors/inmos/archive-server/iserver/b008cmd.h (1301 bytes) b008cmd.h /parallel/vendors/inmos/archive-server/iserver/b008link.c (4051 bytes) b008link.c /parallel/vendors/inmos/archive-server/iserver/b011link.c (9281 bytes) b011link.c /parallel/vendors/inmos/archive-server/iserver/b014link.c (3550 bytes) b014link.c /parallel/vendors/inmos/archive-server/iserver/filec.c (13368 bytes) filec.c /parallel/vendors/inmos/archive-server/iserver/helios.c (3744 bytes) helios.c /parallel/vendors/inmos/archive-server/iserver/hostc.c (10742 bytes) hostc.c /parallel/vendors/inmos/archive-server/iserver/ims_bcmd.h (791 bytes) ims_bcmd.h /parallel/vendors/inmos/archive-server/iserver/inmos.h (963 bytes) inmos.h /parallel/vendors/inmos/archive-server/iserver/iserver.c (21716 bytes) iserver.c /parallel/vendors/inmos/archive-server/iserver/iserver.h (6428 bytes) iserver.h /parallel/vendors/inmos/archive-server/iserver/link.c (3173 bytes) link.c /parallel/vendors/inmos/archive-server/iserver/makefile.386 (251 bytes) makefile.386 /parallel/vendors/inmos/archive-server/iserver/makefile.b11 (919 bytes) makefile.b11 /parallel/vendors/inmos/archive-server/iserver/makefile.b14 (927 bytes) makefile.b14 /parallel/vendors/inmos/archive-server/iserver/makefile.b4 (1309 bytes) makefile.b4 /parallel/vendors/inmos/archive-server/iserver/makefile.b4f (1454 bytes) makefile.b4f /parallel/vendors/inmos/archive-server/iserver/makefile.b8 (1322 bytes) makefile.b8 /parallel/vendors/inmos/archive-server/iserver/makefile.nec (1324 bytes) makefile.nec /parallel/vendors/inmos/archive-server/iserver/makefile.pc (882 bytes) makefile.pc /parallel/vendors/inmos/archive-server/iserver/makefile.s3 (369 bytes) makefile.s3 /parallel/vendors/inmos/archive-server/iserver/makefile.s4 (369 bytes) makefile.s4 /parallel/vendors/inmos/archive-server/iserver/makefile.sb8 (919 bytes) makefile.sb8 /parallel/vendors/inmos/archive-server/iserver/makefile.vax (1203 bytes) makefile.vax /parallel/vendors/inmos/archive-server/iserver/msdosc.c (6202 bytes) msdosc.c /parallel/vendors/inmos/archive-server/iserver/pack.h (3320 bytes) pack.h /parallel/vendors/inmos/archive-server/iserver/qt0link.c (4232 bytes) qt0link.c /parallel/vendors/inmos/archive-server/iserver/s386link.c (4237 bytes) s386link.c /parallel/vendors/inmos/archive-server/iserver/serverc.c (2774 bytes) serverc.c /parallel/vendors/inmos/archive-server/iserver/udplink.c (24472 bytes) udplink.c /parallel/vendors/inmos/archive-server/iserver/udplink.h (2031 bytes) udplink.h /parallel/vendors/inmos/archive-server/iserver/vmserr.msg (574 bytes) vmserr.msg /parallel/vendors/inmos/archive-server/ispy/ T801b & T425b compatible versions of test programs This is a very old version of ispy. There is a new version available with source in /parallel/vendors/inmos/archive-server/ispy/ftest4.exe (98303 bytes) ftest4.exe /parallel/vendors/inmos/archive-server/ispy/ftest8.exe (98543 bytes) ftest8.exe /parallel/vendors/inmos/archive-server/ispy/ispy4.exe (70110 bytes) ispy4.exe /parallel/vendors/inmos/archive-server/ispy/ispy8.exe (69862 bytes) ispy8.exe /parallel/vendors/inmos/archive-server/ispy/mtest4.exe (49324 bytes) mtest4.exe /parallel/vendors/inmos/archive-server/ispy/mtest8.exe (49608 bytes) mtest8.exe /parallel/vendors/inmos/archive-server/origami/ a MS-DOS executable version of the Origami Editor This is a very old version of origami. There are many new versions available with source in /parallel/vendors/inmos/archive-server/origami/origami.exe (40944 bytes) origami.exe /parallel/vendors/inmos/archive-server/origami/origami.txt (12613 bytes) origami.txt /parallel/vendors/inmos/archive-server/origamic/ C source code for an implementation of Origami This is a very old version of origami. There are many new versions available with source in /parallel/vendors/inmos/archive-server/origamic/CREDITS (1502 bytes) CREDITS /parallel/vendors/inmos/archive-server/origamic/Makefile (974 bytes) Makefile /parallel/vendors/inmos/archive-server/origamic/Makefile.cpp (1855 bytes) Makefile.cpp /parallel/vendors/inmos/archive-server/origamic/argparse.h (1776 bytes) argparse.h /parallel/vendors/inmos/archive-server/origamic/binread.c (2985 bytes) binread.c /parallel/vendors/inmos/archive-server/origamic/bool.h (401 bytes) bool.h /parallel/vendors/inmos/archive-server/origamic/compile-it (85 bytes) compile-it /parallel/vendors/inmos/archive-server/origamic/editor.c (31117 bytes) editor.c /parallel/vendors/inmos/archive-server/origamic/edtutil.c (14773 bytes) edtutil.c /parallel/vendors/inmos/archive-server/origamic/emacs.keys (14899 bytes) emacs.keys /parallel/vendors/inmos/archive-server/origamic/fieldedt.c (15443 bytes) fieldedt.c /parallel/vendors/inmos/archive-server/origamic/filer.c (12555 bytes) filer.c /parallel/vendors/inmos/archive-server/origamic/fill-para (1906 bytes) fill-para /parallel/vendors/inmos/archive-server/origamic/functions.ms (8946 bytes) functions.ms /parallel/vendors/inmos/archive-server/origamic/globals.c (7712 bytes) globals.c /parallel/vendors/inmos/archive-server/origamic/globals.h (4036 bytes) globals.h /parallel/vendors/inmos/archive-server/origamic/goto-match (4907 bytes) goto-match /parallel/vendors/inmos/archive-server/origamic/keybind.c (5219 bytes) keybind.c /parallel/vendors/inmos/archive-server/origamic/keybind.h (188 bytes) keybind.h /parallel/vendors/inmos/archive-server/origamic/keyboard.c (715 bytes) keyboard.c /parallel/vendors/inmos/archive-server/origamic/keys.h (1983 bytes) keys.h /parallel/vendors/inmos/archive-server/origamic/keytab.c (2140 bytes) keytab.c /parallel/vendors/inmos/archive-server/origamic/keytab.h (183 bytes) keytab.h /parallel/vendors/inmos/archive-server/origamic/macros.h (959 bytes) macros.h /parallel/vendors/inmos/archive-server/origamic/misc.c (1516 bytes) misc.c /parallel/vendors/inmos/archive-server/origamic/ocl.ms (11632 bytes) ocl.ms /parallel/vendors/inmos/archive-server/origamic/oriedt.c (7379 bytes) oriedt.c /parallel/vendors/inmos/archive-server/origamic/origami.1 (2370 bytes) origami.1 /parallel/vendors/inmos/archive-server/origamic/origami.c (22848 bytes) origami.c /parallel/vendors/inmos/archive-server/origamic/origami.h (5661 bytes) origami.h /parallel/vendors/inmos/archive-server/origamic/origami.ms (15028 bytes) origami.ms /parallel/vendors/inmos/archive-server/origamic/parser.c (21184 bytes) parser.c /parallel/vendors/inmos/archive-server/origamic/procexit.c (6787 bytes) procexit.c /parallel/vendors/inmos/archive-server/origamic/putw.c (167 bytes) putw.c /parallel/vendors/inmos/archive-server/origamic/rcformat.h (199 bytes) rcformat.h /parallel/vendors/inmos/archive-server/origamic/scanner.c (14468 bytes) scanner.c /parallel/vendors/inmos/archive-server/origamic/scanner.h (2396 bytes) scanner.h /parallel/vendors/inmos/archive-server/origamic/screen.c (1746 bytes) screen.c /parallel/vendors/inmos/archive-server/origamic/short.h (1746 bytes) short.h /parallel/vendors/inmos/archive-server/origamic/spell-it (205 bytes) spell-it /parallel/vendors/inmos/archive-server/origamic/sun-mtool.keys (28564 bytes) sun-mtool.keys /parallel/vendors/inmos/archive-server/origamic/termcap.h (0 bytes) termcap.h /parallel/vendors/inmos/archive-server/origamic/towers (3291 bytes) towers /parallel/vendors/inmos/archive-server/origamic/version (182 bytes) version /parallel/vendors/inmos/archive-server/origamip/ Turbo Pascal 3 source code for the Origami Editor This is a very old version of origami. There are many new versions available with source in /parallel/vendors/inmos/archive-server/origamip/edt.dec (1630 bytes) edt.dec /parallel/vendors/inmos/archive-server/origamip/edtdsp.pas (14625 bytes) edtdsp.pas /parallel/vendors/inmos/archive-server/origamip/edtglo.pas (5895 bytes) edtglo.pas /parallel/vendors/inmos/archive-server/origamip/edtio.pas (13866 bytes) edtio.pas /parallel/vendors/inmos/archive-server/origamip/edtkey.pas (29539 bytes) edtkey.pas /parallel/vendors/inmos/archive-server/origamip/edtline.pas (15241 bytes) edtline.pas /parallel/vendors/inmos/archive-server/origamip/edtutil.pas (1068 bytes) edtutil.pas /parallel/vendors/inmos/archive-server/origamip/globals.pas (123 bytes) globals.pas /parallel/vendors/inmos/archive-server/origamip/keyval.dec (1386 bytes) keyval.dec /parallel/vendors/inmos/archive-server/origamip/makefile (299 bytes) makefile /parallel/vendors/inmos/archive-server/origamip/newutil.pas (2972 bytes) newutil.pas /parallel/vendors/inmos/archive-server/origamip/origami.let (1181 bytes) origami.let /parallel/vendors/inmos/archive-server/origamip/origami.pas (196 bytes) origami.pas /parallel/vendors/inmos/archive-server/origamip/origami.txt (12613 bytes) origami.txt /parallel/vendors/inmos/archive-server/origamip/read.me (519 bytes) read.me /parallel/vendors/inmos/archive-server/origamip/termkey.pas (5852 bytes) termkey.pas /parallel/vendors/inmos/archive-server/origamip/validkey.pas (930 bytes) validkey.pas /parallel/vendors/inmos/archive-server/pcserver/ Network pcserver /parallel/vendors/inmos/archive-server/pcserver/README (4915 bytes) README /parallel/vendors/inmos/archive-server/pcserver/ifs/ ifs /parallel/vendors/inmos/archive-server/pcserver/ifs/Makefile (4209 bytes) Makefile /parallel/vendors/inmos/archive-server/pcserver/ifs/README (1659 bytes) README /parallel/vendors/inmos/archive-server/pcserver/ifs/b004asm.asm (3786 bytes) b004asm.asm /parallel/vendors/inmos/archive-server/pcserver/ifs/b004link.c (5762 bytes) b004link.c /parallel/vendors/inmos/archive-server/pcserver/ifs/b008link.c (4051 bytes) b008link.c /parallel/vendors/inmos/archive-server/pcserver/ifs/b010asm.asm (17140 bytes) b010asm.asm /parallel/vendors/inmos/archive-server/pcserver/ifs/b011link.c (9318 bytes) b011link.c /parallel/vendors/inmos/archive-server/pcserver/ifs/b014.h (353 bytes) b014.h /parallel/vendors/inmos/archive-server/pcserver/ifs/b014_link.c (4203 bytes) b014_link.c /parallel/vendors/inmos/archive-server/pcserver/ifs/b014link.c (3554 bytes) b014link.c /parallel/vendors/inmos/archive-server/pcserver/ifs/filec.c (11637 bytes) filec.c /parallel/vendors/inmos/archive-server/pcserver/ifs/helios.c (3744 bytes) helios.c /parallel/vendors/inmos/archive-server/pcserver/ifs/hostc.c (9686 bytes) hostc.c /parallel/vendors/inmos/archive-server/pcserver/ifs/inmos.h (862 bytes) inmos.h /parallel/vendors/inmos/archive-server/pcserver/ifs/iserver.c (18188 bytes) iserver.c /parallel/vendors/inmos/archive-server/pcserver/ifs/iserver.h (5678 bytes) iserver.h /parallel/vendors/inmos/archive-server/pcserver/ifs/iserver.proto (2258 bytes) iserver.proto /parallel/vendors/inmos/archive-server/pcserver/ifs/link.c (3173 bytes) link.c /parallel/vendors/inmos/archive-server/pcserver/ifs/msdosc.c (6032 bytes) msdosc.c /parallel/vendors/inmos/archive-server/pcserver/ifs/pack.h (3315 bytes) pack.h /parallel/vendors/inmos/archive-server/pcserver/ifs/pcs_link.c (7740 bytes) pcs_link.c /parallel/vendors/inmos/archive-server/pcserver/ifs/pcs_link.h (782 bytes) pcs_link.h /parallel/vendors/inmos/archive-server/pcserver/ifs/qt0link.c (4232 bytes) qt0link.c /parallel/vendors/inmos/archive-server/pcserver/ifs/s386link.c (4245 bytes) s386link.c /parallel/vendors/inmos/archive-server/pcserver/ifs/serverc.c (2766 bytes) serverc.c /parallel/vendors/inmos/archive-server/pcserver/ifs/sgi_link.c (4381 bytes) sgi_link.c /parallel/vendors/inmos/archive-server/pcserver/ifs/udplink.c (24472 bytes) udplink.c /parallel/vendors/inmos/archive-server/pcserver/ifs/udplink.h (2031 bytes) udplink.h /parallel/vendors/inmos/archive-server/pcserver/ifs/vmserr.msg (574 bytes) vmserr.msg /parallel/vendors/inmos/archive-server/pcserver/ifs/vmtm.h (100 bytes) vmtm.h /parallel/vendors/inmos/archive-server/pcserver/ifs/vmtm_link.c (4150 bytes) vmtm_link.c /parallel/vendors/inmos/archive-server/pcserver/pcs/ pcs /parallel/vendors/inmos/archive-server/pcserver/pcs/COPYING (12487 bytes) COPYING /parallel/vendors/inmos/archive-server/pcserver/pcs/Makefile (3630 bytes) Makefile /parallel/vendors/inmos/archive-server/pcserver/pcs/README (3079 bytes) README /parallel/vendors/inmos/archive-server/pcserver/pcs/afproto.c (5794 bytes) afproto.c /parallel/vendors/inmos/archive-server/pcserver/pcs/fakelink.c (3723 bytes) fakelink.c /parallel/vendors/inmos/archive-server/pcserver/pcs/fakeserv.c (3457 bytes) fakeserv.c /parallel/vendors/inmos/archive-server/pcserver/pcs/glob.h (4438 bytes) glob.h /parallel/vendors/inmos/archive-server/pcserver/pcs/iolink.asm (5969 bytes) iolink.asm /parallel/vendors/inmos/archive-server/pcserver/pcs/isproto.c (1450 bytes) isproto.c /parallel/vendors/inmos/archive-server/pcserver/pcs/lbuffer.c (5035 bytes) lbuffer.c /parallel/vendors/inmos/archive-server/pcserver/pcs/link.c (4384 bytes) link.c /parallel/vendors/inmos/archive-server/pcserver/pcs/main.c (3788 bytes) main.c /parallel/vendors/inmos/archive-server/pcserver/pcs/nbuffer.c (2648 bytes) nbuffer.c /parallel/vendors/inmos/archive-server/pcserver/pcs/net.c (6767 bytes) net.c /parallel/vendors/inmos/archive-server/pcserver/pcs/netdata.c (1431 bytes) netdata.c /parallel/vendors/inmos/archive-server/pcserver/pcs/pcs0605.exe (147369 bytes) pcs0605.exe /parallel/vendors/inmos/archive-server/pcserver/pcs/pcserver.tex (28527 bytes) pcserver.tex /parallel/vendors/inmos/archive-server/pcserver/pcs/rawproto.c (1331 bytes) rawproto.c /parallel/vendors/inmos/archive-server/pcserver/pcs/unixlink.c (3914 bytes) unixlink.c /parallel/vendors/inmos/archive-server/pcserver/pcs/unixnet.c (5327 bytes) unixnet.c /parallel/vendors/inmos/archive-server/pcserver/pcs/uxfilter.c (4395 bytes) uxfilter.c /parallel/vendors/inmos/archive-server/promldr/ Transputer PROM Loader programs /parallel/vendors/inmos/archive-server/promldr/makefile (244 bytes) makefile /parallel/vendors/inmos/archive-server/promldr/promload.btl (21768 bytes) promload.btl /parallel/vendors/inmos/archive-server/promldr/promload.c (3702 bytes) promload.c /parallel/vendors/inmos/archive-server/promldr/promload.cfs (515 bytes) promload.cfs /parallel/vendors/inmos/archive-server/promldr/promload.doc (1689 bytes) promload.doc /parallel/vendors/inmos/archive-server/s706beta/ documentation and programs for EPROM programming /parallel/vendors/inmos/archive-server/s706beta/lib/ lib /parallel/vendors/inmos/archive-server/s706beta/lib/multiboa (155 bytes) multiboa /parallel/vendors/inmos/archive-server/s706beta/lib/multiboa.occ (7088 bytes) multiboa.occ /parallel/vendors/inmos/archive-server/s706beta/lib/multiboa.r2u (360 bytes) multiboa.r2u /parallel/vendors/inmos/archive-server/s706beta/lib/multiboa.r4u (364 bytes) multiboa.r4u /parallel/vendors/inmos/archive-server/s706beta/lib/multiboa.r8u (364 bytes) multiboa.r8u /parallel/vendors/inmos/archive-server/s706beta/lib/multiboa.t2u (2876 bytes) multiboa.t2u /parallel/vendors/inmos/archive-server/s706beta/lib/multiboa.t4u (2881 bytes) multiboa.t4u /parallel/vendors/inmos/archive-server/s706beta/lib/multiboa.t8u (2881 bytes) multiboa.t8u /parallel/vendors/inmos/archive-server/s706beta/read.me (514 bytes) read.me /parallel/vendors/inmos/archive-server/s706beta/s706a.doc (65853 bytes) s706a.doc /parallel/vendors/inmos/archive-server/s706beta/src/ src /parallel/vendors/inmos/archive-server/s706beta/src/iemi.c (46912 bytes) iemi.c /parallel/vendors/inmos/archive-server/s706beta/src/ieprom.c (23466 bytes) ieprom.c /parallel/vendors/inmos/archive-server/s706beta/src/m.h (1907 bytes) m.h /parallel/vendors/inmos/archive-server/s706beta/src/popen.c (5324 bytes) popen.c /parallel/vendors/inmos/archive-server/supervis/ Occam source for Transputer Use Monitor Procedure /parallel/vendors/inmos/archive-server/supervis/supervis.doc (3272 bytes) supervis.doc /parallel/vendors/inmos/archive-server/supervis/supervis.occ (1534 bytes) supervis.occ /parallel/vendors/inmos/archive-server/unixoccam/ a TAR file for Unix based Occam for DEC 11 series /parallel/vendors/inmos/archive-server/unixoccam/occam.tar.Z (113189 bytes) occam.tar.Z /parallel/vendors/inmos/archive-server/uudecode/ source code for uudecode /parallel/vendors/inmos/archive-server/uudecode/uudecode.bas (1987 bytes) uudecode.bas /parallel/vendors/inmos/archive-server/uudecode/uudecode.c (3087 bytes) uudecode.c /parallel/vendors/inmos/archive-server/uudecode/uudecode.pas (5716 bytes) uudecode.pas /parallel/vendors/inmos/archive-server/xcc/ Programs which process Unix type directives for icc /parallel/vendors/inmos/archive-server/xcc/Xcc.c (8318 bytes) Xcc.c /parallel/vendors/inmos/archive-server/xcc/Xcc.doc (5302 bytes) Xcc.doc /parallel/vendors/inmos/archive-server/xcc/Xcc.mk (84 bytes) Xcc.mk /parallel/vendors/inmos/archive-server/xcc/newargv.c (548 bytes) newargv.c /parallel/vendors/inmos/archive-server/xcc/path.c (1949 bytes) path.c /parallel/vendors/inmos/archive-server/xcc/runchild.c (1066 bytes) runchild.c /parallel/vendors/inmos/archive-server/xtrace/ Programs for a Xwindows Transputer Configuration Pgm /parallel/vendors/inmos/archive-server/xtrace/Makefile (2321 bytes) Makefile /parallel/vendors/inmos/archive-server/xtrace/README (3639 bytes) README /parallel/vendors/inmos/archive-server/xtrace/TODO (350 bytes) TODO /parallel/vendors/inmos/archive-server/xtrace/build.c (11237 bytes) build.c /parallel/vendors/inmos/archive-server/xtrace/channel.pr (221 bytes) channel.pr /parallel/vendors/inmos/archive-server/xtrace/config.h (1188 bytes) config.h /parallel/vendors/inmos/archive-server/xtrace/control.c (42738 bytes) control.c /parallel/vendors/inmos/archive-server/xtrace/draw.c (13510 bytes) draw.c /parallel/vendors/inmos/archive-server/xtrace/examples/ examples /parallel/vendors/inmos/archive-server/xtrace/examples/editing.cfg (399 bytes) editing.cfg /parallel/vendors/inmos/archive-server/xtrace/examples/editing.dsc (671 bytes) editing.dsc /parallel/vendors/inmos/archive-server/xtrace/examples/oddword.cfg (350 bytes) oddword.cfg /parallel/vendors/inmos/archive-server/xtrace/examples/oddword.cfs (1854 bytes) oddword.cfs /parallel/vendors/inmos/archive-server/xtrace/examples/oddword.dsc (999 bytes) oddword.dsc /parallel/vendors/inmos/archive-server/xtrace/examples/tictac.cfg (597 bytes) tictac.cfg /parallel/vendors/inmos/archive-server/xtrace/examples/tictac.dsc (1488 bytes) tictac.dsc /parallel/vendors/inmos/archive-server/xtrace/examples/xtracemacs (155 bytes) xtracemacs /parallel/vendors/inmos/archive-server/xtrace/files (368 bytes) files /parallel/vendors/inmos/archive-server/xtrace/getfiles (829 bytes) getfiles /parallel/vendors/inmos/archive-server/xtrace/globaldefs.h (3179 bytes) globaldefs.h /parallel/vendors/inmos/archive-server/xtrace/inchannel.pr (221 bytes) inchannel.pr /parallel/vendors/inmos/archive-server/xtrace/libsst.c (10356 bytes) libsst.c /parallel/vendors/inmos/archive-server/xtrace/libsst.h (1085 bytes) libsst.h /parallel/vendors/inmos/archive-server/xtrace/macros.c (7665 bytes) macros.c /parallel/vendors/inmos/archive-server/xtrace/main.c (10218 bytes) main.c /parallel/vendors/inmos/archive-server/xtrace/outchannel.pr (221 bytes) outchannel.pr /parallel/vendors/inmos/archive-server/xtrace/parse.c (40731 bytes) parse.c /parallel/vendors/inmos/archive-server/xtrace/process.pr (221 bytes) process.pr /parallel/vendors/inmos/archive-server/xtrace/process_mask.pr (221 bytes) process_mask.pr /parallel/vendors/inmos/archive-server/xtrace/results.info (129 bytes) results.info /parallel/vendors/inmos/archive-server/xtrace/results_ui.c (1968 bytes) results_ui.c /parallel/vendors/inmos/archive-server/xtrace/results_ui.h (551 bytes) results_ui.h /parallel/vendors/inmos/archive-server/xtrace/swconfig.c (9253 bytes) swconfig.c /parallel/vendors/inmos/archive-server/xtrace/swconfig.info (131 bytes) swconfig.info /parallel/vendors/inmos/archive-server/xtrace/swconfig_ui.c (3359 bytes) swconfig_ui.c /parallel/vendors/inmos/archive-server/xtrace/swconfig_ui.h (730 bytes) swconfig_ui.h /parallel/vendors/inmos/archive-server/xtrace/tramspec.c (2967 bytes) tramspec.c /parallel/vendors/inmos/archive-server/xtrace/tramspec.info (131 bytes) tramspec.info /parallel/vendors/inmos/archive-server/xtrace/tramspec_ui.c (5483 bytes) tramspec_ui.c /parallel/vendors/inmos/archive-server/xtrace/tramspec_ui.h (1086 bytes) tramspec_ui.h /parallel/vendors/inmos/archive-server/xtrace/utils.c (5445 bytes) utils.c /parallel/vendors/inmos/archive-server/xtrace/viewer.info (127 bytes) viewer.info /parallel/vendors/inmos/archive-server/xtrace/viewer_ui.c (1997 bytes) viewer_ui.c /parallel/vendors/inmos/archive-server/xtrace/viewer_ui.h (533 bytes) viewer_ui.h /parallel/vendors/inmos/archive-server/xtrace/xtrace.icon (1997 bytes) xtrace.icon /parallel/vendors/inmos/archive-server/xtrace/xtrace.info (815 bytes) xtrace.info /parallel/vendors/inmos/archive-server/xtrace/xtrace.l (2684 bytes) xtrace.l /parallel/vendors/inmos/archive-server/xtrace/xtrace.man (3428 bytes) xtrace.man /parallel/vendors/inmos/archive-server/xtrace/xtrace.ps (252485 bytes) xtrace.ps /parallel/vendors/inmos/archive-server/xtrace/xtrace.y (14675 bytes) xtrace.y /parallel/vendors/inmos/archive-server/xtrace/xtrace_ui.c (12746 bytes) xtrace_ui.c /parallel/vendors/inmos/archive-server/xtrace/xtrace_ui.h (1739 bytes) xtrace_ui.h /parallel/vendors/inmos/archive-server/xtrace/xtracemask.icon (1997 bytes) xtracemask.icon /parallel/vendors/inmos/archive-server/xtrace/y.tab.h (1158 bytes) y.tab.h /parallel/vendors/inmos/archive-server/yank/ Source files and executables for Yank configurer /parallel/vendors/inmos/archive-server/yank/README (407 bytes) README /parallel/vendors/inmos/archive-server/yank/channel.c (9635 bytes) channel.c /parallel/vendors/inmos/archive-server/yank/cmdline.c (8497 bytes) cmdline.c /parallel/vendors/inmos/archive-server/yank/cnstrct.c (17405 bytes) cnstrct.c /parallel/vendors/inmos/archive-server/yank/fudge.c (6907 bytes) fudge.c /parallel/vendors/inmos/archive-server/yank/input (845 bytes) input /parallel/vendors/inmos/archive-server/yank/main.c (5444 bytes) main.c /parallel/vendors/inmos/archive-server/yank/makefile (2833 bytes) makefile /parallel/vendors/inmos/archive-server/yank/output (2542 bytes) output /parallel/vendors/inmos/archive-server/yank/reader.c (12761 bytes) reader.c /parallel/vendors/inmos/archive-server/yank/util.c (7874 bytes) util.c /parallel/vendors/inmos/archive-server/yank/util.h (5897 bytes) util.h /parallel/vendors/inmos/archive-server/yank/yank.1 (8158 bytes) yank.1 /parallel/vendors/inmos/archive-server/yank/yank.btl (57879 bytes) yank.btl /parallel/vendors/inmos/archive-server/yank/yank.exe (46362 bytes) yank.exe /parallel/vendors/inmos/archive-server/yank/yank.man (8498 bytes) yank.man "SGS-Thomson Microelectronics Home Page" SGST-ME have lots more information on the Transputer and other products. "SGS-Thomson Microelectronics ST20 family (T450) information" "SGS-Thomson Microelectronics Transputer family information" /parallel/vendors/inmos/ieee-hic/ "DS-Link / IEEE Std P1355 - Standard for Heterogeneous InterConnect (HIC)" /parallel/vendors/inmos/ieee-hic/copper.ps.gz (184980 bytes) "Long Distance Differential Transmission of DS Links over Copper Cable" by Stefan Haas; Xinjian Liu and Brian Martin. CERN. 34 pages. 980725 bytes uncompressed. /parallel/vendors/inmos/ieee-hic/data/ "Draft datasheets for INMOS DS-Link chips - IMS C101 and IMS C104" WARNING: The documents here are probably not current and the approved standard may differ slightly, especially in the start-up sequence. The documents below are OK to start with but the final document can be obtained from the IEEE direct at: IEEE Standards Department, Copyright and Permissions, 445 Hoes Lane, P.O. Box 1331, Piscataway, NJ 08855-1331, USA. /parallel/vendors/inmos/ieee-hic/data/C101-04.ps.gz (643680 bytes) "ST C101 (rev 4) Parallel DS-Link Adaptor Datasheet - Engineering Data" This allows high speed serial DS-Links to be interfaced to buses peripherals and microprocessors. It is particular suitable to interfacing such devices to interconnects which deal in packets consisting of data and header information. This header information may be used to demultiplex packets from different sources and/or route them through one or more switches. It has two modes of operations - in the first (Transparent Mode), with packetization disabled, it provides simple access to the DS-Link, all data provided to the STC101 is transmitted down the DS-Link. In the second (Packetizing Mode) it can be used by devices such as processors to use such things as the ST C104 Asynchronous Packet Switch (APS) [C104.06.ps.gz below] (datasheet 42 1 470 06). In both modes it can be used as one of: 16 bit processor i/f, 32 bit processor i/f or 16 bit processor i/f with token interfaces. This document includes changes for Revs A and B silicon. August 1995. 66 pages. 4 Mbytes (4044143 bytes) uncompressed. Document number 42 1593 04. /parallel/vendors/inmos/ieee-hic/data/C104-06.ps.gz (1424446 bytes) "ST C104 (rev 6) Asynchronous Packet Switch (APS) Preliminary Datasheet." This is a complete, low latency, packet routing switch on a single chip. It connects 32 high bandwidth serial communications links to each other via a 32 by 32 way non-blocking crossbar switch, enabling packets to be routed from any of its links to any other link. The links operate concurrently and the transfer of a packet between one pair of links does not affect the data rate or latency for another packet passing between a second pair of links. Up to 100 Mbits/s on each link or 19 Mbytes/s on a singe link. Packet rate processing up to 200 Mpackets/s. Data is transmitted in packets with headers and uses that to wormhole via interval labelling routing and Universal Routing to eleminate hotspots. Includes errata from previous datasheets and changes for Rev B. April 1995. 64 pages. 18 Mbytes (18280529 bytes) uncomrpessed. Document number 42 1 47 0 05. /parallel/vendors/inmos/ieee-hic/data/bullit.eps.Z (579936 bytes) "Bull Serial Link Technology Strings(TM) BULLIT DataShet v2.0" by Roland Marbot, Bull Serial Link Technology, B.P. 68, F1-1D-16,; Tel: +33 1 30 80 74 71; FAX: +33 1 30 80 75 83 Data Sheet v2.0 May 1995 (3.3V version), 54 pages. Bull Serial Link Technology offers high speed serial point-to-point links which are compatible with optical links and can work in the gigabit range. BULLIT has been designed as technology evaluator chip package. /parallel/vendors/inmos/ieee-hic/data/ds-se100.eps.Z (27078 bytes) "DS SE-100 Link Analyser Product Sheet" by Matt Beanland, Borealis DEsign, 12 Avalon Grove, Ringwood 3134, Australia; Tel: +613 9879 5851; FAX: +613 9854 3178 An active smart probe for non-invasive monitoring of IEEE P1355 links as used in SGS T9000 processors and C100 family of communication devices. Requiers one pod of a HP1650 logic analyser or compatible, capable of 25 MHz state analysis in order to to analyse one direction of a DS-SE link at full 100 Mb/s. /parallel/vendors/inmos/ieee-hic/data/ds_chip.ps.Z (16640 bytes) "CW 1355 C111 DS-link Interface Datasheet" by Paul Walker , 4Links for technical help, PO Box 816, Two Mile Ash, Milton Keynes, MK8 8NS, England; Tel: +44 (0)1908 566253; FAX: +44 (0)1908 566253 A stand-alone integrated circuit providing an interface to an IEEE 1355 DS-link implemented as a small 44-pin PLCC. /parallel/vendors/inmos/ieee-hic/data/pci-1355.ps.gz (17118 bytes) "PC PCI bus DS link (IEEE P1355) Interface Cards Datasheet" by Paul Walker , 4Links for technical help, PO Box 816, Two Mile Ash, Milton Keynes, MK8 8NS, England; Tel: +44 (0)1908 566253; FAX: +44 (0)1908 566253 /parallel/vendors/inmos/ieee-hic/data/pci-pcb.psz (135228 bytes) "PCI DS-Link (IEEE 1355) PCB diagram" by Paul Walker , 4Links for technical help, PO Box 816, Two Mile Ash, Milton Keynes, MK8 8NS, England; Tel: +44 (0)1908 566253; FAX: +44 (0)1908 566253 /parallel/vendors/inmos/ieee-hic/data/pciflier.ps.Z (19577 bytes) "PCI DS-Link (IEEE 1355) PCB advert" by Paul Walker , 4Links for technical help, PO Box 816, Two Mile Ash, Milton Keynes, MK8 8NS, England; Tel: +44 (0)1908 566253; FAX: +44 (0)1908 566253 /parallel/vendors/inmos/ieee-hic/data/rdme_pci.txt (1470 bytes) "PCI DS-Link (IEEE 1355) PCB overview" by Paul Walker , 4Links for technical help, PO Box 816, Two Mile Ash, Milton Keynes, MK8 8NS, England; Tel: +44 (0)1908 566253; FAX: +44 (0)1908 566253 /parallel/vendors/inmos/ieee-hic/draftd0.0.ps.gz (491064 bytes) "IEEE Draft Std P1355 - Standard for Heterogeneous InterConnect (HIC) (Low Cost Low Latency Scalable Serial Interconnect for Parallel System Construction)" 7th October 1993. Version D0.0 80+ pages. 2438588 bytes uncompressed. /parallel/vendors/inmos/ieee-hic/fiber.ps.gz (125180 bytes) "GP-MIMD T9000 Fiber Optic Link Extensions - Report on 850nm Fiber Optic Transceiver" by Stefan Haas, ECP Division, CERN 22 pages. 969301 bytes uncompressed. /parallel/vendors/inmos/ieee-hic/pressrel.txt (11130 bytes) "Press release about IEEE P1355 Working Group. July 1993." /parallel/vendors/inmos/ieee-hic/roster.txt (9434 bytes) "Roster of IEEE P1355 Working Group members" /parallel/vendors/inmos/ieee-hic/wg19oct.txt (11795 bytes) "Working group minutes of 19th October 1993" /parallel/vendors/inmos/ieee-hic/wg1sep.txt (15695 bytes) "Working group minutes of 1st September 1993" /parallel/vendors/inmos/ieee-hic/wg22jun.txt (16035 bytes) "Working group minutes of 22nd June 1993" "The occam parallel computing language (developed by INMOS)" Reference documentation, compilers, utilities. "Prentice-Hall series of INMOS technical publications" /parallel/vendors/inmos/sales-offices (12528 bytes) "SGS-THOMSON Sales offices addresses, phone and fax numbers." "The transputer processor" Documentation, software, compilers, utilities /parallel/vendors/intel/ "Intel Inc" /parallel/vendors/intel/cmu-intel-iWarp-ftp-site (1274 bytes) Details of FTP site for publications relating to the Carnegie Mellon/ Intel SSD built iWarp parallel computers. /parallel/vendors/intel/ipsc/ Intel iPSC files /parallel/vendors/intel/ipsc/i2pvm0.1.tar.Z (50700 bytes) "Intel-iPSC to PVM Library V0.1" by J. Sunny Egbo A set of routines to allow Intel iPSC programs to run under a Parallel Virtual Machine. CAVEATS: 1. This version (0.1) only works for PVM3.1 and supports most of the Intel iPSC node calls, and a few host programs. 2. We are working on the next release which includes most of the host library calls, host programs, and will run under PVM3.2. /parallel/vendors/intel/ipsc/ipscs-to-pvm3.1 (1441 bytes) Announcement of v0.1 of Intel iPSC to PVM3.1 library Creator: J. Sunny Egbo /parallel/vendors/intel/paragon/ Intel Paragon files /parallel/vendors/intel/paragon/software/ Software related to the Intel Paragon /parallel/vendors/intel/paragon/software/aachen/ Aachen University, Germany Paragon tools /parallel/vendors/intel/paragon/software/aachen/apps/ Paragon Applications /parallel/vendors/intel/paragon/software/aachen/apps/fract.tar.gz (36048 bytes) Fract v2.1 ported to the Intel Paragon. It creates fractals of types: Mandelbrot set; Julia set of z^2+c, c*sinz, c*cosz, c*expz; Spider; Phoenix; Glass; Noel1; Noel2; Newton Power; Tetrate; Barnsley1; Barnsley2 and Barnsley3. This is implemented on the Paragon as a client-server model with node 0 being the server and nodes 1-n being clients and outputs an image in GIF format. Creator: Markolf Gudjons /parallel/vendors/intel/paragon/software/aachen/contrib/ Paragon GNU tools Tools for the Intel Paragon XP/E and XP/S. See also: /parallel/vendors/intel/paragon/software/aachen/contrib/GPL.TXT (17982 bytes) GNU General Public License (GPL) for all GNU tools. /parallel/vendors/intel/paragon/software/aachen/contrib/bash.gz (197250 bytes) The Bourne Again Shell (bash). [gzipped] /parallel/vendors/intel/paragon/software/aachen/contrib/README.bash (31 bytes) The Bourne Again Shell (bash). [text] /parallel/vendors/intel/paragon/software/aachen/contrib/bison-1.19.tar.gz (238754 bytes) GNU Bison - yacc-like grammar generator /parallel/vendors/intel/paragon/software/aachen/contrib/gcc-2.5.8.tar.gz (5992371 bytes) GNU C (gcc), C++ (g++) compiler suite /parallel/vendors/intel/paragon/software/aachen/contrib/gdb-4.12.tar.gz (3775025 bytes) The GNU debugger for the Intel Paragon [gzipped tar] /parallel/vendors/intel/paragon/software/aachen/contrib/README.gdb (95 bytes) The GNU debugger for the Intel Paragon [text] /parallel/vendors/intel/paragon/software/aachen/contrib/gdb.tar.gz (910383 bytes) GDB binaries for Mach3, OSF with some documentation. /parallel/vendors/intel/paragon/software/aachen/contrib/gnutools-bin.tar.gz (13909129 bytes) GNU tools binaries for Intel Paragon /parallel/vendors/intel/paragon/software/aachen/contrib/gnutools-src.tar.gz (20708530 bytes) GNU tools sources for Intel Paragon /parallel/vendors/intel/paragon/software/aachen/contrib/gnutools.MANIFEST (555 bytes) List of versions of GNU tools /parallel/vendors/intel/paragon/software/aachen/contrib/gnutools.README (868 bytes) Information on GNU tools for the Intel Paragon. /parallel/vendors/intel/paragon/software/aachen/contrib/gtar.gz (105313 bytes) The GNU tar program (requires gzip). [gzipped] /parallel/vendors/intel/paragon/software/aachen/contrib/README.gtar (108 bytes) The GNU tar program (requires gzip). [text] /parallel/vendors/intel/paragon/software/aachen/contrib/gzip (155232 bytes) The GNU zip program (required for gtar). [binary] /parallel/vendors/intel/paragon/software/aachen/contrib/gzip.Z (95697 bytes) The GNU zip program (required for gtar). [compressed] /parallel/vendors/intel/paragon/software/aachen/contrib/README.gzip (100 bytes) The GNU zip program (required for gtar). [text] /parallel/vendors/intel/paragon/software/aachen/contrib/libg++-2.5.3.tar.gz (1316349 bytes) GNU c++ run time libraries, required for g++. /parallel/vendors/intel/paragon/software/aachen/contrib/rdate.tar.gz (51831 bytes) rdate for the Intel Paragon [gzipped tar] /parallel/vendors/intel/paragon/software/aachen/contrib/rdate.README (135 bytes) rdate for the Intel Paragon [text] /parallel/vendors/intel/paragon/software/aachen/papers/ Paragon Papers /parallel/vendors/intel/paragon/software/aachen/papers/hicss.ps.gz (31065 bytes) "PUMA: An Operating System for Massively Parallel Systems" by Stephen R. Wheat; Arthur B. Maccabe; Rolf Riesen; David W. van Dresser and T. Mack Stallcup. ABSTRACT: This paper presents an overview of PUMA, Performance-oriented, User-managed Messaging Architecture, a message passing kernel. Message passing in PUMA is based on portals - an opening in the address space of an application process. Once an application process has established a portal, other processes can write values into the portal using a simple send operation. Because messages are written directly into the address space of the receiving process, there is no need to buffer messages in the PUMA kernel and later copy them into the applications address space. PUMA consists of two components: the quintessential kernel Q-Kernel and the process control thread PCT. While the PCT provides management decisions, the Q-Kernel controls access and implements the policies specified by the PCT. /parallel/vendors/intel/paragon/software/aachen/papers/paragon_linpack_benchmark.ps.Z (54183 bytes) "Lu Factorization and the Linpack Benchmark on the Intel Paragon" by David Womble; David Greenberg; Stephen Wheat and Rolf Riesen. ABSTRACT: An implementation of the LINPACK benchmark is described which achieves 72.9 Gflop/sec on 1872 nodes of an Intel Paragon. Implications concerning the architecture of the Paragon and the necessity of a high performance operating system like SUNMOS. /parallel/vendors/intel/paragon/software/aachen/papers/pgon_selfstudy.ps.gz (97983 bytes) "Parallel Processing: A Self-Study Introduction; A First Course in Programming the Intel Paragon" by Jeremy Cook, Parallab, Dept. of Informatics, University of Bergen, N-5020 Bergen, Norway ABSTRACT: This booklet is written in the hope that we can accelerate the learning process of readers using an Intel Paragon computer for the first time. It is not intended as a replacement for the manufacturers programming and reference manuals, but rather to complement them and to guide the new user through the jungle of terminology and programming techniques. We hope that we have written this guide such that the reader can complete this tutorial without requiring such manuals. Our long experience with advanced computer systems has shown us that these users want to become familiar with a new system as quickly as possible, without having to wade through, say, a metre shelf of manuals to be able to write a simple program. Rather than write yet another tutorial, we have tried to give the user guidance in using the Paragon, with concise information, with the hope that they can get up to speed as quickly as possible. Very little instruction on parallel algorithms is given in this guide, we have concentrated instead on use of the system. The text and examples in this guide were developed on the 100 node system at parallab. Almost everything in this guide should be applicable to all Paragon system configurations. COPYRIGHT NOTICE: This document may be distributed freely for educational purposes provided it is distributed in its entirety, including this copyright notice. This booklet may be used as course material or as on-line documentation provided acknowledgement is given to parallab . If copies of this document are distributed then parallab must be informed at the address below: parallab secretary, parallab, Dept. of Informatics, University of Bergen, N-5020 Bergen, Norway email: adm@parallab.uib.no /parallel/vendors/intel/paragon/software/aachen/tools/ Paragon Tools /parallel/vendors/intel/paragon/software/aachen/tools/misc/ Miscellaneous utilities /parallel/vendors/intel/paragon/software/aachen/tools/misc/pmt.tar.gz (1196319 bytes) Partition Management Tool (PMT) binaries /parallel/vendors/intel/paragon/software/aachen/tools/misc/pstat.tar.gz (98144 bytes) Displays gang scheduling parallel applications running in the compute partition. Binary only. /parallel/vendors/intel/paragon/software/aachen/tools/misc/rpcgen.tar.gz (64709 bytes) rpcgen tool (binary only). Creator: Adrian [gzipped tar] /parallel/vendors/intel/paragon/software/aachen/tools/misc/README.rpcgen (95 bytes) rpcgen tool (binary only). Creator: Adrian [text] /parallel/vendors/intel/paragon/software/aachen/tools/misc/xpartinfo.tar.gz (16704 bytes) X11 wrapper around partinfo -s. Requires pstat. (only last author given). Creator: J. David Morgenthaler /parallel/vendors/intel/paragon/software/aachen/tools/misc/xvmstat.tar.gz (7586 bytes) xvmstat - A tool for visualizing virtual memory on the service nodes of a Paragon. Creators: Roy Williams , Caltech CCSF and Jim Souder , Intel SSD. Pablo Performance Analysis Environment PMT Partition Management Tool /parallel/vendors/intel/paragon/software/nxlib/ NXLIB: Offers a message-passing interface to the Paragon system emulated on workstations. The NXLib package is available under the terms of the GNU software license agreement. Email contact: nxlib@informatik.tu-muenchen.de NXlib -- Paragon message-passing environment for Workstations /parallel/vendors/intel/paragon/software/nxlib/00README (2968 bytes) "Directory contents" /parallel/vendors/intel/paragon/software/nxlib/NXLibUgV1_1_4.ps.gz (55801 bytes) "NXlib V1.1.4 Users Guide documentation" [gzipped PostScript] /parallel/vendors/intel/paragon/software/nxlib/NXLibUgV1_1_4.ps.Z (84993 bytes) "NXlib V1.1.4 Users Guide documentation" [compressed PostScript] /parallel/vendors/intel/paragon/software/nxlib/NXLibV1_1_4+LINUX.tar.gz (121622 bytes) "NXlib V1.1.4 distribution for Linux" Includes some bugfixes and a workaround for Linux /parallel/vendors/intel/paragon/software/nxlib/NXLibV1_1_4.tar.gz (118512 bytes) "NXlib V1.1.4 distribution" Library simulating the Paragon NX message-passing environment on workstations. [gzipped tar] /parallel/vendors/intel/paragon/software/nxlib/NXLibV1_1_4.tar.Z (244683 bytes) "NXlib V1.1.4 distribution" Library simulating the Paragon NX message-passing environment on workstations. [compressed tar] /parallel/vendors/intel/paragon/software/nxlib/PAPERS/ "Papers about NXLIB" /parallel/vendors/intel/paragon/software/nxlib/PAPERS/ESUG94.ps.Z (99817 bytes) "NXLib on workstation clusters" by Stefan Lamberts In Proceedings on the European Intel Supercomputer Users' Group Meeting, Manchester, July 1994. To be published. /parallel/vendors/intel/paragon/software/nxlib/PAPERS/HPCN94.ps.Z (46337 bytes) "Developing Application for Multicomputer Systems on Workstations" by Georg Stellner; Arndt Bode; Stefan Lamberts and Thomas Ludwig. In High-Performance Computing and Networking, International Conference and Exhibition, Volume II. Lecture Notes in Computer Science, Number 797. Spinger, 1994. Pages 286-292. /parallel/vendors/intel/paragon/software/nxlib/PAPERS/IFIPWG10_394.ps.Z (22679 bytes) "Emulating a Paragon XP/S on a network of workstations" by Georg Stellner; Arndt Bode; Stefan Lamberts and Thomas Ludwig. /parallel/vendors/intel/paragon/software/nxlib/PAPERS/Parle94.ps.Z (31689 bytes) "NXLib --- A parallel programming environment for workstation clusters" by Georg Stellner; Arndt Bode; Stefan Lamberts and Thomas Ludwig. In PARLE'94 Parallel Architectures and Languages Europe. Lecture Notes in Computer Science, Number 817. Springer, 1994. Pages 745-748. /parallel/vendors/intel/paragon/software/nxlib/PAPERS/SUG93.ps.Z (47132 bytes) "Paragon parallel programming on Sun workstations" by Georg Stellner; Arndt Bode; Stefan Lamberts and Thomas Ludwig. In Sun User Group Proceedings. December 1993. Pages 87-93 /parallel/vendors/intel/paragon/software/nxlib/WHATS_NEW_1_1 (515 bytes) "Whats New in NXLIB 1.1" /parallel/vendors/intel/paragon/software/nxlib/WHATS_NEW_1_1_1 (324 bytes) "Whats New in NXLIB 1.1.1" /parallel/vendors/intel/paragon/software/nxlib/WHATS_NEW_1_1_2 (1387 bytes) "Whats New in NXLIB 1.1.2" /parallel/vendors/intel/paragon/software/nxlib/WHATS_NEW_1_1_3 (668 bytes) "Whats New in NXLIB 1.1.3" /parallel/vendors/intel/paragon/software/nxlib/WHATS_NEW_1_1_4 (1182 bytes) "Whats New in NXLIB 1.1.4" /parallel/vendors/intel/paragon/software/pmt (1820 bytes) "Partition Management Tool" by Holger Guenther PMT assists the user in partitioning the processing elements by allocating exclusive subsets of processors for the execution of one parallel job. PMT visualizes the system state with respect to the actual processing element allocation and supports the user's interference. Available from /parallel/vendors/intel/paragon/software/tools-list (4221 bytes) Summary of applications and tools already or becoming available for the Intel Paragon. Creator: Frank Brockners /parallel/vendors/intel/paragon/software/wmnxlib/ WMnxlib: An Intel NX hypercube parallel simulator and library software for workstations using PVM written by Sunny Egbo, formerly of The College of William and Mary, USA. /parallel/vendors/intel/paragon/software/wmnxlib/.nams-info/ .nams-info /parallel/vendors/intel/paragon/software/wmnxlib/.nams-info/status (107 bytes) status /parallel/vendors/intel/paragon/software/wmnxlib/.nams-info/status.new-14625 (0 bytes) status.new-14625 /parallel/vendors/intel/paragon/software/wmnxlib/Announcement (3033 bytes) Announcement of WMnxlib: An Intel NX hypercube parallel simulator and library software for workstations using PVM /parallel/vendors/intel/paragon/software/wmnxlib/WMnxlib1.0.tar.Z (74689 bytes) "WMnxlib" An Intel NX hypercube parallel simulator for workstations using PVM /parallel/vendors/meiko/ "Meiko" /parallel/vendors/meiko/contacts (328 bytes) How to contact Meiko /parallel/vendors/meiko/software/ Software related to MEIKO software and/or hardware. /parallel/vendors/meiko/software/cato.tar.Z (21967 bytes) CATO - Display folded transputer source files (.TSR) files as ASCII. Pretty prints, and traverses TDS style folded documents and outputs an ASCII (and toolset/origami/F compatible) version. REQUIRES: libdjb.tar.Z /parallel/vendors/meiko/software/filo.tar.Z (1495040 bytes) FILO - File and I/O Library for Occam. A file and I/O library for meiko's OPS system to provide a powerful and consistent system. /parallel/vendors/meiko/software/gfxtoppm.tar.Z (11998 bytes) A program to convert Meiko GFX graphics picture dump files into Portable PixMap (PPM) suitable for conversion into a variety of other picture formats. [Requires libdjb and libukcprog from /parallel/software/ukc] /parallel/vendors/meiko/software/grab.tar.Z (4237 bytes) Program for Meiko SVCS/VCS software to grab some boards from the system - useful to hold on to failed hardware. REQUIRES: libdjb.tar.Z /parallel/vendors/meiko/software/iserver-meiko-svcs.tar.Z (0 bytes) Program for Meiko SVCS/VCS software to provide an INMOS iserver service to a claimed network of transputers. /parallel/vendors/meiko/software/libdjb.tar.Z (32912 bytes) Local library needed for most of these programs. /parallel/vendors/meiko/software/meiko_gfx.tar.Z (2772959 bytes) A port of the GFX graphics software from the OPS/TDS environment to the INMOS toolset to run on Meiko graphics hardware. Port done by University of Southampton. /parallel/vendors/meiko/software/mps.tar.Z (42193 bytes) Program for Meiko SVCS/VCS software to show the state of the system - which processors are in use/free and how they are distributed. REQUIRES: libdjb.tar.Z /parallel/vendors/meiko/software/opsclean.tar.Z (3172 bytes) Small program to delete extra TDS/OPS files to clean up directories - code, debug information etc. REQUIRES: libdjb.tar.Z /parallel/vendors/meiko/software/xtdb.tar.Z (118003 bytes) Program to display occam (TDS/OPS) programs as plain text, and/or convert them to folded form suitable for use with a folding editor such as F, Origami or Folding MicroEmacs. /parallel/vendors/nag/ "NAG" /parallel/vendors/nag/smp-library-v1 (879 bytes) "Announcement of NAG Fortran SMP Library V1" by Lawrence Mulholland A new library of numerical and statistical routines specifically optimised for use on Symmetric Multi-Processor (SMP) computers. See also /parallel/vendors/nasoftware/ "N.A. Software Ltd." /parallel/vendors/nasoftware/hpfplus-compiler-v2 (2167 bytes) "Announcement of NAS HPFplus Compiler V2" by Mike Delves HPF (inc F77 & F90) compiler with MPI, parallel I/O, debugger and more for manyHP architectures. See also /parallel/vendors/pact/ "PACT compilers" /parallel/vendors/pact/PACT-EXPERT-compilers (2923 bytes) Details of the ACE / PACT EXPERT compilers for transputers: C, Parallel C, Fortran, Pascal, and Modula-2. Creator: Rob Kurver /parallel/vendors/pact/PACT-fortran (712 bytes) Comments on the PACT fortran compiler. Creator: Rob Kurver /parallel/vendors/pact/PACT-parallel-dev-sys (1200 bytes) Details of PACT/ACE EXPERT Parallel Development System for 32-bit transputers (T9000 in 93Q4) with PC or SUN4 hosts. Creator: Rob Kurver /parallel/vendors/pallas/ "Pallas" PALLAS GmbH, Hermuelheimer Str. 10, D-50321 Bruehl, Germany. Tel: +49-(0)2232-1896-0, Fax: +49-(0)2232-1896-29 and WWW: /parallel/vendors/pallas/hpf-pallas+portland (3832 bytes) Details of Portland Group and PALLAS cooperating on High Performance Fortran products in Europe. Creator: Udo Keller /parallel/vendors/pallas/parmacs-6.0 (1639 bytes) Announcement of PARMACS V6.0 for DEC Alpha/MIPS, HP9000, RS6000, SGI Iris and Sun SPARCstations. Creator: Udo Keller /parallel/vendors/pallas/tech-apps-high-perf-comps (1867 bytes) Announcement of availability of an evaluation report (on behalf of the Commission of the European Communities) on Technical Applications for High Performance Computers from PALLAS GmbH. Creator: Udo Keller /parallel/vendors/tandem/ "Tandem Inc" /parallel/vendors/tandem/ftp-site (1211 bytes) FTP site for information on Tandem Computers' products in the area of commercial applications of massively parallel processors for large databases and transaction processing systems. Creator: Frank Hecker /parallel/vendors/tandem/tpc-c-results (3606 bytes) Report by Tandem on a "New world record TPC-C results" for Tandem's Himalaya K10000 system. Creator: Charles Levine /parallel/vendors/telmat/ "Telmat Multinode" /parallel/vendors/telmat/telmat.doc (4413 bytes) Telmat overview and contact details Creator: Fabrice Magnan , 6, rue de l'Industrie, BP 12, 68 360 Soultz, France; Tel: +33 89 76 51 10; FAX: +33 89 74 27 34 [binary] /parallel/vendors/telmat/telmat.txt (2440 bytes) Telmat overview and contact details Creator: Fabrice Magnan , 6, rue de l'Industrie, BP 12, 68 360 Soultz, France; Tel: +33 89 76 51 10; FAX: +33 89 74 27 34 [text] /parallel/vendors/ti/ "Texas Instruments" /parallel/vendors/ti/tms320c40/ "Software for the Texas Instruments TMS320C40 transputer." /parallel/vendors/ti/tms320c40/tick/ "TICK TMS320C40 parallel network detection and loader utility" supports Transtech, Hunt, and Traquair boards hosted by DOS, SunOS and Linux. /parallel/vendors/ti/tms320c40/tick/tick.txt (27145 bytes) "TMS320C40 parallel network detection and loader utility v2.0 (September 1993)" by Ben Abbott, Vanderbilt University, USA; Akos Ledeczi, Vanderbilt University, USA; Mark Milligan, University of British Columbia and Rolf Skeie, NDRE. Supports Transtech, Hunt, and Traquair boards hosted by DOS, SunOS and Linux. /parallel/vendors/ti/tms320c40/tick/tick.zip (144333 bytes) "TICK v2.0 for x86 with MSDOS or Linux and Suns running SunOS." /parallel/vendors/ti/tms320c40/tick/ticks.exe (86381 bytes) "TMS320C40 parallel network detection utility v1.2" by Ben Abbott, Vanderbilt University, USA and Akos Ledeczi, Vanderbilt University, USA. Supports Transtech, Hunt, and Traquair boards hosted by DOS, SunOS and Linux. The file ticks.exe is a self-extracting archive file and contains source and executable for the TI Check (tick) program. [binary] /parallel/vendors/ti/tms320c40/tick/ticks.tar.Z (93289 bytes) "TMS320C40 parallel network detection utility v1.2" by Ben Abbott, Vanderbilt University, USA and Akos Ledeczi, Vanderbilt University, USA. Supports Transtech, Hunt, and Traquair boards hosted by DOS, SunOS and Linux. The file ticks.exe is a self-extracting archive file and contains source and executable for the TI Check (tick) program. [compressed tar] /parallel/vendors/ti/tms320c40/tick/ticks.txt (14241 bytes) "TMS320C40 parallel network detection utility v1.2" by Ben Abbott, Vanderbilt University, USA and Akos Ledeczi, Vanderbilt University, USA. Supports Transtech, Hunt, and Traquair boards hosted by DOS, SunOS and Linux. The file ticks.exe is a self-extracting archive file and contains source and executable for the TI Check (tick) program. [text] /parallel/vendors/tmc/ "Thinking Machines Corporation" Thinking Machines contact information: /parallel/vendors/tmc/chapter11-pr (4185 bytes) "Thinking Machines Corporation Files Plan to Emerge from Bankruptcy Protection" by Joshua Spiewak Press release from Thinking Machines Corporation. /parallel/vendors/tmc/cm5/ Software for CM5 /parallel/vendors/tmc/cm5/ac++.announcement (5474 bytes) Announcement of AC++ 1.0 for the CM5 - a new compiler, an adaptation of GCC to support the CM-5 vector units from either C or C++ available via anonymous ftp. Creator: Geoffrey Furnish /parallel/vendors/transtech/ "Transtech Parallel Systems" /parallel/vendors/transtech/contacts (1791 bytes) Company overview and contact information /parallel/vendors/transtech/i860-super-computer (1907 bytes) "Transtech i860 systems: "Affordable Parallel Supercomputer"" by Harry Bates /parallel/vendors/transtech/t9000 (2650 bytes) "Transtech T9000 systems"