-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SuperLU link error with Armadillo #21
Comments
I don't understand your question. Do you mean that C code works with
Armadillo, but Fortran code doesn't? Can you send the error message?
Sherry
…On Tue, Jan 24, 2017 at 2:31 PM, padmasridharan ***@***.***> wrote:
I build superlu for windows as following some suggestions on commenting
fortran compiler. Trying to use them in my application which uses armadillo
as upper layer to call superlu gives me link error . I have linked superlu
with armadillo and no issues there.
Any ideas or reasoning?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#21>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALMq96fFuFgu16VSphC8Q2z_nbA4lE6_ks5rVnuxgaJpZM4Ls3rB>
.
|
[ 33%] Linking CXX shared library libarmadillo.so |
I have this issue when I compile it for armadillo. Do you know how to fix it? |
It seems I have to compile it as run time library, but according to the information I obtained online, no one works. Btw, the version of SUPERLU for me is 5.2. Thank you! |
Try recompile with another flag: -fPIC
Sherry Li
…On Mon, Jun 26, 2017 at 7:51 AM, Yuyang01 ***@***.***> wrote:
It seems I have to compile it as run time library, but according to the
information I obtained online, no one works. Btw, the version of SUPERLU
for me is 5.2. Thank you!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALMq9yvGH04sTI8NQT4DqlCbWQZwYPA6ks5sH8VwgaJpZM4Ls3rB>
.
|
allow disabling openmp, rearrange one loop to compile under VS2017
I build superlu for windows as following some suggestions on commenting fortran compiler. Trying to use them in my application which uses armadillo as upper layer to call superlu gives me link error . I have linked superlu with armadillo and no issues there.
Any ideas or reasoning?
The text was updated successfully, but these errors were encountered: