Hello, I've noticed the create function PetscViewerCreate_Binary() doesn't appear to be using the options prefix attached to the PetscViewer. Specifically, I see on line 1276 of petsc-3.5.2/src/sys/classes/viewer/impls/binary/binv.c the following ierr = PetscOptionsGetBool(NULL,"-viewer_binary_mpiio",&useMPIIO,NULL);CHKERRQ(ierr);
Is this an oversight or something intentional? Are PetscViewers in general behaving such that they cannot be configured independently of each other if PetscViewerSetOptionsPrefix() and PetscViewerSetFromOptions() are called? Cheers Dave
