Re: [Libmesh-users] Using 64 bit indices

2015-04-22 Thread John Peterson
> On Apr 22, 2015, at 12:21 AM, [email protected] wrote: > > Dear all, > > I want to use 64 bit indices for configuring PETSc by --with-64-bit-indices, > should I configure libmesh with following lines? > --with-dof-id-bytes=<1|2|4|8> > --with-processor-id-bytes=<1|2|4|8> > --with-subdomain-i

Re: [Libmesh-users] Using 64 bit indices

2015-04-22 Thread Roy Stogner
On Wed, 22 Apr 2015, [email protected] wrote: > I want to use 64 bit indices for configuring PETSc by --with-64-bit-indices, > should I configure libmesh with following lines? > --with-dof-id-bytes=<1|2|4|8> > --with-processor-id-bytes=<1|2|4|8> > --with-subdomain-id-bytes=<1|2|4|8> > > Is that

[Libmesh-users] Using 64 bit indices

2015-04-21 Thread li . luo
Dear all, I want to use 64 bit indices for configuring PETSc by --with-64-bit-indices, should I configure libmesh with following lines? --with-dof-id-bytes=<1|2|4|8> --with-processor-id-bytes=<1|2|4|8> --with-subdomain-id-bytes=<1|2|4|8> Is that 8 suitable for 64 bit indices? Regards, -- Li