Debugger is not showing variable contents
Hi,My debugger is not showing most of the variable contents including some local variables, even do loop index. The "Locals" window shows some local variables but not all. Interestingly, it is not...
View Articleifort v 14.0 / 15.0 "-g" option causes segFault
I have a complicated Fortran program with multiple modules in many files. When I try to compile with either v14.0 and v15.0 using the -g flag, I segFault on the first line of the program. Removing the...
View ArticleInterpretation of nested WHERE
Hi,I am trying to understand if my interpretation of nested WHERE blocks is incorrect or if the compiler is producing an incorrect execution.I encountered numerical floating point exceptions in a large...
View ArticleUnexpected temporary array created when using n**2 instead of n*n to declare...
I found out this unexpected behavior of temporary array when tracing down the root cause of a stack overflow.In a subroutine, when multi-dimensional dummy arrays with explicit size are declared with...
View Articleproblem with inlining type bound procedures
I'm trying to vectorize this loop using !$OMP SIMD instruction:!$OMP SIMD private(drx, dry, drz, dist, delta_i_sum_Wab) reduction(+:i_sum_Wab) loop_j2_count: do kk=1,npart_cell...
View Articleundefined reference to `for_ifcore_version'
Hi I wanted to compile a code with MPICH 3.1 but I get the error:/opt/intel/compilers_and_libraries_2016.0.109/linux/compiler/lib/intel64/libifport.so.5: undefined reference to `for_ifcore_version'I...
View Articleforrtl: severe (67): input statement requires too much data
forrtl: severe (67): input statement requires too much data, unit 13, file /gpfs4/home/alodh/OUTPUT/SNOW_DATA/Surf_SnowLat.dat Image PC Routine Line Source...
View ArticleBack trace not produced by -traceback
Hello,I have noticed this problem before with ifort, but never had a solution. Basically, I have a fairly large (modern) fortran code, which is crashing. So in order to diagnose what's causing the...
View ArticleCalling Fortran From C++ (64 bit)
I am converting a C++/Fortran application from 32 bit to 64 bit Windows and need to call a Fortran subroutine with no arguments from c++. This works fine in 32 bit but in 64 bit I receive an...
View ArticleIs there a limit on number of call's to BACKSPACE command?
While reading through a rather large text file (~46 Gb), a little less than halfway through the snippet of code shown below crashes. The variable IFTLFMT is a flag for indicating if the file being...
View ArticlePassing a fixed length string from C++ to Fortran subroutine
I want to pass a fixed length string from C++ to Fortran subroutine, and assign it to a string within that subroutine (to be used elsewhere), and am having some difficulty.Below is the shortened code....
View Articleforrtl: severe (36): attempt to access non-existent record, unit 11
Hello Team,When we run this script./get_tmpa.sh 2008010106 2008010106than I am getting following error:forrtl: severe (36): attempt to access non-existent record, unit 11, file...
View ArticleHandles leak on new Visual Fortran Compiler 16.0
For example, simple code: program handlesleak implicit none integer(4) :: i do i=1, 100 open(1, file = 'test.txt') write(1,*) i close(1) enddo end program handlesleak1. Then compile by Visual Fortran...
View ArticleWorking with real data
Please, someone could explain me how to get a real data from an edit box, when working with Windows Applications.Sincerely,Carlos Santos
View ArticleError popup when right clicking on a project in VS2013
I just installed parallel studio 2016. When I open VS and right click on a fortran project, I get the popup in the attached jpg. If I click ok, things work anyway, and I get the right click menu, but...
View Articlestdcall bind(c) docs error
ATTRIBUTES STDCALLIntel Fortran does not support use of STDCALL with BIND(C) at this time, so if you are interfacing to STDCALL routines (Windows on IA-32 architecture only), you must continue to use...
View Articleerror #6303: The assignment operation or the binary expression operation is...
Hi All EXEC SQL BEGIN DECLARE SECTION CHARACTER*(*) X EXEC SQL END DECLARE SECTION ...................................... ......................................When I try to precompile the above code...
View Articleifort with math karnel library not working
Hi all,I installed parallel_studio_xe_2015_update3 on fedora 22 operating system. Although it activated and installed successfully but it is not working properly. That is when i run a fortran90 code...
View ArticleLinking static lib in VS2012 and IVF XE2013
How to link static library .lib to executable program?Documentation tells about VS2008 and 2010 only.When I place my .lib file into folder with source files and include it into project compiler gives...
View Article