Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

/Qtcheck option

mattsdad
Beginner
796 Views

Is there a Visual Studio setting that sets the /Qtcheck compilation option for Fortran?

0 Kudos
6 Replies
Steven_L_Intel1
Employee
796 Views
No - you would have to add this under Command Line > Additional Options.
0 Kudos
mattsdad
Beginner
796 Views
When I do that I get an error message that says, "Severe tcheck10.ini not found; Intel Threading Tools must be installed." But they are installed. I have the Thread Checker, the VTune Analyzer and the Thread Profiller all installed. What's missing?
0 Kudos
Steven_L_Intel1
Employee
796 Views
Make sure that the folder containing tcheck10.ini (one of the Thread Checker folders) is listed in the PATH environment variable, and it probably would not hurt to add it to the list of directories for Executable Files under Tools..Options..Intel Fortran.
0 Kudos
mattsdad
Beginner
796 Views

Did that! Thanks! Then I had a missing library, libassuret40.lib. I added the path for that to the Libraries list.

Now I'm getting a flood of linkage error messages about unresolved external symbol __kddc...

Where is this set of symbols?

0 Kudos
Steven_L_Intel1
Employee
796 Views
Sorry, don't know. It might be another Thread Checker library. Try asking in the Threading forum.
0 Kudos
mattsdad
Beginner
796 Views
OK Thanks.
0 Kudos
Reply