| #
6d8694c4
|
| 20-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'
Major updates to Fortran interface
See merge request petsc/petsc!7517
|
| #
ce78bad3
|
| 20-Feb-2025 |
Barry Smith <bsmith@petsc.dev> |
Fortran 90: fully embrace After 34 years!
- deprecate use of 'F90' in Fortran function names - use Fortran pointers when appropriate - the new Fortran API is not backward compatible with previous ve
Fortran 90: fully embrace After 34 years!
- deprecate use of 'F90' in Fortran function names - use Fortran pointers when appropriate - the new Fortran API is not backward compatible with previous versions! - also clean up inconsistent PETSc code detected by new Fortran generation tools - drop use of bfort - automatically generate all the Fortran PETSc objects, enums etc from the include files - generate most of the Fortran interface definitions and functions from the source code - simplify the number and organization of Fortran modules
Co-authored-by: Jose E. Roman <jroman@dsic.upv.es>
show more ...
|
| #
5a236de6
|
| 21-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
6d20ba33
|
| 21-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/release/linker-warnings' into 'release'
Fix ranlib warnings 'file has no symbols'
See merge request petsc/petsc!7953
|
| #
2e1d0745
|
| 19-Oct-2024 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix ranlib warnings 'file has no symbols'
These warnings appear in macOS when configured --with-shared-libraries=0
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-nosh
Fix ranlib warnings 'file has no symbols'
These warnings appear in macOS when configured --with-shared-libraries=0
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(sectionhdf5.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(zhdf5io.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(hdf5io.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(aijhdf5.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(baijfact81.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(densehdf5.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(feceed.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(fvceed.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(plexhdf5xdmf.o) has no symbols
Includes the removal of unnecessary custom fortran stubs.
show more ...
|
| #
e98d5aa1
|
| 12-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-01-03/docs-c2html' into 'main'
Remove recursive build of c2html files; no longer uses classic makefiles
See merge request petsc/petsc!7167
|
| #
85d137db
|
| 07-Jan-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
fix makefiles with tab char
|
| #
8f6c1f17
|
| 02-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-12-26/fix-some-mansec' into 'main'
Fix the directory some code is in to get it listed in the proper MANSEC
See merge request petsc/petsc!7146
|
| #
10b424fa
|
| 26-Dec-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
The next few commits fix the directory some code is in to get it listed in the proper MANSEC or SUBMANSEC
In this first commit it is PetscViewerHDF5ReadSizes and PetscViewerHDF5Load
|