Error messagge when using IMSL libraries
I have recently purchased a licence for Intel fortran XE composer edition with IMSL libraries. I was trying to write a simple code for practising with the use of IMSL libraries. I report below the...
View Articleifort: error #10037: could not find 'link'
I have recently acquired a copy of Microsoft Visual Studio 2012 and Intel Parallel Studio Visual Fortran Compiler XE 2013.When I attempt to run a simple Fortran Program through the command prompt, I...
View ArticleUnexpected "Program Exception - access violation" error during...
The following code does some 'voodoo' using a C pointer, TRANSFER intrinsic, and what not, but it is standard-conforming as far as I can tell. It functions as expected when compiled using gfortran,...
View Articleassumed rank arrays -> ICE and runtime error
Dear all,I wrote an example for getting in touch with assumed rank arrays and got two issues. Once an ICE assumed in subroutine bar in line 44 (if un-commented) and in foo in line 22 a run-time error...
View Articlebuffered IO
The code I am working on is running fine on Windows. When it is ported and built on Linux, it fails on the on eof our unit tests with an error – cannot write a file to working directory - in a...
View ArticleIntel® Parallel Studio XE 2017 Composer Edition Compiler Fixes List
NOTE: This PARTIAL list shows ONLY defect fixes and feature requests for the Fortran Front-end that have been incorporated into the Intel® Parallel Studio XE Composer Edition Fortran Compiler. Defects...
View Article17.01 vs 17.02 private component inheritance problems
Hi,the code below compiles with ifort 17.01 and gfortran 6.3, but not with ifort 17.02. The error message is:"A private component name is accessible only within the module containing the type...
View Articlerc.exe not found when compiling or recompiling
Hello,This is my first time using Microsoft Visual Studio and Intel Parallel Studio. Also, it's my first time programming in fortran and using fortran compilers. Please take note of that for the...
View Articleget Visual Studio 12 to recognize Visual Fortran XE 2013
I can not get Visual Studio 12 to recognize Intel Visual Fortran Composer XE 2013. Does it make a difference in the order they are installed?
View ArticleVisual studio 2012 freezes when running the debugger
I am working with a large application written in Intel Visual Fortran. In order to limit jumping to internal procedures and staying within my loaded Fortran solution while debugging, I have set...
View ArticleGeneric operators with ABSTRACT derived types such as (*) do not work as...
I think the following code is alright but Intel Fortran compiler 17.0 update 1 gives an unexpected error:module parent_m implicit none private type, public, abstract :: parent_t private contains...
View Articleduplicated source code windows in studio 2013
Hello all, I've recently purchased a second copy of Intel Fortran for windows (Win7) with Visual Studio 2103. I'm getting two copies of the same source code file opening in the Visual Studio editor....
View ArticleSegfault in omp program. Need support from Intel!!
Hi,one of my programs is crashing when runnig a threaded version. When running it inside gdb the output left me helpless:[New LWP 397493]Program received signal SIGSEGV, Segmentation fault. [Switching...
View Articleifort: command line error: '-fminshared' conflicts with...
I am using the latest code CAMB 2017-Jan with latest OSX 10.12.3 and latest ifort 17.0.2,when I run make there comesKongs-MacBook-Pro:CAMB-Jan2017 jiangjie$ make mkdir -p Release ifort -fast -W0 -WB...
View ArticleVery slow editor response in Visual Studio
Hello, I'm getting very slow response in the visual studio editor, key presses can take up to 2 seconds to appear on the screen. My other applications seem to be responding normally. It seemed to get...
View ArticleF77 and F90
Hello.Is their a possibility to handle F77 fixed format FORTRAN-files and F90 free format FORTRAN-files with an option automatically or have I insert manually the -free option?Thanks in Advance.Regards...
View Articleredefine intrinsic operator
I am a little confused of the default operation of intrinsic operator(==), here's the example:program main implicit none if('a' == 96) print*, 1 if('a' == 97) print*, 2 if('a' == 98) print*, 3...
View Articlelisting of windows to linux options
I need to run in both Windows 10 and Linux environments. Is there a listing of Windows to Linux options for latest Intel Fortran compilers? I realize there probably isn't a one to one translation in...
View Articleif the module has a interface, when i click build solution, it always rebuilds
recently i suffer the problem of rebuilding everything even when i do nothing with my codei find the interface is one of reasons, an example like thismodule inter !interface itf ! module procedure:: op...
View ArticleBESSEL_JN Freezes for high-orders for quadruple reals
Hi, BESSEL_JN freezes for high-orders, e.g. BESSEL_JN(234,224.96Q0) never ends.I am using XE 2013 SP1 (w_fcompxe_2013_sp1.6.241). Could you please confirm if this bug is still present in newer versions...
View Article