History log of /petsc/include/petscsys.h (Results 601 – 625 of 1729)
Revision Date Author Comments
# 6fbadf99 31-Mar-2018 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/hzhang/vec_node/master-rebased-v2'


# 8e81d068 30-Mar-2018 Lisandro Dalcin <dalcinl@gmail.com>

Consistent handling of command line options -info_exclude and -log_exclude


# d13c9127 29-Mar-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'karlrupp/feature-remove-cusp'

* karlrupp/feature-remove-cusp:
Removes VECCUSP vectors and AIJCUSP matrices, because they provide no added benefit over VECCUDA and AIJCUSPARSE.
Also rem

Merge branch 'karlrupp/feature-remove-cusp'

* karlrupp/feature-remove-cusp:
Removes VECCUSP vectors and AIJCUSP matrices, because they provide no added benefit over VECCUDA and AIJCUSPARSE.
Also removes the CUSP-based preconditioners for now.
SACUSP will be re-added later, after the new release is out.

show more ...


# 6f7079dd 28-Mar-2018 Satish Balay <balay@mcs.anl.gov>

set flag 'HAVE_MPI_WIN_CREATE_FEATURE' only for newer MPICH that has HAVE_MPI_WIN_CREATE HAVE_MPI_WIN_ALLOCATE_SHARED and HAVE_MPI_WIN_SHARED_QUERY

old mpich-3.0.4 has buggy MPI_Win_shared_query()

set flag 'HAVE_MPI_WIN_CREATE_FEATURE' only for newer MPICH that has HAVE_MPI_WIN_CREATE HAVE_MPI_WIN_ALLOCATE_SHARED and HAVE_MPI_WIN_SHARED_QUERY

old mpich-3.0.4 has buggy MPI_Win_shared_query() - does not return correct values

update vecscatter code to use PETSC_HAVE_MPI_WIN_CREATE_FEATURE flag [and remove code that handled
for PETSC_HAVE_MPI_WIN_ALLOCATE_SHARED and PETSC_HAVE_MPI_WIN_SHARED_QUERY flags - this was not clean anyway]

show more ...


# 61716cb8 28-Mar-2018 Barry Smith <bsmith@mcs.anl.gov>

add some debugging checks into the code

Commit-type: i.e. bug-fix, portability-fix, testing-fix,style-fix, feature, documentation, example
Funded-by:
Project:
Time: hours
Reported-by:
Thanks-to:

add some debugging checks into the code

Commit-type: i.e. bug-fix, portability-fix, testing-fix,style-fix, feature, documentation, example
Funded-by:
Project:
Time: hours
Reported-by:
Thanks-to:
Development Tools: Vim, Emacs, Eclipse

show more ...


# ad9d0909 28-Mar-2018 Satish Balay <balay@mcs.anl.gov>

fix change in 2f065d898003116ec5d197b60b8162e9ef41faec


# 2f065d89 27-Mar-2018 Barry Smith <bsmith@mcs.anl.gov>

protect prototypes that use MPI_Win that may not exist with some builds

Commit-type: portability-fix
Reported-by: nightly tests


# e9e886b6 27-Mar-2018 Karl Rupp <me@karlrupp.net>

CUSP: Removed VECCUSP and AIJCUSP as well as preconditioners.

SA-AMG from CUSP will be re-added in a follow-up commit,
made to work with AIJCUSPARSE and VECCUDA.


# 8198064f 26-Mar-2018 Barry Smith <bsmith@mcs.anl.gov>

fix alignm problems from MPI_Win_allocate_shared()

fix use of printf() in examples

Reported-by: nightly tests
Thanks-to: Satish Balay <balay@mcs.anl.gv>


# 6294108e 19-Mar-2018 Toby Isaac <tisaac@cc.gatech.edu>

Merge remote-tracking branch 'origin/knepley/fix-snes-ex69' into tisaac/feature-dmfield

* origin/knepley/fix-snes-ex69: (311 commits)
PetscFECreateDefault: fix custom Fortran interface to use MPI_

Merge remote-tracking branch 'origin/knepley/fix-snes-ex69' into tisaac/feature-dmfield

* origin/knepley/fix-snes-ex69: (311 commits)
PetscFECreateDefault: fix custom Fortran interface to use MPI_Comm
SNES ex69: Updated test output
SNES ex69: Removed all mantle stuff and change fields to constants - Also use dsymutil for executables
SNES ex69: Removed special partition
SNES ex69: Fixed null space creation - Null space locks its vectors
PetscFE: PetscFECreateDefault() now takes MPI_Comm instead of DM
cleanup very ugly PCGAMG manual page
minor clarifications for VecScatterCreate() manual page
gcov: PETSC_ARCH is required onlyfor -run_gcov - and not for -merge_gcov [where it doesn't exist]
make clearer in help statements what --with-external-packages-dir is for.
Website: Added news entry for PETSc User Meeting 2018 on main page.
CUDA: Further test output fixes for mat_tests-ex2
Turn off elemental test for parmetis running since this does not work on batch systems.
3.8 Changes: KSPCHEBYSHEV
CUDA: Fixed most test errors due to MatMultTranspose*
website: update urls
website: fix Jason's name to match pic. Also add Todd's pic
Dev manual: copyedit
DMPlexDistributeLabels: Propagate the output flag
cuda/cusp: update minimum supported versions of cuda to 7.5 and cusp to 0.5.0
...

show more ...


# 57ff148e 04-Mar-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/refactor-petscstrncat'


# a126751e 03-Mar-2018 Barry Smith <bsmith@mcs.anl.gov>

Change PetscStrncat() to PetscStrlcat() to match BSD API where l represents total length

Update many uses of PetscStrcpy() and PetscStrcat() to the safer PetscStrncpy() and PetscStrlcat()

Commit-ty

Change PetscStrncat() to PetscStrlcat() to match BSD API where l represents total length

Update many uses of PetscStrcpy() and PetscStrcat() to the safer PetscStrncpy() and PetscStrlcat()

Commit-type: style-fix, feature
Thanks-to: Jed Brown

show more ...


# 3483735f 26-Feb-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-bin-install'


# c3a89c15 24-Feb-2018 Barry Smith <bsmith@mcs.anl.gov>

Remove/move all items from $PETSC_DIR/bin so that package maintainers don't have to deal with non-standard usage.

Commit-type: style-fix


# e8b813f1 09-Feb-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/add-fortran-custom-interfaces'


# f5f57ec0 04-Feb-2018 Barry Smith <bsmith@mcs.anl.gov>

a few more Fortran interfaces

Commit-type: feature


# 1fd49c25 03-Feb-2018 Barry Smith <bsmith@mcs.anl.gov>

add a collection of Fortran interfaces and additional docs

For some reason this cause failures in many examples, need to debug

Commit-type: testing-fix,style-fix,documentation, example


# 230b3604 24-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/ksp/tests-to-new-harness'


# 08317d8b 24-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/add-ftn-linfinity-conv-test' of bitbucket.org:petsc/petsc into barry/add-ftn-linfinity-conv-test


# 016831ca 22-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Remove handling of error code from PetscPClose() since some systems do not reliably return it.

Commit-type: portability-fix


# 7c61df8e 11-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'jed/update-mpi3-removed-or-deprecated'


# 9a2aa9a4 11-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/update-mpi-keyval-create'


# 7f41d991 10-Jan-2018 Scott Kruger <scott.e.kruger@gmail.com>

Merge branch 'master' into scott/ksp-ksp-tutorials


# ee863645 10-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/all-new-test-harness-branches'


# 6f9ccc09 02-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/more-to-new-test-harness' into barry/all-new-test-harness-branches


1...<<21222324252627282930>>...70