The Fortran compiler (ifort.exe) cannot be found
Hi,I have installed VS2013 with Intel Parallel studio 2016when i am trying to rebuid a solution, the error come out.Thanks a lot for your help.Cheers,Jianzhou
View ArticleSilent truncation of character parameters
There appears to be a silent truncation of character parameters under certain circumstances. This may be related to some internal limit. However, I do not get any warning for this truncation.Sample...
View ArticleDownload link to Intel Parallel Studio XE
Hello, I recently subscribed myself for the free student edition of the Intel Parallel Studio XE Cluster Edition (2016) for Windows. Upon registering myself on the website, I was redirected to the...
View ArticleOpenMP Collapse(n)
Intel Compiler looks to be behaving oddly for the loop structure below when compared to GCC. !$OMP DO collapse(3) private(l,j,k)DO l=1,n DO k=1,n DO j=1,n a...
View Articlewhen will intel support get_x_lparam and get_y_lparam
Microsoft has added several new features of which get_x_lparam and get_y_lparam macros are two of them. These are needed om systems with multiple screens. Without them, you get funky answers with...
View ArticleMixing coarray and MPI
I would like to develop a code which mixes coarray language features (for their elegant simplicity when it comes to accessing/transferring data across images) and MPI features (in order to use, for...
View ArticleEditing .rc does not update .h or .fd files
I suddenly have this issue in a QuickWin program. Adding for instance a button to a dialog and compiling does not find any record in the resource.h or resource.fd files and I have to manually add them....
View ArticleChanging the compiler in Visual Studio
Hello,I am a new user of Intel Fortran compilers on Windows. I recently installed the Intel Parallel Studio 2016. And, I tested a Fortran code with and without MPI using the command prompt which worked...
View ArticleTemporary Variables
dm11=tmp(1,1) dm12=tmp(1,2) dm13=tmp(1,3) dm21=tmp(2,1) dm22=tmp(2,2) dm23 = tmp(2,3) dm31 =tmp(3,1) dm32 = tmp(3,2) dm33 = tmp(3,3) do j = 1,mn_9 l =...
View Articleunlimited polymorphic parameter and transfer intrinsic
Trying to use polymorphism with the transfer intrinsic, I ran into a behaviour that I don't understand.With the following test program, i get the following output :storage req. size = 16text...
View Articlemacro to choose source for 256- vs. 512-bit ISA
I've been in the habit of using __MIC__ to tell the compiler how to vectorize (or not) e.g.#if __MIC__ a(:n)= pack(b(:n),b(:n)>0) #else j= 0 do i= 1,n if(b(i)...
View ArticleFORTRAN compilation broken on Windows: Operation could not be completed....
I do mainly C++ development, with some FORTRAN using Visual Studio 2013.I just installed Intel Parallel Studio 16.0 Update 2 and now all my FORTRAN projects will not compile a single file , with above...
View ArticleCall Fortran Dll contains allocatable array in VB.NET
Hi,I have a Fortran subroutine which allocates an array and assign values to components: subroutine ExampleSub (array) !DEC$ ATTRIBUTES STDCAll, DLLEXPORT::ExampleSub !DEC$ ATTRIBUTES...
View Articleupdated Xcode and Fortran, now have loader problem
I am trying to compile a code with a makefile that worked fine until today. Today I updated Xcode to v7.3, then installed the latest version of Fortran Composer 2016 ('which ifort' yields...
View Articlewhy undefined reference to ??
I am now writing a makefile for a code not written by me. It uses 'MKL'. But the difficult part for me is that I do not know which 'lib' to include.Now when I try to generate a executable file, errors...
View Articlenon quickwin scrollin application+
When the user clicks the 'Restore Down' button, They get a partial view of my modeless dialog controller, See picture1. I have added the vertical scrollbar and will do the horizontal bar later. Right...
View ArticleIntel r visual fortran run-time error when running thermo-calc software
Hi all, I'm running Windows 8.1 on my laptop and have installed Thermo-calc software, the installation ran fine and the software is able to connect to the licence server but when im trying to do...
View Articleenumerate drives
I cannot find any mention of enumerating drives on the forum. I searched msdn and found we need three different functions. 1. findfirstvolume, thn 2. fomdnextvolume and 3. fomdvolume close. Tge problem...
View ArticleWhy does the "ifort -v" command spawn a process to gcc
I noticed that when issuing the command ifort -v it then launches another process for gcc. Is that to be expected or somehow tied to the bootstrapping of the Intel compiler installation? I am...
View ArticleSimple coarray test program generates segment faults
Hi All,Just started playing with coarrays, and have this simple program! This looks at a simple coarray version of doing a numerical gradient program CoarrayTest2 implicit none real(8), allocatable::...
View Article