| 778a2246 | 09-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
VecCreateXXXWithArray() now takes a bs argument since there is no other way to pass the block size in during creation process
Hg-commit: 465282368ed7696decd83c3d3b111f39348a7d40 |
| 401ddaa8 | 09-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
cleanup of use of VecSetBlockSize() to remove unneeded use after Vec is setup
Hg-commit: 7bd3b0df1ece8b988defac81bf34960d03431c3d |
| 2adc2576 | 08-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: a7033f44b7153ddbc07db52896b096f5b5ac7e60 |
| 535b19f3 | 08-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed processing of -mat_block_size from MatXXXSetPreallocation() routines moved to MatSetFromOptions() fixed various locations that reset blocksize after Mat was setup
Hg-commit: 253c882709a78d62
removed processing of -mat_block_size from MatXXXSetPreallocation() routines moved to MatSetFromOptions() fixed various locations that reset blocksize after Mat was setup
Hg-commit: 253c882709a78d627d884888fbdb4a7528173c93
show more ...
|
| f73d5cc4 | 08-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
MatSetSize() called after MatSetUp() is now forbidden even for Dense matrices MatSetBlockSize() must be called beofre MatSetUp()/ MatXXXSetPreallocation() for all matrices Fixed vec nest example that
MatSetSize() called after MatSetUp() is now forbidden even for Dense matrices MatSetBlockSize() must be called beofre MatSetUp()/ MatXXXSetPreallocation() for all matrices Fixed vec nest example that pushed format that prevented values from being printed
Hg-commit: 80ec81eb9db92735994e950eda2d2db6657bb6cb
show more ...
|
| a295a9de | 08-Apr-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Had forgotten to add VecSwap_SeqPThread in the function pointer table.
Hg-commit: 51dd2f4915712566f2e5e29e449b895fdf258d1a |
| 6e5af4c6 | 08-Apr-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Removed setting affinity inside the kernels since it is slow on cg.
Hg-commit: e387fd8113ad94926fa7d4cbfc44e3e9dd016270 |
| 532051c5 | 07-Apr-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Don't need to destroy ThreadLayout in VecDestroy_SeqPThread()
Hg-commit: 8f9d1b067e6d756dee2d29f04861dcd246e305e3 |
| 63d9890f | 05-Apr-2012 |
Satish Balay <balay@mcs.anl.gov> |
initial pthread support on windows using winpthreads.h from http://locklessinc.com/downloads/winpthreads.h
Hg-commit: e81624ca03e4ec6e07cdcc42f6689df0382c34e7 |
| 42dbd9a7 | 05-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed unneeded variable
Hg-commit: 5fbf71afa99a5f13cc1fbf7a1d5b05aeab4e1377 |
| fbe32a27 | 05-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
Want -vec_view_info to show number of threads with pthread implementation
Hg-commit: 3a669ee226b2e7711427d9d907bdb622de5f24bc |
| 0230748f | 05-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
added -vec_view_info
Hg-commit: 374aff94c8c189edae42759446538d3b1eb8e792 |
| 8b5db460 | 02-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
namespaced few global variables and some functions (I'd bored and done, someone else fix the rest)
Hg-commit: b7fb8520d20b6631fcc65318d96209f2ec49053e |
| f32c38ef | 02-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed __gierr and _ and __ error handling macros
Hg-commit: c5e26b6474802e7782241137c2819a23d99022d9 |
| 94bacf5d | 01-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
Phase 2 of update of PetscBT: PetscBTDestroy() takes pointer
Hg-commit: aca1f1363559db957297829187a5e034ace731de |
| 53b8de81 | 01-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
phase 1 of PetscBT conversion: changed from Macros to static functions
Hg-commit: 7b64fe46b771f1e27250f571813ebf7716745437 |
| f467884f | 31-Mar-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed listed run test that did not exist fixed missing testexamples_X by unifying the name of X windows in the make files etc always as X not sometimes X11
Hg-commit: 7f1b4c7c3dcb8b1842e10dc1e9136
removed listed run test that did not exist fixed missing testexamples_X by unifying the name of X windows in the make files etc always as X not sometimes X11
Hg-commit: 7f1b4c7c3dcb8b1842e10dc1e91364d5a41a2a26
show more ...
|
| 583a1250 | 30-Mar-2012 |
Satish Balay <balay@mcs.anl.gov> |
more doc fixes
Hg-commit: ec40bd3d389629d9e157ffdb5d9a1a8048a11dc1 |
| 879495c3 | 25-Mar-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Added output file for pthread tests
Hg-commit: b974624b55a01bf7413ffadabbc92503937e3a9b |
| f2a09ffe | 25-Mar-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
nightly tests for pthread vector class.
Hg-commit: 7d4e7ec458433b884119b67f942e3a9ce7c80e85 |
| ae0a1c52 | 24-Mar-2012 |
Matthew G Knepley <knepley@gmail.com> |
Doc fix for DM, Removed PETSC_COMM_WORLD
Hg-commit: 8aa482f35788fe9996bb445c8e32fa3022ab00b1 |
| 77c8aea5 | 24-Mar-2012 |
Jed Brown <jed@59A2.org> |
Avoid PETSC_COMM_WORLD
Hg-commit: 48c7d720fe4c345dfc0ff96316c713b92508bf36 |
| b45d2f2c | 24-Mar-2012 |
Jed Brown <jed@59A2.org> |
Rename include/private/ to include/petsc-private/
Hg-commit: 9a1730720b0d9756437b40462617551504641ade |
| 618f819d | 20-Mar-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Added routine for setting thread affinities with an option to set thread affinities using a comma seperated listed instead of strings.
Hg-commit: 5c28ed2d7dadc0228b6de802f11a9af5247e64d3 |
| d6953fad | 20-Mar-2012 |
Jed Brown <jed@59A2.org> |
Better profiling support to split reductions and add test
Hg-commit: c23e648318e36dd6e6f95c19fe607ac8f6e07a75 |