libifportMD.dll is missing
Hi, I am completely new to visual fortran. Every time I restart my computer and try to run my compiled program, it says libifportMD.dll is missing. There are no issues with compiling the program. If I...
View ArticleOpenMP threading analysis
Colleagues,I am threading a large bit of code that repeatedly calls a routine (in the present case, 100's of times). Within that routine I have used an !$omp parallel do structure to thread a double do...
View ArticleFortran Parallel Programming
Is evident that the use of parallelism leads to minimizing the time of program but this not happened me, when I programed a code parallel, the time of machine is augmented (PARALLEL TIMES...
View ArticleInsufficient Virtual Memory on Allocation - again
Hello:I have a user who managed to create a very large case and hit the "Insufficient Virtual Memory" (error 41 on Allocate) error.So, I made up a small test program that allocates and deallocates...
View ArticleStack Size and openMP
Dear All,there a various threads here as well as in other forums dealing with segmentation fault problems related to the stack size and openMP. Unfortunately, the information is (at least for my...
View ArticleAre Intel Compiler-generated objects/binaries backward and/or forward...
In general, objects generated by different major versions of the Intel compiler are compatible with each other, with three main exceptions:Objects built with interprocedural optimization (/Qipo or...
View ArticleStack Size and openMP
Dear All,there a various threads here as well as in other forums dealing with segmentation fault problems related to the stack size and openMP. Unfortunately, the information is (at least for my...
View ArticleGeneric interface with same name as derived type still not working?
Hi,I am trying to use generic interface with same name as derived type, but it does not work with an Intel compiler in some cases. I have...
View ArticleSYSTEMQQ call with quotes
I'm trying to use SYSTEMQQ with quotes for the command and arguments and it doesn't seem to work. It's OK if either the command or the arguments are quoted, but not both.result = systemqq (...
View Articlec++ to fortran
Help me , ho can covert this code to fortran : #include <stdio.h> #include <tchar.h> #include <windows.h> #include <omp.h>...
View ArticleWriting Target-Specific Code Using a Directive
This topic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).You can write functions that you intend to run on a target, and sections of offloaded code, to take...
View ArticleBuilding the Target
The following topic applies to Xcode*.A single project can contain multiple targets; the currently active target determines how your project is built. This topic describes how to build the target using...
View ArticleOptions: General dialog box
To access the General page, click Tools> Options> Intel Parallel Studio XE> Visual Fortran> General. Use this page to specify Fortran File Extensions and Build Options.Build OptionsContinue...
View ArticleConverting Projects
Intel® Visual Fortran 10.x projects require conversion to the format used by Intel® Fortran 14.0 and later to be used with Visual Studio* integration. When you open a 10.x project in later versions of...
View ArticleUnderstanding Solutions, Projects, and Configurations
The Visual Studio* integrated development environment (IDE) consists of one or more projects contained within a solution. A solution can contain multiple projects. For example, if you have several...
View ArticleGetting Started
Parent topic: User and Reference Guide for the Intel® Fortran Compiler 15.0Using the Command LineUsing Microsoft* Visual Studio* (Windows* OS)Using Xcode* (OS X*)Language English
View ArticleModule dependencies with 'include' statements
I am using VS2010 with Intel(R) Composer XE 2013 SP1 Update 1 (package 139)I have the following:modA.f90 module A contains include 'functions.fi' end module Afunctions.fi subroutine f use B end...
View ArticleVisual Studio Not Found, Error LNK1104 cannot open .EXE
Hello,I just purchased Intel Composer XE 2013 SP1 for my windows 7 64 bit computer. I already had Microsoft Visual Studio 2010 Shell installed on my computer before installing intel composer. When I...
View ArticleTrick for creating a large text file with known, fixed content?
Maybe there is a trick I am not aware of...Assume I need my code to write a text file which content is fixed (say, a template file, or a mini help file) and which will not be modified by the code...
View ArticleCompatibility of Intel® Compiler for OS X* and Xcode*
Supported OS *X and Xcode* versions based on the latest available Intel® C++ and Fortran Compiler and Intel® Composer XE posted here. OS X* VersionXcode* VersionIntel® Compiler 9.1(32-bit)Intel®...
View Article