History log of /petsc/src/sys/objects/init.c (Results 201 – 225 of 798)
Revision Date Author Comments
# c2a741ee 05-Feb-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Test MPI gpu awareness and use default -use_gpu_aware_mpi 1


# e94e781b 25-Oct-2019 Jacob Faibussowitsch <jacob.fai@gmail.com>

Added functionality to selectively filter PetscInfo() output based on calling class to
mimic some OS system logs. New functionality includes:
- Filter for a set of classes
- Filter out a set of class

Added functionality to selectively filter PetscInfo() output based on calling class to
mimic some OS system logs. New functionality includes:
- Filter for a set of classes
- Filter out a set of classes
- Filter for MPI/PETSC_COMM_SELF
- Filter for anything not on MPI/PETSC_COMM_SELF
- Writing PetscInfo() output to new file
- Appending output to existing PetscInfo() file
- Any combination of the above

Credit to Vaclav Hapla for raising the initial issue, helping design the eventual API, and
substantially assisting in debugging.

show more ...


# 6c0e4c00 21-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'rmills/fix-cuda-capitalization' into 'master'

Fix occurrences of "Cuda" to "CUDA", to be consistent with usage elsewhere in PETSc.

See merge request petsc/petsc!2622


# 47e6383d 20-Mar-2020 Richard Tran Mills <rmills@rmills.org>

Fix occurrences of "Cuda" to "CUDA", to be consistent with usage elsewhere in PETSc.


# ce5400ac 06-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 25273460 06-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-02-04/fix-log-view-memory' into 'maint'

Fixed broken -log_view_memory and added a test

See merge request petsc/petsc!2504


# 8b254c29 06-Feb-2020 Barry Smith <bsmith@mcs.anl.gov>

Fixed broken -log_view_memory and added a test

Commit-type: bug-fix, testing-fix


# 963eeaaa 30-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/fix-null' into 'master'

Sys: Replace 0 -> NULL for pointers

See merge request petsc/petsc!2482


# 02c9f0b5 29-Jan-2020 Lisandro Dalcin <dalcinl@gmail.com>

Sys: Replace 0 -> NULL for pointers


# 8062c7ef 23-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/sfwin-reuse-win' into 'master'

Improve PETSCSFWINDOW

See merge request petsc/petsc!2336


# e781f417 01-Dec-2019 Stefano Zampini <stefano.zampini@gmail.com>

PetscInitialize: added tentative error handler to print error strings from MPI


# 4da3aa2f 13-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# f7a04a53 13-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/cuda-visibility/maint' into 'maint'

Fix visibility issues with CUDA

See merge request petsc/petsc!2282


# 7fd2f626 13-Nov-2019 Jose E. Roman <jroman@dsic.upv.es>

Fix visibility issues with CUDA

- VecSet_SeqCUDA() called from densecuda.cu
- PetscCUBLASInitializedHandle() should be declared PETSC_EXTERN


# c906e830 03-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/feature-nice-mpi-abort' into 'master'

Provide a nicer MPI_Abort

See merge request petsc/petsc!2137


# 41e02c4d 01-Oct-2019 Junchao Zhang <jczhang@mcs.anl.gov>

Replace MPI_Abort with PETSCABORT


# 90ea27d8 28-Sep-2019 Satish Balay <balay@mcs.anl.gov>

doc fixes


# 8da4f93b 23-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/gpu-bddc' into 'master'

Improvements towards BDDC on GPUs

See merge request petsc/petsc!2067


# 3bbda9c2 21-Sep-2019 Stefano Zampini <stefano.zampini@gmail.com>

CUSOLVER: move handle initialization to PetscInitialize


# 9d90e779 19-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Clarify what happens if -cuda_initialize no is used

Commit-type: documentation
Reported-by: Junchao Zhang <jczhang@mcs.anl.gov>


# 530c27d8 19-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/2019-08-22/fix-fblaslapack-for-nag' into 'master'

Barry/2019 08 22/fix fblaslapack for nag

See merge request petsc/petsc!2004


# ed0ed7c6 19-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into 'barry/2019-08-22/fix-fblaslapack-for-nag'

# Conflicts:
# lib/petsc/conf/test


# e6526db9 16-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2019-09-04/feature-nan-malloc' into 'master'

Add code to initialize PetscMalloc() memory with Nan. Simplify and clarify the...

See merge request petsc/petsc!2017


# 79dccf82 11-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Fixed spelling mistakes, removed out-dated references to PetscMalloc() options and functions, added PetscMalloc() changes to dev.html

Commit-type: style-fix, documentation
Reported-by: Jed Brown <je

Fixed spelling mistakes, removed out-dated references to PetscMalloc() options and functions, added PetscMalloc() changes to dev.html

Commit-type: style-fix, documentation
Reported-by: Jed Brown <jed@jedbrown.org>

show more ...


# 244bdbcc 06-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Removed set but unused variable

Commit-type: style-fix
Reported-by: gitlab-ci


12345678910>>...32