Slow compilation
Hi all,I have some mixed language DLL (c++ & fortran). I am using WIN7 with VS2015 and Intel fortran compiler 2016, when i try to compile it, it takes like 1 minute for one fortran file. When i...
View ArticleHow to set up arch and platform?
I wanted to recompile one code(have worked with this f90 program two years ago).My makefileF95ROOT=/home/milenko/intel/compilers_and_libraries/linux...
View ArticleICE with Parallel Studio XE 2017 Beta
The cute code below triggers an ICE with the XE 2017 Beta compiler.PROGRAM P ALLOCATE(CHARACTER,::S) END
View ArticleSegmentation Error when switching from linux to mac
I could compile and run a code on linux clusters without a problem. Now I want to run the same code on a brand new iMac, but I receive segmentation error when I run the same code. On linux I had to use...
View Article.mod files from exactly same source file differ beyond the first 50 bytes
Hi,trying to avoid a compilation cascade, I have been looking at how Intel Fortran generates .mod files. Searching in the internet, I thought that Intel Fortran would include a timestamp in the first...
View ArticleVisual Fortran V9.0 on Windows 10 Support
Hi Guys!A number of years ago we purchased a copy of "Intel(R) Visual Fortran Compiler 9.0 for Windows" which was installed on an old Windows XP Home machine, and running fine; recently we have...
View ArticleBINARY NUMBER and the DIGITS
If I have a binary number 101010 - as a decimal number 42 - is there an easy FORTRAN function to convert to a binary number and then determine the order of 1 and 0's --John
View ArticleUnusual INQUIRE() function return value in IVF
Hello all,I have a old program which was finished in Fortran 77 on Microsoft FORTRAN Powerstation. I am trying to immigrating the codes to IVF right now. I got one issue with the return value of the...
View ArticleAvx vs avx2
Hoping to minimize use of multiple isa target options, I made some comparison of avx vs. Avx2 performance on haswell to characterize where difference may be expected.One of the bigger advantages of...
View ArticleInstallation / Licence File Issue
We have followed the same procedure that was working for previous versions of the compiler and installed to our on premise file server. We have recently acquired via Intel a serial number for the...
View Articlelinker error misery
I'm trying to build an old console program, and I get about 1000 linker errors like the following:Error 730 error LNK2019: unresolved external symbol _vsprintf referenced in function _for__io_return...
View ArticleSegmentation Error when switching from linux to mac
I could compile and run a code on linux clusters without a problem. Now I want to run the same code on a brand new iMac, but I receive segmentation error when I run the same code. On linux I had to use...
View ArticleInternal Compiler Error (C0000005)
I am trying to prepare my application for an analysis by VTune Amplifier. I created a new configuration by copying the existing Release configuration and changing Debugging settings for both Compiler...
View ArticlePass User Defined Structure to Fortran DLL from VB.NET
In Visual Studio 2008, I create a user defined structure type and will pass an array of this type to Fortran DLL, how should I declare the function to pass this array in both VB.NET and Fortran sides?...
View ArticleHow to write Unicode characters in Fortran QuickWin application?
I know that using Unicode characters in Fortran requires translation between Dos and Windows alphabet encoding.When I work with Fortran console project I can change Dos-Windows encoding by using...
View ArticlePsxe survey request
An email came last night in spam requesting a survey response. It didn't specify whether it was about the beta test. Neither URL in the email worked even when I set up hotspot forwarding so as to try...
View Article42337 Illegal instruction: 4
Hi,The Intel Fortran compiler on Mac, is giving me the error message: Illegal instruction: 4What does this mean? And what can I do about it?I think it is due to a compile option I am using with the...
View ArticleWhat is the difference of version 11.1.072 and 11.1.048
There is a Fortran program and two testing datasets,when compiled in VS 2008 with Intel Fortran version as 11.1.048 (Win 7, 64 bit), both work fine. but when compiled in VS 2008 with Intel Fortran...
View ArticleAttaching Fortran dll to a Visual Basic Program
I have written a small visual basic utility which references a single Fortran subroutine. The visual basic program and the Fortran subroutines live in separate projects within a single solution. Both...
View Article