run/load-time libraries
Hi,I am building dlls that can be loaded in different ways: by several applications we are developing but also by activeX objects we have also developed and that can be used into Excel, Matlab, etc. Up...
View ArticleCalling C++ dll in a fortran program
Greeting,A new poster here.I am working with a C++ dll originally written for a finite element program. Because it is available open source, I decided to use it in my own FE program written in FORTRAN...
View ArticleNo license for old compiler using trial
Dear SteveI downloaded a 30-day trial version of Intel Visual Fortran Composer XE 2013 SP1 Update 6 to link with Abaqus 2016 as a subroutine compiler, and I am getting a licensing error when trying to...
View Articlesubroutine argument real to integer conversion
Hey,I am migrating a legacy HP UX f90 program to a Linux Intel ifort program. There is a call to a subroutine where one of the actual arguments is an integer array output from the subroutine but the...
View ArticleSimultaneous running problem
hi.i have a serial fortran code.when i run alone, it converged in 20 min and final answer is 17but when i Simultaneous run it in more than one vs it converged in different time and different answer!i...
View ArticleTab control dialog
I have a main modal dialog box which has a TAB Control with three tab defined. At run time, based on user selection from the main dialog box, I want to disable certain TABs. Is there a way to disable...
View Articlewill -heap-arrays flag be ignored if -openmp is used?
Will -heap-arrays flag be ignored if -openmp is used for compilation?BTW, will -heap-array cause any issue with thread-safety? Thanks,
View ArticleInstallation and environment variables.
I use an iMac running OSX 10.11.4. I have Xcode and Command Line Tools installed.Yesterday I installed IntelŪ Parallel Studio XE 2015 Composer Edition for Fortran OS X evaluation. The installation...
View ArticleCan't trap mouse WM_LBUTTONUP events
I have a running application in x64 mode and I wanted to trap a WM_LEFTBUTTONDOWN event, translate the mouse position to my real world coordinates and write out those coordinates on my GUI and then...
View ArticleALLOCATABLE attribute
I spent quite a bit of time debugging an application that in the end boils down to the code below:PROGRAM MAIN IMPLICIT NONE INTEGER,ALLOCATABLE :: ARRAY(:),I ALLOCATE(ARRAY(5)) ARRAY = [1,2,3,4,5]...
View ArticleArray with variable size an iterative process
Hello everyone! My name is Jeferson and I have been having trouble with arrays that change their size in each iteration.First of all I need to do this using an interface block because I plan to use an...
View Articlehow 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 ArticleUsing a different floating point model for offload section
Hi,I am working on an application, where we can specify all the compiler flags, floating point models (eg -fp-model source etc.) etc, in the Macros file.In the code, I am offloading a certain section...
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 Article