History log of /petsc/config/examples/arch-ci-linux-cxx-cmplx-pkgs-64idx.py (Results 1 – 22 of 22)
Revision Date Author Comments
# bcf34d37 11-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'pastix6' into 'main'

Pastix: Update to the new interface 6 and last release version 6.4.0

See merge request petsc/petsc!7570


# 688c8ee7 27-Sep-2024 Florent Pruvost <florent.pruvost@inria.fr>

Pastix: Update to the new interface 6 and last release version 6.4.0


# 2fac8a03 02-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/configure-fix-for-python-3.13' into 'main'

configure: python-3.13 does no have xdrlib, _parse_makefile in sysconfig

Closes #1604

See merge request petsc/petsc!7790


# cb598bdd 30-Aug-2024 Satish Balay <balay@mcs.anl.gov>

CI: switch a couple of jobs to use python-3.13 (include petsc4py in one)


# 8a85f5a8 16-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 6af05d5c 16-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/fix-blis-for-f2cblaslapack' into 'release'

Configure blis to be compatible with f2cblaslapack in complex arithmetic

See merge request petsc/petsc!6460


# cee9ab54 12-May-2023 Toby Isaac <toby.isaac@gmail.com>

Configure blis to be compatible with f2cblaslapack in complex arithmetic

Apparently compilers differ in how they handle complex number return types from fortran:
some return on the stack (GNU) other

Configure blis to be compatible with f2cblaslapack in complex arithmetic

Apparently compilers differ in how they handle complex number return types from fortran:
some return on the stack (GNU) others insert an additional argument (Intel). f2cblaslapack
is fortran that has been translated into C using the latter style. But this means that
if f2cblaslapack is going to call blis, blis has to make sure its blas compatibility layer
matches. If we don't tell blis which format to use, it guesses using the fortran compiler
that it knows about, and it might guess wrong. So we add a flag to blis
configuration to control the complex return type, and we have
f2cblaslapack set the default value of that flag when
--download-f2cblaslapack is used.

Without this change, 'mat_tests-ex120_*' tests are broken if blis returns complex numbers
on the stack. We haven't detected this yet because we do not have a blis/f2cblaslapack/complex
arch in CI.

show more ...


# 4f79c7b8 14-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-02-08/the-great-gcovening' into 'main'

The Great GCOVening

See merge request petsc/petsc!6040


# b6ff768e 11-Mar-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Drop gcov suffix from old gcov CI jobs


# 7d7a1305 18-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/disable-python2' into 'main'

Balay/disable python2

See merge request petsc/petsc!5131


# df3bd252 15-Apr-2022 Satish Balay <balay@mcs.anl.gov>

disable python2 support - now python3.4+ is required
- update CI tests to use python3
- continue to use python2 on MacOS CI [due to python3 issues on 10.15.7]


# e4a630a0 16-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-09-01/fix-with-log-zero' into 'master'

Clean up examples so they run correctly without warnings configured using...

See merge request petsc/petsc!3193


# 956f8c0d 01-Sep-2020 Barry Smith <bsmith@mcs.anl.gov>

Clean up examples so they run correctly without warnings configured using --with-log=0 and --with-info=0

Make CI pipeline linux job build with these options

Commit-type: testing-fix, style-fix, mai

Clean up examples so they run correctly without warnings configured using --with-log=0 and --with-info=0

Make CI pipeline linux job build with these options

Commit-type: testing-fix, style-fix, maintainability
/spend 1h

show more ...


# 60a4e99f 09-Jan-2020 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into 'stefanozampini/sfwin-reuse-win'

# Conflicts:
# config/BuildSystem/config/packages/MPI.py


# adb7e913 31-Dec-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2019-11-19/pasti-hwloc-openblas-pthred' into 'master'

Always reqire hwloc for pastix. Make pastix and openblas dependent on pthread

See merge request petsc/petsc!2313


# 0ba198fc 19-Nov-2019 Barry Smith <bsmith@mcs.anl.gov>

Always reqire hwloc for pastix. Make pastix and openblas dependent on pthread

Commit-type: portability-fix
Reported-by: hg <hgbk2008@gmail.com>


# e60f640e 25-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# 00170faf 25-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-pkg-hash-concurrent-builds/maint' into 'maint'

Balay/fix pkg hash concurrent builds/maint

See merge request petsc/petsc!2320


# 6e8c6390 21-Nov-2019 Satish Balay <balay@mcs.anl.gov>

configure: attempt to mkdir package-prefix-hash location - if not found [instead of raising an error]


# 35140aeb 05-Sep-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merge branch 'master' into this one.


# 660dac7e 04-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/gitlab-ci'


# a710fa44 23-Aug-2019 Satish Balay <balay@mcs.anl.gov>

convert linux/fedora tests to gitlab-ci