cvs commit: ports/math/superlu_mt Makefile

Maho Nakata maho at FreeBSD.org
Fri Jul 11 23:26:02 PDT 2003


maho        2003/07/11 23:26:00 PDT

  FreeBSD ports repository

  Modified files:
    math/superlu_mt      Makefile 
  Log:
  (forced commit)
  Added SuperLU_MT, which
  contains a set of subroutines to solve a sparse linear system
  A*X=B. It uses Gaussian elimination with partial pivoting (GEPP).
  The columns of A may be preordered before factorization; the
  preordering for sparsity is completely separate from the factorization.
  
  SuperLU_MT is a parallel extension to the serial SuperLU library.
  
  SuperLU_MT (math/superlu_mt) and SuperLU (math/superlu) are
  employing quite different implimentation, so we decided
  to make separete ports.
  
  Pointed out by: kris
  Pointy hat to:  myself
  
  Revision  Changes    Path
  1.2       +0 -0      ports/math/superlu_mt/Makefile


More information about the cvs-ports mailing list