[petsc-dev] PETSC_UNUSED broken needs repair

2011-08-21 Thread Matthew Knepley
Popping language CXX > > sh: /export/home/petsc/soft/mpich2-1.2.1p1/bin/mpicxx -o > /tmp/petsc-VAqamh/PETSc.Configure/conftest-g > /tmp/petsc-VAqamh/PETSc.Configure/conftest.o -ldl > > Executing: /export/home/petsc/soft/mpich2-1.2.1p1/bin/mpicxx -o > /tmp/petsc-VAqamh/PETSc.Configure/conftest-g > /tmp/petsc-VAqamh/PETSc.Configure/conftest.o -ldl > > sh: > >Defined "UNUSED" to "__attribute((unused))" > >Popping language Cxx > > > > > > -- What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead. -- Norbert Wiener -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20110821/f5dcd8ff/attachment.html>

[petsc-dev] PETSC_UNUSED broken needs repair

2011-08-21 Thread Matthew Knepley
t; >Pushing language CXX >> >Popping language CXX >> > sh: /export/home/petsc/soft/mpich2-1.2.1p1/bin/mpicxx -o >> /tmp/petsc-VAqamh/PETSc.Configure/conftest-g >> /tmp/petsc-VAqamh/PETSc.Configure/conftest.o -ldl >> > Executing: /export/home/petsc/soft/mpich2-1.2.1p1/bin/mpicxx -o >> /tmp/petsc-VAqamh/PETSc.Configure/conftest-g >> /tmp/petsc-VAqamh/PETSc.Configure/conftest.o -ldl >> > sh: >> >Defined "UNUSED" to "__attribute((unused))" >> >Popping language Cxx >> > >> > >> >> > > > -- > What most experimenters take for granted before they begin their > experiments is infinitely more interesting than any results to which their > experiments lead. > -- Norbert Wiener > -- What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead. -- Norbert Wiener -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20110821/af91cfd8/attachment.html>

[petsc-dev] PETSC_UNUSED broken needs repair

2011-08-21 Thread Aron Ahmadia
t;>> > Source: >>> > #include "confdefs.h" >>> > #include "conffix.h" >>> > __attribute((unused)) static int myfunc(void){ return 1;} >>> > >>> > int main() { >>> > int i = myfunc(); >>> > ; >>> > return 0; >>> > } >>> >Pushing language CXX >>> >Popping language CXX >>> > sh: /export/home/petsc/soft/mpich2-1.2.1p1/bin/mpicxx -o >>> /tmp/petsc-VAqamh/PETSc.Configure/conftest-g >>> /tmp/petsc-VAqamh/PETSc.Configure/conftest.o -ldl >>> > Executing: /export/home/petsc/soft/mpich2-1.2.1p1/bin/mpicxx -o >>> /tmp/petsc-VAqamh/PETSc.Configure/conftest-g >>> /tmp/petsc-VAqamh/PETSc.Configure/conftest.o -ldl >>> > sh: >>> >Defined "UNUSED" to "__attribute((unused))" >>> >Popping language Cxx >>> > >>> > >>> >>> >> >> >> -- >> What most experimenters take for granted before they begin their >> experiments is infinitely more interesting than any results to which their >> experiments lead. >> -- Norbert Wiener >> > > > > -- > What most experimenters take for granted before they begin their > experiments is infinitely more interesting than any results to which their > experiments lead. > -- Norbert Wiener > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20110821/3f701748/attachment.html>

[petsc-dev] PETSC_UNUSED broken needs repair

2011-08-21 Thread Sean Farley
next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20110821/e8cb73c4/attachment.html>

[petsc-dev] Scotch

2011-08-21 Thread Jose E. Roman
Ok. I will take the opportunity to update the other partitioners. By the way, the interface to Jostle is broken. Jostle is not distributed in source code, so I would vote for removing the interface. Any objection? Question: I used identifiers such as MP_PTSCOTCH_QUALITY as a shortcut of MATPAR

[petsc-dev] Scotch

2011-08-21 Thread Barry Smith
On Aug 21, 2011, at 12:21 PM, Jose E. Roman wrote: > > Ok. I will take the opportunity to update the other partitioners. By the way, > the interface to Jostle is broken. Jostle is not distributed in source code, > so I would vote for removing the interface. Any objection? Yes, take Jostle o

[petsc-dev] Scotch

2011-08-21 Thread Jose E. Roman
El 21/08/2011, a las 19:53, Barry Smith escribi?: > > On Aug 21, 2011, at 12:21 PM, Jose E. Roman wrote: > >> >> Ok. I will take the opportunity to update the other partitioners. By the >> way, the interface to Jostle is broken. Jostle is not distributed in source >> code, so I would vote fo