| da07bb01 | 30-Jan-2015 |
Dave May <dave.mayhem23@gmail.com> |
( i) Following Barry's comment, I should not be calling SetUp_Binary() from SetFromOptions_Binary().
(ii) To allow users to configure their binary viewer and activate mpi-io (e.g. to preserve old fu
( i) Following Barry's comment, I should not be calling SetUp_Binary() from SetFromOptions_Binary().
(ii) To allow users to configure their binary viewer and activate mpi-io (e.g. to preserve old functionality) at run-time, I call PetscViewerSetFromOptions() from within SetUp_Binary(), but only if SetFromOptions_Binary() has not already been called elsewhere.
show more ...
|
| e0385b85 | 30-Jan-2015 |
Dave May <dave.mayhem23@gmail.com> |
- Merged _BinaryMPIIO calls and _Binary calls into a single function for ViewerDestroy_Binary().
- Removed function overloading and removed dependency of filename being set from PetscViewerBinarySet
- Merged _BinaryMPIIO calls and _Binary calls into a single function for ViewerDestroy_Binary().
- Removed function overloading and removed dependency of filename being set from PetscViewerBinarySetMPIIO_Binary()
- Introduced PetscViewerFileSetUp_BinaryMPIIO() and PetscViewerFileSetUp_Binary() which replace the code which used to live in PetscViewerFileSetName_Binary () and PetscViewerFileSetName_MPIOIO(). As a result, PetscViewerFileSetName() now just copies the string passed in.
show more ...
|