[ News |
  IPCA |
  Mirrors |
  Add |
  Search |
  Mail |
  Help |
  WoTUG
]
- .nams-info/
 
- Makefile
 Last modified 21:24:00, 26 Oct 1994 - 4.9K - text
 Sample makefile generated from Makefile.in.
- Makefile.in
 Last modified 21:24:00, 26 Oct 1994 - 4.9K - text
 Makefile template compatible with templates used by MPICH model MPI
implementation.
- README
 Last modified 21:25:00, 26 Oct 1994 - 4.2K - text
 Overview of programs, scripts and source files and how to build
them.
- base.f
 Last modified 21:24:00, 26 Oct 1994 - 1K - Fortran
 Example of a Jacobi sweep (code fragment).
- decomp.f
 Last modified 21:24:00, 26 Oct 1994 - 1K - Fortran
 A Fortran version of MPE_DECOMP1D.
- diff.f
 Last modified 21:24:00, 26 Oct 1994 - 1K - Fortran
 Computes the difference between two successive approximate
solutions, assuming a 1-d decomposition of a 2-d domain.
- diff2d.f
 Last modified 21:24:00, 26 Oct 1994 - 1K - Fortran
 Computes the difference between two successive approximate
solutions, assuming a 2-d decomposition of a 2-d domain.
- exbsend.f
 Last modified 21:24:00, 26 Oct 1994 - 1K - Fortran
 Exchange data with neighbors for a 1-d decomposition of a 2-d
domain, using send and receive up, then down.  Uses buffered sends.
- exchng1.f
 Last modified 21:24:00, 26 Oct 1994 - 1K - Fortran
 Version of exbsend.f that uses the MPI_SENDRECV call.
- exchng1nb.f
 Last modified 21:24:00, 26 Oct 1994 - 1K - Fortran
 Version of exbsend.f that used nonblocking send and receive
(MPI_ISEND, MPI_IRECV, and MPI_WAITALL).
- exchng2.f
 Last modified 21:48:00, 20 Jun 1995 - 1.3K - Fortran
 Exchange data with neighbors for a 2-d decomposition of a 2-d
domain, using MPI_SENDRECV and a "strided" data-type.
- expair1d.f
 Last modified 21:24:00, 26 Oct 1994 - 1.3K - Fortran
 Version of exbsend.f that uses "pair" blocking sends and
receives.
- exsandr1d.f
 Last modified 21:24:00, 26 Oct 1994 - 1K - Fortran
 Version of exbsend.f that uses MPI_SEND instead of
MPI_BSEND.
- exsync1d.f
 Last modified 21:24:00, 26 Oct 1994 - 1K - Fortran
 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.
- fndnbr2d.f
 Last modified 21:24:00, 26 Oct 1994 - 1K - Fortran
 Compute the neighbors and decomposition for a 2-d decomposition of
a 2-d  domain.
- mpirun
 Last modified 16:34:00, 24 Oct 1994 - 19.5K - text
 C-shell script to start MPI jobs in an architecture
independant way.
- nbexchng.f
 Last modified 21:24:00, 26 Oct 1994 - 1.1K - Fortran
 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).
- nbsweep.f
 Last modified 21:24:00, 26 Oct 1994 - 1.1K - Fortran
 Non-blocking Jacobi sweep for a 1-d decomposition.
- oned.f
 Last modified 21:24:00, 26 Oct 1994 - 2.8K - Fortran
 Main program for the solution to the Poisson problem using Jacobi
iteration on a 1-d decomposition of a 2-d domain.
- onedbase.f
 Last modified 21:24:00, 26 Oct 1994 - 1K - Fortran
 Support routines for oned.f. Contains routine to
initialize data.
- onedcenter.f
 Last modified 21:24:00, 26 Oct 1994 - 1.5K - Fortran
 Code fragment for kernel of Poisson solver example.
- onednb.f
 Last modified 21:24:00, 26 Oct 1994 - 2.5K - Fortran
 Version of oned.f that uses the nonblocking exchange routine
(nbexchng.f)
- runprogs
 Last modified 16:34:00, 24 Oct 1994 - 1K - text
 Example script to run the programs.
- runtab1
 Last modified 16:34:00, 24 Oct 1994 - 1K - text
 Example script to run the programs used to generate Table 4.7
(Timings for variants of the 1-D decomposition of the Poisson
problem)
- sweep.f
 Last modified 21:24:00, 26 Oct 1994 - 1K - Fortran
 Routine to perform a Jacobi sweep for a 1-d decomposition of a 2-d
domain.
- sweep2.f
 Last modified 21:47:00, 20 Jun 1995 - 1K - Fortran
 Routine to perform a Jacobi sweep for a 2-d decomposition of a 2-d
domain.
- twod.f
 Last modified 21:47:00, 20 Jun 1995 - 4.4K - Fortran
 Main program for the solution to the Poisson problem using Jacobi
interation on a 2-d decomposition of a 2-d domain.
- twodbase.f
 Last modified 21:24:00, 26 Oct 1994 - 1K - Fortran
 Support routines for twod.f. Contains routine to
initialize data.
Copyright © 1993-2000 Dave Beckett & WoTUG