for_dealloc_all_nocheck
What does the library function in the subject title do for its day job? I'm a bit suspicious that it, or one of its friends, is getting up to no good behind my back.
View ArticleOpenMP compiler settings
I have a program that produces different results when compiled with /Qopenmp, even with no OpenMP directives in the source code. I have already fixed a couple of variables that were not set before...
View ArticleHow many ways to compute Rank of Matrix by using IMSL Library?
Hi,I am stuck on Rank of Matrix problem which was posted at http://software.intel.com/en-us/forums/topic/455978; there was no reply :(I am trying to attempt other way to compute it such as RANK (A),...
View ArticleOut of bounds exception handling as in CVF
Helle everyone,I'm having a migration problem from CVF to IVF of a project in a quite old and poor-quality Fortran code.Problem is sometimes, the index during runtime exceeds the size of the array....
View ArticleLicense renewal
My Intel Fortran Composer XE with IMSL license is up for renewal next month and I am looking at the options available.Ideally I would like to upgrade to Fortran Studio (or even Parallel Studio) so I...
View ArticleLink error in Mixed language (CPP calling f77-imsl)
Hi My main function is in CPP. I created fortran static lib and linked with CPP exe. Fortran static lib calls imsl lib. Here I have comprehended 4 scenarios. Please give me some input to resolve the...
View Articleseeing the character in an integer vaiable
I have integer variables which represent ASCII characters for example for example 538976304 is a zero ( in hex it is "20202030" ) . In the watch list in Visual fortran 2008 if you put a ",s" after...
View ArticleIssue 6000026691
Issue 6000026691 has been submitted ref: ICE in one of our modules with IVF 14 compiler.I believe adding /traceback or /chkuninit caused it. can back off on those, i suppose.
View ArticleSevere 408 error message that is puzzling
Hello,I'm running Visual Fortran Composer 2013 inside Visual Studio 10, Windows 7 64 bit, 128 GB RAM.I wrote a program that computes elements in matrices. The program works fine for pretty large input...
View ArticleXE 2013 SP1 /O3 optimization bug
The following code snipped is from a DO-loop over the variable I. When I compile with /O3 I get ILA2(I) overwritten with an impossible value JJ (which seem to come from the preceding I-loop), but which...
View ArticleConverting/casting C_FUNPTR pointer into a C_INTPTR_T pointer?
How to I convert/cast a C_FUNPTR pointer into a C_INTPTR_T pointer? Please help!
View ArticleCopy DLL to output folder
Hi,With Intel Fortran and Visual Studio, how can I tell the compiler to add an DLL to the output folder?In others languages (C# for example), each file added to the solution has a property called "Copy...
View ArticleApparent vectorizer bug
The code block below appears to generate bad code when the automatic vectorizer is enabled but correct code when /Qvec- is used even up to /O3 optimization. The vectorizer does not track N properly so...
View ArticleCommand line prompt path settings
I've been having path problems lately (bar total path length this is not related to ifort) - so I went a-digging.The redistributable installer adds the following paths to the head of the system...
View ArticleComplier 14.0 & VTune interaction
Steve, Colleagues:I just installed the latest release of the Fortran Studio (Compiler, VTune, etc). I'm running in VS 2010.Code I've been working on for a few months now requires 10 minutes for a VTune...
View ArticleWarning LNK4099: PDB 'vc90.pdb' was not found
When I tried to debug the fortran subrountine which linked to ABAQUS following suggestion from this link http://forum.cadec-online.com/viewtopic.php?f=5&t=204 The errors I got from Fortran compiler...
View ArticleConvert/cast a C_PRT pointer into a HANDLE
How do I convert/cast a C_PRT pointer into a HANDLE? The TRANSFER instrinsic function does not work in this case. Please help!
View ArticleIncreasing the compiler's level of verbosity
Hi there.Is there a practical way to attain the highest possible number of warnings, to ensure strict standard compliance and to make it stop at the first encountered error (or to define the number of...
View ArticleHelp me - I´m at the very beginning
Mr. SteveI´ve just purchased a new licence for IVFC. I begin with Fortran Powestation, migrated to CVF 6.6 and now starting with IVFC. As suggested, I´ve tried to extract CVF projects to IVFC....
View ArticleCompiler 14 problem?
From someone who is working with our code:In debugging another project I discovered that the Intel Fortran automatic vectorizer is apparently broken in current 13.1 and 14.0, emitting bad code for some...
View Article