Yep. Just pushed. Thanks, Satish. Dmitry.
On Wed, Apr 28, 2010 at 9:52 AM, Satish Balay <balay at mcs.anl.gov> wrote: > I think It should be the following - but will let Dmitry check/fix it.. > > Satish > > -------- > > ?ierr = MatRegisterDynamic(MATDD, ? ? ? ? ? ?path,"MatCreate_DD", ? > MatCreate_DD);CHKERRQ(ierr); > #if defined PETSC_HAVE_MATIM > ?ierr = MatRegisterDynamic(MATIM, ? ? ? ? ? ? path,"MatCreate_IM", ? > MatCreate_IM);CHKERRQ(ierr); > #endif > > > On Wed, 28 Apr 2010, Hong Zhang wrote: > >> Dmitry, >> >> Petsc repo server is down due to bad hard disc. >> We are replacing it with a new disc - hopefully to get it back as soon >> as possible. >> >> I get build error about Matfwk, and pushed a fix: >> #if defined PETSC_HAVE_MATIM >> ? ierr = MatRegisterDynamic(MATFWK, ? ? ? ? ? ?path,"MatCreate_DD", >> MatCreate_DD);CHKERRQ(ierr); >> ? ierr = MatRegisterDynamic(MATIM, ? ? ? ? ? ? path,"MatCreate_IM", >> MatCreate_IM);CHKERRQ(ierr); >> #endif >> >> If this is not correct, please revise. >> >> Hong >> >> On Wed, Apr 28, 2010 at 9:34 AM, Dmitry Karpeev <karpeev at mcs.anl.gov> >> wrote: >> > I just tried pulling, but timed out. >> > >> > Dmitry. >> > >> > >
