History log of /petsc/.gitlab-ci.yml (Results 326 – 350 of 785)
Revision Date Author Comments
# 8ff02f58 30-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-28/check-bad-file-change' into 'main'

Check if developer accidently changed a file they should not have changed

See merge request petsc/petsc!5563


# 24c789cc 28-Aug-2022 Barry Smith <bsmith@mcs.anl.gov>

Check if developer accidently changed a file they should not have changed

Of course, needs to be overrideable when changes are needed

Commit-type: error-checking


# 6c551c63 25-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-checkclangformat' into 'main'

makefile: fix checkclangformat error on MacOS, and improve

See merge request petsc/petsc!5544


# 9a632cc8 25-Aug-2022 Pierre Jolivet <pierre@joliv.et>

makefile: fix checkclangformat
- fix error on MacOS due to spaces in 'wc' output
- checkclangformatversion should print error for clang-15 aswell
- checkclangformat prints diff with color (up to 1000

makefile: fix checkclangformat
- fix error on MacOS due to spaces in 'wc' output
- checkclangformatversion should print error for clang-15 aswell
- checkclangformat prints diff with color (up to 1000) lines only in CI
- the patch file from CI is usable with 'patch -Np1 < patchfile'

show more ...


# 58d68138 23-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-21/clang-format-source' into 'main'

format repository with clang-format

See merge request petsc/petsc!5541


# 1a0aa863 08-Aug-2022 Satish Balay <balay@mcs.anl.gov>

CI: update checksource to also run checkclangformat, and migrate job to u22 - for clang-format-14


# 1755957b 13-Aug-2022 Satish Balay <balay@mcs.anl.gov>

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

Balay/disable python2 petsc4py

See merge request petsc/petsc!5158


# 004093d8 19-Apr-2022 Satish Balay <balay@mcs.anl.gov>

CI: switch macos/petsc4py job from python2 to python3


# bda77271 20-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-06-24/linenumbers-petscstack' into 'main'

Fixes/improvements for PETSc stack handling

See merge request petsc/petsc!5368


# 4be741a6 25-Jun-2022 Barry Smith <bsmith@mcs.anl.gov>

Make a bad default petscstack a hard error, always checked in debug mode, also make more efficient, strcmp() no longer needed

Jacob - you need to check this, I could have messed up some of your more

Make a bad default petscstack a hard error, always checked in debug mode, also make more efficient, strcmp() no longer needed

Jacob - you need to check this, I could have messed up some of your more delicate PetscStack work

Commit-type: error-checking, debugability
/spend 1h

show more ...


# 10074780 06-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# f2ab7ee6 02-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-move-docs-stage3' into 'release'

CI: move docs job to stage-3

See merge request petsc/petsc!5395


# dd42ab2d 02-Jul-2022 Satish Balay <balay@mcs.anl.gov>

CI: move docs job to stage-3


# 0d01349e 28-Jun-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'bourdin/exodusii-update-to-v2022-05-16' into 'main'

exodusII/netcdf: update to most recent tag

See merge request petsc/petsc!5328


# 5494b7d9 10-Jun-2022 Blaise Bourdin <bourdin@mcmaster.ca>

exodusII: update to most recent tag
netcdf: update to version 4.9.0
- ADIOS: update to latest/master snapshot to fix build error with latest netcdf
- MOAB: switch to tarball - to avoid autoconf (old)

exodusII: update to most recent tag
netcdf: update to version 4.9.0
- ADIOS: update to latest/master snapshot to fix build error with latest netcdf
- MOAB: switch to tarball - to avoid autoconf (old) version dependency
- CI: switch linux-pkgs-cxx-mlib to u22 test box to avoid errors of the following type from moab [with the newer netcdf version]

/usr/bin/ld: warning: libnetcdf.so.13, needed by //usr/lib/x86_64-linux-gnu/libnetcdf_c++.so.4, may conflict with libnetcdf.so.19

Co-Authored-by: Satish Balay <balay@mcs.anl.gov>

show more ...


# 5a9175c2 22-Jun-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hzhang/external-matfactor-options' into 'main'

Get options in symbolic factorization instead of MatGetFactor() using KSP/PC prefix when inside KSP

See merge request petsc/petsc!5230


# 75d3408a 06-Jun-2022 Barry Smith <bsmith@mcs.anl.gov>

CI has to properly save exactly the entire environmental state of the system it was run with in a machine readable way
so that people can debug a failed CI build relatively easily

Commit-type: bug-f

CI has to properly save exactly the entire environmental state of the system it was run with in a machine readable way
so that people can debug a failed CI build relatively easily

Commit-type: bug-fix, portability-fix, testing-fix
/spend 30m

show more ...


# dc34d9f7 17-Jun-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-function-composition' into 'main'

fix function composition

See merge request petsc/petsc!5274


# 2e956fe4 24-May-2022 Stefano Zampini <stefano.zampini@gmail.com>

PetscObjectFunctionCompose: clean up composed functions at Destroy time


# 1973fd48 08-Jun-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-06-07/ci-fixup-ifort-warn-flag' into 'main'

Use Correct `-Werror` alternative for `ifort`

See merge request petsc/petsc!5315


# 3ef015ba 07-Jun-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

ifort does not support Werror, it uses -warn instead


# dae471e4 02-Jun-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 44b0fa11 02-Jun-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/dll-ifort' into 'release'

Fix compile issues with win32/ifort and --with-shared-libraries

See merge request petsc/petsc!5264


# eabb67cc 02-Jun-2022 Satish Balay <balay@mcs.anl.gov>

CI: reorder windows stage2/3 jobs


# 58b343d3 01-Jun-2022 Satish Balay <balay@mcs.anl.gov>

CI: enable windows/ifort test with shared libraries


1...<<11121314151617181920>>...32