[petsc-users] [Ext] Re: error: identifier "MatCreateMPIAIJMKL" is undefined in 3.10.4
Kun Jiao
KJiao at slb.com
Tue Mar 26 09:59:53 CDT 2019
[kjiao at hyi0016 src/lsqr]% make
[ 50%] Building CXX object lsqr/CMakeFiles/p_lsqr.dir/lsqr.cc.o
/wgdisk/hy3300/source_code_dev/imaging/kjiao/src/git/src/lsqr/lsqr.cc(318): error: identifier "MatCreateMPIAIJMKL" is undefined
ierr = MatCreateMPIAIJMKL(comm,m,n,M,N,maxnz,dialens,maxnz,offlens,&A);CHKERRQ(ierr);
^
/wgdisk/hy3300/source_code_dev/imaging/kjiao/src/git/src/lsqr/lsqr.cc(578): error: identifier "MatCreateMPIAIJMKL" is undefined
ierr = MatCreateMPIAIJMKL(comm,m,n,M,N,maxnz,dialens,maxnz,offlens,&A);CHKERRQ(ierr);
^
compilation aborted for /wgdisk/hy3300/source_code_dev/imaging/kjiao/src/git/src/lsqr/lsqr.cc (code 2)
Thanks.
From: Mark Adams <mfadams at lbl.gov>
Sent: Tuesday, March 26, 2019 9:22 AM
To: Kun Jiao <KJiao at slb.com>
Cc: petsc-users at mcs.anl.gov
Subject: Re: [Ext] Re: [petsc-users] error: identifier "MatCreateMPIAIJMKL" is undefined in 3.10.4
I assume the whole error message will have the line of code. Please send the whole error message and line of offending code if not included.
On Tue, Mar 26, 2019 at 10:08 AM Kun Jiao <KJiao at slb.com<mailto:KJiao at slb.com>> wrote:
It is compiling error, error message is:
error: identifier "MatCreateMPIAIJMKL" is undefined.
From: Mark Adams <mfadams at lbl.gov<mailto:mfadams at lbl.gov>>
Sent: Tuesday, March 26, 2019 6:48 AM
To: Kun Jiao <KJiao at slb.com<mailto:KJiao at slb.com>>
Cc: petsc-users at mcs.anl.gov<mailto:petsc-users at mcs.anl.gov>
Subject: [Ext] Re: [petsc-users] error: identifier "MatCreateMPIAIJMKL" is undefined in 3.10.4
Please send the output of the error (runtime, compile time, link time?)
On Mon, Mar 25, 2019 at 10:50 PM Kun Jiao via petsc-users <petsc-users at mcs.anl.gov<mailto:petsc-users at mcs.anl.gov>> wrote:
Hi Petsc Experts,
Is MatCreateMPIAIJMKL retired in 3.10.4?
I got this error with my code which works fine in 3.8.3 version.
Regards,
Kun
Schlumberger-Private
Schlumberger-Private
Schlumberger-Private
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20190326/79650f5f/attachment-0001.html>
More information about the petsc-users
mailing list