add MatDestroySubMatrices(); bugfix
fix warning for ';;'
fix build warning as reported by the nightly tests
initialize variable as complained by nightly test
fix warnigns reported by nightly tests
bugfix for 'sort column indices of the rows'
do not use rmap in the case of 'allrows'
call MPIU_Allreduce() when MAT_INITIAL_MATRIX
rm MatGetSubMatrices_MPIBAIJ_local_old(); bugfix for ijonly (ex48.c)
work on the case ijonly -- still fails on snes/examples/tutorials/ex48.c
rename MatGetSubMatrices_MPIBAIJ_local_new -> MatGetSubMatrices_MPIBAIJ_local
rename MatGetSubMatrices_MPIBAIJ_local -> MatGetSubMatrices_MPIBAIJ_local_old
case of allrows works
unsorted column IS works now
add case of allcolumns
bugfix for MatCreateRedundantMatrix(), MatCreateMPIMatConcatenateSeqMat()
bugfix for assemble off-proc entries
works for bs>1; src/mat/examples/tests/ex9.c still crash in MatDestroy()
works for bs=2, but not reuse yet; needs to be cleaned!
optimize MatGetSubMatrices_MPIBAIJ() -- works for bs=1 now
Fixup more F90 interface definitions for usersTime: .15 hoursReported-by: Manuel Valera <mvalera@mail.sdsu.edu>
Merge branch 'barry/remove-funct'
Add more error checks for use of MatReuse; change MatTranspose() to use MatReuse as used by other functionsTime: 2.5 hoursReported-by: Stefano Zampini <stefano.zampini@gmail.com>, Eric Chamberlan
Add more error checks for use of MatReuse; change MatTranspose() to use MatReuse as used by other functionsTime: 2.5 hoursReported-by: Stefano Zampini <stefano.zampini@gmail.com>, Eric Chamberland <Eric.Chamberland@giref.ulaval.ca>
show more ...
Remove the use and definition of __FUNCT__ throughout the codeSince all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETScTime: 1.5 hoursThanks-t
Remove the use and definition of __FUNCT__ throughout the codeSince all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETScTime: 1.5 hoursThanks-to: Andreas Mang <andreas@ices.utexas.edu>
Support for half-precision using __fp16.Requires repository trunk of gcc and ARM systemsConfigure with --with-precision=__fp16 --download-f2cblaslapack --with-fc=0 --with-cxx=0Many standard PETSc
Support for half-precision using __fp16.Requires repository trunk of gcc and ARM systemsConfigure with --with-precision=__fp16 --download-f2cblaslapack --with-fc=0 --with-cxx=0Many standard PETSc tests fail due to lack of precisionFunded-by: ECPProject: fp16Time: 24 hours
1...<<11121314151617181920>>...92