Home
last modified time | relevance | path

Searched hist:"2475 b7ca256cea2a4b7cbf2d8babcda14e5fa36e" (Results 1 – 25 of 26) sorted by relevance

12

/petsc/config/BuildSystem/config/packages/
H A Dlibjpeg.py2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
H A Dlibpng.py2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
H A Dzlib.py2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
H A DMOAB.py2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
H A DTriangle.py2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
H A Dpetsc4py.pyea01b5437162cbe92f194b610f4d8f0038ba29a8 Wed Jul 17 07:19:26 UTC 2019 Satish Balay <balay@mcs.anl.gov> Merged in balay/update-petsc4py-rm-PETSC_USE_SCALAR_type (pull request #1878)

petsc4py: update to snapshot that syncs with PETSC_USE_SCALAR_COMPLEX, PETSC_USE_SCALAR_REAL removal in 2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e

Approved-by: Lisandro Dalcin <dalcinl@gmail.com>
232d2d3f6b0e2b10c98ff2d3134a0964d0d698ee Mon Jul 15 23:08:29 UTC 2019 Satish Balay <balay@mcs.anl.gov> petsc4py: update to snapshot that syncs with PETSC_USE_SCALAR_COMPLEX, PETSC_USE_SCALAR_REAL removal in 2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e
H A DBlasLapack.py2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
H A DMPI.py2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
/petsc/config/BuildSystem/config/utilities/
H A DgetResidentSetSize.py2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
H A Dmissing.py2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
/petsc/config/BuildSystem/config/
H A Dheaders.py2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
H A Dtypes.py2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
H A Dfunctions.py2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
H A Dframework.py2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
H A Dcompilers.py2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
/petsc/src/mat/impls/aij/mpi/mkl_cpardiso/
H A Dmkl_cpardiso.c2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
/petsc/include/petsc/mpiuni/
H A Dmpi.h2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
/petsc/src/mat/impls/aij/seq/mkl_pardiso/
H A Dmkl_pardiso.c2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
/petsc/src/sys/utils/
H A Dmemc.c2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
H A Dstr.c2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
/petsc/include/petsc/private/
H A Dpetscimpl.h2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
/petsc/src/sys/fileio/
H A Dmprint.c2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
/petsc/config/PETSc/
H A DConfigure.py2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
/petsc/src/sys/objects/
H A Doptions.c2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org
/petsc/src/mat/impls/aij/mpi/superlu_dist/
H A Dsuperlu_dist.c2475b7ca256cea2a4b7cbf2d8babcda14e5fa36e Sun Jun 30 07:41:52 UTC 2019 Barry Smith <bsmith@mcs.anl.gov> Remove testing and inserting into petscconf.h items that are not actually used by PETSc

1) PETSC_HAVE_LIBXXXX - which was rarely used
be careful with the package libpng and libjpeg since they have lib in the name of the package
2) various system include files that are never used or always exist: for example stdlib.h
3) various system functions that are never used or always exist
4) fixes for requires for MUMPS and SuperLU_DIST when dependent packages are installed or not installed (unrelated to the rest of this pull request)
5) packages that always exist such as PETSC_HAVE_BLASLAPACK, or are not used by PETSc such as PETSC_HAVE_NETCFD
6) remove a couple of uses of HAVE_LIB* in the code that were not needed by adjusting the configure code slightly
7) remove all the #if guards for each entry in petscconf.h since petscconf.h already has a guard and
the values are never defined else where the extra guards just make the file cluttered

For a build with about 10 external packages this reduced the size of petscconf.h from 1236 lines to 828/4 around 220 entries.

Commit-type: style-fix, cleanup

Reported-by: Jed Brown <jed@jedbrown.org

12