History log of /petsc/config/PETSc/Configure.py (Results 126 – 150 of 1111)
Revision Date Author Comments
# 2b314061 27-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# b73d1a5e 26-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-06-09/petsc-test-options' into 'release'

Organized the PETSC_OPTIONS used in .gitlab-ci.yml to be provided by the appropriate package

See merge request petsc/petsc!4075


# 4161761d 10-Jun-2021 Barry Smith <bsmith@mcs.anl.gov>

Organized the PETSC_OPTIONS used in .gitlab-ci.yml to be provided by the appropriate package

This allows users running the tests to have the same behavior as the public CI

Commit-type: CI, configur

Organized the PETSC_OPTIONS used in .gitlab-ci.yml to be provided by the appropriate package

This allows users running the tests to have the same behavior as the public CI

Commit-type: CI, configure, error-checking
\spend 1h
Thanks-to: Jed Brown <jed@jedbrown.org>

show more ...


# 0baf1215 20-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-09-04/petscdevice-cupminitialization' into 'main'

Replace current CUPM initialization with unified PetscDevice version

See merge request petsc/petsc!4310


# 3972cb20 19-Oct-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

- Add devicePackage attribute to all device-related libraries, which determines if
PETSC_HAVE_DEVICE should be defined
- Remove PETSC_HAVE_DEVICE definition from petscsys.h


# 420b78f2 09-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/rm-distutils' into 'main'

config: remove distutils from build

See merge request petsc/petsc!4253


# 3761b06d 24-Aug-2021 Jed Brown <jed@jedbrown.org>

config: move CLANGUAGE flag selection from configure to makefiles

This reduces indirection while avoiding a long-standing python
parse_makefile bug where a variable like CFLAGS can only be expanded

config: move CLANGUAGE flag selection from configure to makefiles

This reduces indirection while avoiding a long-standing python
parse_makefile bug where a variable like CFLAGS can only be expanded via
PY_CFLAGS. From sysconfig.py:

# Variables with a 'PY_' prefix in the makefile. These need to
# be made available without that prefix through sysconfig.
# Special care is needed to ensure that variable expansion works, even
# if the expansion uses the name without a prefix.
renamed_variables = ('CFLAGS', 'LDFLAGS', 'CPPFLAGS')

Insufficient care was given to the non-weird case.

show more ...


# f59157ec 17-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# eb9bd38d 17-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hotfix/broken-links' into 'release'

docs: Fix broken links

See merge request petsc/petsc!4228


# a17b96a8 17-Aug-2021 Kyle Gerard Felker <kylefelk@gmail.com>

docs: Fix broken links


# 59d40fe4 05-Jul-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 78f70f59 04-Jul-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'revert-6ab0cc5b' into 'release'

Revert "Merge branch 'jczhang/fix-petsc-cc-includes' into 'release'"

See merge request petsc/petsc!4149


# 8749e224 01-Jul-2021 Junchao Zhang <jczhang@mcs.anl.gov>

Revert "Merge branch 'jczhang/fix-petsc-cc-includes' into 'release'"

This reverts merge request !4043


# 4f59df8b 21-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-06-11/fix-pragma-poison' into 'main'

Fix pragma poison

See merge request petsc/petsc!4083


# bf113f49 21-Jun-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

fix pragma poison and introduce new extraCompilerFlags ctx manager


# 88ec0496 29-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 6ab0cc5b 29-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-petsc-cc-includes' into 'release'

Add petsc prefix include dir to PETSC_CC_INCLUDES

See merge request petsc/petsc!4043


# a5efccc0 29-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/spock' into 'main'

Some work from Spock

See merge request petsc/petsc!4015


# 7c2565b7 28-May-2021 Junchao Zhang <jczhang@anl.gov>

Config: add petsc prefix include dir to PETSC_CC_INCLUDES


# 7fb1458f 23-May-2021 Stefano Zampini <stefano.zampini@gmail.com>

Configure: we should use HIPPPFLAGS provided by the user

Flags handling is currently a mess


# 4bc49505 14-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hzhang/dmnetwork-smallcleanup' into 'main'

small cleanup of dmnetwork codes

See merge request petsc/petsc!3969


# 5b3f975a 12-May-2021 Hong Zhang <hzhang@mcs.anl.gov>

rm configure option '-with-dmnetwork_maximum_components_per_point'; small cleanup of network.c
add options '-dmnetwork_view_xxx' to the manual pages.


# cb5e9730 03-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-03-22/fix-dmnetworkcomponentheader' into 'main'

Decrease the default number of components allowed per edge/vertex to 3 and add...

See merge request petsc/petsc!3767


# 4dc646bc 26-Mar-2021 Barry Smith <bsmith@mcs.anl.gov>

Decrease the default number of components allowed per edge/vertex to 3 and add configure flag to change it.

For each edge/point there are six additional integer variables needed for each allowed com

Decrease the default number of components allowed per edge/vertex to 3 and add configure flag to change it.

For each edge/point there are six additional integer variables needed for each allowed component. Previously it was then for
64 bit integers or 25*6*8 bytes per vetex/edge.

Use -with-dmnetwork_maximum_components_per_point 1 to minimize memory usage if you have only one component per edge/vertex

Commit-type: memory-optimization, bug-fix
Funded-by: brain project
Project: brain
/spend 1h
Reported-by: Getnet Betrie <gbetrie@anl.gov>

show more ...


# e4639c32 30-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-mpicc-show-define' into 'main'

configure: fix PETSC_MPICC_SHOW

See merge request petsc/petsc!3782


12345678910>>...45