multiple definition of
I'm using Intel Fortran Compiler for Linux to recompile a program originally compiled by Compaq Visual Fortran.A linking problem...
View ArticleProblem with Fortran compiler in ubuntu 15.04
Hello community.I am sorry for not to be an experienced linux user, but I recently acquired Intel Parallel Studio XE, and downloaded the new update 2 for instalation.I installed the cluster edition...
View ArticleUbuntu 15.04 (64) not supported by Intel parallel studio XE 2016 update 2 for...
I am interested in installing trial version of Intel fortran and C compiler. But while installing using the CLI as well as GUI the programs fails at Prerequisites. For Ubuntu 15.04 which version should...
View Articleforrtl callbacks
forrtl: severe (59): list-directed I/O syntax error, unit -5, file Internal List-Directed Read My question is, is there a way to optionally provide a callback to the forrtl library than will call a...
View ArticleInstallation environment variable issue
System is Windows 7 Pro x64, Parallel Studio(s) 14, 15, 16.0, 16.0 update 1Installation of PS EX V16 Update 1 did not properly set the INCLUDE directory:IFORT_COMPILER14=C:\Program Files...
View Articlecommand not found error
Hi guys,I am pretty a new learner in Fortran. I am running a code in Fortran 90 on linux. I am using gfortran -macmodel=medium -o file silename.f90 to compile the code and making it executable. After...
View ArticleCalling Wordpad to open a file with a space in the name
I have been using the following to open Wordpad: iRet = WinExec('C:\Program Files\Windows NT\Accessories\wordpad.exe '//Trim(File)//'.txt'//CHAR(0),SW_ShowNormal)However, if the file name has a space...
View ArticleCan I use my v11.1 compiler license to download/run v2015 or v2016
I am in possession of a license for version 11.1 for Intel® Parallel Studio XE Composer Edition for Fortran Windows.I now need to upgrade to the 2015 or 2016 compiler. Does my license allow me to use...
View ArticleForce traceback printing
Dear all,Our Fortran/C application is presenting some source of failure we didn't find out yet, returning segmentation fault. However, we are not able to see traceback information on screen (even using...
View ArticleErroneous DEBUG behavior
Something goes wrong with the way the compiler sets up the debug info in particular routines.I am using the most recent FORTRAN, so the problem might be in VS.the breakpoint causes the green arrow to...
View ArticleRadiobuttons and checkboxes unravelled
This is not a problem but some help to fellow developers. Brooks V Instructions on some dialog...
View ArticleHelp with a special problem
I've attached a pseudo-random number generator that I helped convert a few years ago. It is extremely fast and passes a multitude of randomness tests. There is a data file that need be present when it...
View Articleintrinsinc REAL & ifort 16.0.2 - bug?
Here is a small code:PROGRAM test IMPLICIT NONE INTEGER, PARAMETER :: wp=KIND(1.0d0) REAL(wp), ALLOCATABLE, DIMENSION(:) :: rr COMPLEX(wp), ALLOCATABLE, DIMENSION(:) :: cc INTEGER :: n n=1000000...
View ArticleSUBMODULE/STDCALL/BIND(C)/Unresolved external
! subm_link_prob.f90 module mymod use ifwin implicit none INTERFACE MODULE FUNCTION FRED(HDLG) BIND(C,NAME='FRED') !DEC$ ATTRIBUTES STDCALL :: FRED INTEGER(INT_PTR) :: FRED INTEGER(HANDLE),INTENT(IN),...
View ArticleLInking a Ftn DLL with a C static library
I am updating a 15 year old VB6 project that calls routines in a Ftn DLL. The DLL calls routines in a C++ static library. I have recently purchased the Intel Fortran compiler and have downloaded Visual...
View ArticleFortran -> C Interop w/ Argument Errors
All,In my continuing journey in learning how to interoperate Fortran with C, I've come across yet another confusing situation. Below, I'm trying to pass two REAL data arrays to a C routine gpc _cvlist...
View ArticleSilverfrost FTN95
Проблема описана в разделе "Резюме", поскольку в разделе "Тело"не удается ввести текст на английском
View ArticleUnable to link FORTRAN x64 DLL
We have build many FORTRAN x32 DLL's utilizing VS2008 and Intel(R) Visual Fortran 11.1.038.When we try "upgrade" to x64 we always get the following error when attempting to build: Build Log Build...
View Articleifort 16.0.0.109 compilation fails with -static
I am trying to compile with -static; however this fails at the load stage even for the simplest little program (omitting -static works fine)print *,'hello' endifort -static hello.f90 gives the...
View Articleifort 16.0.2: no more targeting to elemental functions; Was it a feature, not...
Hi,Until lately I was using function pointers to alias different elemental procedures sharing the same abstract interface. Obviously that's forbidden according to the standard but allowed until the...
View Article