Installed Composer 2016 Update 1, now VS 2015 Community won't lauch
I had VF 13.0 working fine in VS 2010.I installed VS 2015 Community with C++ custom install, used it ok.I bought and installed Composer 2016 Update 1, said it installed fine in both 2010 and 2015...
View ArticleMultiple Output files
I've written a 3D finite difference diffusion code in Microsoft Visual studio and I need to output the concentrations are certain time step values. I need multiple output files that include the...
View Articlefreelibrary fails to unload dll
I have a couple of fortran dll's (Intel® Parallel Studio XE 2016 Update 1 Composer Edition for Fortran Windows) that get loaded into a c++ program. After they're done I'd like to unload the dll's. One...
View ArticleSIZE function on an ALLOCATABLE array
Hello,The following code prints out 10 as the size of the ALLOCATABLE array after the array is deallocated. Is this the correct behavior or a compiler bug? I am using the latest version of the Intel...
View Articlemixed prgraming - force passing argument
Hi I am working on VS2010 mixed-programing and use the Intel Compiler / VisualStudio (Intel Parallel 2015) to compile my project in VS 2010.Console - c source: #include <stdio.h> #include...
View ArticleQ about integer multiply
Suppose we have: integer(4) x,y integer (8) z z=x*yIn almost all cases, the result will be wrong, in fact, more than 99.9999 percent of thetime, since the compiler does not understand...
View Articleproblems with StretchDIbit
I am converting a program from Fortran 10 to fortran 16 (evaluation version at the moment) in Windows 10.Most things have converted well but I am having problems with a bitmap routine (based on a...
View Articledll files not found in Windows 10
My program requires some dll files, which I install withw_fcompxe_redist_ia32_2013_sp1.1.139.msmwith Advanced Installer. The user has to run the msi file, and then the program works. This runs on XP,...
View Articlemissing libifcoremd.dll
I have been successfully using R 3.2.2 to call a DLL created with Intel Visual Fortran (w_fcompxe_2013.6.204), under Windows 7. However, when I try to repeat this on another Windows 7 machine (without...
View Articlecannot uninstall "Intel Parallel Studio XE2016 Update 1 Composer Edition"
The OS is Windows 7. I go to control panel, "Uninstall a program", double click on the name as above and nothing happens.If I go to "Start","All Programs", "Intel Parallel Studio XE 2016", I see...
View Articleerror #6457 This derived type name has not been declared
Hi All,I recently met a problem with error message "error #6457: This derived type name has not been declared. [DRTYP]" in my code.module derivetypetest implicit none !DEC$ IF DEFINED (abc) type...
View ArticleRequesting Intel Fortran compiler version 12.0 - window, for student
Hello,I am a student, I was searching for Intel Fortran compiler version 12.0 but I was not able to find it, can you please tell me where can I find this version because my work only can be done by...
View ArticleStrange coarray behavior
It seems that the following code produces all kinds of weird, non-repeatable results. The code was compiled with 16.0 and run in debug (x64) mode, while 'Enable F2003 Semantics' was set to either yes...
View ArticleCompiling MPI applications with MS-MPI and Intel Fortran for 64-bit
I am trying to compile an MPI application using Intel Fortran (Parallel Studio XE 2011 with VS2010) and MS-MPI. I have been able to successfully compile using 32-bit MS-MPI libraries. The following...
View ArticleLicencia no encontrada
hola,llevo ya un par de semanas programando en visual studio 2010 de windows en fortran 90, descargado de aqui, no he tenido ningun problema a la hora de compilar, pero hoy he ido a compilar un...
View Articleusing c library functions
I want to call c library function atof from my fortran program. I m using VS 2008. What would be the syntax for such a calling?Also i have another c program with its .h nd .cpp files. How to call such...
View ArticleInternal compiler error ? ?
I added a function (CKSUM) to this F90 file, now it wont compile.Does this violate a rule? Why would it not say so, rather than giving me"internal compiler error" ?AttachmentSizeDownloadlongmul.f901.73 KB
View ArticleFortran compiler environmental setting problem
Hi,I just installed 30 day trial version of Intel Parallel Studio XE 2015 for Professonal Edition Fortran. Before I install this fortran, I installed MS Visual Studio 2012 Express version. Now I am...
View ArticleVisual Fortran Composer XE 2013 64 bit debugging issue
I am currently running XE 2013 and have been compiling code for 32 and 64 bit. When running in the debug mode, I can not view any of the variables as I step thru the code. I can when using 32 bit. I...
View ArticleLNK2001 error from old Compaq Visual Fortran Code
Hi,I have searched around this issue quite a lot but non of the suggestions seem to solve my problem. I am evaluating whether some old Compaq Visual Fortran code that we have can be built in Intel...
View Article