<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi,</div><div><br></div><div>I am new in PETSc and trying to run some examples in MAT file.</div><div><br></div><div>I cannot run the ones that need to load matrix from file. Here are the examples:</div><div><br></div><div>For ex12 in MAT file:</div><div>args: -f0 ${wPETSC_DIR}/share/petsc/datafiles/matrices/ns-real-int32-float64</div><div>requires: double !complex !define(PETSC_USE_64BIT_INDICES)</div><div><br></div><div>When I type ./ex11 -f0 home/petsc-3.10.3/share/petsc/datafiles/matrices/ns-real-int32-float64, I get the following error message:</div><div><br></div><div><div>[0]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------</div><div>[0]PETSC ERROR: No support for this operation for this object type</div><div>[0]PETSC ERROR: This example is for exactly two processes</div><div>[0]PETSC ERROR: See <a href="http://www.mcs.anl.gov/petsc/documentation/faq.html">http://www.mcs.anl.gov/petsc/documentation/faq.html</a> for trouble shooting.</div><div>[0]PETSC ERROR: Petsc Release Version 3.10.3, Dec, 18, 2018 </div><div>[0]PETSC ERROR: ./ex11 on a arch-linux2-c-debug named <a href="http://bb91.wls.metu.edu.tr">bb91.wls.metu.edu.tr</a> by edaoktay Tue Feb  5 12:41:49 2019</div><div>[0]PETSC ERROR: Configure options --with-cc=gcc --with-cxx=g++ --with-fc=gfortran --with-cxx-dialect=C++11 --download-openblas --download-metis --download-parmetis --download-superlu_dist --download-slepc --download-mpich</div><div>[0]PETSC ERROR: #1 main() line 31 in /home/edaoktay/petsc-3.10.3/src/mat/examples/tutorials/ex11.c</div><div>[0]PETSC ERROR: PETSc Option Table entries:</div><div>[0]PETSC ERROR: -f0 home/petsc-3.10.3/share/petsc/datafiles/matrices/ns-real-int32-float64</div><div>[0]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-maint@mcs.anl.gov----------</div><div>application called MPI_Abort(MPI_COMM_WORLD, 56) - process 0</div><div>[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=56</div><div>:</div><div>system msg for write_line failure : Bad file descriptor</div></div><div><br></div><div><br></div><div>For ex10 in MAT file:</div><div><div>suffix: seqaij</div><div>requires: datafilespath double !complex !define(PETSC_USE_64BIT_INDICES)</div><div>args: -f ${DATAFILESPATH}/matrices/small -a_mat_type seqaij</div></div><div><br></div><div>There is not a matrix called small, however during configuration, it should be tested successfully and there is an output. Also, I get pretty much the same error here too.</div><div><br></div><div>I believe there is a problem in requirements but I cannot find any solution.</div></div></div></div></div>