History log of /petsc/config/BuildSystem/ (Results 1326 – 1350 of 4739)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
acb6052526-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


/petsc/CODE_OF_CONDUCT.md
config/setCompilers.py
/petsc/include/petscdmstag.h
/petsc/lib/petsc/bin/petscmpiexec
/petsc/src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
/petsc/src/dm/dt/dualspace/impls/lagrange/tests/ex1.c
/petsc/src/dm/dt/dualspace/impls/refined/dualspacerefined.c
/petsc/src/dm/dt/dualspace/interface/dualspace.c
/petsc/src/dm/dt/fe/interface/fe.c
/petsc/src/dm/dt/interface/dtaltv.c
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/space/impls/poly/spacepoly.c
/petsc/src/dm/dt/space/impls/ptrimmed/spaceptrimmed.c
/petsc/src/dm/dt/space/impls/ptrimmed/tests/ex1.c
/petsc/src/dm/dt/space/impls/sum/spacesum.c
/petsc/src/dm/dt/space/impls/tensor/spacetensor.c
/petsc/src/dm/dt/tests/ex1.c
/petsc/src/dm/dt/tests/ex7.c
/petsc/src/dm/dt/tests/ex8.c
/petsc/src/dm/field/impls/da/dmfieldda.c
/petsc/src/dm/field/impls/ds/dmfieldds.c
/petsc/src/dm/impls/da/da3.c
/petsc/src/dm/impls/da/dacorn.c
/petsc/src/dm/impls/da/dageometry.c
/petsc/src/dm/impls/da/dagtol.c
/petsc/src/dm/impls/da/dainterp.c
/petsc/src/dm/impls/da/dasub.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/da/grglvis.c
/petsc/src/dm/impls/da/grvtk.c
/petsc/src/dm/impls/da/hypre/mhyp.c
/petsc/src/dm/impls/forest/forest.c
/petsc/src/dm/impls/forest/p4est/pforest.h
/petsc/src/dm/impls/moab/dmmbutil.cxx
/petsc/src/dm/impls/moab/dmmbvec.cxx
/petsc/src/dm/impls/moab/dmmoab.cxx
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexegads.c
/petsc/src/dm/impls/plex/plexegadslite.c
/petsc/src/dm/impls/plex/plexexodusii.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexfluent.c
/petsc/src/dm/impls/plex/plexgeometry.c
/petsc/src/dm/impls/plex/plexglvis.c
/petsc/src/dm/impls/plex/plexgmsh.c
/petsc/src/dm/impls/plex/plexhdf5.c
/petsc/src/dm/impls/plex/plexinterpolate.c
/petsc/src/dm/impls/plex/plexorient.c
/petsc/src/dm/impls/plex/plexpreallocate.c
/petsc/src/dm/impls/plex/plexproject.c
/petsc/src/dm/impls/plex/plexreorder.c
/petsc/src/dm/impls/plex/plexsection.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/plex/plextree.c
/petsc/src/dm/impls/plex/plexvtk.c
/petsc/src/dm/impls/plex/tests/ex18.c
/petsc/src/dm/impls/plex/tests/ex31.c
/petsc/src/dm/impls/plex/tests/ex34.c
/petsc/src/dm/impls/plex/tests/ex6.c
/petsc/src/dm/impls/plex/tests/ex9.c
/petsc/src/dm/impls/plex/transform/impls/refine/bl/plexrefbl.c
/petsc/src/dm/impls/plex/transform/interface/plextransform.c
/petsc/src/dm/impls/product/productutils.c
/petsc/src/dm/impls/redundant/dmredundant.c
/petsc/src/dm/impls/stag/stag.c
/petsc/src/dm/impls/stag/stag1d.c
/petsc/src/dm/impls/stag/stag2d.c
/petsc/src/dm/impls/stag/stag3d.c
/petsc/src/dm/impls/stag/stagstencil.c
/petsc/src/dm/impls/stag/stagutils.c
/petsc/src/dm/impls/stag/tests/ex1.c
/petsc/src/dm/impls/stag/tests/ex13.c
/petsc/src/dm/impls/stag/tests/ex14.c
/petsc/src/dm/impls/stag/tests/ex17.c
/petsc/src/dm/impls/stag/tests/ex30.c
/petsc/src/dm/impls/stag/tests/ex40.c
/petsc/src/dm/impls/stag/tests/ex43.c
/petsc/src/dm/impls/stag/tests/output/ex17_4.out
/petsc/src/dm/impls/stag/tests/output/ex17_5.out
/petsc/src/dm/impls/stag/tests/output/ex43_1.out
/petsc/src/dm/impls/stag/tutorials/ex3.c
/petsc/src/dm/impls/swarm/tests/ex2.c
/petsc/src/dm/interface/dmget.c
/petsc/src/dm/label/dmlabel.c
/petsc/src/dm/label/tutorials/ex1.c
/petsc/src/dm/partitioner/impls/simple/partsimple.c
/petsc/src/dm/partitioner/interface/partitioner.c
878cfacc26-Apr-2022 Barry Smith <bsmith@mcs.anl.gov>

If compiler flag specifically triggers warning of unknown flag then reject flag!

Intel OneAPI fails configure on macOS since flags such as -PIC get improperly
added to the compiler flags (since comp

If compiler flag specifically triggers warning of unknown flag then reject flag!

Intel OneAPI fails configure on macOS since flags such as -PIC get improperly
added to the compiler flags (since compiler warnings are mostly ignored by default) and these
flags warnings cause correct linker flags to be rejected thus breaking configure

BTW: I still hate the fact that compiler "warnings" are ignored by default when testing
for compiler options. Two hours wasted because of this; well at least with this branch
one less warning is ignored.

Commit-type: configure, portability, error-checking
/spend 2h

show more ...

3c3d096125-Apr-2022 Pierre Jolivet <pierre@joliv.et>

configure: specify "Executable" for exe name


config/package.py
/petsc/config/PETSc/options/arch.py
/petsc/config/PETSc/options/languages.py
/petsc/src/vec/is/ao/impls/basic/aobasic.c
/petsc/src/vec/is/ao/impls/mapping/aomapping.c
/petsc/src/vec/is/is/impls/block/block.c
/petsc/src/vec/is/is/impls/general/general.c
/petsc/src/vec/is/is/impls/stride/stride.c
/petsc/src/vec/is/is/interface/index.c
/petsc/src/vec/is/is/tests/ex1.c
/petsc/src/vec/is/is/tests/ex2.c
/petsc/src/vec/is/is/tutorials/ex2.c
/petsc/src/vec/is/is/utils/isblock.c
/petsc/src/vec/is/is/utils/iscoloring.c
/petsc/src/vec/is/section/interface/section.c
/petsc/src/vec/is/sf/impls/basic/alltoall/sfalltoall.c
/petsc/src/vec/is/sf/impls/basic/sfbasic.c
/petsc/src/vec/is/sf/impls/basic/sfpack.c
/petsc/src/vec/is/sf/impls/window/sfwindow.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/sf/interface/sftype.c
/petsc/src/vec/is/sf/interface/vscat.c
/petsc/src/vec/is/sf/tests/ex17.c
/petsc/src/vec/is/sf/tests/ex19.c
/petsc/src/vec/is/sf/utils/sfutils.c
/petsc/src/vec/is/utils/hdf5io.c
/petsc/src/vec/is/utils/isio.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/pmap.c
/petsc/src/vec/is/utils/psort.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/vec/impls/hypre/vhyp.c
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/nest/vecnest.c
/petsc/src/vec/vec/impls/nest/vecnestimpl.h
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/utils/comb.c
/petsc/src/vec/vec/utils/projection.c
/petsc/src/vec/vec/utils/tagger/impls/simple.c
/petsc/src/vec/vec/utils/vecio.c
/petsc/src/vec/vec/utils/vecstash.c
/petsc/src/vec/vec/utils/vinv.c
a3edb53525-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-04-24/fix-gcc11plus/release' into 'release'

Improve check for GNU compilers version 11 or higher for Brew compiled version

See merge request petsc/petsc!5161

fb9312d225-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-04-20/ultimate-logprintbox' into 'main'

Fixup logPrintBox()

See merge request petsc/petsc!5150

b4b1627325-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

2521cce424-Apr-2022 Barry Smith <bsmith@mcs.anl.gov>

Improve check for GNU compilers version 11 or higher for Brew compiled version

I don't understand why it does not log in the configure file if it found it or not

Commit-type: bug-fix, portability
/

Improve check for GNU compilers version 11 or higher for Brew compiled version

I don't understand why it does not log in the configure file if it found it or not

Commit-type: bug-fix, portability
/spend 15m

show more ...

ce040abe20-Apr-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Fix logPrintBox() not printing newlines

61715dfe23-Apr-2022 Satish Balay <balay@mcs.anl.gov>

fix warning with intel compiler build

ld: skipping incompatible /usr/lib/i386-linux-gnu/libgcc_s.so.1 when searching for libgcc_s.so.1

3106df1b23-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

7410ae5b23-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-gitcommit=HEAD' into 'main'

configure: --with-pkg-gitcommit=HEAD should skip checking for a git-branch

See merge request petsc/petsc!5146

9ad87f5a21-Apr-2022 Satish Balay <balay@mcs.anl.gov>

configure: fix with-executables-search-path to accept PATH delimited with ':'

Reported-by: John Snyder <b17jps@me.com>

799143b521-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-04-18/update-mpi4py' into 'main'

Fix mpi4py to not save failed mpi4py build information in a seperate file

See merge request petsc/petsc!5143

a5666a4820-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-self.checkExecutableExportFlag-batch' into 'main'

configure: skip checkExecutableExportFlag() when using --with-batch

See merge request petsc/petsc!5148

19ba3da320-Apr-2022 Pierre Jolivet <pierre@joliv.et>

configure: bypass PTSCOTCH failure on MinGW

636121f820-Apr-2022 Satish Balay <balay@mcs.anl.gov>

configure: skip checkExecutableExportFlag() when using --with-batch

bcb592b519-Apr-2022 Satish Balay <balay@mcs.anl.gov>

configure: --with-pkg-gitcommit=HEAD should skip checking for a git-branch

f79c87a217-Apr-2022 Pierre Jolivet <pierre@joliv.et>

configure: self.PACKAGE instead of self.package

d1b3ee2817-Apr-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

configure: further improve logPrintBox()

- add logPrintWarning()
- make logPrintBox() add newlines after each printed line
- make logPrintBox() properly handle truncated paths

13cbded717-Apr-2022 Pierre Jolivet <pierre@joliv.et>

configure: remove useless Bison warning

e66e603419-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

8aefd0ec19-Apr-2022 Barry Smith <bsmith@mcs.anl.gov>

Fix mpi4py to not save failed mpi4py build information in a seperate file

Commit-type: configure
/spend 25m

7d7a130518-Apr-2022 Satish Balay <balay@mcs.anl.gov>

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

Balay/disable python2

See merge request petsc/petsc!5131


/petsc/.gitlab-ci.yml
RDict.py
config/framework.py
config/package.py
config/packages/MPI.py
config/packages/cgns.py
config/programs.py
config/regression/frameworkTest.py
config/regression/shellTest.py
config/setsOrdered.py
config/utilities/FPTrap.py
config/utilities/debuggers.py
config/utilities/fortranCommandLine.py
config/utilities/missing.py
logger.py
make.py
maker.py
nargs.py
pythonpath.py
retrieval.py
script.py
sourceDatabase.py
/petsc/config/PETSc/options/arch.py
/petsc/config/PETSc/options/indexTypes.py
/petsc/config/PETSc/options/installDir.py
/petsc/config/PETSc/options/languages.py
/petsc/config/PETSc/options/libraryOptions.py
/petsc/config/PETSc/options/memAlign.py
/petsc/config/PETSc/options/scalarTypes.py
/petsc/config/PETSc/options/sharedLibraries.py
/petsc/config/PETSc/petsc.py
/petsc/config/configure.py
/petsc/config/examples/arch-alcfci-theta-cray-opt.py
/petsc/config/examples/arch-alcfci-theta-intel-opt.py
/petsc/config/examples/arch-ci-freebsd-c-single-opt.py
/petsc/config/examples/arch-ci-freebsd-cxx-cmplx-64idx-dbg.py
/petsc/config/examples/arch-ci-freebsd-cxx-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-ci-freebsd-cxx-pkgs-opt.py
/petsc/config/examples/arch-ci-freebsd-pkgs-opt.py
/petsc/config/examples/arch-ci-linux-64idx-i8-uni.py
/petsc/config/examples/arch-ci-linux-ILP64.py
/petsc/config/examples/arch-ci-linux-analyzer.py
/petsc/config/examples/arch-ci-linux-c-exodus-dbg.py
/petsc/config/examples/arch-ci-linux-clang-avx.py
/petsc/config/examples/arch-ci-linux-cmplx-gcov.py
/petsc/config/examples/arch-ci-linux-cmplx-single.py
/petsc/config/examples/arch-ci-linux-cuda-double-64idx.py
/petsc/config/examples/arch-ci-linux-cuda-double.py
/petsc/config/examples/arch-ci-linux-cuda-single-cxx.py
/petsc/config/examples/arch-ci-linux-cuda-uni-pkgs.py
/petsc/config/examples/arch-ci-linux-cuda11-complex.py
/petsc/config/examples/arch-ci-linux-cuda11-double.py
/petsc/config/examples/arch-ci-linux-cxx-cmplx-pkgs-64idx.py
/petsc/config/examples/arch-ci-linux-gcc-complex-opt-32bit.py
/petsc/config/examples/arch-ci-linux-gcc-cxx-avx2.py
/petsc/config/examples/arch-ci-linux-gcc-ifc-cmplx.py
/petsc/config/examples/arch-ci-linux-gcc-quad-64idx-dbg.py
/petsc/config/examples/arch-ci-linux-gcov.py
/petsc/config/examples/arch-ci-linux-hip-double.py
/petsc/config/examples/arch-ci-linux-intel-mkl-single.py
/petsc/config/examples/arch-ci-linux-intel.py
/petsc/config/examples/arch-ci-linux-knl.py
/petsc/config/examples/arch-ci-linux-matlab-ilp64-gcov.py
/petsc/config/examples/arch-ci-linux-opt-cxx-quad.py
/petsc/config/examples/arch-ci-linux-opt-misc.py
/petsc/config/examples/arch-ci-linux-pgi.py
/petsc/config/examples/arch-ci-linux-pkgs-64idx.py
/petsc/config/examples/arch-ci-linux-pkgs-cxx-mlib.py
/petsc/config/examples/arch-ci-linux-pkgs-gcov.py
/petsc/config/examples/arch-ci-linux-pkgs-opt.py
/petsc/config/examples/arch-ci-linux-pkgs-valgrind.py
/petsc/config/examples/arch-ci-linux-sycl-double.py
/petsc/config/examples/arch-ci-linux-viennacl.py
/petsc/config/examples/arch-ci-linux-without-fc.py
/petsc/config/examples/arch-ci-mswin-intel-cxx-cmplx.py
/petsc/config/examples/arch-ci-mswin-intel.py
/petsc/config/examples/arch-ci-mswin-opt-impi.py
/petsc/config/examples/arch-ci-mswin-uni.py
/petsc/config/examples/arch-ci-opensolaris-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-ci-opensolaris-misc.py
/petsc/config/examples/arch-ci-opensolaris-pkgs-opt.py
/petsc/config/examples/arch-ci-osx-cxx-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-ci-osx-cxx-pkgs-opt.py
/petsc/config/examples/arch-ci-osx-dbg.py
/petsc/config/examples/arch-ci-osx-m1.py
/petsc/config/examples/arch-ci-osx-xsdk-opt.py
/petsc/config/examples/arch-cray-xc40-knl-opt.py
/petsc/config/examples/arch-olcf-frontier-cuda-beta.py
/petsc/config/examples/arch-olcf-frontier-hip-beta.py
/petsc/config/examples/arch-olcf-summit-opt.py
/petsc/config/gmakegen.py
/petsc/config/gmakegentest.py
/petsc/config/install.py
/petsc/config/query_tests.py
/petsc/config/report_tests.py
/petsc/config/testparse.py
/petsc/configure
/petsc/doc/docs/changes/dev.rst
/petsc/doc/install/install_tutorial.rst
/petsc/lib/petsc/bin/maint/builddist
/petsc/lib/petsc/bin/maint/xclude
/petsc/lib/petsc/conf/rules
/petsc/src/ksp/ksp/tutorials/ex100.c
/petsc/src/mat/impls/aij/mpi/kokkos/mpiaijkok.hpp
/petsc/src/mat/impls/aij/mpi/kokkos/mpiaijkok.kokkos.cxx
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpicusparsematimpl.h
df3bd25215-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]


/petsc/.gitlab-ci.yml
config/framework.py
config/package.py
config/regression/frameworkTest.py
config/regression/shellTest.py
logger.py
maker.py
nargs.py
pythonpath.py
retrieval.py
script.py
sourceDatabase.py
/petsc/config/PETSc/options/arch.py
/petsc/config/PETSc/petsc.py
/petsc/config/configure.py
/petsc/config/examples/arch-alcfci-theta-cray-opt.py
/petsc/config/examples/arch-alcfci-theta-intel-opt.py
/petsc/config/examples/arch-ci-freebsd-c-single-opt.py
/petsc/config/examples/arch-ci-freebsd-cxx-cmplx-64idx-dbg.py
/petsc/config/examples/arch-ci-freebsd-cxx-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-ci-freebsd-cxx-pkgs-opt.py
/petsc/config/examples/arch-ci-freebsd-pkgs-opt.py
/petsc/config/examples/arch-ci-linux-64idx-i8-uni.py
/petsc/config/examples/arch-ci-linux-ILP64.py
/petsc/config/examples/arch-ci-linux-analyzer.py
/petsc/config/examples/arch-ci-linux-c-exodus-dbg.py
/petsc/config/examples/arch-ci-linux-clang-avx.py
/petsc/config/examples/arch-ci-linux-cmplx-gcov.py
/petsc/config/examples/arch-ci-linux-cmplx-single.py
/petsc/config/examples/arch-ci-linux-cuda-double-64idx.py
/petsc/config/examples/arch-ci-linux-cuda-double.py
/petsc/config/examples/arch-ci-linux-cuda-single-cxx.py
/petsc/config/examples/arch-ci-linux-cuda-uni-pkgs.py
/petsc/config/examples/arch-ci-linux-cuda11-complex.py
/petsc/config/examples/arch-ci-linux-cuda11-double.py
/petsc/config/examples/arch-ci-linux-cxx-cmplx-pkgs-64idx.py
/petsc/config/examples/arch-ci-linux-gcc-complex-opt-32bit.py
/petsc/config/examples/arch-ci-linux-gcc-cxx-avx2.py
/petsc/config/examples/arch-ci-linux-gcc-ifc-cmplx.py
/petsc/config/examples/arch-ci-linux-gcc-quad-64idx-dbg.py
/petsc/config/examples/arch-ci-linux-gcov.py
/petsc/config/examples/arch-ci-linux-hip-double.py
/petsc/config/examples/arch-ci-linux-intel-mkl-single.py
/petsc/config/examples/arch-ci-linux-intel.py
/petsc/config/examples/arch-ci-linux-knl.py
/petsc/config/examples/arch-ci-linux-matlab-ilp64-gcov.py
/petsc/config/examples/arch-ci-linux-opt-cxx-quad.py
/petsc/config/examples/arch-ci-linux-opt-misc.py
/petsc/config/examples/arch-ci-linux-pgi.py
/petsc/config/examples/arch-ci-linux-pkgs-64idx.py
/petsc/config/examples/arch-ci-linux-pkgs-cxx-mlib.py
/petsc/config/examples/arch-ci-linux-pkgs-gcov.py
/petsc/config/examples/arch-ci-linux-pkgs-opt.py
/petsc/config/examples/arch-ci-linux-pkgs-valgrind.py
/petsc/config/examples/arch-ci-linux-sycl-double.py
/petsc/config/examples/arch-ci-linux-viennacl.py
/petsc/config/examples/arch-ci-linux-without-fc.py
/petsc/config/examples/arch-ci-mswin-intel-cxx-cmplx.py
/petsc/config/examples/arch-ci-mswin-intel.py
/petsc/config/examples/arch-ci-mswin-opt-impi.py
/petsc/config/examples/arch-ci-mswin-uni.py
/petsc/config/examples/arch-ci-opensolaris-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-ci-opensolaris-misc.py
/petsc/config/examples/arch-ci-opensolaris-pkgs-opt.py
/petsc/config/examples/arch-ci-osx-cxx-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-ci-osx-cxx-pkgs-opt.py
/petsc/config/examples/arch-ci-osx-dbg.py
/petsc/config/examples/arch-ci-osx-m1.py
/petsc/config/examples/arch-ci-osx-xsdk-opt.py
/petsc/config/examples/arch-cray-xc40-knl-opt.py
/petsc/config/examples/arch-olcf-frontier-cuda-beta.py
/petsc/config/examples/arch-olcf-frontier-hip-beta.py
/petsc/config/examples/arch-olcf-summit-opt.py
/petsc/config/gmakegen.py
/petsc/config/gmakegentest.py
/petsc/config/install.py
/petsc/config/query_tests.py
/petsc/config/report_tests.py
/petsc/config/testparse.py
/petsc/configure
/petsc/doc/docs/changes/dev.rst
/petsc/doc/install/install_tutorial.rst
/petsc/lib/petsc/conf/rules
/petsc/src/ksp/ksp/tutorials/ex100.c
eadff18f18-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/avoid-dangling-else' into 'main'

[PC|KSP]HPDDM: spring cleaning

See merge request petsc/petsc!5035

1...<<51525354555657585960>>...190