,专注,专心是科学软件网的服务宗旨,开发的软件、传递*的技术、提供贴心的服务是我们用实际行动践行的**目标,我们会为此目标而不懈努力。
Using Microsoft Visual Studio* Solution Explorer
After starting Microsoft Visual Studio*, a screen appears. This shows an open Solution named Console1, a
Project named Console1, and the source fileConsole1.f90 have been opened. The right pane shows the
file Console1.f90, opened in the default language-sensitive integrated development environment text
editor, which uses different colors to identify the following:
• Source comments (green)
• Fortran standard language elements (blue)
• Other language text (black)
Creating a New Project
Creating a New Project
When you create a project, Microsoft Visual Studio* automatically creates a corresponding solution to contain
it. To create a new Intel® Fortran project using Microsoft Visual Studio*:
The hello32 project assumes focus in the Solution Explorer view. The default Microsoft Visual Studio*
solution is also named hello32
1. Select File > New > Project.
2. In the left pane, click Intel® Visual Fortran to display the Fortran project types. For each project type,
available templates are listed in the right pane.
3. Click the appropriate project type (see Understanding Project Types).
4. Accept or specify a project name.
5. Accept or specify the Location for the project directory. Project files will be stored here. If the directory
specified does not exist, it will be created.
6. Click OK to complete the new project.
If you use the C , you can edit your .cshrc file and add the following:
setenv PATH /usr/bin:/usr/local/bin:$PATH
Then you can compile using the following syntax:
make -f yourmakefile
Where -f is the make command option to specify a particular makefile name.
Using Makefiles to Store Information for Compilation on Windows*
To use a makefile to compile your source files, use the nmake command . For example, if your project is
your_project.mak, you can use the following syntax:
nmake /f [makefile_name.mak] FPP=[compiler_name.exe] LINK32=[linker_name.exe]
广泛支持Fortran Standards和Plus扩展功能
完整的语言Fortran 90/95、完整的Fortran 2003/2008,加上初始的Fortran 2008(测试版本)的功能。
√ 显著改进了Fortran coarray支持
√ Fortran 2008子模块
√ 31数组维度(标准15)
√ OPEN中的NEWUNIT
同时支持FORTRAN IV (FORTRAN-66)和 FORTRAN 77
支持OpenMP 4.5和初始OpenMP 5.0
科学软件网主要提供以下科学软件服务:
1、软件培训服务:与国内大学合作,聘请业内人士定期组织软件培训,截止目前,已成功举办软件培训四十多期,累计学员2000余人,不仅让学员掌握了软件使用技巧,加深了软件在本职工作中的应用深度,而且也为**业人士搭建起了沟通的桥梁;
2、软件服务:提供软件试用版、演示版、教程、手册和参考资料的服务;
3、解决方案咨询服务:科学软件网可向用户有偿提供经济统计、系统优化、决策分析、生物制药等方面的解决方案咨询服务;
4、软件升级及技术支持服务:科学软件网可向用户提供软件的本地化技术支持服务,包括软件更新升级、软件故障排除、安装调试、培训等;
5、行业研讨服务:科学软件网会针对不**业,邀请国内外以及软件厂商技术人员,不定期在国内举办大型研讨会,时刻关注*技术,为国内行业技术发展提供导向。