What is the best version to install?
We are currently using Visual Studio 10 on Windows 7 and purchased Intel Visual Fortran Compiler as a way to integrate old Fortran code into our VS10 environment. I keep seeing product releases for...
View ArticleIntel Parallel Studio XE 2016 composite type variables not view able in debug
I have a problem viewing composite type variables such of this typeA%B%pointerUniversally I get in debug "Undefined address", when they are defined and the computation works fine - but the debug...
View ArticleMacro Values
How can I find the values for macro names in my Visual Studio 10 project that contains only Fortran code? My C++ projects provide a way to view the values for all macros from the Properties window....
View ArticleNeed Help with Pointer to One-Dimensional Array in SMP Processing Application
Hello. I am in need of some technical guidance regarding appropriate OpenMP directives for an SMP application. I am currently working with a commercial finite element software to develop a...
View ArticleProblem with Variables definition
Hi everyone,I am new to fortran coding so forgive me if my question is trivial. I am coding some Fortran subroutines that will help me solving and Abaqus finite element simulation. The subroutine works...
View ArticleUnexpected error #7846: .. not permissible to reference the value of an...
The compiler response of "error #7846: It is not permissible to reference the value of an ac-implied-do variable in one of its limit expressions." for the following code appears incorrect: subroutine...
View ArticleDifficulty getting XE2016 with VS2013 integration to start after install
Hi folks! Windows 7, x64 I upgraded to XE 2016 from XE 2015 on VS2010 yesterday evening, and I've been chasing horrifying behavior all night. According to the installer, I first needed to download and...
View ArticleParallel compilation problem
Hi,We've just upgraded from XE 12 to 16. Still using Visual Studio 2010. Installation was a breeze. Great job.Previously when compiling projects containing hundreds of files, they would be compiled...
View ArticleIFLangService revisted
Hi Steve,I am using XE 12 with Visual Studio. I recently installed the latest 16 release of Fortran and VS 2015. After doing so, I have run into some difficulties building my application using VS 2010...
View Articleforrtl severe (41) insufficient virtual memory - only on desktop, notebook works
Hello there,i really need some help here. Im using a Fortran program that has to alocate a little more than 1GB of memory to run. My PC has 8GB of RAM and my laptop too. Both are Core i5. In the laptop...
View ArticleProject file contains ToolsVersion="14.0". This toolset may be unknown or...
After installation of IVF Composer V16 (VS 2012, Windows 7 64) I receive the message "Project file contains ToolsVersion=14.0. This toolset may be unknown or missing" when I rebuild a C++ project in a...
View ArticleDebug crash using quad precision variables
During debugging, moving the cursor over a quad precision variable causes the system to crash. I'm using VS Community 2013 with Parallel Studio XE 2015 Professional.
View Articleunprintable characters in source listing
When developing a new module I usually request the compiler to generate the source/errors listing. In many cases I found generated warning/error messages likes the following:...
View ArticleAbout error #6362
Hello allI have received this error in an ABAQUS Umat written in FORTRAN:"error #6362: The data types of the argument(s) are invalid. [DSQRT]"The part referred to in the Umat is as follows:Jacob =...
View Articlecomposer not talking to MKL
Hi, my IT department recently rebuilt my computer with a Windows 8 OS and an installation of Intel Composer XE 2015 and Visual Studio 2013. I opened a command window using the icon labeled "Intel 64...
View ArticleVisual Studio integration: procedure with IMPURE attribute missing from...
In case this is not a known issue: consider the code shown below: procedure with IMPURE attribute doesn't show up in the members drop-down list in Visual Studio. Also, this particular keyword doesn't...
View ArticleGetting the Windows Handle (Fortran POSIX File Descriptor)
The user manual for ifort 2015 Update 4 subroutine PXFFILENO suggests that in the Windows OS, I can get the file descriptor (handle returned from CreateFile) associated with a Fortran File Unit number....
View Articleruntime error
I got the following errorForrtl:FormartMessage failed for system message number 1450Tracback is on, but does not display information
View ArticleProblem installing Visual Fortran Composer XE 2015
Hi,I have installed Visual Studio 2013 but still have Visual Studio.net 2005 and VB 6.0 on my pc. When I try to install Visual Fortran Composer XE 2015 I get prompted about the certificate and click...
View ArticleError importing array variable from FORTRAN module
Hi,I'm trying to import some module data that is stored (and exported) from a dll. Also, I have a module.dll that exports a variable (cubature2Dt_lengths) and then in my main code I want to use this...
View Article