Overview
Introduction

LFC software supports a serial, single processor user interface, but delivers the computing power achievable by an expert user working on the same problem who optimally utilizes the resources of a cluster. The basic premise is to design numerical library software that addresses both computational time and space complexity issues on the user' s behalf and in a manner as transparent to the user as possible. The software intends to allow users to either link against an archived library of executable routines or benefit from the convenience of prebuilt executable programs without the hassle of resolving linker dependencies. The user is assumed to call one of the LFC routines from a serial environment while working on a single processor of the cluster. The software executes the application. If it is possible to finish executing the problem faster by mapping the problem into a parallel environment, then this is the thread of execution taken. Otherwise, the application is executed locally with the best choice of a serial algorithm. The following details for parallelizing the user's problem are all handled by the software:

  • resource discovery,
  • selection and allocation,
  • mapping the data onto (and off of) the working cluster of processors,
  • executing the user' s application in parallel,
  • freeing the allocated resources,
  • and returning control of the user' s process in the serial environment from which the procedure began

Alternatively, the expert user chooses a subset of processors from the cluster well suited to address memory and computational demands, initializes the parallel environment directly, generates the data set locally, in parallel on the working group in a manner affecting any necessary parallel data structures, and then executes the same parallel application.


Poster

Posters (pdf) presented at the Salishan Conference on High-Speed Computing; Sponsored by Los Alamos National Laboratory, Sandia National Laboratory, Lawrence Livermore National Laboratory; Gleneden Beach, OR; April 22-25, 2002(errata: poster one, parallel dgemm figure is wrong)

  • Salishan Poster One

  • Salishan Poster Two

    Poster providing general description and overview of LFC


  • Presentations

    Part of presentation from the NPACI meeting in March 2002 in California
    Slide 1 thumbnailSlide 2 thumbnailSlide 3 thumbnailSlide 4 thumbnailSlide 5 thumbnailSlide 6 thumbnailSlide 7 thumbnailSlide 8 thumbnailSlide 9 thumbnail
    Presentation given by Kenneth Roche at ICL retreat August 2002 in Townsend, Tennessee Presentation given by Kenneth Roche at annual PTOOLS meeting in September 2002 in Knoxville, Tennessee


    Project Handouts

    Jun 29 2022 Admin Login