[petsc-users] Still no luck
Satish Balay
balay at mcs.anl.gov
Tue Sep 6 23:16:49 CDT 2011
On Tue, 6 Sep 2011, Barry Smith wrote:
>
> On Sep 6, 2011, at 10:22 PM, S V N Vishwanathan wrote:
>
> > I updated my code to compile with the latest development branch and ran
> > it. Now I get the following error:
> >
> I think I see the problem. We fixed MatLoad() to handle the very large matrices with 64 bit indices but not the MatView().
>
> I have updated both the 3.2 release candidate and petsc-dev to handle this case. But you need to use Mecurial to get the updates and cannot use the tarball.
If tarball is preferable - one can use http://ftp.mcs.anl.gov/pub/petsc/petsc-dev.tar.gz. It should
get updated every 3 hours with petsc32 tree. [for atleast the next couple of days..]
Satish
>
> If you have used Mecurial then all you need do is; hg pull; hg update; cd src/mat/impls/aij/mpi; make to update the libraries
>
> Please let me know if this does not resolve the problem.
>
> barry
>
>
>
>
> > Writing data in binary format to /scratch/lustreA/v/vishy/temp/Binary/biclass/test.txt
> > [0]PETSC ERROR: MatView_MPIAIJ_Binary() line 1369 in src/mat/impls/aij/mpi/mpiaij.c
> > [0]PETSC ERROR: MatView_MPIAIJ_ASCIIorDraworSocket() line 1479 in src/mat/impls/aij/mpi/mpiaij.c
> > [0]PETSC ERROR: MatView_MPIAIJ() line 1575 in src/mat/impls/aij/mpi/mpiaij.c
> > [0]PETSC ERROR: MatView() line 755 in src/mat/interface/matrix.c
> > [0]PETSC ERROR: main() line 93 in test.cpp
> > application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
> > [1]PETSC ERROR: MatView_MPIAIJ_Binary() line 1376 in src/mat/impls/aij/mpi/mpiaij.c
> > [1]PETSC ERROR: MatView_MPIAIJ_ASCIIorDraworSocket() line 1479 in src/mat/impls/aij/mpi/mpiaij.c
> > [1]PETSC ERROR: MatView_MPIAIJ() line 1575 in src/mat/impls/aij/mpi/mpiaij.c
> > [1]PETSC ERROR: MatView() line 755 in src/mat/interface/matrix.c
> > [1]PETSC ERROR: main() line 93 in test.cpp
> > application called MPI_Abort(MPI_COMM_WORLD, 1) - process 1
> > APPLICATION TERMINATED WITH THE EXIT STRING: Hangup (signal 1)
> >
> >
> > vishy
>
>
More information about the petsc-users
mailing list