VAX floating to IEEE conversion
I`d like to convert real(kind=4) numbers from a file created on VAX computer to IEEE format. I found the LibVAXData library. It works correctly in a Win32 Fortran program, but gives incorrect results...
View ArticleIssue with Abaqus Linker
HelloI using Abaqus 6.12 with Visual Studio 2008 and Fortran Compiler 11.1 intel64 ( I have checked the lib files has the intel 64)I have manage to link Abaqus with the Compiler and the VS with...
View ArticleBreakpoint broken and DC's not easily available
My x86 code started having problems so I put a breakpoint but the debugger in MSVS 2013 just seemed to ignore it. I was building in Debug X86 mode and my code fragment looks...
View ArticleAbout snippets
Hi, has anyone ever used of the ivf snippets for convenience? Assume this:<Code Language="ivf" Kind="Unit"><![CDATA[function $name$() ssss! Variables...
View ArticleStrand7
Strand7 is a structural package out of Western Australia -- it has the ability to allow an IF program to link to the Strand7 models. The Strand7 includes a DLL and when I compile the program in VS...
View Articleparametrized derived type problem
Hi,The following program stops for me after having printed "x" and crashes on the parameterized derived type assignment in the critical section. It works as intended if the components are assigned...
View Articlevariables in blocks in subroutines are nonlocal?
Hi,The program below exits with "error" on my machine. It looks as if the variable r in the block is shared by the openmp loop, but it surely shouldn't be?Thank you,UM program mfort implicit none...
View ArticlePrinting bitmaps revisited
I've followed all my resources including using stretchblt and I can't get a bitmap to print. I've included three files. The first is entitled test2.pdf and is an example of my screen. The second is...
View ArticleOverloading matrix-matrix multiplication
I tried to overload matrix-matrix multiplication through the operator *, but the intrinsic matrix-matrix multiplication has already existed as component wise multiplication, which triggers "conflict"...
View ArticleUDDTIO issues
UDDTIO just seems to be one of those areas that I can never get a clear run at, which means that I tend to avoid it, and hence I am not so familiar with it. Apologies if that leads to some noise in...
View ArticleCreate a file code.f fortran 77
I installed Intel® Parallel Studio XE 2016 for Windows. I want to create a file code.f but can only create files or code.for code.f90 I followed instructions To use the Intel® compiler: Microsoft...
View Articlemsvcr120D.dll missing when running exe file on other computer
Hello, I get the below attached error message when trying to run the exe file on a computer where the Intel Compiler tool is not installed. I found recommendation in the internet to install additional...
View Articlerelease dll linked with 64-bit libraries rather than 32 bit
When I build my release fortran .dll using Intel(R) Visual Fortran Compiler for applications running on IA-32, version 16.0.2 Package ID: w_comp_lib_2016.2.180 under VS 2013, dependency walker shows...
View Articleruntime error when using system() function
HiI have a working program, written in fortran, using Visual Studio 2010 and Intel Visual Fortran 2011.13.371. A simple console application.I'm trying to execute a system call from within my fortran...
View ArticleCreating Fortran DLL's using DIVPAG (IMSL)
Hello,I have a set of stiff equations which I don't want to solve in Excel. Instead I want to pass the N equations, Y(N) at t=0 through the help of a DLL into Fortran, solve them in Fortran using the...
View ArticleIMSL LPRS max number of iteration
Hi, I am working on relatively large dense linear programming problems using IMSL (the Intel bundle version, I think it is 7.0.1) LP routines. I'm getting good results with DENSE_LP but it is a bit...
View ArticleICE with optional argument, overriden LEN and allocation of deferred length...
T.G.I.F. MODULE iso_varying_internal_compiler_error IMPLICIT NONE TYPE, PUBLIC :: varying_string CHARACTER(:), ALLOCATABLE, PUBLIC :: chars END TYPE varying_string INTERFACE len MODULE PROCEDURE len_...
View ArticleQxHost and QxAVX __intel_avx_rep_memset broke
Win7 Pro x64 PS Pro V16.0 update 1.CPU E5-2620 v2The compiler with updates was running quite well until recently (today). The host system has AVX (not AVX2). However, the runtime code linked in is...
View Articlesymbols multiply defined
I have already opened this topic with premier support but what I need is a urgent work-around.These symbol are linked to temporary variables outside my control.So I cannot go ahead with my development...
View Articleallcoatable arrays can't be allocated and allocated arrays can't be deallocated
Hi,Here is the code: ...... deallocate(chebft_y) N2wave=int((xrhomax2-xrhomin)/(2*xwavebjmin)) if...
View Article