| d3961cc3 | 23-Apr-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: fa3e6714ee07a74a50771a91df7da838e348b8a6 |
| f8009846 | 23-Apr-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Fix for bug in binary viewer for MPIDENSE matrix when output in parallel with size > 2 - We were not resetting the pointer to memory to the base
Hg-commit: b87e4e992f1e70f247f49df4cc12dd55c1682df6 |
| 4aa34b0a | 23-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
error message when binary viewing mpidense matrix but have not set PETSC_VIEWER_BINARY_NATIVE docs for MatShellSetOperation() say must return 0 on return
Hg-commit: 8699883c0d648218c56a47cda79ff5898
error message when binary viewing mpidense matrix but have not set PETSC_VIEWER_BINARY_NATIVE docs for MatShellSetOperation() say must return 0 on return
Hg-commit: 8699883c0d648218c56a47cda79ff5898d508418
show more ...
|
| 83672c4d | 08-Apr-2008 |
Satish Balay <balay@mcs.anl.gov> |
doc fixes
Hg-commit: bfa2f409adde725d41f6e90dc43db1923443b052 |
| 6e6f9017 | 08-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
stopped work on MatMatMult_MPIDense_MPIDense because of aparent bugs in PLAPACK.
Hg-commit: c809f2c48c997f9790c9f01b439406d85cc28d6a |
| 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 |
| 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 |
| 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 |
| fc4dec0a | 02-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatReuse as second argument to MatTranspose()
Hg-commit: 25d223e5c97b2e66758cc4ab542c7835b614e5c5 |
| 4a3bcbf4 | 02-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed some (very outdated) uses of code like if (size == 1) { MatSetType(mat,MATSEQ****) else MatSetType(mat,MATMPI****) } to simply use MatSetType(mat,MAT****)
Made MatMatM
changed some (very outdated) uses of code like if (size == 1) { MatSetType(mat,MATSEQ****) else MatSetType(mat,MATMPI****) } to simply use MatSetType(mat,MAT****)
Made MatMatMult****() manual pages a bit clearer
Hg-commit: 83bbcad2d4a668c5837dd6609fde0c812f94edce
show more ...
|
| ce0a2cd1 | 21-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
mv zpetsc.h (a meaningless name) to fortranimpl.h (a slightly more meaningful name)
Hg-commit: d2687f12f92bff49ceff434100d018f6898829c3 |