Re: [Libmesh-users] SLEPc version number mismatch

2015-08-15 Thread David Knezevic
On Fri, Aug 14, 2015 at 11:21 AM, Jed Brown wrote: > David Knezevic writes: > >> The subminor version does not have to match because PETSc (since 3.4) > >> promises to maintain source and binary compatibility. > > > > > > OK, thanks. > > Also, subminor releases are completely independent -- no c

Re: [Libmesh-users] SLEPc version number mismatch

2015-08-14 Thread John Peterson
On Fri, Aug 14, 2015 at 8:11 AM, David Knezevic wrote: > On Thu, Aug 13, 2015 at 5:39 PM, Jed Brown wrote: > > > David Knezevic writes: > > > Do we require the minor version numbers of PETSc and SLEPc to match? > That > > > seems unnecessary, no? > > > > The subminor version does not have to ma

Re: [Libmesh-users] SLEPc version number mismatch

2015-08-14 Thread David Knezevic
On Thu, Aug 13, 2015 at 5:39 PM, Jed Brown wrote: > David Knezevic writes: > > Do we require the minor version numbers of PETSc and SLEPc to match? That > > seems unnecessary, no? > > The subminor version does not have to match because PETSc (since 3.4) > promises to maintain source and binary c

Re: [Libmesh-users] SLEPc version number mismatch

2015-08-13 Thread John Peterson
On Thu, Aug 13, 2015 at 3:57 PM, David Knezevic wrote: > On Thu, Aug 13, 2015 at 5:44 PM, John Peterson > wrote: > >> >> >> On Thu, Aug 13, 2015 at 3:33 PM, David Knezevic < >> david.kneze...@akselos.com> wrote: >> >>> The latest version of PETSc is 3.6.1 and the latest version of SLEPc is >>> 3

Re: [Libmesh-users] SLEPc version number mismatch

2015-08-13 Thread David Knezevic
On Thu, Aug 13, 2015 at 5:44 PM, John Peterson wrote: > > > On Thu, Aug 13, 2015 at 3:33 PM, David Knezevic < > david.kneze...@akselos.com> wrote: > >> The latest version of PETSc is 3.6.1 and the latest version of SLEPc is >> 3.6.0. When I try to configure libMesh with SLEPc enabled with these >

Re: [Libmesh-users] SLEPc version number mismatch

2015-08-13 Thread John Peterson
On Thu, Aug 13, 2015 at 3:33 PM, David Knezevic wrote: > The latest version of PETSc is 3.6.1 and the latest version of SLEPc is > 3.6.0. When I try to configure libMesh with SLEPc enabled with these > versions, I get this message: > <<< Different version numbers for SLEPc and PETSc >>> > and SLE

[Libmesh-users] SLEPc version number mismatch

2015-08-13 Thread David Knezevic
The latest version of PETSc is 3.6.1 and the latest version of SLEPc is 3.6.0. When I try to configure libMesh with SLEPc enabled with these versions, I get this message: <<< Different version numbers for SLEPc and PETSc >>> and SLEPc is disabled. Do we require the minor version numbers of PETSc a