| 7d490b44 | 22-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed spelling of poplanguage
Hg-commit: a593c9b227a95bc69af51b31266bdb38388ccc09 |
| be8fd02a | 21-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
added valgrind support to petscmpiexec with the first option -valgrind removed the crippled mpiexec.valgrind
Hg-commit: c6605b6dd10ae4ed2d36e8e0cb7d3433678ba874 |
| 2ee6e000 | 21-Aug-2009 |
Satish Balay <balay@mcs.anl.gov> |
update PLAPACK tarball #19884
Hg-commit: 18de07f2f31a9b58416c04bf016ff526d4b19f7a |
| 1d9cd9bf | 21-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
add test for const char * argument to _mm_prefetch and perform the test in C++ if C++ used
Hg-commit: b14b41b18316fd2dd3bfe13ed4de6b66b945f449 |
| 28adb3f7 | 20-Aug-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
upgrade sundials interface to v2.4.0
Hg-commit: adb07ed84832a403f0ca191d9911db9f82fa2dde |
| c730e05e | 19-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
changed configure so that it does not write license files in home directory; also asks people to register licensed packages but does not tell them they have to. Lisandro petsc-dev email.
Hg-commit:
changed configure so that it does not write license files in home directory; also asks people to register licensed packages but does not tell them they have to. Lisandro petsc-dev email.
Hg-commit: 366e7f4e92588ef2d865346fb12b2c2e16386b95
show more ...
|
| 1e404d11 | 14-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
added configure putting in __alignx() for PETSC_Alignx() in C on IBM BG/P
Hg-commit: da5e0a59cddba9f0211d0358ddf827d60890497b |
| 7b55108e | 14-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
print ' ' for default Prefetch macro because '' causes the BuildSystem to not print anything for the macro so PETSC_Prefetch() becomes undefined symbol
Hg-commit: bc8ef2a4dfd7f7982cd51f6417d5fe7edc2
print ' ' for default Prefetch macro because '' causes the BuildSystem to not print anything for the macro so PETSC_Prefetch() becomes undefined symbol
Hg-commit: bc8ef2a4dfd7f7982cd51f6417d5fe7edc2f0d94
show more ...
|
| 0d79d417 | 14-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
added cast to second argument to _mm_prefetch() in configure test and configure produced code
Hg-commit: 57959da4369081ac82d2148297bc9ccca2ab21e0 |
| 47980e60 | 11-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
proper include file is now included if _mm_prefetch() is detected.
Hg-commit: c3abeb1c41fcf4977ee5a91c347c5fdc4a267a7c |
| af00f1c5 | 11-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 871df620942b6b4ec71a9ba2e7c22aa681ae07ec |
| a2b1cf82 | 11-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed CHUD.py by adding --with-chud flag to turn it on. Also cleaned up chud code slightly. Still does not work for flops
Hg-commit: 7f71ec6cafbbf55eb498bd252019331e86e31a93 |
| c5cafe3f | 10-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
primative counting of flops with PAPI,
Hg-commit: 631c15bca7a21769812fe465fe464baf9a5de0a0 |
| 1c3996cd | 10-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
added PETSC_Prefetch() for Intel compiler with configure check for _mm_prefetch() helps on MatRelax_SeqSBAIJ_1() by 10 percent on PETSc machine. Intel compiler seems to ignore GCC's __builtin_prefetc
added PETSC_Prefetch() for Intel compiler with configure check for _mm_prefetch() helps on MatRelax_SeqSBAIJ_1() by 10 percent on PETSc machine. Intel compiler seems to ignore GCC's __builtin_prefetch() command
Hg-commit: a2e3967dd3c5eff62c6411454563a0c279d4aab4
show more ...
|
| b2843cf1 | 10-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit for some reason I forgot
Hg-commit: 1c3e42f78e384fba2d4d7edc3762fd0165dc814e |
| 9c67f4ee | 28-Jul-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
provide more explicit information in error messages from configure for package dependencies for example: Did not find package PARMETIS needed by SuperLU_DIST. Enable the package using --
provide more explicit information in error messages from configure for package dependencies for example: Did not find package PARMETIS needed by SuperLU_DIST. Enable the package using --with-parmetis (and possibly --with-parmetis-dir=directory_of_installed_parmetis) Or suggest --download-parmetis
Hg-commit: f9c1b044f127006244143f415f257bfbc93c7a6e
show more ...
|
| 73141a14 | 28-Jul-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
clearer docs in MatNullSpaceCreate() about destroying Null vecs when --with-PACKAGENAME-dir fails, now print hint suggesting --download-package instead
Hg-commit: f4eaf377954952483cd58e336bfdc62f113
clearer docs in MatNullSpaceCreate() about destroying Null vecs when --with-PACKAGENAME-dir fails, now print hint suggesting --download-package instead
Hg-commit: f4eaf377954952483cd58e336bfdc62f113d8b7b
show more ...
|
| 8397fe1a | 27-Jul-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
inclined PetscMemcpy() and PetscMemzero(), stupid maybe but let's see how it goes
Hg-commit: a0c866eb70319ddc2a5d86cf7b851aed3de2afd0 |
| db135669 | 19-Jul-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
should be properly logging flops but is not
Hg-commit: 9153b98216ec1c0ffdae6dc270d287009a28103d |
| d4bf62d1 | 17-Jul-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
finished removing dead src/inline code and putting Fortran kernels in subdirectories where they are used. got rid of BGL fortran kernels, now handled by a macro
Hg-commit: b3833a5be95213a4ef66922f90
finished removing dead src/inline code and putting Fortran kernels in subdirectories where they are used. got rid of BGL fortran kernels, now handled by a macro
Hg-commit: b3833a5be95213a4ef66922f90e9b536af5e3fb6
show more ...
|
| a4005a5d | 17-Jul-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
more moving fortran kernels
Hg-commit: 5ed9048967492d9347972f95e32e80dabb44f7ae |
| 88f1b84d | 15-Jul-2009 |
Lisandro Dalcin <dalcinl@gmail.com> |
Python: use hashlib if available instead of md5 (deprecated in Py2.6)
Hg-commit: 2f49e78aac2d9e73732f95ce7064fecbd4c742e0 |
| a0ecc658 | 15-Jul-2009 |
Satish Balay <balay@mcs.anl.gov> |
merge from release
Hg-commit: 7b54879c6e3b854d85d7ff5c180792693331da33 |
| 73e7ba73 | 15-Jul-2009 |
Satish Balay <balay@mcs.anl.gov> |
checkInstall() -> postInstall() and always dump externalpackage build log into configure.log
Hg-commit: 9394269f73e614d719393d49d5078265898b01d2 |
| 110e1677 | 02-Jul-2009 |
Satish Balay <balay@mcs.anl.gov> |
merge from release
Hg-commit: 2072ca0f05e74e2420b1ae3d054a6585fc302b28 |