[petsc-dev] petsc-dev hg server still hosed?

Satish Balay balay at mcs.anl.gov
Wed Apr 28 09:52:29 CDT 2010


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.
> >
> 




More information about the petsc-dev mailing list