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

Problem with the start debugging

ceren_k_
Beginner
3,954 Views
We are having trouble with pre-written Fortran code compile.When we open pre-written Fortran code,start debugging button isn't active(pic1) and when  we copy entire code and paste new project page start debugging button is active(pic2) but when we press the button for start debugging give a warning(pic3).I would appreciate if you could help us.

Best regards,

0 Kudos
25 Replies
ceren_k_
Beginner
1,009 Views

What is about error #6633 ?

0 Kudos
Steven_L_Intel1
Employee
1,009 Views

Those are the source code errors I referred to. The types of rvec, zvec and qvec are different in the routine where you make the call from how those arguments are declared in the called routine. You have to fix this.

0 Kudos
ceren_k_
Beginner
1,009 Views

ı think this is imposible because i can compile this program Microsoft Fortran PowerStation smoothly if the types of rvec, zvec and qvec are different in the routine,program never compile other compiler.is this true?

0 Kudos
Steven_L_Intel1
Employee
1,009 Views

PowerStation did not check for this kind of error. If you want to disable the check, set the project property Fortran > Diagnostics > Check Routine Interfaces to No. But don't complain if you then find you're getting wrong results.

0 Kudos
ceren_k_
Beginner
1,009 Views

Thank you very much for your helping.

0 Kudos
Reply