Functions for getting Input
Dear SteveWhat are the functions available for soliciting input from the user in QWIN like MESSAGEBOXQQ ?Regards
View ArticleUnwanted screen erasures
I wasn't getting text drawn to the screen so I went thru a detailed debugging session and found my text was getting to the screen but then getting erased. The erasure was coming here: ! Read and...
View Articlemakefile can't find ifort, ifort -v returns a license error
I installed Intel(R) Parallel Studio XE Cluster Edition on my system running Ubuntu 14.04.4. I updated my .bashrc files to include /home/chris/intel/bin.which ifort returns:...
View Articlecheck arguments of called subroutines
Hi all,I am wondering if there is a compiler option which enables to check arguments of call subroutines/functions while compiling (argument numbers or event types). Or maybe a run time tool activated...
View Articleopenmp setup
Dears colleagues, I´m having some problems with an OpenMP test program. The running time remains the same for any number of threads. My test code is:PROGRAM openmp !$ USE OMP_LIB IMPLICIT NONE...
View ArticleError message when installing IMSL add-on
After I bought and downloaded the IMSL Fortran add-on (Rogue Wave IMSL Fortran Numerical Libraries 7.0 for Windows* OS - Named-user Commercial) Manuf Part #: RFL999WLGE01X1Z , I tried to install...
View Articlestrange crash
Hi,We have a strange problem with a fortran DLL crashing within our application that we cannot identify. Of most concern is that a second recompile of the exact same code in the exact same environment...
View ArticleCannot invert a matrix with IMSL routine LINDS
I am trying to use a standard IMSL routine LINDS to invert a positive definite matrix,. I installed the IMSL library based on these instructions....
View Articleerror #6413
In coding for a gui application (not qwin) I've run into a slight problem with compiling a subroutine.1>------ Build started: Project: Pearson, Configuration: Debug x64 ------ 1>Compiling with...
View ArticleNot able to use 'GetProcAddress' from Fortran to call .Net methods
Hi All,Please escuse me if this post seems silly. I'm totally new to Fortran and have been tasked to use some existing Fortran DLL's in my .NET project.I'm able to access functions created in Fortran...
View ArticleIntel C++ and Fortran Compilers for Windows* - Required Microsoft*...
This article provides an overview of the Microsoft development software required to use the Intel® C++ and Intel® Visual Fortran Compilers as part of Intel® Parallel Studio XE 2016. For more details,...
View Articlereading file and input conversion error
hello everybodyi am trying to read in a file. its a two column data. Right when i run this code, at line 5242, i get input conversion error. i am pasting the code here. the file i am trying to read is...
View ArticleMemory
Back in the old days - Conte and deBoore was a nice textbook on Numerical Analysis. I remember using this textbook in my Mechanical Engineering course on Numerical Analysis - of course one could only...
View Articleerror #5102
Dear Users,I've followed the instructions to add the IMSL Library to Visual Studio but I still cannot build my code. I have Visual Studio 2005 and I am facing the (aparently famous) error "error #5102:...
View Articleunresolved references in project that was working
Removed this - appears I had an obsolete version of my code with erroneous DLLEXPORT in an exe file.
View ArticleSubmodules - Experience and VS2015 integration issue
Dear all,I recently played around with the new submodule capabilities in PSXE2016 and some questions arose.The first one is a question of experience of other users: Do you take advantage of the...
View Articleifort: command not found
$ source /opt/intel/bin/compilervars.sh intel64 ~$ ifort ifort: command not foundCan anyone tell me why? Many thanksI had installed the parallel_studio_xe_2016_update2 successfully on Ubuntu 14.04 TLS
View Articlespin-control behavior
I have an up/down spin control in a dialog and I have a working call-back routine and the control works fine with its integer edit buddy. However, the edit box does not display an initial value. If I...
View ArticleRestoring minimized application
Just developing a gui-dialog based application that controls the graphics drawn in the main window. When I minimize the app all seems ok. When I try to maximize it it leaves nothing intact. The dialog...
View Article2013 --> 2015 change in reading reals?
I'm sure this is just a compiler setting or something, but I'm rusty! When we moved from 2013 to 2015, our applications stopped working properly. We tracked it down to the fact that we were trying to...
View Article