Perfect. I will give it a try. Ata > On Jan 11, 2017, at 4:14 PM, John Peterson <[email protected]> wrote: > > > > On Wed, Jan 11, 2017 at 2:04 PM, gmail <[email protected] > <mailto:[email protected]>> 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 [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
