I had reason to build PETSc 3.1 this week - 3.0.0p8 was giving me some wonky behavior which I hoped (correctly, as it turns out) that 3.1 might fix.
Anyway, I added a couple more special cases to our Make.common for it. No big API changes that affect us this time as far as I can tell, but one of our tests for PETSc version was broken (we were looking for 3.0.x instead of 3.x.x) and there's a linker change (everything's been bundled into one libpetsc now, apparently) that I added a new special case for. If anyone else has the chance to try out the SVN head with PETSc 3.1 (or even just to try out the SVN head and make sure I haven't broken us with any older PETSc...), I'd appreciate it. Our svn tree is pretty stable at the moment (modulo one patch from Lorenzo which is still on my todo list), and once we're sure we've got compatibility with the latest PETSc that's probably worth releasing a libMesh 0.6.5. --- Roy On Tue, 30 Mar 2010, Kirk, Benjamin (JSC-EG311) wrote: > Thanks. 3.1 was released 4 days ago, so I expect we will have support for it > in about a week or so. > > -Ben > > > ----- Original Message ----- > From: Liang <[email protected]> > To: libmesh-devel <[email protected]> > Sent: Tue Mar 30 15:28:04 2010 > Subject: [Libmesh-devel] PETSc v3.1 doesn't cooperate libmesh 0.6.4 well > > Hi Developers and Users, > > I did install the libmesh 0.6.4 on a new computer today, it conflicts > with the lastest PETSc v3.1. The libmesh can't find the > /bmake/linux-gnu-c-debug/package. When I downgrade the PESTs to the > v.3.0. the installation goes smoothly. So the PETSc v3.0 will be a good > choice if installing the libmesh v0.6.4 currently. > > Liang > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Libmesh-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-devel > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Libmesh-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-devel > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
