History log of /petsc/.gitlab-ci.yml (Results 551 – 575 of 785)
Revision Date Author Comments
# b8582c7c 14-Sep-2020 Satish Balay <balay@mcs.anl.gov>

CI: enable -Werror for Intel jobs, and fix builds

update arch-ci-linux-intel-cmplx to use python3 with a manual fix to numpy/core/include/numpy/ndarraytypes.h


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

Merge remote-tracking branch 'origin/maint' into master


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

Merge branch 'balay/ci-win01/maint' into 'maint'

CI: add petsc-win01. Now all windows tests can be run on either petsc-win01 or ps5

See merge request petsc/petsc!3171


# 93c79642 10-Sep-2020 Satish Balay <balay@mcs.anl.gov>

CI: add petsc-win01. Now all windows tests can be run on either petsc-win01 or ps5


# cf5f8798 09-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'karlrupp/fix-cuda-11-compilation' into 'master'

CUDA: Get PETSc to compile with CUDA 11.

See merge request petsc/petsc!3154


# 55b7095d 08-Sep-2020 Satish Balay <balay@mcs.anl.gov>

CI: add cuda11 test

and unbind linux-cuda-single-cxx, linux-cuda-uni-pkgs from frog


# 1c1342fa 04-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-09-03/gitlab-ci-print-bin' into 'master'

stage one also needs to print bin and petsc_options for users who need to debug

See merge request petsc/petsc!3136


# 4906c57a 03-Sep-2020 Barry Smith <bsmith@mcs.anl.gov>

stage one also needs to print bin and petsc_options for users who need to debug

Commit-type: testing-fix
/spend 1m


# 18442e8f 02-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/import-petsc4py' into 'master'

Balay/import petsc4py

Closes #276, #25, #121, and #667

See merge request petsc/petsc!3093


# c69d8647 24-Aug-2020 Satish Balay <balay@mcs.anl.gov>

CI: add petsc4py test

use LD_PRELOAD=libpetsc.so to work around MKL failure


# 2ca46aac 29-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-enable-gcov-cuda' into 'master'

Balay/ci enable gcov cuda

See merge request petsc/petsc!3108


# 764a687e 28-Aug-2020 Satish Balay <balay@mcs.anl.gov>

ci: remove duplicate PETSC_OPTIONS [defaults]


# 0f7b553d 28-Aug-2020 Satish Balay <balay@mcs.anl.gov>

ci: update viennacl test to run on either of the GPU boxes [frog, p1]

And fix to allow multiple flags with MAKE_CXXFLAGS


# f3a4c9b4 28-Aug-2020 Satish Balay <balay@mcs.anl.gov>

ci: enable gcov with linux-cuda-complex, linux-c-exodus-dbg


# 8edaa768 25-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/update-fix-null-ci' into 'master'

CI: CXXFLAGS="-Werror -Wzero-as-null-pointer-constant" - used by...

See merge request petsc/petsc!3095


# 7f8c95c1 25-Aug-2020 Satish Balay <balay@mcs.anl.gov>

CI: CXXFLAGS="-Werror -Wzero-as-null-pointer-constant" - used by 'mpich-cxx-py3:' breaks on ubuntu - so limit this test to fedora (stage1) test boxes


# 7b917211 24-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/fix-null' into 'master'

Fix 0 -> NULL for pointers

See merge request petsc/petsc!3086


# 3500f3cb 23-Aug-2020 Satish Balay <balay@mcs.anl.gov>

CI: update stage-1 cxx test [mpich-cxx-py3] to use -Wzero-as-null-pointer-constant


# cd9105ef 23-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-06-30/gcov-use-gmake-filelist' into 'master'

Barry/2020 06 30/gcov use gmake filelist

See merge request petsc/petsc!2939


# f22bedf1 23-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Fixes and improvements to gcov mechamism

* do not use --coverage on external files, just wastes time
* Use list of files generated by gmakegentest.py for gcov files instead of walking the directory

Fixes and improvements to gcov mechamism

* do not use --coverage on external files, just wastes time
* Use list of files generated by gmakegentest.py for gcov files instead of walking the directory
* Have gcov.py generate unique directories so different builds or phases of builds won't overwrite each other
* fix failure with old version of make
* fix more UnicodeDecodeError: 'utf-8' codec can't decode byte 0x88 in position 7892: invalid start byte errors

* Uses new approach for tracking tested lines and lines of source code (much more accurate than old code)
* now works for ifdef lines that appear in only some builds
* makes table and html files for source file changes since master branch
* makes seperate table for C source and C fortran stub source
* fix up pipeline-analyze job to generate and upload appropriate artifacts

Commit-type: feature
/spend 20h

show more ...


# 0c480709 19-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 637b0caf 19-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/ci-manual' into 'maint'

gitlab-ci: automatically start MR pipelines

See merge request petsc/petsc!3063


# e9c005ff 17-Aug-2020 Jed Brown <jed@jedbrown.org>

gitlab-ci: automatically start MR pipelines

- enables 'Run Pipeline' option on MR webpage [in pipelines tab]
- enables pipelines on MRs from a fork
- does CI on the merge (of MR-branch + destination

gitlab-ci: automatically start MR pipelines

- enables 'Run Pipeline' option on MR webpage [in pipelines tab]
- enables pipelines on MRs from a fork
- does CI on the merge (of MR-branch + destination-branch)
- automatically starts a pipeline on push (and pauses at "pause-for-approval" job)
If we want the pipeline to run all jobs, we have to go to 'pipelines' tab on MR webpage and click on 'play' icon - to continue the paused pipeline.

show more ...


# 7c22cf47 14-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-viennacl' into 'master'

Balay/ci viennacl

See merge request petsc/petsc!3054


# e0f643e3 14-Aug-2020 Satish Balay <balay@mcs.anl.gov>

CI: test both cases viennacl with and without cuda


1...<<21222324252627282930>>...32