Dartmouth repository for parallel-I/O code examples. Example name: LUP Description: This code implements an out-of-core LUP factorization, explicitly written as an exercise in parallel I/O, to be used for real codes requiring large LUP factorizations. I/O usage: The code uses an nCUBE's internal disks for temporary files to swap segments of a large matrix in and out of compute-node memory. Platform: nCUBE/2 with disks Language: C Code author(s): David Womble, David Greenberg, Stephen Wheat, Rolf Riesen Sandia National Lab dewombl@cs.sandia.gov Contributed by: David Kotz, Dartmouth College, dfk@cs.dartmouth.edu Date contributed: 8/20/93 Porting notes: You will probably have to change the file name stuff in disk.c. See more detailed notes in the file ./README.