Control Panel Entries
How do I clean up the entries in Control Panel?I still have Compose XE 2013 Update 15 listed as being installed, even though this does not appear in VS.When I attempt to uninstall the older version,...
View ArticleRequirement of Visual Studio for Intel® Visual Fortran Composer XE 2013
Whether Intel® Visual Fortran Composer XE 2013 will work with full functionality without Installation of Microsoft visual studio 2013 in Windows 7 Operating system ?. I
View ArticleProblem with allocatable string array expansion
program SumRes implicit none ! file1 ! lc120008A100Lh0_11 840.9 1031.9 1 843.3 1015.5 2 492.4 1496.3 5479.7 5956.7 1.26 3.03 ! lc122391A100Lh0_11 795.0 1146.5 8 796.8 1139.6 9 442.4 1453.2 5478.6...
View Article0.0000000567 becomes 0.000000000, why?
Hi, there is a parameter sigma which should be equal to 5.67*10**(-8) in my programming. When the code is like this sigma= 5.67*10**(-8) L=0.1 !m a=1.0 e=1.0...
View ArticleError 1 fatal error LNK1104: cannot open file 'uuid.lib' LINK
Hello AllI have been running VS 2008 shell for IVF (Intel Parallel Studio XE 2011) since late 2013. Yesterday, when I cleaned & compiled a project that compiled fine last week, I saw the following...
View ArticleHow to prevent Print statements from interfering with graphics?
I am working on a graphics APP, but I do from time to time have to insert Print statements, for user interaction,informational purposes, and for debugging.Despite my best efforts to keep the Print...
View ArticleProblem with starting fortran compiler
Hi,I downloaded and installed Intel Visual Fortran Composer XE 2011 for Windows with IMSL for 64bit computer. Before that I installed MS visual studio 2010. Now, I can't start the compiler by visual...
View ArticleProblem with derived type i/o from internal file
I am trying out the derived type i/o available since version 14 of the compiler and running into problems when reading from an internal file. With the following code:module m_prb_dtio_1 type t...
View ArticleDeallocation of allocatable class components of types
Consider this: module memory implicit none Type :: MyType real X(50000) end type type M class(MyType), allocatable :: mem contains ! final :: testfree end type contains ! subroutine testfree(this) !...
View ArticleCompilation of static librairies
Hi everybody,I have a question about the compilation of static libraries. I tried to compile my own static libraries on the graphic interface but I don't know how !Could you help me, please?Thanks a...
View Articleproblem with derived type I/O on internal file
I am trying out the derived type i/o available since version 14 of the compiler and running into problems when reading from an internal file. With the following code:module m_prb_dtio_1 type t...
View ArticleModule use another module?
I am consolidating parameter duplication in our code and have defined a parameter SDENW now in one module only, say module A. However this variable exists in module B too (not just as a parameter...
View ArticleHow to call Fortran routine in static library using C
What is the proper calling convention for a C routine to call a Fortran subroutine containing a character variable in the call list.Example C code: ... char *strng[1]; fsubr(strng[0]); ...Example...
View ArticleProblem with the start debugging
We are having trouble with pre-written Fortran code compile.When we open pre-written Fortran code,start debugging button isn't active(pic1) and when we copy entire code and paste new project page...
View ArticleIVF 11.1 + VS2008 debugger
VS2008 indicates all compilation errors occur at the last line of one source file in my project. I have tried restarting devenv with different switches (/resetsettings, ...) but it does not resolve the...
View ArticleQuestion about UEL in ABAQUS
Hi everybody,I have a UEL for truss element (T3D2). I'm calling and reading some .dat files inside of the UEL. I'm just reading these files inside of the UEL without doing anything to them or with them...
View Articleerror #8127
Dear all,I am having a problem while I am trying to run my program as debug. I am facing the following error: error #8127: A null argument is not permitted when calling a Fortran routine which has an...
View ArticleCan you use Intel Fortran and MS C/C++ together?
Found this surprisely hard to get an answer for. I already have MS Visual studio for C/C++/C# programming. I recently purchased Intel fortran and it installed happily into this environment. I have a...
View ArticleDifferent results with 32 bit and 64 bit executables
Hey guys,In general, given a Fortran application, should differences between the 32 bit and 64 bit results be expected? If all calculations are single precision, it seems that differences can arise in...
View ArticleProblems with DSS routine
I am beginner of MKL. I just want to use the DSS routine to solve a large sparse matrix equation. I revised the DSS example according to the manual. But it could not work with the error message...
View Article