hi,
I am trying to compile source codes and created .optrpt but executable output file is not created. The following remark I got during MAKEFILE run:
ifort: remark #10397: optimization reports are generated in *.optrpt files in the output location
and please find the attached MAKEFILE, outer and .optrpt
Please advice me on this problem.
You didn't show us the make command you used. If you just did "make" and not "make outer", then it wouldn't build. But it also occurs to me that you would not have seen the compiler remark either so I guess you did invoke that. Please show the complete output of running make.
連結已複製
Your choice of ilp64 mkl libraries requires that your.calls into mkl use 64 bit integer data types integer(int64) not default integer. Batting this wrong is a frequent cause of the run time error you quoted.
The link warning should be no problem as long as you don't change Linux installations.
