| #
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 ...
|
| #
789e7222
|
| 19-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
openblas avoid buggy codepath [hang]
0 0x0000fffff331ad10 in dgemm_otcopy (m=m@entry=8, n=n@entry=7, a=a@entry=0x58f150, lda=lda@entry=15, b=b@entry=0xffffefae0000) at ../kernel/arm64/../generic/ge
openblas avoid buggy codepath [hang]
0 0x0000fffff331ad10 in dgemm_otcopy (m=m@entry=8, n=n@entry=7, a=a@entry=0x58f150, lda=lda@entry=15, b=b@entry=0xffffefae0000) at ../kernel/arm64/../generic/gemm_tcopy_2.c:69 1 0x0000fffff3342e68 in dgetrf_single (args=args@entry=0xffffffffe9d8, range_m=range_m@entry=0x0, range_n=range_n@entry=0x0, sa=sa@entry=0xffffefae0000, sb=<optimized out>, myid=myid@entry=0) at getrf_single.c:157 2 0x0000fffff3255ec4 in dgetrf_ (M=<optimized out>, N=<optimized out>, a=<optimized out>, ldA=<optimized out>, ipiv=<optimized out>, Info=0xffffffffeaa8) at lapack/getrf.c:110 3 0x0000fffff50b8dd8 in MatLUFactor_SeqDense (A=0x598360, row=0x0, col=0x0, minfo=0xffffffffeba8) at /home/petsc/petsc/src/mat/impls/dense/seq/dense.c:801 4 0x0000fffff559b8b4 in MatLUFactor (mat=0x598360, row=0x0, col=0x0, info=0xffffffffeba8) at /home/petsc/petsc/src/mat/interface/matrix.c:3087 5 0x00000000004149e0 in test (dim=2, deg=3, form=-1, jetDegree=3, cond=PETSC_FALSE) at ex13.c:141 6 0x0000000000418f20 in main (argc=1, argv=0xfffffffff158) at ex13.c:303
show more ...
|