History log of /petsc/include/petscsys.h (Results 376 – 400 of 1729)
Revision Date Author Comments
# ffc4695b 08-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their
errors better.

The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces
seemingly random failures.

Commit-type: error-checking
/spend 30m

show more ...


# 3b8a4d5d 16-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/feature-petschavepackage' into 'master'

add PetscHasExternalPackage() parsing PETSC_HAVE_PACKAGES

See merge request petsc/petsc!3470


# 60fbe2be 16-Dec-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

add PetscHasExternalPackage() parsing PETSC_HAVE_PACKAGES


# 32f47243 16-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'scott/hip-sys-vec' into 'master'

Implementation of HIP for sys and vec packages

See merge request petsc/petsc!3056


# 59af0bd3 16-Dec-2020 Scott Kruger <scott.e.kruger@gmail.com>

Implementation of HIP for sys and vec packages

This implements the vec functionality including tests.
In the sys level, we handle the initialization issues, but it is tested
at the vec level.

Works

Implementation of HIP for sys and vec packages

This implements the vec functionality including tests.
In the sys level, we handle the initialization issues, but it is tested
at the vec level.

Works with ROCm 3.9.

show more ...


# a1ad2e94 07-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 8ce12212 06-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-PetscPragmaSIMD' into 'release'

PetscPragmaSIMD: fix for windows

See merge request petsc/petsc!3462


# 160a5775 05-Dec-2020 Ali Reza Khaz'ali <arkhazali@iut.ac.ir>

PetscPragmaSIMD: fix for windows


# bfc8fd11 24-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# 54f467a8 23-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/release/pgi-20.9-warnings' into 'release'

Fix warnings in NVIDIA compilers (formerly PGI)

See merge request petsc/petsc!3397


# 1dba8834 12-Nov-2020 Jose E. Roman <jroman@dsic.upv.es>

Change definition of PetscPragmaSIMD to avoid warning in NVIDIA compilers

Thanks-to: Barry Smith


# 09833dfc 09-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# 31d30fd0 07-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/header-symbol-consistency' into 'release'

Remove interface declarations for functions that don't exist

See merge request petsc/petsc!3374


# 5c830584 27-Oct-2020 Jed Brown <jed@jedbrown.org>

Remove interface declarations for functions that don't exist


# 54f1856a 22-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# ecf241c8 20-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/feature-kokkos-lazy-init' into 'master'

Lazy Kokkos initialization

See merge request petsc/petsc!3352


# ea7d50e2 19-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/docs-petscdefined-manpage' into 'release'

Docs: PetscDefined() man page: clarify evaluation result

See merge request petsc/petsc!3354


# 59e55d94 16-Oct-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Kokkos: lazy initialization


# 1393a3ab 16-Oct-2020 Patrick Sanan <patrick.sanan@gmail.com>

Docs: PetscDefined() man page clarifications

* Clarify that the result is false when the macro is false
* Add another note that "PETSC_" is prepended to the argument
* Add an example of using PetscD

Docs: PetscDefined() man page clarifications

* Clarify that the result is false when the macro is false
* Add another note that "PETSC_" is prepended to the argument
* Add an example of using PetscDefined_() to avoid this prefix

Thanks-to: Jed Brown<jed@jedbrown.org>

Apply 1 suggestion(s) to 1 file(s)

show more ...


# 454736ad 27-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2020-09-15/sortso-ftn-custom' into 'master'

Fortran custom bindings for petsctimsort[witharray]

See merge request petsc/petsc!3191


# 4d3610e3 15-Sep-2020 Jacob Faibussowitsch <jacob.fai@gmail.com>

fortran cusotm bindings for petsctimsort[witharray]


# abb05746 25-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-08-24/petsckernel-valid-pointer' into 'master'

Barry/2020 08 24/petsckernel valid pointer

See merge request petsc/petsc!3204


# f0b7f91a 24-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Call PetscMallocValidate() when SEGV or SIGBUS are received

Commit-type: debugging
/spend 10m


# 0bc7d38c 24-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Check for casting negative integer to BLAS/LAPACK

Commit-type: error-checking
/spend 10m


# d6c9e3d1 14-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/09-08-2020/fix-debug-mpiabort-on-other-ranks' into 'master'

Barry/09 08 2020/fix debug mpiabort on other ranks

See merge request petsc/petsc!3179


1...<<11121314151617181920>>...70