History log of /petsc/src/sys/classes/bm/interfaces/makefile (Results 1 – 10 of 10)
Revision Date Author Comments
# 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 ...


# 60259892 26-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-12-22/rm-libbase' into 'main'

LIBBASE is no longer used in make so remove it

See merge request petsc/petsc!7139


# 9140fee1 22-Dec-2023 Barry Smith <bsmith@mcs.anl.gov>

LIBBASE is no longer used in make so remove it


# 960d43a7 12-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-11-06/doc-manpage-gen-to-python' into 'main'

Convert make allmanualpages to Python

See merge request petsc/petsc!7005


# 70c27709 08-Nov-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix formatting in some makefiles


# 53673ba5 09-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-11-06/doc-cleanup-man-page-processing' into 'main'

Move doc/classic materials to doc/manualpages

See merge request petsc/petsc!7000


# a6c6235c 06-Nov-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix rules.doc that did not get updated to rules_doc.mk


# 9baa5724 03-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-07-30/doc-better-blas-thread-usage' into 'main'

Start of PETSc benchmarking object

See merge request petsc/petsc!6772


# 3444e80c 30-Jul-2023 Barry Smith <bsmith@mcs.anl.gov>

Add PetscBench with implementation based on HPL