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

Running without visual studio

phil_ede
Beginner
607 Views

I have just registered for a student version of the Fortran compiler, but I do not have viual studio.

Is it possible to run the command line version on its own ?

How do I identify the exe file ?

Wher can I get a user manual ?

0 Kudos
2 Replies
Steven_L_Intel1
Employee
607 Views

The manual is installed along with the product as on-disk documentation. But you really need Visual C++ installed to be able to build applications, even from the command line, for a 32-bit system. You can use Visual C++ 2008 Express Edition, which is free, for this. Note that this will provide command-line building only.

0 Kudos
phil_ede
Beginner
607 Views

The manual is installed along with the product as on-disk documentation. But you really need Visual C++ installed to be able to build applications, even from the command line, for a 32-bit system. You can use Visual C++ 2008 Express Edition, which is free, for this. Note that this will provide command-line building only.

0 Kudos
Reply