| #
3793834c
|
| 27-Sep-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 4f51027b47fb8359730029ce25b349aa019bcd05
|
| #
5d631499
|
| 26-Sep-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Added F90 module flag
Hg-commit: 98a61a77baa5bb09308cbf7f1754dc90e43357c2
|
| #
fdfda77f
|
| 25-Sep-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Fixed configure bug - And moved NetCDF to BuildSystem
Hg-commit: 52e1c97c903994f5c61fb69a07e1ab2f312dfbbd
|
| #
729dd236
|
| 25-Sep-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 0a5f3affdf5963c7173fc41abdc84493b81c4a98
|
| #
f1ecedd2
|
| 25-Sep-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Moved the rest of the packages to the new format
Hg-commit: a2d99b66e5358cd92e1997753f60b67a2f3af5f1
|
| #
7da8077d
|
| 24-Sep-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Changing packages to unified format
Hg-commit: d525406d4d7e085195193998f42bf85b68bd9f40
|
| #
bea34c44
|
| 19-Sep-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 388bfd26171358e79669aa792700e8132b82e6dc
|
| #
ec284106
|
| 27-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed test for Prefetch to push language based on clanguage fixed checks of two include files in Configure.py to not list the .h on the file since configure auto adds them
Hg-commit: e16f3abc247b203
fixed test for Prefetch to push language based on clanguage fixed checks of two include files in Configure.py to not list the .h on the file since configure auto adds them
Hg-commit: e16f3abc247b203bd41dee96f21e4e3ff2ca06cc
show more ...
|
| #
9d124a3d
|
| 25-Aug-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 9346f4fc0b2ed71af84b78752b7cd19df6d53a22
|
| #
43ab08e4
|
| 24-Aug-2009 |
Satish Balay <balay@mcs.anl.gov> |
merge from release
Hg-commit: 2bc678cec15981e58bc6ee5d1e61269931b1be3c
|
| #
569865dd
|
| 24-Aug-2009 |
Satish Balay <balay@mcs.anl.gov> |
add --with-default-arch option back. Now PETSC_ARCH doesn't need to be set explicitly
Hg-commit: ddb034cc22c3ff99c4cbb571101fb797e22308e3
|
| #
ea7ccfb4
|
| 24-Aug-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
merge
Hg-commit: b384e8625b6324308f70798b433de65795605cb9
|
| #
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
|
| #
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
|
| #
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 ...
|
| #
d44933d9
|
| 14-Aug-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Better prefetch check
Hg-commit: 3e2474dcaf521c862b63eb3c5bc244bd640f4763
|
| #
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
|
| #
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
|
| #
0230a03c
|
| 31-Jul-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 349518ceeca84623e101fa73fa2e7aa9b404d154
|
| #
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
|