On Nov 1, 2013, at 8:33 PM, Satish Balay <[email protected]> wrote: > I thought I already fixed this. Which branch are these errors in? > > http://lists.mcs.anl.gov/pipermail/petsc-dev/2013-October/013510.html > > $ git branch -r --contains 13d1d6fd6eea58bc05ab56819e591ed4a281466f > origin/next > origin/prbrune/sf-sfbasicops
Damn next/master model! How the hey am I suppose to know about this when I am working in another branch and I can’t merge in next. We have too much crap in next that is not in master Barry > > > Satish > > On Fri, 1 Nov 2013, Barry Smith wrote: > >> >> please always test with mpiuni before pushing when you use weird MPI >> >> src/vec/is/sf/impls/basic/sfbasic.c: In function >> ‘PetscSFBasicPackGetUnpackOp’: >> src/vec/is/sf/impls/basic/sfbasic.c:594:18: error: ‘MPI_PROD’ undeclared >> (first use in this function) >> src/vec/is/sf/impls/basic/sfbasic.c:594:18: note: each undeclared identifier >> is reported only once for each function it appears in >> src/vec/is/sf/impls/basic/sfbasic.c:597:18: error: ‘MPI_LAND’ undeclared >> (first use in this function) >> src/vec/is/sf/impls/basic/sfbasic.c:598:18: error: ‘MPI_BAND’ undeclared >> (first use in this function) >> src/vec/is/sf/impls/basic/sfbasic.c:599:18: error: ‘MPI_LOR’ undeclared >> (first use in this function) >> src/vec/is/sf/impls/basic/sfbasic.c:600:18: error: ‘MPI_BOR’ undeclared >> (first use in this function) >> src/vec/is/sf/impls/basic/sfbasic.c:601:18: error: ‘MPI_LXOR’ undeclared >> (first use in this function) >> src/vec/is/sf/impls/basic/sfbasic.c:602:18: error: ‘MPI_BXOR’ undeclared >> (first use in this function) >> src/vec/is/sf/impls/basic/sfbasic.c: In function >> ‘PetscSFBasicPackGetFetchAndOp’: >> >> >> It is frustrating to get this kind of crap all the time after pulling. >> >> Thanks >> >> Barry >> >>
