| e5ce554b | 14-Jan-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
removed outdated NetCDF.py because it is now in BuildSystem
Hg-commit: 05ba710f23fa3f1de7f495578105042d24558b15 |
| 68e03eec | 14-Jan-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
more work on getting mpack to build itself, still don't work for me
rk on gett
Hg-commit: ecbe1aca04b2bb0c2bf86d8721915149503f66e2 |
| 1826fbe8 | 14-Jan-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
added externalpackage locations of qd,gmp and mpack
Hg-commit: 57c6f04eb1ac7d9fe5e22fd165045f64cf6b43fc |
| 208c3fd5 | 13-Jan-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
do not print PETSC_MODULES_INCLUDE unless Fortran compiler is f90
Hg-commit: a1e9ec627d980abc77313b16424ca12133347dd1 |
| 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 ...
|
| aaae01ed | 12-Jan-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: eb4c56f0906e5e1878022f6579d4f59badfa743e |
| 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 |
| 0e82bcbf | 11-Jan-2010 |
Satish Balay <balay@mcs.anl.gov> |
sowing should not use PETSc compilers [auto detect compilers itself]. Also provide hooks for user to specify separate compilers/configure-options to sowing.
Hg-commit: a9d3c73e801926f304f28135a89bf0
sowing should not use PETSc compilers [auto detect compilers itself]. Also provide hooks for user to specify separate compilers/configure-options to sowing.
Hg-commit: a9d3c73e801926f304f28135a89bf07eaab73d1f
show more ...
|
| ee916e4b | 09-Jan-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
indicate these do not work
Hg-commit: 9591b5ced18355072c970096e62d04ea27fca2a5 |
| 3f49187f | 08-Jan-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
added gmp.py cleanup of qd.py and scalarTypes to handle new location of qd
Hg-commit: 365548372588b0ec7b8657622f9a9a3415da3316 |
| 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 |
| 5fe9e8d5 | 06-Jan-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
make BlasLapack depend on scalarTypes so it knows precision in advance
Hg-commit: b48529bbf4131244164b2dbd1bef944419ef9e47 |
| b9c92825 | 06-Jan-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
Scotch.py autommatically deletes the metis.h that comes with Scotch to prevent it from being mistaken for the ParMetis one typo fix in mpimatmatmult.c
Hg-commit: 6de0c57b13a89fc9f33f2b6b4b5a6e68cea7
Scotch.py autommatically deletes the metis.h that comes with Scotch to prevent it from being mistaken for the ParMetis one typo fix in mpimatmatmult.c
Hg-commit: 6de0c57b13a89fc9f33f2b6b4b5a6e68cea7acfd
show more ...
|
| 1a5f0c4f | 05-Jan-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 7b9beedea565b522c06806691438b38097b58938 |
| 94d90cdc | 05-Jan-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
when postInstall() is used after installing an external package it now can print the output from ALL the executeShellCommands() that went into building the external package rather than just the last
when postInstall() is used after installing an external package it now can print the output from ALL the executeShellCommands() that went into building the external package rather than just the last one (which is often not where the error happens).
Hg-commit: db80f1431fca810eb28726149e60bb88d7b3788c
show more ...
|
| 2d1b7972 | 05-Jan-2010 |
Satish Balay <balay@mcs.anl.gov> |
fix call to staticAssertSizeMatchesVoidStar() on windows
Hg-commit: dd31356d5ab8fad70c6a68eec53fdf128e3646e3 |
| d6331b8d | 05-Jan-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
packages used executeShellCommand and totally ignored err and ret code from call; changed to also grab these and when appropriate print err with output. This will help to debug failed package builds
packages used executeShellCommand and totally ignored err and ret code from call; changed to also grab these and when appropriate print err with output. This will help to debug failed package builds
Hg-commit: dbce00c10ef49121e315b2b2aff9cf09ae6f7fde
show more ...
|
| 90275106 | 05-Jan-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
gather the err strings from executeShellCommand() on making and installing ParMetis so we see what goes wrong; also added comment about not working with Scotch because of same include file name
Hg-c
gather the err strings from executeShellCommand() on making and installing ParMetis so we see what goes wrong; also added comment about not working with Scotch because of same include file name
Hg-commit: 3946543cca86e6afbf6dafaf07cb0d0942fef7d4
show more ...
|
| 936728d4 | 29-Dec-2009 |
Satish Balay <balay@mcs.anl.gov> |
update to sowing-1.1.15.tar.gz
Hg-commit: 38c43cf5fa07f2b34395727f73018634e7e88d53 |
| f0c7c31f | 27-Dec-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
changed --sizeof_XXXX and --bits_per_byte to the standard --known-sizeof-XXXX and --known-bits-per-byte
Hg-commit: 2fcd8591d5a21c123da85ced5a6eb1001cb0bd15 |
| 6fd87acb | 08-Dec-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
pulled addition of VecScatterCopy_PtoP_AllToAll() from 3.0.0
Hg-commit: fc10a6a4f476ca4996f9a6bbb6ad579a68e45180 |
| ead4347e | 08-Dec-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
added VecScatterCopy_PtoP_AllToAll()
Hg-commit: 95178e97744bf74190133e1c5e0f09fe03a04ec6 |
| 61c37015 | 07-Dec-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Include boundary dual integration in FEM generation
Hg-commit: 6c87f5e3f302929fefb569d9d1a151a8e2ed2edd |
| 87843682 | 30-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 88dece74cfbfd056afd52d9c6c93ea90a2af64a9 |