<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jul 22, 2015 at 11:07 PM, Fande Kong <span dir="ltr"><<a href="mailto:fdkong.jd@gmail.com" target="_blank">fdkong.jd@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>How can we load a IS binary file. I have a IS binary file, I got errors when I tried to load it:</div><div><br></div><div><p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: No support for this operation for this object type</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: This should be implemented</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: See <a href="http://www.mcs.anl.gov/petsc/documentation/faq.html" target="_blank">http://www.mcs.anl.gov/petsc/documentation/faq.html</a> for trouble shooting.</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: Petsc Development GIT revision: v3.6-130-g2e90825  GIT Date: 2015-07-13 18:57:36 -0500</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: ./ex9 on a arch-darwin-cxx-debug named <a href="http://reshut2-69-67-dhcp.int.colorado.edu" target="_blank">reshut2-69-67-dhcp.int.colorado.edu</a> by livia Wed Jul 22 22:02:50 2015</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: Configure options --with-clanguage=cxx --with-shared-libraries=1 --download-fblaslapack=1 --with-mpi-dir=/Users/livia/math/mpich-3.1_install --download-parmetis=1 --download-metis=1 --with-64-bit-indices=1 --download-netcdf=1 --download-exodusii=1 --download-hdf5=1 --with-debugging=yes --with-c2html=0 --download-hypre=1 --download-superlu_dist=1 PETSC_DIR=/Users/livia/math/petsc-mat PETSC_ARCH=arch-darwin-cxx-debug</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: #1 ISLoad_Default() line 131 in /Users/livia/math/petsc-mat/src/vec/is/utils/isio.c</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: #2 ISLoad() line 804 in /Users/livia/math/petsc-mat/src/vec/is/is/interface/index.c</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: #3 main() line 75 in /Users/livia/math/petsc-mat/src/ksp/pc/examples/tests/ex9.c</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: PETSc Option Table entries:</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: -af ./test64/A_1</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: -bf ./test64/B_1</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: -bsf ./test64/IS_1</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: -isload_block_size 1</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: -matload_block_size 1</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: -rf ./test64/RHS_1</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: -vecload_block_size 1</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[0]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-maint@mcs.anl.gov----------</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">application called MPI_Abort(MPI_COMM_WORLD, 56) - process 0</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[cli_0]: aborting job:</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">application called MPI_Abort(MPI_COMM_WORLD, 56) - process 0</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></p>
<p style="margin:0px;font-size:11px;font-family:Menlo">===================================================================================</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">=   PID 1181 RUNNING AT <a href="http://reshut2-69-67-dhcp.int.colorado.edu" target="_blank">reshut2-69-67-dhcp.int.colorado.edu</a></p>
<p style="margin:0px;font-size:11px;font-family:Menlo">=   EXIT CODE: 56</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">=   CLEANING UP REMAINING PROCESSES</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">===================================================================================</p><p style="margin:0px;font-size:11px;font-family:Menlo"><br></p><p style="margin:0px;font-size:11px;font-family:Menlo"><br></p><p style="margin:0px;font-size:11px;font-family:Menlo">Configure and make logs are attached. It looks like we did not implement ISLoad_binary yet. Or I got wrong information?</p></div></div></blockquote><div><br></div><div>Yes, no one has implemented it, although you could basically copy the Vec implementation. I implemented HDF5.</div><div><br></div><div>  Thanks,</div><div><br></div><div>   Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><p style="margin:0px;font-size:11px;font-family:Menlo">Thanks,</p><p style="margin:0px;font-size:11px;font-family:Menlo"><br></p><p style="margin:0px;font-size:11px;font-family:Menlo">Fande Kong,</p></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div>
</div></div>