where does a managed code guy go?
Hey guys,I'm a Java developer (occasionally moonlighting as a .net developer) and I am now managing a green-field albeit complex Fortran project. Me and my team are actively developing this code, and...
View ArticleExtending the integration with Visual Studio 2013
I need to add some capability to the FORTRAN project defined by Intel within the Visual Studio framework. Specifically I need to add a version number my builds. The outcome I am looking for is: 1....
View ArticleUnable to start program
I am using Visual Studio 2010 with the Intel Visual Fortran Composer XE 2013 for Windows* OS and am also getting the Unable to Start program error(which has the full path to my executable). I am able...
View ArticlePuzzling Compiler warning
I am trying compile this routine (RC1.f90) and it points to a WARNING on a line that apparently has no reference to a function.The program runs OK, but I am wondering about what might trigger this. I...
View ArticleUnrecognized intrinsic functions
I've encountered strange issues in the past when trying to compile source that has an intrinsic function. I get "error#6410: This name has not been declared as an array or a function. [MIN]." when...
View ArticleImplict typing and defaulted derived type kind params
Take the very new and the very old, and just for fun mix them together and see what happens.PROGRAM p IMPLICIT TYPE(t)(a) INTEGER, PARAMETER :: i = 99 TYPE t(k) INTEGER, KIND :: k = i INTEGER :: comp...
View Article/o3 delivers in x64 only bad performance
Hi all,In a simple ASCII-file read subroutine I observed a strange performance loss behavior only in x64 release mode but not in x64 debug, Win32 debug and Win32 release mode. In every release case I...
View ArticleNot a valid win32 application
Hi, I use Visual Studio 2013, Intel XE 2015 Fortran, I complied a program using release mode and win32 platform. When I ran this program in a Windows XP computer, I got an error "program.exe is not a...
View ArticleApplication commit size
Hi,When my console application just started (using F11 in VisualStudio) in windows 7 its "commit size" seen in "Task Manager" is 700MB and Memory (Private Working Set) is 1MB. After doing some...
View ArticlePROPERTY PAGES
Hello, I would to know about the Project properties which is found under the Project tab> property pages The properties related to Intel Visual Fortran i.e. General, Optimization, Debugging,...
View ArticleFORTRAN DLL called from VB.net
I have Compaq Fortran running on a Windows XP machine where I can compile a DLL from Fortran code. I then call this DLL from VB 6 and VB.net without problems. I include dforrt.dll in the directory...
View Articlehow to iterate on components of a derived type
! Just curious, is it possible to have any algorithm to iterate on V1 to V10?! In a way like ...do i=1,10V_current=MyList%V[i]end doTYPE::MyList integer::V1,V2,V3,V4,V5,V6,V7,V8,V9,V10 END TYPE MyList
View ArticleFortran files read-only while debugging in Visual Studio (2015 Integration)
Hello,with the new Intel® Parallel Studio XE 2015 Composer Edition for Fortran Windows* Integration for Microsoft Visual Studio* 2013, Version 15.0.0107.12 all Fortran files are set to read-only while...
View ArticleMixed-programming with CUDA C to create DLL for Excel
Hello All,In the past, I have successfully created Fortran DLLs with OpenMP for use with Excel VBA. However, I would now like to integrate some CUDA C GPU code. I am trying to use the Fortran 2003 C...
View ArticleVisual Studio Does Not Recognize Intel Fortran Compilers
Hello, Dear FolksI am fairly new to programming in Windows (used to be working on Unix/Linux), I am trying to let Visual Studio work with Intel Fortran but haven't been successful, my Visual Studio...
View ArticleThe Parallel Studio XE 2015 Update 1 packages are out
Update 1 is (finally!) available. We won't be sending emails about these until next week, but you can get them from the Intel Registration Center now. (For some reason, Intel Software Manager is not...
View ArticleWhy wont this compile?
This routine gives me more than 6 compiler errors.I cant figure out what the problem is - - - Possibly I cant put a LABEL on an ENDDO statement?AttachmentSizeDownloadfactorials.f90583 bytes
View ArticleExporting Fortran data to mat file
Hi,I am trying to create mat file from Fortran data using Matdata.It needs libmat.lib, libmx.lib from Matlab library and libmat.dll and libmx.dll from Matlab bin directories. On the command line mode,...
View ArticleICE with parameterized derived types with type bound procedures
HelloThe Intel® Parallel Studio XE 2015 Composer Edition for Fortran Windows* Installation Guide and Release Notes say:3.5.5 Certain uses of length type parameters in parameterized derived types are...
View ArticleDLLEXPORT converts to lowercase?
Dear all, I am working on a library that is delivered to clients as a DLL. One of the exported routines has the following !DEC$ ATTRIBUTES DLLEXPORT::HMclustThe actual exported name in the DLL is...
View Article