variable in internal subroutine
Using implicit definitions.A variable JED calculated in internal subroutine INTA appears as undefined when used in internal subroutine INTB.The variable JED is not defined nor used in the principal...
View ArticleBizarre results obtained with a simple program
I have some experience with gfortran compiler but no experience whatsoever with ifort, so I should be doing something terribly wrong in what follows. I have recently installed...
View ArticleFortran Compiler 10.1 install problem
I want to install an older Fortran Compiler v. 10.1 after installed the 2016 Parallel Studio XE Composer Edition. I downloaded the file 'w_fc_p_10.1.034.ia64.exe' and tried to install it. I had an...
View ArticleHow to set stack size while building in sublime text?
I've got this problem while I am trying to build fortran in sublime text. Here is what I wrote in sublime text. It works well except for stack size. When I am trying to compile, it saysifort: command...
View ArticleHow to allocate a Fortran dynamic array in a dynamic-linked library written...
Hello,I'm trying to allocate a Fortran dynamic array in a member function of a dynamic-linked library written in C. The compiling and linking is success, but the exacution afterwards has some...
View ArticleError #5082 in transferring a value represented by a pointer to another variable
A value stored in a structure pointed by a pointer is unable to be passed on in another variable temp_crowding_dist = pop%ind(1).crowd_dist Following error is showing while building the projectError...
View Articletype (dialog) definition
I am in need of converting a HANDLE to a type(dialog) variable and I cannot find the definition of type (dialog). I've searched IFLOGM.f90 for type dialog and found: type, public :: dialog sequence...
View ArticleMinus zero instead of zero?
Greetings,I am modifying some Fortran77 code to Fortran90 and I observe a strange phenomenon. The old code was compiled with the 2011 XE composer under Visual Studio 2010, the new one under 2016 XE...
View ArticleFile Extensions .fi and .rc
In Microsoft Visual Studio, when one right clicks on Source Files and selects “ADD NEW ITEM”, .fi and .rc file extensions are two of the options. The descriptions say:.fi Fortran header file .rc...
View ArticleFortran Optimize Sample
Language EnglishSoftware Products: Intel® Fortran CompilerOperating System: Apple OS X*Linux*Microsoft Windows* 8.xProgramming Language: FortranShort description: This sample is designed to illustrate...
View ArticleIntel® Fortran Xeon Phi™ Samples
Language EnglishSoftware Products: Intel® Fortran CompilerOperating System: Linux*Microsoft Windows* 8.xProgramming Language: FortranShort description: The examples included herein are designed to...
View Articleifort error to find as and ld after installation gcc
Dear all,I install gcc to my compiler directory:~/compilers/gcc/gcc-5.3.0/bin/gccand I setup enviroment variables:#-------------------------------------------------------------------------------# GCC #...
View ArticlePRJ0018 warning about missing environment variables
Hi,I have just moved to a Win10 machine (Lenovo) and installed Intel Fortran (Parallel Studio XE 2011 with VS2008). All seemed to go smoothly, but when I try compiling a simple (Hello World) program I...
View ArticleUrgent Help -Compiling Fortran 90 with Visual Fortran
Dear all ,I have a code written in Fortran 90 and now I urgently need to compile it to check some result and find out the procedure but I have encountered the below error and can not proceed .Can you...
View ArticleQuestion about defined assignment
in the following example, should the program not behave the same way,whether I assign a variable to itself enclosed or not in parentheses ?module m_test type t_1 integer :: i,j,k contains procedure,...
View ArticlePrecision and Enumerators
program test integer :: i enum, bind (c) enumerator :: enum end enum print*, KIND(i), KIND(enum) end program test When compiled with ifort (IFORT) 15.0.3 20150407 and -i8 option, the kind of the...
View ArticleREAD not working
I am developing a windows dialog based program and have a problem with: num = GetDlgItemText(hwDlg, IDC_M1, myBuffer,20) If (num /= 0) Then iostatus = 1 do while (iostatus...
View ArticleIntel Fortran Compiler 16.0 Update 1 for OS X* Release Notes for Intel...
This document provides a summary of new and changed product features and includes notes about features and problems not described in the product documentation. Please see the licenses included in the...
View ArticleIntel Fortran Compiler 16.0 Update 1 for Linux* Release Notes for Intel...
This document provides a summary of new and changed product features and includes notes about features and problems not described in the product documentation. Please see the licenses included in the...
View Articlevariable assigned to number has value NaN
Hello Fortran fraternityI assign a real variable to zero. but when i debug the program, I see that variable value as NaN without any operation having taken place. what could be the reason and what is...
View Article