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_
Einsteiger
7.741Aufrufe
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 Antworten
ceren_k_
Einsteiger
2.023Aufrufe

What is about error #6633 ?

Steven_L_Intel1
Mitarbeiter
2.023Aufrufe

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.

ceren_k_
Einsteiger
2.023Aufrufe

ı 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?

Steven_L_Intel1
Mitarbeiter
2.023Aufrufe

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.

ceren_k_
Einsteiger
2.023Aufrufe

Thank you very much for your helping.

Antworten