Crash of new 2015 version with Cray style pointers in OMP parallel do
Hi @all, I just installed the latest release 15.0 of Intel Fortran and now my code crashes. Please have a look at the following code fragment:...
View ArticleCrash of new 2015 version with Cray style pointers in OMP parallel do
Hi @all, I just installed the latest release 15.0 of Intel Fortran and now my code crashes.Please have a look at the following code...
View ArticleArray or structure (or both) constructor silliness
This week's round of infectious disease from one of the local biological weapons research facilities ("preschool" or "day care" - not sure which) has laid me low, making it difficult for me to string a...
View ArticleCommand line compiler
Hi all,I am using Intel Parallel Studio XE 2011 to compile my fortran files (.f90) on VS environment. To compile some old fortran file (.f) with different syntax I have to use in-built compiler through...
View ArticleUsing extended derived type in a DLL
I am trying to find a way to have a DLL that defines a type that extends a base derived type that is used by the main executable. The extended type needs to be able to be accessed by a pointer and it...
View Articleglibc detected : double free or corruption - ifort Intel v.14.0.2.144
Hello,I am having an executable crash, receiving a glibc (double free or corruption (out)) error:*** glibc detected *** a.out: double free or corruption (out): 0x00002ab517bd0010 *** ======= Backtrace:...
View ArticleDoes fotran has something like (void*) pointer?
Like in C, argument with integer data type can be regarded as a pointer to somthing that can be defined.And how could the code be?
View ArticleVS 2010: Editor is write protected in debugging after ifort 15.0.0.108...
Dear all,I installed recently the new Visual Fortran Compiler XE 15.0.0.108 including the corresponding VS integration. After that my VS 2010 prof. (10.0.402019.1 SP1 Rel.) behaves different in...
View ArticleGeneral -> Output File"">ifort 15 Issues With Changing "Linker -> General -> Output File"
I decided to dive into the ifort 15 upgrade so that I can be able to debug x64 code again, and I'm having some difficulties.I have a solution file that creates one .lib output, and uses that .lib file...
View Articleifort 15 compiling many .for files in parallel in a single project
It seems like ifort 15 (versus ifort 14.1) compiles the .for files in a single project one file at a time, instead of compiling them in parallel. Is there a new setting for this?The "Build""Output"...
View Articlereturn -1 from Fortran to C and got 4294967295
I have a function in Fortran:integer(our_int) function samplesize( maxn, delta, conf, msgLen, iMsg) result( answer ) !DEC$ ATTRIBUTES DLLEXPORT, C :: samplesize ....our_int is set to be:...
View ArticleDebug build of lapack dpftri fails with ICE
When compiling lapack's dpftri source from [1] with the following options with ifort 14.0.3 I encounter an internal compiler error.$ cd /tmp $ wget -O - http://www.netlib.org/lapack/lapack-3.5.0.tgz |...
View ArticleAbnormal behavior with -openmp
The outputs of a Fortran program(no openmp pragmas in it) compiled with and without "-openmp" option are not identical to each other. How this is possible? The two executables differ only with the...
View ArticleVisual Fortran versus Parallel
Hello, I do not know if this is the best place to post this, but I could find one better I am trying to find the correct fortran compiler for what I do. In the past I have always gotten the visual...
View ArticleIs ifort 2015 available for Linux and OSX?
I saw a sticky on the Windows forum that said it has been released though I'm having a hard time figuring out if it's available for Linux/OSX yet. I'm really looking forward to execute_command_line.
View ArticleMixed language module usage
I'm trying to reference variables from a module in a c language routine. I'm using the format specified here:https://software.intel.com/sites/products/documentation/hpc/composerxe/e...Is there...
View ArticleMaximum Program Size
Steve:I can now nicely run C# programs with the MKL libraries. Thanks for the help. The PARDISO routine is 100 times faster than the other inversion program I was using. It is a very nice addition to...
View Articleuse of pointer or allocatable array
I developed an web applet in Ruby On Rails in MAc OSX, and have the computation part written in Fortran. I wrapped Fortran by C and be able to call it from Ruby. I tested FORTRAN codes with a simple...
View ArticleStatus of Array Visualizer/Viewer
HiCan Intel comment on this topic? I have received an "update" on the issue submitted several years ago to Premier Support. The issue ID is 0000596485. However, I don't think it is working.Abhi
View ArticleVIsual studio crashes
Since installing the version 15 update, visual studio often crashes. At least two ways:* With lots of files open in solution/projects, right click file tab and select "close all but this", crashes...
View Article