Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

dtrnlspbc_init problem

skyboating
Beginner
1,079 Views
Hi, All,
when i use the trust region algorithm, i meet some problem with "dtrnlspbc_init"
What i got is the return of "TR_INVALID_OPTION"
I have checked my parameters, it seems there is no obvious error.
I don't know what else situation, such kind of return may happen?
thank you very much!

0 Kudos
4 Replies
ArturGuzik
Valued Contributor I
1,079 Views
Quoting - skyboating
Hi, All,
when i use the trust region algorithm, i meet some problem with "dtrnlspbc_init"
What i got is the return of "TR_INVALID_OPTION"
I have checked my parameters, it seems there is no obvious error.
I don't know what else situation, such kind of return may happen?
thank you very much!


Can you show the appriopriate lines of code (with parameter(s)) values? It's hard to give any advice without it.

A.
0 Kudos
skyboating
Beginner
1,079 Views
Quoting - ArturGuzik

Can you show the appriopriate lines of code (with parameter(s)) values? It's hard to give any advice without it.

A.
Thank you very much for your kind reply.
I have tried the standard example, it doesn't succeed either.
So i modify the link library and it works now.
I am a green hand in intel library.
i don't know what is the
difference between ilp64 and lp64?
my CPU is Core 2 Duo, and my system is Win XP 64.

0 Kudos
ArturGuzik
Valued Contributor I
1,079 Views
Quoting - skyboating
Thank you very much for your kind reply.
I have tried the standard example, it doesn't succeed either.
So i modify the link library and it works now.
I am a green hand in intel library.
i don't know what is the
difference between ilp64 and lp64?
my CPU is Core 2 Duo, and my system is Win XP 64.


well, I didn't help you at all. ilp64 and lp64 are integer models specific for x64 platform. Take a look at Chapter 3 Support for ILP64 Programming in User's Manual.

A.
0 Kudos
skyboating
Beginner
1,079 Views
Quoting - ArturGuzik

well, I didn't help you at all. ilp64 and lp64 are integer models specific for x64 platform. Take a look at Chapter 3 Support for ILP64 Programming in User's Manual.

A.
thank you very much any way.
it is nice to get your advice here.
0 Kudos
Reply