how to build and distribute program that uses IMSL
Is there a document somewhere that explains everything about building and distributing a console program that uses IMSL? We have sent our program to a user, and he can't run it because of missing...
View ArticleEmbedded VS2010
I have XE 2013 SP1 with the embedded VS2010. I would like VS to start with the normal start page, not that stupid MS web page. I cannot seem to get it to save any customization changes, including this...
View ArticleBrowse for Folders
I've checked on several previous posts and the code they supplied to browse for folders but too many things have changed with IVF. In my 2016 Composer XE I don't have a file called extrawinty.f90 nor...
View Articledebug version works release version doesn't
In developing my project I've come to a point where the x64 Debug version works and it works great. But the x64 Release version launches and then gives me a message saying my application has stopped...
View Articleunformatted write of allocatable data structure
This is confusing, because it seems to work with the Intel compiler (2015) when the write is done in the same program before the read.The compile fails with G95 giving the error message...
View ArticleLinking abaqus 6.13-1 with Intel® Parallel Studio XE Cluster Edition
I am trying to link abaqus 6.13-1 with INTEL FORTRAN COMPILER (cluster edition 2015) and 2016, on vs2012 platform. I followed the procedure well discussed online about modifying abaqus.bat file. but...
View ArticleOpenMP debugger for intel2016@Windows
Dear all,I am using Intel parallel XE on Win10. However I can not find the "intel parallel debugger extension" under the "Debug" button.How can I enable this item?Thanks so much!Best..
View ArticleOld Code
So I was playing with the structures program from '73 and I want to add an element to it -- a fair amount of searching showed me several algorithms for the element - which is actually quite tricky to...
View ArticleOperations with big real numbers in Fortran
Dear all, I wrote a fortran code that calculates the ith-permutation of a given list {1,2,3,...,n}, without computing all the others, that are n! I needed that in order to find the ith-path of the TSP...
View ArticleIs it make a difference to use a matrix instead of an array (vector)?
If I have a matrixcomplex mat(3, 2, 3)I can also declare it ascomplex array(18)I can use both ways. This is a small matrix. Right now I have a very big matrix.I want to know if it will make a...
View ArticlePicture Control Revisited
I read the previous thread and it was closed so I'm restarting it. I deliberately chose not to use ColorPicker cpommon dialog because rarely does the color I've picked look good on the full screen. So...
View ArticleCannot use ifort command after update
I updated my Intel Parallel Studio XE 2016 to Update 2 and I cannot use ifort command in Intel Compiler 16.0 Update 2 Intel(R) 64 Visual Studio 2015. The error message was "'ifort' is not recognized as...
View Articlerun/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 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 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 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 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 Article