History log of /petsc/include/petscblaslapack.h (Results 51 – 75 of 349)
Revision Date Author Comments
# 586f9135 21-Jun-2022 Barry Smith <bsmith@mcs.anl.gov>

Improve and fix manual pages related to PetscStack usage

Commit-type: documentation
/spend 1h


# c8d0e85a 17-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'feature-fischerguess-3' into 'main'

Add a new initial guess routine

See merge request petsc/petsc!4777


# 1153b427 28-Jan-2022 David Wells <drwells@email.unc.edu>

Add support for HEEV.


# 1241a243 13-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-01-05/c99' into 'main'

Feature: C99 and C++11

See merge request petsc/petsc!4700


# 9fbee547 03-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

deprecate PETSC_STATIC_INLINE


# 79982354 16-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-11-02/attribute-format-sys' into 'main'

Feature: PETSC_ATTRIBUTE_FORMAT - sys

See merge request petsc/petsc!4520


# 3ca90d2d 15-Nov-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

apply PETSC_ATTRIBUTE_FORMAT and related fixes to sys sources


# 94a2a55e 29-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/fix-essl' into 'main'

ESSL fixes, support for LLNL liblapackforessl, and Lassen example

Closes #813

See merge request petsc/petsc!4090


# 1148afce 15-Jun-2021 Stefano Zampini <stefano.zampini@gmail.com>

ESSL: upgrade to 5.2 and above

As of ESSL 5.2, interfaces to functions like ?geev now match that of
standard LAPACK, where they previously had a different calling
convention.

Co-authored-by: Jed Br

ESSL: upgrade to 5.2 and above

As of ESSL 5.2, interfaces to functions like ?geev now match that of
standard LAPACK, where they previously had a different calling
convention.

Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...


# 678e61f4 12-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 98d567f0 12-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-minor' into 'release'

Minor fixes

See merge request petsc/petsc!3847


# e2b200f6 12-Apr-2021 Pierre Jolivet <pierre@joliv.et>

Minor fixes


# 16924cb1 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc!3064

show more ...


# 2da392cc 17-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

Commit-type: portability-fix, testing-fix, style-fix, feature, maintainability
/spend 1.5h


# 713946ae 05-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-unify-quadrature' into 'master'

Unify Jacobi polynomial based computations in PetscDT

See merge request petsc/petsc!2574


# 9369748b 04-Mar-2020 Toby Isaac <tisaac@cc.gatech.edu>

Add LAPACK support for STEGR


# 631c7bba 03-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/essl-reorg-PETSC_MISSING_LAPACK' into 'master'

Balay/essl reorg petsc missing lapack

See merge request petsc/petsc!2566


# 3c377650 28-Feb-2020 Satish Balay <balay@mcs.anl.gov>

ESSL: reorganize code that handles PETSC_MISSING_LAPACK by using PetscMissingLapack()

And sync the missing function list with missing functions in current ESSL

If we find more LAPACK symbols missin

ESSL: reorganize code that handles PETSC_MISSING_LAPACK by using PetscMissingLapack()

And sync the missing function list with missing functions in current ESSL

If we find more LAPACK symbols missing in commonly used LAPACK impls,
we can add them back in the new format.

src/ksp/pc/impls/bddc/bddcprivate.c has alternate code for
PETSC_MISSING_LAPACK_GESVD. This code is retained for now [in case we
need to add this flag back in]

show more ...


# f507b629 21-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/remove-stdcall' into 'master'

Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL,...

See merge request petsc/petsc!2546


# 19caf8f3 21-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL, HAVE_FORTRAN_MIXED_STR_ARG flags - as Compaq f90 compiler is no longer supported


# 788881e1 21-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/fe-tabulation-gemm' into 'master'

febasic: perform change of basis using GEMM

See merge request petsc/petsc!2548


# b9d4cb8d 19-Feb-2020 Jed Brown <jed@jedbrown.org>

febasic: perform change of basis using GEMM

* Adds LAPACKREAL and BLASREAL getrf, getri, gemm

* This reduces setup time for my example 3D mesh using Q_6 hexes from
160 seconds to 6 seconds.


# 83c10b7e 04-Dec-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


# 881fc992 26-Oct-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into arcowie-rem/feature-error-logging

* master:
sys_tutorials-ex19_1: ignore check_pointer_intensity used in bitbucket pipelines
python2.6: provide subprocess.check_output

Merge branch 'master' into arcowie-rem/feature-error-logging

* master:
sys_tutorials-ex19_1: ignore check_pointer_intensity used in bitbucket pipelines
python2.6: provide subprocess.check_output (introduced in python2.7)
ctags: switch to supbrocess in d35930a37ac51e1f78ebfaaf074c663076f75215 results in verbose output on screen
slepc: use slepc-3.10.1 with petsc-3.10
slepc: fix download with prefix
plexexodusii.c: Vec array type changed from PetscReal* to PetscScalar*.
PCPatch: correct logic for setFromOptions calls on subksps
PCPatch: fix setFromOptions for !save_operators
PCPatch: fix getGlobalDofs for !combined
PCPatch: fix patchSection setup for case !combined
*change* added const to input parameters in BLAS method declarations
sowing: add check for cygwin/g++

show more ...


# a5a49157 25-Oct-2018 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


12345678910>>...14