Re: [petsc-users] Error with SuperLU_DIST (mkl related?)

2017-01-01 Thread Eric Chamberland
Thanks! Bboth filename and #defines are ok now. Eric Le 2016-12-31 à 16:18, Xiaoye S. Li a écrit : I just updated version string in git repo and tarball. Sherry On Sat, Dec 31, 2016 at 10:39 AM, Satish Balay > wrote: Ok - one more place

Re: [petsc-users] Error with SuperLU_DIST (mkl related?)

2017-01-01 Thread Eric Chamberland
Hi, ok, using petsc-3.7.4 but with SuperLU_DIST 5.1.3 (--download-superlu_dist-commit=v5.1.3) fixed the issue! Thanks to both of you and happy new year! :) Eric Le 2016-12-31 à 11:51, Matthew Knepley a écrit : On Sat, Dec 31, 2016 at 9:53 AM, Eric Chamberland

Re: [petsc-users] Error with SuperLU_DIST (mkl related?)

2016-12-31 Thread Xiaoye S. Li
I just updated version string in git repo and tarball. Sherry On Sat, Dec 31, 2016 at 10:39 AM, Satish Balay wrote: > Ok - one more place superlu_dist stores version number - that needs > updating with every release. > > cc:ing Sherry > > Satish > > On Sat, 31 Dec 2016, Eric

Re: [petsc-users] Error with SuperLU_DIST (mkl related?)

2016-12-31 Thread Satish Balay
Ok - one more place superlu_dist stores version number - that needs updating with every release. cc:ing Sherry Satish On Sat, 31 Dec 2016, Eric Chamberland wrote: > I think there is definitly a problem. > > After looking at the files installed either from petsc-master tarball or the > manual

Re: [petsc-users] Error with SuperLU_DIST (mkl related?)

2016-12-31 Thread Satish Balay
On Sat, 31 Dec 2016, Eric Chamberland wrote: > ok I will test with 5.1.3 with the option you gave me > (--download-superlu_dit-commit=v5.1.3). BTW: I have a typo here - it should be: --download-superlu_dist-commit=v5.1.3 Satish

Re: [petsc-users] Error with SuperLU_DIST (mkl related?)

2016-12-31 Thread Satish Balay
Ah - ok. A bug in superlu_dist. Version string in CMakeLists.txt needs updating for every release.. set(VERSION_MAJOR "5") set(VERSION_MINOR "1") set(VERSION_BugFix "0") cc:ing Sherry. Satish On Sat, 31 Dec 2016, Eric Chamberland wrote: > Ah ok, I see! Here look at the file name in the

Re: [petsc-users] Error with SuperLU_DIST (mkl related?)

2016-12-31 Thread Eric Chamberland
I think there is definitly a problem. After looking at the files installed either from petsc-master tarball or the manual configure I just did with --download-superlu_dist-commit=v5.1.3, the file include/superlu_defs.h have these values: #define SUPERLU_DIST_MAJOR_VERSION 5 #define

Re: [petsc-users] Error with SuperLU_DIST (mkl related?)

2016-12-31 Thread Satish Balay
On Sat, 31 Dec 2016, Matthew Knepley wrote: > > We do not automatically upgrade the version of dependent packages. If git is installed - then configure prefers git repo - and that will get upgraded [or downgraded] automatically - based on gitcommit in configure [or commandline]. > You have to

Re: [petsc-users] Error with SuperLU_DIST (mkl related?)

2016-12-31 Thread Eric Chamberland
Ah ok, I see! Here look at the file name in the configure.log: Install the project... /usr/bin/cmake -P cmake_install.cmake -- Install configuration: "DEBUG" -- Installing: /opt/petsc-master_debug/lib/libsuperlu_dist.so.5.1.0 -- Installing: /opt/petsc-master_debug/lib/libsuperlu_dist.so.5 It

Re: [petsc-users] Error with SuperLU_DIST (mkl related?)

2016-12-31 Thread Satish Balay
=== Trying to download git://https://github.com/xiaoyeli/superlu_dist for SUPERLU_DIST

Re: [petsc-users] Error with SuperLU_DIST (mkl related?)

2016-12-31 Thread Matthew Knepley
On Sat, Dec 31, 2016 at 12:10 PM, Eric Chamberland < eric.chamberl...@giref.ulaval.ca> wrote: > Hi, > > ok I will test with 5.1.3 with the option you gave me > (--download-superlu_dit-commit=v5.1.3). > > But from what you and Matthew said, I should have 5.1.3 with petsc-master, > but the last

Re: [petsc-users] Error with SuperLU_DIST (mkl related?)

2016-12-31 Thread Eric Chamberland
Hi, ok I will test with 5.1.3 with the option you gave me (--download-superlu_dit-commit=v5.1.3). But from what you and Matthew said, I should have 5.1.3 with petsc-master, but the last night log shows me library file name 5.1.0:

Re: [petsc-users] Error with SuperLU_DIST (mkl related?)

2016-12-31 Thread Satish Balay
On Sat, 31 Dec 2016, Satish Balay wrote: > From what I know - 5.1.3 should work with petsc-3.7 [it fixes a couple of > bugs]. ok - updated maint to use 5.1.3 Satish

Re: [petsc-users] Error with SuperLU_DIST (mkl related?)

2016-12-31 Thread Satish Balay
On Sat, 31 Dec 2016, Eric Chamberland wrote: > Hi, > > I am just starting to debug a bug encountered with and only with SuperLU_Dist > combined with MKL on a 2 processes validation test. > > (the same test works fine with MUMPS on 2 processes). > > I just noticed that the SuperLU_Dist version

Re: [petsc-users] Error with SuperLU_DIST (mkl related?)

2016-12-31 Thread Matthew Knepley
On Sat, Dec 31, 2016 at 9:53 AM, Eric Chamberland < eric.chamberl...@giref.ulaval.ca> wrote: > Hi, > > I am just starting to debug a bug encountered with and only with > SuperLU_Dist combined with MKL on a 2 processes validation test. > > (the same test works fine with MUMPS on 2 processes). > >

[petsc-users] Error with SuperLU_DIST (mkl related?)

2016-12-31 Thread Eric Chamberland
Hi, I am just starting to debug a bug encountered with and only with SuperLU_Dist combined with MKL on a 2 processes validation test. (the same test works fine with MUMPS on 2 processes). I just noticed that the SuperLU_Dist version installed by PETSc configure script is 5.1.0 and the