| 7a9cdddf | 07-Jul-2021 |
Pierre Jolivet <pierre@joliv.et> |
Documentation: remove spurious characters |
| d90cfc44 | 23-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jczhang/fix-kokkos-test'
Fix some config issues wrt Kokkos
See merge request petsc/petsc!4056 |
| 4715b3ca | 21-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/balay/add-valgrind.h'
valgrind.h: add to petsc repo
See merge request petsc/petsc!4094 |
| 780e5c13 | 01-Jun-2021 |
Junchao Zhang <jczhang@anl.gov> |
Config: delete Kokkos tests with names ex*k |
| 24d743f0 | 10-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
checkBadSource: fix ierr= |
| 3b265f3c | 10-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
checkbadSource: no newline at end of file |
| 6edef35e | 14-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
valgrind.h: add to petsc at include/private/valgrind |
| 87919483 | 19-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| a3fd0339 | 18-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
rebuildtar: do not update/untar docs at the old website |
| 52d3f5ae | 17-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 5c5b3450 | 16-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
builddist: '.' vs 'source' appears to require bash
and petsc4py makefile has bash code |
| 19d9a5bc | 16-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
tarball: exclude .doctrees |
| a996be85 | 16-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
getexlist: fix incorrect 'downcase' usage. This causes the following error:
getexlist in: /home/glci/builds/6tPtAx36/0/petsc/petsc/src/sys/classes/viewer/tutorials Could not open /home/glci/builds/6
getexlist: fix incorrect 'downcase' usage. This causes the following error:
getexlist in: /home/glci/builds/6tPtAx36/0/petsc/petsc/src/sys/classes/viewer/tutorials Could not open /home/glci/builds/6tptax36/0/petsc/petsc/doc/_build_classic/docs/manualpages/concepts/viewers.html
Notice '6tPtAx36' vs '6tptax36'
show more ...
|
| 087fd826 | 12-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| c4d4074b | 11-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
createpatch: update download/index.rst |
| 36d44622 | 09-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
fix doc build in release tarball |
| 042217e8 | 10-Jun-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
MatSetValuesDevice: Cleanup and simplify code, including example
User reported crash of example code. Kernel was passed an ierr that lived in CPU memory
MatSetValuesDevice: do not include private h
MatSetValuesDevice: Cleanup and simplify code, including example
User reported crash of example code. Kernel was passed an ierr that lived in CPU memory
MatSetValuesDevice: do not include private headers from public headers
Feature: MatSetValuesDevice determines automatically from the context (where it is included from) if it is being used from C, CUDA, or Kokkos, PETSC_DEVICE_FUNC_DEC no longer needs to be set before including petscaijdevice.h
Feature: MatSetValuesDevice() now ignores all values outside the global column range.
PetscSplitCSRDataStructure is now a pointer, not a struct, like most PETSc objects, please leave it that way.
Fix all uses of CTABLE that were related to the original MatSetValuesDevice()
Have atomicAdd use Kokkos atomic-add with CPU build when building with Kokkos.
Cuda should now work with --download-openmpi, this is done by updating updateCompilers() to rerun portions of packages/cuda.py after the compilers are reset to use MPI wrappers. This is needed because the resetting of the compilers removes all the compiler flags and packages/cuda.py sets certain values into these flags that was previously lost.
Add MPICXX_INCLUDES, MPICXX_LIBS to fix compile targets for Kokkos examples
'make check' now runs properly for Kokkos test of src/snes/ex3k, fixed bug in the makefile wrt MPI_IS_MPIUNI check
Testing makefile rules: add ex*cu binaries to clean rule
Reported-by: Sam Fagbemi <samkorede24@gmail.com> Thanks-to: Stefano Zampini <stefano.zampini@gmail.com> Thanks-to: Mark Adams <mfadams@lbl.gov>
/spend 16h
show more ...
|
| 2b40f18d | 09-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-06-08/fix-setterrq-chkerrq' into 'main'
Removed CHKERRQ() that come immediately after SETERRQ(), add test to...
See merge request petsc/petsc!4069 |
| 71c41f4f | 14-May-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Add sowing doctext -Wargdesc argument to error on missing argument descriptions
Save sowing doctext output to file so it can be checked after all manualpages are built
Update sowing URl to retreive
Add sowing doctext -Wargdesc argument to error on missing argument descriptions
Save sowing doctext output to file so it can be checked after all manualpages are built
Update sowing URl to retreive Sowing with additional error checking
Still to do is compare the name of the manual page with the name of the function
Commit-type: error-checking, docs /spend 35m
show more ...
|
| 2758c9b9 | 08-Jun-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Removed CHKERRQ() that come immediately after SETERRQ(), add test to checkbadSource() to find such constructs
Commit-type: bug-fix, error-checking \spend 10m Reported-by: Lisandro Dalcin <dalcinl@gm
Removed CHKERRQ() that come immediately after SETERRQ(), add test to checkbadSource() to find such constructs
Commit-type: bug-fix, error-checking \spend 10m Reported-by: Lisandro Dalcin <dalcinl@gmail.com>
show more ...
|
| 3e66676b | 05-Jun-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
make checkbadSource: avoid error message when used from SLEPc |
| 04a263ff | 04-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
checkbadSource: remove temporary files if not needed |
| 70a7d78a | 04-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Update badsource rules
- Zero or more spaces are not allowed for more returning types - zero spaces not allowed for for|if|while |
| 27efc810 | 02-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 3c43290c | 01-Jun-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
checkbadSource now errors on self.gitcommit = branch in packages/xxx.py |