SF: add an MPI_Op argument to SFBcast
Merge remote-tracking branch 'origin/release'
petscviewer: fix the fortran bindings of XXXViewFromOptions when called with obj=PETSC_NULL_XXX
Merge remote-tracking branch 'origin/release' into master
Fix PetscErrorCode typos in Fortran stubs
Add zvscat.c to makefile
Merge remote-tracking branch 'origin/maint'
xlf fixes- add HAVE_F90_ASSUMED_TYPE_NOT_PTR for xlf- update PetscSFBcastBegin()/PetscSFBcastEnd() fortran interface to use F90_ASSUMED_TYPE_NOT_PTR [ref: src/vec/is/sf/examples/tutorials/ex1f.F90]
xlf fixes- add HAVE_F90_ASSUMED_TYPE_NOT_PTR for xlf- update PetscSFBcastBegin()/PetscSFBcastEnd() fortran interface to use F90_ASSUMED_TYPE_NOT_PTR [ref: src/vec/is/sf/examples/tutorials/ex1f.F90]- fix write format diffs- fix F2003 requirement
show more ...
Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL, HAVE_FORTRAN_MIXED_STR_ARG flags - as Compaq f90 compiler is no longer supported
prototype for ViewFromOptions macro-->functions
pgi: compile fix
Fix petscsfgetgraph_ to work for all Fortran compilers by directly using array of PetscSFNodesCommit-type: bug-fix, portability-fix, testing-fixReported-by: nightly tests
Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'error LNK2019: unresolved external symbol PETSCSFGETGRAPH referenced in f
Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'error LNK2019: unresolved external symbol PETSCSFGETGRAPH referenced in function MAIN__Commit-type: portability-fix, testing-fixReported-by: nightly tests
Used wrong variable for array sizeCommit-type: bug-fixReported-by: Adrian Croucher <a.croucher@auckland.ac.nz>
Add Fortran stub for PetscSFGetGraph() and PetscMPIFortranDatatypeToC() so that Fortran stubs can handle Fortran MPI datatypesCommit-type: featureReported-by: Adrian Croucher <a.croucher@auckland.
Add Fortran stub for PetscSFGetGraph() and PetscMPIFortranDatatypeToC() so that Fortran stubs can handle Fortran MPI datatypesCommit-type: featureReported-by: Adrian Croucher <a.croucher@auckland.ac.nz>
Add support for PetscSFBcastBegin/PetscSFBcastEnd() from Fortran including test exampleApparently there was no support for PetscSF previously from Fortran so this required someadditional simple co
Add support for PetscSFBcastBegin/PetscSFBcastEnd() from Fortran including test exampleApparently there was no support for PetscSF previously from Fortran so this required someadditional simple code changesCommit-type: featureReported-by: Adrian Croucher <a.croucher@auckland.ac.nz>Thanks-to: Jed Brown <jed@jedbrown.org>
fixed some naming spacing problems, some visibile function problemschanged findvisibleprivatefunctions to use shared library since static library still exposes PETSC_INTERN functions
fix makefile format error with 'all-legacy'
SF: Added Fortran binding for SFView()
12