Hi,
I'm tring to use ISGetTotalIndices in a Fortran program but I've got an
undefined reference error message when I compile it :"undefined
reference to `isgettotalindices_'".
I've also tried to replace IsGetIndices by ISGetTotalIndices and also
ISGetNonlocalIndices in this example
http://www.mcs.anl.gov/petsc/petsc-current/src/vec/is/is/examples/tutorials/ex1f.F.html
but the same error occurs.
The "nm /lib/libpetsc.so |grep ISGetTotal" command returns
"000000000031a7ab T ISGetTotalIndices" so that the symbol is there and
nothing seems to be missing.
Are those routines available in Fortran?
Thank you.
Constantin.