| b4a4a85e | 14-Jun-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
More code reorganization of vecload interface
Hg-commit: e2e2b7a6f6d1989d8ec7186098dc97397681acdd |
| bacf925e | 14-Jun-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Fixed fortran interface to VecLoad and fixed the calling sequence for VecLoad in fortran examples
Hg-commit: 6eca2e7df06d787e833a4d9560440595923eb073 |
| d8e345ff | 14-Jun-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: 38a72ed5606c74d4198ef8b54e3312c269656ca4 |
| 99caf8d5 | 14-Jun-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Minor fix.
Hg-commit: c47fa79bc9c6797149ccc2b46646760eea6d2e12 |
| c4185288 | 14-Jun-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
removed wrong ierr
Hg-commit: 9146adac8616d0c3a1ce07eb129a31d05bf8ff5a |
| 75a70e34 | 14-Jun-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changes to VecRestoreArray2/3() to not increase vector state (for use in vector routines). added VecRestoreArrayRead() changed vector routines to not use VecGetArray()/VecRestoreArray() and hence inc
changes to VecRestoreArray2/3() to not increase vector state (for use in vector routines). added VecRestoreArrayRead() changed vector routines to not use VecGetArray()/VecRestoreArray() and hence increase their state since the state increase is handled in the outter vector functions.
Hg-commit: bf752c718a45698ed7628ccc5ab2195195ab1f4c
show more ...
|
| 2c17b64b | 14-Jun-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
namespaced CPU GPU etc with PETSC_CUDA_ and changed VecGPUFlag to PetscCUDAFlag
Hg-commit: 7ed190d1e971acd598eb5634c3c94a3eb2126663 |
| 93e94391 | 14-Jun-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed CUDA code to match PETSc style guide. Fixed VecSwap() code to not incorrectly keep same state and thus possibly wrong cached norm values
Hg-commit: ab122e4fb1474ce9a85a26662af027bdafde6e48 |
| b46930d5 | 13-Jun-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Reorganization of VecLoad code
Hg-commit: 6d32f5ceebbcb6e1f9f5ea80dcf4278ddf833544 |
| e66d3d78 | 12-Jun-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed unprotected cuda code
Hg-commit: 9fa2921e3338b70a8857cf6407a937b9d4696409 |
| b9373c72 | 12-Jun-2010 |
Victor Minden <victorminden@gmail.com> |
commit after merge
Hg-commit: d0cfabb02e5c8210db84f792dc65cf684782a9e2 |
| afcb5c92 | 12-Jun-2010 |
Victor Minden <victorminden@gmail.com> |
modified vector structure so that CUDA-specific variables are a member of Vec instead of Vec_Seq out of necessity. Added copy to/from GPU functionality to all necessary functions for Vec_Seq.
Hg-co
modified vector structure so that CUDA-specific variables are a member of Vec instead of Vec_Seq out of necessity. Added copy to/from GPU functionality to all necessary functions for Vec_Seq.
Hg-commit: de22430c7f7a8c70c5550042eecb91b32ee12b2e
show more ...
|
| d3a0dce1 | 11-Jun-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Done upgrading the vecload interface. Removal of more netcdf related code.
Hg-commit: 04fef8d1961a15e661883fd0135d165028f9e703 |
| a1d1937c | 11-Jun-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Removed all dead VecLoad() and VecLoadIntoVector() code More removal of netcdf related code
Hg-commit: b5835474ee191a9ca8b5f658604371a2ec72f3ed |
| 91ca28a0 | 11-Jun-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Replaced VecLoad() and VecLoadIntoVector() with VecLoadnew()
Hg-commit: 346b676f096cadd884b23cf884b1b2800d3bd823 |
| fde6f1ec | 11-Jun-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Removing support for NetCDF from new vecload interface because NetCDF requires HDF5 for parallel I/0.
Hg-commit: ffc48384f1d1de2d1409afb1f379db7c78417e34 |
| 70f7e64f | 11-Jun-2010 |
Victor Minden <victorminden@gmail.com> |
Made some changes to VecMAXPY_seq
Hg-commit: 0f00a31be0f23814a6c9ed993bdebf17f8c4cfaf |
| 4ff6d26d | 10-Jun-2010 |
Victor Minden <victorminden@gmail.com> |
switched vecgetarray (normal, 2, 3) and vecrestorearray (normal, 2, 3) to be functions instead of macros.
Hg-commit: 432ef93fb6e002ba35b5691104e026da91ee1a8b |
| ee7ce0cb | 10-Jun-2010 |
Victor Minden <victorminden@gmail.com> |
fixed vecnorm_seq to work with CUDA and fixed veccudacopyfromgpu
Hg-commit: 22c409680efa623ea4b0371337f1a9d3cc1e91b0 |
| e2533c94 | 09-Jun-2010 |
Victor Minden <victorminden@gmail.com> |
commit after merge
Hg-commit: 54d699a3e160302a4d258fd6e2d757569de6be11 |
| fc71c8ca | 09-Jun-2010 |
Victor Minden <victorminden@gmail.com> |
switched VecGetArray2/3 etc to be macros instead of functions
Hg-commit: f2ea636de1759e855637f12979fe54fa5a519e01 |
| e7ab429c | 09-Jun-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Added DA support for the new vecload interface for binary and HDF5 viewer Added a test case for testing the new vecload interface with DA. Minor changes to VecLoadnew interface.
Hg-commit: 2a4b6fb98
Added DA support for the new vecload interface for binary and HDF5 viewer Added a test case for testing the new vecload interface with DA. Minor changes to VecLoadnew interface.
Hg-commit: 2a4b6fb984a471be62296eebec3efc417b5e07d8
show more ...
|
| b477f661 | 09-Jun-2010 |
Victor Minden <victorminden@gmail.com> |
commit after merge
Hg-commit: dfa99ba1b9ce1cf1970e85fb592d57b809113ddc |
| 5a79f45e | 09-Jun-2010 |
Jed Brown <jed@59A2.org> |
That pointer reset you commented out. Yeah, well, that was not optional.
Fixes failing ex19 test.
Hg-commit: 79ae9faf99a1c9c81f9bb8a2042fcbe5fb8f7274 |
| 94628177 | 09-Jun-2010 |
Matthew G Knepley <knepley@gmail.com> |
Another fix
Hg-commit: de41488d007914033287d55d3b6ccc1947d58f60 |