dsecnd command in Fortran 77
I am trying to time a program that I have written, but I need to break it up into different intervals to account for the time I spend inputting data and the time the prorgam actually calculates the...
View Article2013 Update 2 numbering?
I downloaded and installed Update 2 w_fcompxe_novsshell_2013.2.149.exe. Yet when I look at the names used in the start menu, it references 13.1. And when I look in the registry...
View ArticleFast Small Dense Matrix Solver
I have a general square dense matrix A (not symmetric) which is formed by A=PTBP where B was in a compressed storage scheme and P is a rectangular matrix. The size of A ranges from 10x10 to 500x500,...
View ArticlePorting CVF Linker and @n suffix problems
I am porting some legacy code from CVF to Intel Visual Fortran. I am trying to call some subroutines in a C++ DLL. I have include the C++ DLL's .lib file in my INCLUDE path but the linker isn't finding...
View ArticleFortran Generic Procedures
Good day,compiler reports errors on line 12 (generic, public :: Set => Set_integer, Set_real):Error 1 error #5082: Syntax error, found ',' when expecting one of: ( % : . = =>...
View ArticleIs there a specific isml redistributables dll
HelloWe used to compile our Fortran code against ISML (XE composer 2012 with IMSL) and now we do not anymore.We currently place the following dll in the folder where the application is...
View ArticleControlling BackGround worker Component In VB.net, Through DLL file created...
HiI'm using a BackgroungWorker component in VB.net, through this thread I'm calling a DLL file(created by FORTRAN) and passing arrays between the interface/main program and the DLL filewhich is...
View Articlesome variables can not be watched
when i debug a program with VS2008 and Intel.Visual.Fortran.Compiler.Professional.v11.0.061 , i set a break point, and then watch the value of some variables. These variables were declared in...
View ArticleWhich options does /debug:full conflict with?
I am trying to use VTune Amplifier and I am supposed to change the release configuration by using /debug:full in it. I found in the documentation that if a conflicting option is found on the command...
View ArticleExpression in I/Olist
If memory serves correct, I used to write data using statements likeA = somethingB = somethingwrite (6, '(fmt') A, B, A/Bi.e., I want to write the ratio of A/B without explicitly calculating it and...
View Articleerror #6405: The same named entity from different modules and/or program...
Hi, all:I'm having weird problem with Intel Fortran composer 2013 update 2. I'm trying to compile a simple sample code on using TCP/IP in IVF, see attached. Composer 2013 gave me the following error on...
View Articlewinsock example
Hi, all:I'm trying to use winsock module to do some inter-process communication. I found that there is very little information from Intel and on the web regarding this. I found a forum topic which is...
View ArticleForum password
Hello Steve,i have log in after a while. I had to change my password for what ever reason. The requirements for the new password where intresstingly high. Is this really needed? It is a forum, not a...
View ArticleQuestion about beginpaint
Hello,i am transfering an old CVF program towards IVF (11.1.070).One construct is not working. I have compilid (i hope) the needed information:use dfwinause dfwinuse dflogmtype (T_PAINTSTRUCT)...
View ArticleWhere are my two last post?
Helloi have postet two posts and they are gone???What happend?Frank
View ArticleDo I need to purchase 2 different fortran compilers?
Hello, I am using two FEA software packages that I need to develop user subroutines. The products and their requirements are as follows: ABAQUS: Intel Visual Fortran 10.1 and 11.1 RADIOSS: Intel...
View Articlehex constants and fortan 2003 standard
I was looking at enforcing some standards on my application of many years standing (> 200,000 lines for fortran code) so did a trial build with Fortran 2003 (/stand:f03). 5000 warnings later....It...
View ArticleDebugger not working correctly
I recently installed IVF 13.2, but only in VS2010. I also run 11.1 in VS2008. So I did the save the Intel Fortran folder and restore to be able to continue using 11.1 in VS2008. It works, but when...
View Articlewriting to disk
I use read and write statements to save output from my applications to local hard-drives. Some of the files involved are 25GB, and the write statements for these understandably take a fair bit of time...
View Articlehow to detect the value is ‘infinity’
In my program there is an error happened when the value of a variable is 'infinity'. So i want to detect when the value became to be infinity. Is there any function can do this?
View Article