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

how to convert "fortran project" into a "exe file"

Namal
Beginner
2,158 Views

Dear all, 

I have a code that is written using Fortan coding in 'Intel parallel studio XE 2011'. Does anyone know how to conver this project/code in to a exe file ?. Because i am trying to call this code using an another program which is written in Matlab, so i need the exe file. Now i am manually running this code. 

Thank you so much for any help. 

Best 

Namal

0 Kudos
2 Replies
Lorri_M_Intel
Employee
2,158 Views

Whenever you have a project, it creates <something>, whether it's a static library, a DLL, an executable, etc.  
I assume that you are creating an executable, only because you say you can run it manually.

It's quite possible you already have your executable in hand.  Check for a subdirectory under your project directory; by default this subdirectory is called \Debug (for the debug configuration) and \Release (for the release configuration).   In the subdirectory, you should find several object files, and an executable file.

          --Lorri

0 Kudos
Namal
Beginner
2,158 Views

Thanks a lot lorri. Yes, i found it !

0 Kudos
Reply