Complete update to new PetscOptions interface
Introduce MPIU_Allreduce() to detect cases where all processes that share an MPI comm do not call the same sequence of MPI_Allreduce()This is a bug that can be difficult to track down.Suggested-by
Introduce MPIU_Allreduce() to detect cases where all processes that share an MPI comm do not call the same sequence of MPI_Allreduce()This is a bug that can be difficult to track down.Suggested-by: Eric Chamberland <Eric.Chamberland@giref.ulaval.ca>Suggested-by: Patrick Lacasse <placasse@giref.ulaval.ca>
show more ...
Fix ASCII output of floating point numbers for strings of length 5Reported-by: "Jose E. Roman" <jroman@dsic.upv.es>Update no-change output, mostly due to changes in default behavior of GAMG:q!#
Fix ASCII output of floating point numbers for strings of length 5Reported-by: "Jose E. Roman" <jroman@dsic.upv.es>Update no-change output, mostly due to changes in default behavior of GAMG:q!# modified: ../tutorials/output/ex54_1.out
Insure all %g output floating point numbers have a decimal point in them this is to make it easy to detect floating point processing in output for test purposes provided new diff operation that
Insure all %g output floating point numbers have a decimal point in them this is to make it easy to detect floating point processing in output for test purposes provided new diff operation that treats all floating point numbers in output as equal
PetscRMTree: fix for opensolaris
PetscRMTree: add in linux version
PetscRMTree: check if the dir exists - if not - return without error.
sys: add PetscRMTree() and PetscMkdir() [on windows]
remove outdate manual page comment
When loading compressed binary files (ending with .gz) first check if the uncompressed exists and use itthis will allow tests to run on windows where we can only store uncompressed versions because
When loading compressed binary files (ending with .gz) first check if the uncompressed exists and use itthis will allow tests to run on windows where we can only store uncompressed versions because we cannot uncompress at run time.
Need to handle numbers of the format e-+0np also where n is not 0
On older windows systems strip out the extra 0 in e+-00n format from C/C++to cleanup nightly tests
cxx: compile fix
correct handling of fname in binary read and write functions
simplify code as suggested by clang analyzer comments
updated PETSc directory layout to match standard packaging strategiesinclude/petsc finclude,private,mpiunilib/petsc confbin/petsc*
fix memory leak from use of PetscFixSlashN() and reformat usage
Doc: Fixed bad doc comment
manual merge of conflict
convert some PetscMalloc() to PetscMalloc1()remove unneeded () in first argument to PetscMalloc/Calloc1()fixes for MATLAB examples
ability for PETSc to interact with Swiftincomplete example
Fix a copy and paste error.
Application can now sms text completion or other important information
DMPlex: quash more -Wmaybe-uninitialized
mprint.c: fix typo '$%' -> '%%'
1...<<11121314151617181920