how can i run my serial code in the fastest case
hii use vs2012 &intel xe 2013how can i djust vs or pc to use one core for one run in Simultaneous runs for faster run?if not,is is there a better way to run my code in the fastest mood?thanks
View Articlefpp parse errors
I occasionally get parse errors using fpp. Usually I find a fix (sometimes having to rename symbols) but have been unable to resolve this one. The code extract is from a file that successfully parses...
View ArticleError with internal subprogram in impure elemental routine
Greetings,i got an error with the impure feature. It states: error #7949: All internal subprograms in a pure subprogram shall be pure. It does not matter, wether the routines are functions or...
View ArticleICE with allocated() on not allocatable member
Greetings again,i got an internal compiler error with the following (wrong) code:module test_mod type T_BAR integer :: a(1) end type contains subroutine foo(this) class(T_BAR), intent(in) :: this...
View ArticleOld Topic
Dear John (1) Welcome to the BBC (Brown Belt Club) (2) My Granddaughter, who is 4 and big half, likes The Octonauts especially Captain Barnacles, and is telling everyone that she starts University in...
View ArticleDraw and Erase Text
OK,I've failed miserably but how do you write text to a gui window and later erase that text. I've been using TextOut with ret = SetROP2(hDC, R2_XORPEN) iret =...
View Article20 second delay when invoking ifort in a command window
Greetings,I have a issue after having installed Visual Fortran Composer XE 2011 Update 13 for Windows. We have single user uncounted licenses, and while these have worked fine on servers using Fortran...
View ArticleSymbol file not loaded
Hello,I have this problem, when I debug a program in visual studio, it comes to a break point and says "symbol file not loaded. No symbol file loaded for libif coremdd.dll" Does anyone know how to...
View ArticleThe 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 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 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 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 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 Article