History log of /petsc/src/tao/interface/taosolver_hj.c (Results 76 – 100 of 183)
Revision Date Author Comments
# d5ed94bb 14-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jose/fix-manpages'

Fix manpages to avoid errors reported by doctext

See merge request petsc/petsc!4309


# 97bb3fdc 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: more errors reported by doctext


# 6b867d5a 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: mismatching number of parameters


# a8cf78f8 24-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'

Fix typos in source

See merge request petsc/petsc!3984


# 4e278199 16-May-2021 Barry Smith <bsmith@mcs.anl.gov>

Remove all double blank lines from source

Commit-type: petsc-style
/2h


# 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


# ba571b51 29-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# aa7ba59b 29-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/small-fixes' into 'maint'

few small fixes

See merge request petsc/petsc!2471


# 54b73907 27-Jan-2020 Stefano Zampini <stefano.zampini@gmail.com>

TaoTestHessian: fix memory leak


# 360a6686 13-Jul-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'Stefano-Zampini/taosolver_hjc-edited-online-with-bitbuck-1562852734303' into maint [PR #1861]

* Stefano-Zampini/taosolver_hjc-edited-online-with-bitbuck-1562852734303:
Fixes argument f

Merge branch 'Stefano-Zampini/taosolver_hjc-edited-online-with-bitbuck-1562852734303' into maint [PR #1861]

* Stefano-Zampini/taosolver_hjc-edited-online-with-bitbuck-1562852734303:
Fixes argument for hand-coded output of Hessian.

show more ...


# c24c5473 13-Jul-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'Stefano-Zampini/taosolver_hjc-edited-online-with-bitbuck-1562852734303' [PR #1861]

* Stefano-Zampini/taosolver_hjc-edited-online-with-bitbuck-1562852734303:
Fixes argument for hand-cod

Merge branch 'Stefano-Zampini/taosolver_hjc-edited-online-with-bitbuck-1562852734303' [PR #1861]

* Stefano-Zampini/taosolver_hjc-edited-online-with-bitbuck-1562852734303:
Fixes argument for hand-coded output of Hessian.

show more ...


# f3b6e7e3 11-Jul-2019 Stefano Zampini <stefano.zampini@gmail.com>

taosolver_hj.c edited online with Bitbucket


# 5c4b051a 10-Jul-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/no-batch-script'


# b9e7e5c1 21-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

No more batch submission script; this is all due to a very smart idea of Lisandro Dalcin

*) removed or fixed all remaining --know-xx options that required a batch submission script
*) removed all de

No more batch submission script; this is all due to a very smart idea of Lisandro Dalcin

*) removed or fixed all remaining --know-xx options that required a batch submission script
*) removed all details of --known-size-- that are no longer needed
*) cleaned up BAIJMKL source code, made it work with the rest of PETSc and removed is
dependence on a batch submission script, added test case for BAIJMKL
*) update the installation guide on batsch submissions and OpenMP
*) print MKL version, print OpenMP usage with mkl_sparse options

Commit-type: bug-fix, portability-fix, style-fix, feature, documentation, example
Thanks-to: Lisandro Dalcin <dalcinl@gmail.com>

$ ./configure --with-batch
===============================================================================
Configuring PETSc to compile on your system
===============================================================================
=============================================================================== ***** WARNING: Cannot determine if MPI_INT64_T works on your system in batch-mode! Assuming it does work. Run with --known-mpi-int64_t=0 if you know it does not work (very unlikely). Run with --known-mpi-int64_t=1 to remove this warning message. warning message ***** =============================================================================== =============================================================================== ***** WARNING: Cannot determine if MPI_C_DOUBLE_COMPLEX works on your system in batch-mode! Assuming it does work. Run with --known-mpi-c-double-complex=0 if you know it does not work (very unlikely). Run with --known-mpi-c-double-complex=1 to remove this warning message. warning message ***** =============================================================================== =============================================================================== ***** WARNING: Cannot verify that MPI is a shared library - in batch-mode! If MPI is a static library but linked into multiple shared libraries that the application uses, sometimes compiles work - but one might get run-time errors. If you know that the MPI library is shared - run with --known-mpi-shared-libraries=1 option to remove this warning message ***** =============================================================================== =============================================================================== ***** WARNING: Cannot determine if BLAS/LAPACK uses 32 bit or 64 bit integers in batch-mode! Assuming 32 bit integers. Run with --known-64-bit-blas-indices if you know they are 64 bit. Run with --known-64-bit-blas-indices=0 to remove this warning message. warning message ***** ===============================================================================

show more ...


# f17a9363 24-Apr-2019 Satish Balay <balay@mcs.anl.gov>

Merged in stefano_zampini/fix-matcomputeexplicitop (pull request #1570)

Allow specifying an operator type when computing operators explicitly

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
Approved-

Merged in stefano_zampini/fix-matcomputeexplicitop (pull request #1570)

Allow specifying an operator type when computing operators explicitly

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
Approved-by: Patrick Sanan <patrick.sanan@gmail.com>

show more ...


# 0bacdada 23-Apr-2019 Stefano Zampini <stefano.zampini@gmail.com>

Deprecate old {Mat|PC|KSP}ComputeExplicitOperator in favor of {Mat|PC|KSP}ComputeOperator


# 186a3e20 21-Apr-2019 Stefano Zampini <stefano.zampini@gmail.com>

{Mat|PC|KSP}ComputeExplicitOperator: add extra argument for matrix type


# 8d9a314c 02-Apr-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# 596c931b 02-Apr-2019 Alp Dener <adener@mcs.anl.gov>

Merged in denera/tao-pounders-documentation-fix (pull request #1490)

Documentation fixes for least-squares codes

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# a6fed868 02-Apr-2019 Alp Dener <adener@anl.gov>

documentation and manual fixes for least-squares codes


# 8000f006 15-Mar-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# 553225e2 14-Mar-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jczhang/vecscat-in-sf' [PR #1396]


# 8860a134 12-Mar-2019 Junchao Zhang <jczhang@mcs.anl.gov>

Use new vector read-lock function names

The new one are VecLockReadPush, VecLockReadPop, VecSetErrorIfLocked


# 1422bb70 07-Mar-2019 Xiang (Shawn) Huang <xianghuang@gmail.com>

Merged in xhuang/tao-feature-L1 (pull request #1385)

Adding L1-norm dictionary regularizer and user-defined regularizer support in TAOBRGN

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


12345678