科学软件网提供大量正版科学软件,满足各学科的科研要求。科学软件网专注软件销售服务已达19年,全国大部分高校和企事业单位都是我们的客户。同时,我们还提供本地化服务,助力中国的科研事业。
integer This term refers to the INTEGER(KIND=1),
INTEGER(KIND=2), INTEGER (INTEGER(KIND=4)),
and INTEGER(KIND=8) data types as a group.
INTEGER This term refers to the default data type of objects
declared to be INTEGER. INTEGER is equivalent to
INTEGER(KIND=4), unless a compiler option
specifies otherwise.
real This term refers to the REAL (REAL(KIND=4)),
DOUBLE PRECISION (REAL(KIND=8)), and
REAL(KIND=16) data types as a group.
This topic outlines the basic steps for using the Intel® Fortran Compiler with Microsoft Visual Studio*.
Building and Running a Fortran Project
• To build the application, select Build > Build Solution. Any errors will be displayed in the Output
Window. Double-click on a message to go to the line in error.
• To run without debugging, select Debug > Start Without Debugging. The console window will remain
open after the program exits until you press Enter.
• To run under the debugger, first set a breakpoint at the first executable line of the program by clicking in
the gray column to the left of the source line. Then select Debug > Start. If the program exits normally,
the console window will be closed automatically.
Configuration Description
Debug configuration By default, the debug configuration sets project options to
include the debugging information in the debug configuration. It
also turns off optimizations. Before you can debug an
application, you must build a debug configuration for the project.
Release (Retail) configuration The release configuration does not include the debugging
information, and it uses any optimizations that you have chosen.
Organizing Existing Source Code
If you have existing source code, you should organize it into directories before creating a project, although it
is easy to move files and edit your project definitions if you should later decide to reorganize your files.
Working with Fortran Modules
If your program uses Fortran modules, you do not need to explicitly add them to your project; they appear
as dependencies (.MOD files).
科学软件网专注提供正版软件,跟上百家软件开发商有紧密合作,价格优惠,的和培训服务。