History log of /petsc/config/PETSc/Configure.py (Results 976 – 1000 of 1111)
Revision Date Author Comments
# cbd5cc15 12-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

changed gcov.py with new command name and made it require explicit tarballs on the command line
changed ./makefile rules for gcov to gcov and mergegcov to call gcov.py script
changed buildtest to mak

changed gcov.py with new command name and made it require explicit tarballs on the command line
changed ./makefile rules for gcov to gcov and mergegcov to call gcov.py script
changed buildtest to make new version of gcov

Hg-commit: eca6f0f6860cdb9c850168bd12a2f3e9afb229ac

show more ...


# 08784ffa 12-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

added support to HDF to install Fortran bindings if FC exists and set proper paths for its module files

Hg-commit: 9d517c1f1f768bbc4076bd913e61884e7fd9d500


# 4b0cc578 10-Jan-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: c3bbe4664912c4afc8bb0ac514c1b80480c955bf


# e8793464 08-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

moved qd.py to PETSc from BuildSystem

Hg-commit: 7ecc0661f806bbab0d8b47432dc4277fd0390727


# 8cf378d1 07-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

moved dependency of BlasLapack on scalarTypes to PETSc/Configure.py with setting its precision provider

Hg-commit: ac816ae1122d0c0e2e8c5c800dbe7f04efdf00da


# 77d4a7d6 06-Jan-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: e470281af9ecf0250f2b5291ccef17faacafc8ef


# 1a5f0c4f 05-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 7b9beedea565b522c06806691438b38097b58938


# 2d1b7972 05-Jan-2010 Satish Balay <balay@mcs.anl.gov>

fix call to staticAssertSizeMatchesVoidStar() on windows

Hg-commit: dd31356d5ab8fad70c6a68eec53fdf128e3646e3


# 238e7d2d 02-Dec-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 9c9e2b0243eedf0151e3676f8f4ccde9f7b93898


# 87843682 30-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 88dece74cfbfd056afd52d9c6c93ea90a2af64a9


# 288f62a1 30-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

fix install.py so that it creates conf/petscvariables file that is owned by user

Hg-commit: fb25b98b05ea98a8f38b8131bc5fae3405fd3c72


# 9800092a 30-Nov-2009 Jed Brown <jed@59A2.org>

PetscLikely/PetscUnlikely directives using __builtin_expect

* Added configure test to see if __builtin_expect is available

* Define PetscLikely and PetscUnlikely macros

* Use PetscUnlikely in CHKE

PetscLikely/PetscUnlikely directives using __builtin_expect

* Added configure test to see if __builtin_expect is available

* Define PetscLikely and PetscUnlikely macros

* Use PetscUnlikely in CHKERRQ to produce cleaner object code at higher
optimization levels.

Hg-commit: 51e933be84ca2b4bb231d3ae339861d74921da64

show more ...


# f3a56f8b 30-Nov-2009 Jed Brown <jed@59A2.org>

merge TrMalloc/MEMALIGN updates

Hg-commit: e66e6e0b392d0e3456a0c4fdee411b9bff8fd74a


# da93591f 29-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_ARCH/conf/base and
added support for not setting PETSC_ARCH and PETSC_DIR with --prefix option

Hg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58


# 92157383 18-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

fixed isnan() and isinf to be properly tested and turned off if <complex> include breaks them

Hg-commit: 520759cccf2dcda82ae6545ed741586b81a4dff0


# 37dd5ef8 17-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 0dd26807c4bc910027bf57bdca0afb5fd6272442


# 753ebd1d 17-Nov-2009 Jed Brown <jed@59A2.org>

Align all pointers returned by PetscMallocN (in optimized mode)

Configurable via --with-memalign=<4,8,16,32,64> (default is 16).
New macro PetscAddrAlign returns an aligned address.

Hg-commit: a369

Align all pointers returned by PetscMallocN (in optimized mode)

Configurable via --with-memalign=<4,8,16,32,64> (default is 16).
New macro PetscAddrAlign returns an aligned address.

Hg-commit: a36906938641ecef3f9b33ca4a3273b89dcdd566

show more ...


# 5389abc2 06-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

moved qd.py into BuildSystem

Hg-commit: f81adce8aabff28b9fd53702697c20dc6c0c910a


# 25bba741 20-Oct-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge
- Builder was almost certainly screwed up

Hg-commit: 2571e8ea748f6220b54dbcda3f10127411ca11ff


# f25b1546 19-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: c05b0044ccc0039b87cfe343b689e3dcca014cf4


# a6d0e24f 18-Oct-2009 Jed Brown <jed@59A2.org>

PetscSleep now takes a PetscReal

PetscDrawGetPause and PetscDrawSetPause also take PetscReal
-draw_pause takes real values

Hg-commit: 5704078f50576596756b730ece1fd2c58071fd38


# 1a6dcf9b 08-Oct-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 8afb64efd7de31e500b9677745927d597beb52d1


# 46bc77b6 08-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

cleanup of many makefiles removed outdated and old style crud

Hg-commit: eaa8d3fd8168d422b0b437697ce75e0f89c760b6


# aa749882 08-Oct-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 757c4747cac54d2d0bbe394a617dd50fb7923cd3


# c6f99f23 08-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

removed -DPETSC_LIB_DIR from makefiles and put into petscconf.h

Hg-commit: 867ddc0e656a5c56bf279251b4526bb02a6ee2c2


1...<<31323334353637383940>>...45