Quantcast
Browsing all 3270 articles
Browse latest View live

Creating 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 Article


IMSL 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 Article


ICE 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 Article

QxHost 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 Article

symbols 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 Article


allcoatable 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

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 Article

Embedded 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 Article


Browse 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 Article


Image may be NSFW.
Clik here to view.

debug 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 Article

unformatted 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 Article

Linking 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 Article

Image may be NSFW.
Clik here to view.

More Polymorphic Pointers - Upcasting

Hello there once again,I have been playing with some upcasting (and downcasting) with Fortran's polymorphism these days, but I am not really sure about what is allowed.I am basically creating a derived...

View Article


Sequential WRITE with variable record length

I have been trying to read and write some files in Fortran, but my knwoledge on IO is pretty limited. I have been opening the file withOPEN(NEWUNIT=file_unit, FILE=filename, STATUS='replace',...

View Article

Old 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 Article


Operations 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 Article

Is 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 Article


Mixed Language linking capitalization

Dear fellow developers,I've recently came across a compilation problem when using the HDF5 library with the Intel compiler suite (ifort 16.0). I'm using a rather complex setup on Ubuntu 14.04:What I...

View Article

Image may be NSFW.
Clik here to view.

Picture 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 Article

Cannot 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 Article
Browsing all 3270 articles
Browse latest View live