[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem in Using PETSc examples



Try this instead:

> mpiexec ./ex1

It works for me:

------------------------------------------------------------------------------------------------
> mpiexec ex1
problem with execution of ex1  on  davidson:  [Errno 2] No such file
or directory
> mpiexec ./ex1
> mpiexec ex10
problem with execution of ex10  on  davidson:  [Errno 2] No such file
or directory
> mpiexec ./ex10
m = 1, N=81
Matrix Object:
  type=seqbaij, rows=36, cols=36
  total: nonzeros=1200, allocated nonzeros=1200
      block size is 1
matrix 1 norm = 34.0627
Norm of error < 1.e-12, Number of iterations 9
------------------------------------------------------------------------------------------------

Best,

Jeff