History log of /petsc/config/examples/arch-ci-linux-gcc-ifc-cmplx.py (Results 1 – 23 of 23)
Revision Date Author Comments
# a4bb395b 09-Nov-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/lib-name-suffix' into 'main'

configure: add -with-library-name-suffix=<suffix> option

See merge request petsc/petsc!7989


# 8143cb67 07-Nov-2024 Satish Balay <balay@mcs.anl.gov>

configure: add -with-library-name-suffix=<suffix> option


# 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


# 41baa1e4 08-Feb-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add gcov to all supporting jobs


# 3f8ef5f4 02-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-migrate-2' into 'main'

CI: migrate to Ubuntu-22.04 (part-2):

See merge request petsc/petsc!6124


# 7864358a 27-Feb-2023 Satish Balay <balay@mcs.anl.gov>

CI: migrate to Ubuntu-22.04 (part-2):

- linux-sycl-double
- linux-cxx-cmplx-pkgs-64idx-gcov
- arch-ci-linux-pkgs-gcov
- arch-ci-linux-matlab-ilp64-gcov: Fix warnings of type: /scratch/svcpetsc/petsc

CI: migrate to Ubuntu-22.04 (part-2):

- linux-sycl-double
- linux-cxx-cmplx-pkgs-64idx-gcov
- arch-ci-linux-pkgs-gcov
- arch-ci-linux-matlab-ilp64-gcov: Fix warnings of type: /scratch/svcpetsc/petsc.y/src/sys/utils/str.c:612:10: error: 'epar' may be used uninitialized in this function [-Werror=maybe-uninitialized]
src/mat/tests/ex237.c
src/sys/dll/dl.c
src/sys/fileio/rpath.c
src/sys/utils/str.c
- arch-ci-linux-pgi
- arch-ci-linux-nagfor: migrate to u20 [as u22 gives build errors with MPICH?]
- arch-ci-linux-intel-cmplx: workaround build failures of chaco, scalapack, hypre, bamg
- arch-ci-linux-intel: Fix: /scratch/svcpetsc/petsc.x/src/ts/tests/ex30.c:404:13: error: ignoring return value of function declared with 'warn_unused_result' attribute [-Werror,-Wunused-result]
src/ts/tests/ex30.c
- linux-gcc-ifc-cmplx
- gce-nfs-short -> gce-u22-short

show more ...


# 31d78bcd 02-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'

Feature: Non-discardable PetscErrorCode

See merge request petsc/petsc!5923


# 689a5dfa 20-Jan-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add --with-strict-petscerrorcode configure option to optionally enable non-discardable PetscErrorCode


# 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]


# 420b78f2 09-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/rm-distutils' into 'main'

config: remove distutils from build

See merge request petsc/petsc!4253


# becf0a19 24-Aug-2021 Jed Brown <jed@jedbrown.org>

config: remove distutils from build

distutils is deprecated and will be removed in Python-3.12:

https://www.python.org/dev/peps/pep-0632/

Most features carry over readily with sysconfig (part of

config: remove distutils from build

distutils is deprecated and will be removed in Python-3.12:

https://www.python.org/dev/peps/pep-0632/

Most features carry over readily with sysconfig (part of minimal python,
unlike distutils, which is often an optional package). One exception is
distutils.sysconfig.parse_makefile, which is more full-featured than
sysconfig._parse_makefile (a private method that exists in python 2.7
and all tested python 3 versions). Specifically, _parse_makefile()
cannot handled lines continued with trailing backslash (\) and thus we
must forbid continuations for DIRS and SOURCE* lines -- just use a line
as long as it needs to be. This system will hopefully be renovated anyway.

Commit-type: portability

show more ...


# c0f4c536 05-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-kokkos-complex' into 'main'

Use Kokkos::complex when available

See merge request petsc/petsc!3904


# 0cdb7fab 21-Apr-2021 Satish Balay <balay@mcs.anl.gov>

CI: add kokkos to complex tests


# c2558b51 02-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# d75f4b13 02-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-migrate-gce/maint' into 'maint'

Balay/ci migrate gce/maint

See merge request petsc/petsc!2573


# adca0f4f 17-Feb-2020 Satish Balay <balay@mcs.anl.gov>

ci: migrate tests from mcs-nfs to gce-nfs

tag: valgrind -> linux-fast


# 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'


# f26daa2d 24-Aug-2019 Satish Balay <balay@mcs.anl.gov>

convert linux/nfs tests to gitlab-ci