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

Command Question =)

klopf
初学者
1,402 次查看

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 项奖励
2 回复数
Ying_H_Intel
主持人
1,402 次查看

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 项奖励
klopf
初学者
1,402 次查看
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 项奖励
回复