[Getfem-commits] (no subject)

2023-12-07 Thread Konstantinos Poulios via Getfem-commits
branch: remove-local-superlu commit cfad3bd4775148b5b41d301e83085eb52f239b09 Author: Konstantinos Poulios AuthorDate: Sat Nov 18 20:52:37 2023 +0100 Make SuperLU optional --- interface/src/getfemint_precond.h | 43 --- interface/src/gf_linsolve.cc |

[Getfem-commits] (no subject)

2023-12-07 Thread Konstantinos Poulios via Getfem-commits
branch: remove-local-superlu commit a7601235adf39a1b141542d8c7535aac9f54a29e Author: Konstantinos Poulios AuthorDate: Tue Dec 5 14:04:25 2023 +0100 Improve configuration without superlu --- configure.ac | 6 ++ 1 file changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac

[Getfem-commits] [getfem-commits] remove-local-superlu updated (597d39a0 -> a7601235)

2023-12-07 Thread Konstantinos Poulios via Getfem-commits
logari81 pushed a change to branch remove-local-superlu. discard 597d39a0 Improve configuration without superlu discard c7c7db69 Make SuperLU optional discard e0655e02 Remove local SuperLU copy add 0ce4bf39 Use hard coded loop unrollings add a6d784a5 Honor constness in ga_instruction

[Getfem-commits] [getfem-commits] branch master updated: Enable use of BLAS in generic assembly instructions by default

2023-12-07 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 138f66ec Enable use of BLAS in generic assembly instructions by default 138f66ec is

[Getfem-commits] [getfem-commits] branch master updated: More (optional) use of BLAS inside ga_instruction_contraction... classes and rearrange code

2023-12-07 Thread Konstantinos Poulios via Getfem-commits
This is an automated email from the git hooks/post-receive script. logari81 pushed a commit to branch master in repository getfem. The following commit(s) were added to refs/heads/master by this push: new 6b16bb19 More (optional) use of BLAS inside ga_instruction_contraction... classes and