History log of /petsc/src/mat/impls/dense/mpi/mpidense.c (Results 851 – 875 of 1213)
Revision Date Author Comments
# cb2480ea 08-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed bugs where proper wrapping of #if defined(PETSC_HAVE_PLAPACK) was not done

Hg-commit: 5026de2f7da910abf735b42e337331d39f1c84e7


# d7957c25 07-Mar-2008 Hong Zhang <hzhang@mcs.anl.gov>

commit after merge

Hg-commit: 6b4ac957a41c4eebfcda210f0c39ba836b723840


# 815cbec1 07-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

again I was checking *matout vs A when reuse was MAT_INITIAL_MATRIX so *matout
was not initialized and valgrind chocked

Hg-commit: a294f51766ee1fb1e137fa155a98da00d66ab152


# e9695a30 07-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed illegal access to *matout in MatTranspose_ routines when MAT_INITIAL_MATRIX
had to remove check that one use A, MAT_INITIAL_MATRIX, &A because cannot check &A since may not be set

Hg-commit:

fixed illegal access to *matout in MatTranspose_ routines when MAT_INITIAL_MATRIX
had to remove check that one use A, MAT_INITIAL_MATRIX, &A because cannot check &A since may not be set

Hg-commit: bdfca46607ae0c6b051c05f93f67da04e9fc248d

show more ...


# 79b0a62d 07-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

more work on matmatmult_mpidense_mpidense, still broken

Hg-commit: 4f6e126896f77d306a6ad982267d65ff4ac63717


# 2fbe02b9 07-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed MatMatMultTransposeNumeric_SeqDense_SeqDense() to use correct calling
sequence of dgemm() when 'T' is the first argument.

Hg-commit: a95fc948f53f6aafba0a33632da3e103e2359ed8


# eae6fb2e 06-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

moved copy from PETSc mpidense to plapack array now handled in seperate routine
moved creation of plapack array into its own routine

Hg-commit: 854828b0ebe7da46975c3953775a8adccb6431e5


# aeccfd6f 06-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

further updates to pull plapack setup out of mpidense code

Hg-commit: 38c7bf68622f2e77d3dd5b6ca952c988e8916f78


# 04fea9ff 06-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

removed comm_2d and nprows/npcols from lu object in MPIDense

Hg-commit: 2714c409d8d43554e1f1514a242cda4f00155c84


# 09d27a7e 06-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

moved PLA_Init() and Finalize() out of individual mpidense code into MatInitializePackage() and in PetscFinalize()

Hg-commit: ea67190658453d8ff8814eb61be9de7b9706d883


# 62b4c0b3 06-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

added error checking to all PLA_ codes
added _isnan and _finite support for Microsoft compilers for PetscIsInfOrNan()

Hg-commit: 8b8cd2980f212d95aec23ec7a89ea1b9d33d6dd1


# e1156936 06-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

moved creation of plapack matrix into symbolic code from numeric code

Hg-commit: 9e056e25d3fc729aa7dde686668ab8f87440047c


# e0fbc2ee 06-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

reuse plapack matrix for repeated factorizations

Hg-commit: c45c3f360aa355b2fd3c3216dcbb28d8485264e9


# 38aed534 06-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

more docs for -openmmp_merge/spawn etc
docs on using variables only file in makefile
x

Hg-commit: e01fc5624534dbdc4fc4088fa76be6d73a097208


# b23e956f 05-Mar-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: c252723983d2baef02ecb448e6a9a608900ee72f


# 7a667e6f 04-Mar-2008 Satish Balay <balay@mcs.anl.gov>

fix missing brace for c++ #17407

Hg-commit: 06f9c4e76fb23a084af0cf20dc4773eea7ae1024


# 7878bbef 04-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

got mpidense.c to compile

Hg-commit: 9a106c4b334f7b5cd992ec659a115e519151361b


# 01b82886 04-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

converted PETSc plapack interface to have MPIDENSE now use
by default Plapack solvers if PETSc was config/configured with --download-plapack
the is no longer a need to use the MATPLAPACK matrix t

converted PETSc plapack interface to have MPIDENSE now use
by default Plapack solvers if PETSc was config/configured with --download-plapack
the is no longer a need to use the MATPLAPACK matrix type

Hg-commit: 22082512ed36ba6cdb7b28d847ea76b7ff345a5c

show more ...


# 600fe468 03-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

mv plapack source code for MPIDENSE out of its own directory
and fixed plapack test examples

Hg-commit: ff571251b49cc9991a8308a51ed4656908efeec4


# 355a108d 03-Mar-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 722da13b860c3b9cf8dd2bf1b0ceaab0718e3da5


# fc4dec0a 02-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

added MatReuse as second argument to MatTranspose()

Hg-commit: 25d223e5c97b2e66758cc4ab542c7835b614e5c5


# e44c0bd4 29-Jan-2008 Barry Smith <bsmith@mcs.anl.gov>

bug fixes related to petsc-maint 16879
MPIAIJ matsetvalues did not properly reset ba = b->a array after disssembly
SeqAIJ improperly increased "low" count by one if ignoredzero was ignored so

bug fixes related to petsc-maint 16879
MPIAIJ matsetvalues did not properly reset ba = b->a array after disssembly
SeqAIJ improperly increased "low" count by one if ignoredzero was ignored so
search did not locate next column
MPIBAIJ and MPISBAIJ disassembly set column size to A->cmap.n when it should have
been A->cmap.N
added error checking for some (PetscMPIInt) casts

Hg-commit: a3c4121ea5c19e05c43e0d0492c8be7228c4775c

show more ...


# dbefa33d 28-Jan-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: bf61e6626fd829977ea46dc50931d6e9b988a6f6


# 0805154b 26-Jan-2008 Barry Smith <bsmith@mcs.anl.gov>

[PETSC #17255] nightly tests fixed but introduced into VecScatterToZero/All()
Added error checking for overflow for cast from PetscInt to PetscBLASInt in all cases
Added some error checking for overf

[PETSC #17255] nightly tests fixed but introduced into VecScatterToZero/All()
Added error checking for overflow for cast from PetscInt to PetscBLASInt in all cases
Added some error checking for overflow for cast from PetscInt to PetscMPIInt

Hg-commit: 7540d46ad0a2abd61067805cfc8cb914325338a4

show more ...


# 3be44c43 18-Nov-2007 Barry Smith <bsmith@mcs.anl.gov>

commit aFTERmerge

Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320


1...<<31323334353637383940>>...49