Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jul 2003 23:26:00 -0700 (PDT)
From:      Maho Nakata <maho@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/math/superlu_mt Makefile
Message-ID:  <200307120626.h6C6Q1A0011248@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307120626.h6C6Q1A0011248>