History log of /petsc/config/examples/arch-ci-linux-opt-cxx-quad.py (Results 1 – 25 of 26)
Revision Date Author Comments
# 749c190b 25-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-12-04/fix-use-mpi-f08' into 'main'

Replace -with-mpi-f90module-visibility with -with-mpi-ftn-module=mpi_f08

See merge request petsc/petsc!8885


# b06eb4cd 04-Dec-2025 Barry Smith <bsmith@mcs.anl.gov>

Replace -with-mpi-f90module-visibility with -with-mpi-f90module=mpi_f08

Add PETSC_INT_KIND and PETSC_MPIINT_KIND

Reported-by: M.Weiland@epcc.ed.ac.uk


# 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


# 55b0ce4c 27-Feb-2023 Satish Balay <balay@mcs.anl.gov>

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

CI: migrate some Ubuntu-18.04 jobs to 22.04

See merge request petsc/petsc!6119


# e57ab8ab 24-Feb-2023 Satish Balay <balay@mcs.anl.gov>

CI: migrate to Ubuntu-22.04:

- arch-ci-linux-without-fc: use updated boost (from prior commit)
- arch-ci-linux-pkgs-dbg-ftn-interfaces: fix warning src/sys/tutorials/ex3.c, disable PETSC_HAVE_THREAD

CI: migrate to Ubuntu-22.04:

- arch-ci-linux-without-fc: use updated boost (from prior commit)
- arch-ci-linux-pkgs-dbg-ftn-interfaces: fix warning src/sys/tutorials/ex3.c, disable PETSC_HAVE_THREADSAFETY in src/ksp/ksp/tutorials/ex2.c, src/snes/tutorials/ex19.c, disable superlu_dist
- arch-ci-linux-pkgs-opt: use CXXFLAGS=-Wno-deprecated-declarations to suppress warnings from moab with gcc-12
- arch-ci-linux-xsdk-dbg: fix warnings with PetscFree() in src/dm/impls/swarm/swarm_migrate.c, src/dm/impls/swarm/tests/ex9.c, src/ts/utils/dmplexlandau/plexland.c
- arch-ci-linux-opt-misc
- arch-ci-linux-pkgs-64idx
- arch-ci-linux-64idx-i8: snes_tutorials-ex78_2 fail on es only? use mcpu
- arch-ci-linux-opt-cxx-quad
- arch-ci-linux-ILP64: Use -Wno-discarded-qualifiers to suppress warnings from mpich2
- arch-ci-linux-64idx-i8-uni: snes_tutorials-ex78_2 fail on es only? use mcpu

details: (arch-ci-linux-pkgs-dbg-ftn-interfaces: disable superlu_dist)

[balay@pj01 petsc]$ make check
> ** On entry to DGEMM parameter number 8 had an illegal value
Possible problem with ex19 running with superlu_dist, diffs above

[balay@pj01 tutorials]$ valgrind --tool=memcheck -q ./ex19 -da_grid_x 20 -da_grid_y 20 -pc_type lu -pc_factor_mat_solver_type superlu_dist
lid velocity = 0.0025, prandtl # = 1., grashof # = 1.
==1342260== Conditional jump or move depends on uninitialised value(s)
==1342260== at 0x6C918B2: __kmp_fork_call (runtime/src/kmp_runtime.cpp:2183)
==1342260== by 0x6C841BA: __kmpc_fork_call (runtime/src/kmp_csupport.cpp:300)
==1342260== by 0x61BAE8A: pdgstrf (SRC/dlook_ahead_update.c:124)
==1342260== by 0x618C523: pdgssvx (SRC/pdgssvx.c:1173)
==1342260== by 0x5047C39: MatLUFactorNumeric_SuperLU_DIST (superlu_dist.c:445)
==1342260== by 0x4CAB6B9: MatLUFactorNumeric (matrix.c:3224)
==1342260== by 0x58C0892: PCSetUp_LU (lu.c:120)
==1342260== by 0x56EFEC2: PCSetUp (precon.c:994)
==1342260== by 0x55B8181: KSPSetUp (itfunc.c:405)
==1342260== by 0x55BB878: KSPSolve_Private (itfunc.c:823)
==1342260== by 0x55BB3FC: KSPSolve (itfunc.c:1069)
==1342260== by 0x59AB119: SNESSolve_NEWTONLS (ls.c:210)

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


# 3c74cff4 16-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-hpddm-__float128' into 'main'

[KSP|PC]HPDDM: enable --with-precision=__float128

See merge request petsc/petsc!5526


# 5f783610 13-Aug-2022 Pierre Jolivet <pierre@joliv.et>

linux-opt-cxx-quad: add --download-[slepc|hpddm]


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


# 984676b9 20-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'pricardo/fortran-use-mpi-module' into 'main'

Fix Fortran mpi inheritance issue

See merge request petsc/petsc!3715


# ee9d1c5e 19-Mar-2021 Satish Balay <balay@mcs.anl.gov>

configure add option with-mpi-f90module-visibility


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


# ed0ed7c6 19-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into 'barry/2019-08-22/fix-fblaslapack-for-nag'

# Conflicts:
# lib/petsc/conf/test


# dfa83f69 17-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'balay/add-FPPFLAGS-v2' into 'master'

configure: correctly detect and set FPP

See merge request petsc/petsc!2063


# 4ca01a6a 16-Sep-2019 Satish Balay <balay@mcs.anl.gov>

configure: correctly detect and set FPP

And use CXXPPFLAGS,FPPFLAGS correctly for MPI tests.

Update a test to use --with-mpi-include/--with-mpi-lib notation

This fixes:

./config/examples/arch-ci-

configure: correctly detect and set FPP

And use CXXPPFLAGS,FPPFLAGS correctly for MPI tests.

Update a test to use --with-mpi-include/--with-mpi-lib notation

This fixes:

./config/examples/arch-ci-mswin-opt-impi.py
./configure CC=gcc CXX=g++ FC=gfortran --with-mpi-include=/home/balay/soft/mpich-3.3/include --with-mpi-lib="-L/home/balay/soft/mpich-3.3/lib -lmpifort -lmpi"

show more ...


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


12