On Wed, Jan 11, 2017 at 2:04 PM, gmail <a.mesgarne...@gmail.com> wrote:

> Hi John,
>
> This is the first time I see this. So I’m not sure what this .cpr format
> is?
>

It's the CheckpointIO format.  It can write either binary or ASCII files
and is similar to the xdr/a format that libmesh uses to write meshes in
serial.  Only thing it can't really do is restart from N files on M procs,
but that shouldn't affect your use case.



> Can each processor read its own chunk using with mesh.read when libMesh is
> compiled with parallel mesh?



Yes, that's how it should work.  You can use one of the Partitioner classes
that comes with libmesh, or partition the mesh yourself in some
application-specific way.

-- 
John
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to