| #
6d8694c4
|
| 20-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'
Major updates to Fortran interface
See merge request petsc/petsc!7517
|
| #
0bad3a10
|
| 20-Feb-2025 |
Satish Balay <balay@mcs.anl.gov> |
CI: remove linux-pgi, linux-nagfor, and add linux-flang-arm (without -Werror) CI: use --with-fortran-bindings=0 linux-cuda-single-cxx as nfortran does not support F2008
|
| #
81e241df
|
| 11-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-01-30/cpp20' into 'main'
Add C++20 support to configure
See merge request petsc/petsc!6014
|
| #
d7609944
|
| 28-Feb-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Limit PGI CI jobs to C++17
|
| #
daf4637f
|
| 13-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/ci-update-nvhpc' into 'main'
CI: update nvhpc from 22.3 to 22.11 and add back hpddm
See merge request petsc/petsc!6067
|
| #
ef153486
|
| 13-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
CI: update nvhpc from 22.3 to 22.11 and add back hpddm
|
| #
30405c5c
|
| 09-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
CI: temporarily disable hpddm in linux-cuda-single-cxx as snes_tutorials-ex19_hpddm_cuda_ksp_hpddm_type-gcrodr+ksp_hpddm_precision-double fails in CI on compute-08 [with nvhpc/22.3]
|
| #
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
|
| #
6739a2c0
|
| 03-Jan-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-ksphpddm-cuda-ci' into 'main'
KSPHPDDM: add CUDA support
See merge request petsc/petsc!5945
|
| #
b8093be5
|
| 29-Dec-2022 |
Pierre Jolivet <pierre@joliv.et> |
KSPHPDDM: add support for CUDA
|
| #
16200351
|
| 12-Dec-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/add-64bit-gcov' into 'main'
Use 64-bit indices in arch-ci-linux-gcov
See merge request petsc/petsc!5864
|
| #
f403549e
|
| 29-Nov-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
CI: use 64-bit indices in arch-ci-linux-gcov
|
| #
673874f5
|
| 17-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
7bead99e
|
| 17-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/ci-cuda-migrate' into 'release'
CI: migrate cuda builds to petsc-gpu-01 [also migrate valgrind]
See merge request petsc/petsc!5253
|
| #
342ad626
|
| 13-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
CI: migrate cuda jobs to the gpu server petsc-gpu-01
reorg and merge linux-c-exodus-dbg,linux-cuda-double into arch-ci-cuda-pkgs
|
| #
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]
|
| #
c20d7725
|
| 22-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/promote-examples-tests-tutorials' [petsc/petsc!2610]
* jed/promote-examples-tests-tutorials: Promote examples/{tests,tutorials}/ to {tests,tutorials}/
|
| #
c4762a1b
|
| 18-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
Promote examples/{tests,tutorials}/ to {tests,tutorials}/
This shortens paths and improves consistency between test target names and paths to the source and output files. Most of the work was compl
Promote examples/{tests,tutorials}/ to {tests,tutorials}/
This shortens paths and improves consistency between test target names and paths to the source and output files. Most of the work was completed by this script, followed by mild cleanup of nonconforming cases.
for makefile in `git ls-files 'src/*makefile'`; do if rg -q 'DIRS.*\bexamples\b' $makefile; then base=$(dirname $makefile) dirs=$(cd $base/examples && ls -d tests tutorials 2>/dev/null | xargs echo) perl -pi -e "s#^(DIRS.*)\bexamples\b#\1${dirs}#" $makefile git rm $base/examples/makefile for t in $dirs; do git mv $base/examples/$t $base/ perl -pi -e "s#^(LOCDIR[[:space:]]*=).*#\1 $base/$t/#" $base/$t done fi done
git grep -l -E -z 'examples/(tutorials|tests)' | xargs -0 perl -pi -e 's#examples/(tutorials|tests)#\1#g' git checkout @ \ src/docs/website/documentation/changes/ \ src/benchmarks/results/
show more ...
|
| #
4cb80407
|
| 23-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
5751ae84
|
| 23-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-cuda-cxx/maint' into 'maint'
cuda: fix cxx build issue [and switch cuda-single test to cuda-single-cxx]
See merge request petsc/petsc!2555
|
| #
213c392d
|
| 22-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
CI: switch cuda-single test to cuda-single-cxx
|