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

Command Question =)

klopf
Beginner
602 Views

Hello =)

When something like %LINK_FNL_STATIC% is written in the help files, like "ifort %FFLAGS% example.f90 %LINK_FNL_STATIC%", what does that actually mean? It's not actually a command, so how do you know what to use as a command in its place?


Thanks,

Eve

0 Kudos
2 Replies
Ying_H_Intel
Moderator
602 Views

Hello =)

When something like %LINK_FNL_STATIC% is written in the help files, like "ifort %FFLAGS% example.f90 %LINK_FNL_STATIC%", what does that actually mean? It's not actually a command, so how do you know what to use as a command in its place?


Thanks,

Eve


I guess, theLINK_FNL_STATIC must be symbollike FFLAGSand defined some places. Could you search the symbol in entire help file or the package?

Here isone sample using LINK_FNL_STATIC

http://www.intel.com/support/performancetools/libraries/mkl/win/sb/CS-028372.htm

Best Regards

Ying

0 Kudos
klopf
Beginner
602 Views
Hello Ying,

Thank you for repying to my question - your post was very helpful.

Thanks,
Eve



Quoting - Ying Hu (Intel)


I guess, theLINK_FNL_STATIC must be symbollike FFLAGSand defined some places. Could you search the symbol in entire help file or the package?

Here isone sample using LINK_FNL_STATIC

http://www.intel.com/support/performancetools/libraries/mkl/win/sb/CS-028372.htm

Best Regards

Ying

0 Kudos
Reply