Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29306 Discussions

Intel fortran compiler in Netbeans 6.7

acortesp_1142
Beginner
674 Views
I want to run the Intel Fortran Compiler 11.061 in Netbeans 6.7 to run in Windows Vista but I don't how to produce a makefile. I would appreciate some help on it. Thanks.
0 Kudos
1 Reply
ArturGuzik
Valued Contributor I
674 Views

Take a look at the Section "Building App from the command line" and "Using Makefiles to Compile Your Application", especially, in the Help. If you have MKL you can find examples also there.

Netbeans uses probably standard makefile, so you can also check Gnu make as well as CMake.

A.

0 Kudos
Reply