dll 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 ArticleMixing optimization option O1/O2/O3 in the same code
Hi,I have got a code which works well in debug ver but gives segmentation fault in the optimized ver. I optimized with: -ipo -O3 -r8 -c -fPIC -save After quite a lot of debugging, it seems that it...
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 Articlemake: ifort: command not found
I intalled fortran on my linux computer, when trying to intall FPLO, after typing command make, it returned ifort: commmand not found, so I used this code:...
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 Articleundefined symbol: __libm_feature_flag
Dear colleagues,I'm compiling WRF model with icc and ifort from parallel_studio_xe_2016.1.056 on a AMD64 with Debian 8 (Jessie). During compilation there is no error. During runtime there appears the...
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 ArticleFortran IA-32, Version 13.1.2.190: Using EQUIVALENCE*s : Link-Error
The Software is implemented with MODULE and USE's And Interrfaces To C. The software ist ported from Compaq Compiler to Intel Compiler. 1 Module is implemented with EQUIVALENCES. Fortran is compiling...
View ArticleAbstract type/concrete extension interfaces mismatch: different behavior...
Dear Great Intel Fortran developers Team,as always, thank you very much for your great work.I have found a different behavior between the Intel Fortran Compiler (v15.0.3) and GNU gfortran (gcc v5.2)...
View ArticleHow do I avoid Microsoft Edge ?
When I updated to Windows 10, the browser in VS for the Fortran compiler help usesEdge, which has some problems. ( I reported those before.) currently I have to cut and paste the URL over to Google...
View ArticleUNSIGNED type?
I had read that Fortran 95 and later support an UNSIGNED data type for unsigned integers. I successfully compiled a small program with gfortran with this type, but Intel Fortran does not seem to...
View Article