History log of /petsc/config/configure.py (Results 51 – 75 of 700)
Revision Date Author Comments
# 9355304c 21-Oct-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

- Standardize the configure banner length
- Make the main "configuring on you system" banner centered and use standard banner length
- Make the "error from configure arguments" banner centered and us

- Standardize the configure banner length
- Make the main "configuring on you system" banner centered and use standard banner length
- Make the "error from configure arguments" banner centered and use standard banner length
- Make the initial configure warning banners the same size as all the other configure banners

show more ...


# 0f90cc5a 28-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/reuse-c-fortran-petscinitialize' into 'main'

Reuse PetscInitialize code between C and Fortran

See merge request petsc/petsc!4364


# 6293a234 27-Sep-2021 Junchao Zhang <jczhang@mcs.anl.gov>

Config: only check enable/disable etc at the beginning


# 56021531 23-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/hip-config' into 'main'

HIP: add version check and automatic detection of target

See merge request petsc/petsc!4318


# 3bdc3ccd 14-Sep-2021 Stefano Zampini <stefano.zampini@gmail.com>

HIP/CUDA: add version check, automatic detection of target, and renaming

change --with-cuda-gencodearch to --with-cuda-arch; add --with-hip-arch; remove --with-kokkos-hip-arch


# eef76de1 20-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-check_for_option_changed' into 'main'

configure: fix python syntax error with search in check_for_option_changed()

See merge request petsc/petsc!4332


# f1bd03f4 20-Sep-2021 Satish Balay <balay@mcs.anl.gov>

configure: fix python syntax error with search in check_for_option_changed()
[this bug prevented correct error messages when using old options]


# c1bf08c5 06-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/spelling-errors' into 'main'

Fix many spelling errors in manpages and comments

See merge request petsc/petsc!4283


# a5b23f4a 03-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix spelling errors in manpages and comments


# 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


# c6f17229 01-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 6a90e432 29-Jul-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-petscdir-abspath/main' into 'release'

Config: use isabs() to check if a path is relative

See merge request petsc/petsc!4198


# e9369aac 28-Jul-2021 Junchao Zhang <jczhang@mcs.anl.gov>

Config: use isabs() to check if a path is relative

If user sets PETSC_DIR=/a/b/, then os.path.abspath(petscdir) will be /a/b, not equal to /a/b/ in string comparision.
Considering other possible PET

Config: use isabs() to check if a path is relative

If user sets PETSC_DIR=/a/b/, then os.path.abspath(petscdir) will be /a/b, not equal to /a/b/ in string comparision.
Considering other possible PETSC_DIR variants, such as /a//b, we'd better not do string comparision.

Reported-by: Chonglin Zhang (@zhangchonglin)

close issue #964

show more ...


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

Merge remote-tracking branch 'origin/release'


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

Merge branch 'barry/2021-06-18/reject-relative-petsc-dir/release' into 'release'

Have configure reject a relative path for PETSC_DIR

See merge request petsc/petsc!4105


# ebf7aa9e 21-Jun-2021 Barry Smith <bsmith@mcs.anl.gov>

Have configure reject a relative path for PETSC_DIR


# 52d3f5ae 17-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 91e95b58 16-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-06-14/fix-configure-divider/release' into 'release'

Make the initial divider the same length as every other divider

See merge request petsc/petsc!4092


# 29bef039 14-Jun-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

Make the initial divider the same length as every other divider


# 7f90eb4d 03-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-download-petsc4py-map' into 'master'

configure: fix download-petsc4py map to with-petsc4py in sync with...

See merge request petsc/petsc!3605


# 86d91f96 02-Feb-2021 Satish Balay <balay@mcs.anl.gov>

configure: fix download-petsc4py map to with-petsc4py in sync with c58b03af228421217c56570126f2df4f99113d30


# 48f4ac7a 09-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 2a87209e 06-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-12-16/handle-with-openmpi/release' into 'release'

Allow users to mistaken use openmpi or mpich when setting mpi or mpi-dir

See merge request petsc/petsc!3485


12345678910>>...28