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

Intel fortran compiler in Netbeans 6.7

acortesp_1142
Beginner
624 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
624 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