Installation problems regarding Visual Studio 2010
Dear all,sorry this probably will come as a very easy or stupid question to you, yet I still need some help.In order to use subroutines in Abaqus I need a Fortran Compiler, like in the "Intel Parallel...
View ArticleBogus error: error #7367: The data value NULL() can only be assigned to a...
The following code compiles with gfortran but not ifort V15:module cutype db_node_struct real, pointer :: ptr(:) => null()end type type db_struct type (db_node_struct) :: node(15) =...
View Articlecatastrophic error: **Internal compiler error: segmentation violation signal...
I am using Intel Compiler 2015.u1, saxonHE/9.6.0.7, java/jdk1.8.0_45, python-2.7.10. The compilation fails with the error "catastrophic error: **Internal compiler error: segmentation violation signal...
View ArticleWebinar: Advanced Vectorization and Optimization
Register for Webinar on Advanced Vectorization and OptimizationThe webinar will cover some of the loop patterns which posed challenge for vectorization and how Intel Compiler vectorizes those loop...
View ArticleWebinar: Advanced Vectorization and Optimization
Register for Webinar on Advanced Vectorization and OptimizationThe webinar will cover some of the loop patterns which posed challenge for vectorization and how Intel Compiler vectorizes those loop...
View ArticleUnable to useIntel® Parallel Studio XE 2016 Professional Edition for Fortran...
I am using Windows-10I recently downloaded, Intel® Parallel Studio XE 2016 Professional Edition for Fortran Windows, to evaluate the package. I also downloaded and installed Microsoft Visual Studio...
View ArticleGETLOG bug (linux)?
GETLOG produces nothing on Linux when stdin is redirected.$ cat main.f90 !=============================================================================== PROGRAM MAIN USE IFPORT CHARACTER(16) :: user...
View ArticleView "print" output from Fortran program
<p>I am new to the Intel Visual Fortran Compiler for Windows, but I have succeeded in running the little print *, "Hello World" program. However, I have a number of older programs that I wish to...
View Articledifferent "IF" lazy evalation in Windows and Linux
Hello Theres is a legacy code we have to compile in Linux and Windows. in Linux we have ifort 15 and in Windows ifort 11, and the project is rather big, so code modification will be the last...
View ArticleAccess to older version of IVF 11.1.070
I have a 3rd party application that was compiled in ver 11.1.060 that I need to be able to compile new code/libraries and link with. Is there a way to restore access to the earlier version of the...
View ArticleERROR 5082
Hii was using a simple DO cmd :: DO ( i.lt.10 .and. error.lt.(1e-4)) and this happened ::Error 1 error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: <IDENTIFIER>...
View ArticleParameterised derived types seam incapable of functioning as a function return
Consider a function returning a parameterised derived type that depends on inputs to set its parameter length. Such a use seams the most logical way to use this feature. This example is part of some AD...
View Articlefortran where statement VS openmp?
Dear All, Help I have a subroutine search value for array below PART1Can I use openmp derivative increase search speed? like PART2PART1 subroutine p_search(array, length, value, location) implicit none...
View ArticleApp built with PSXE 2016 fails on target system with PSXE 2016 redist and...
Steve, we have a code that worked when built with the previous version of the compiler using Visual Studio 2010 Shell. It also works on the latest version2016.0.110 using the Visual Studio Community...
View ArticleHDF5 with ifort
Hello,I just completed a fresh installation of ifort-icc compilers and installed the HDF5 package with the intel compilers. The installation seemed ok and the correct mod files have been produced. Then...
View Articlecrash deallocating passed pointers
We want to create a structure holding strings that vary greatly in length that can be modified during program execution. So we are using deferred length pointers. However, we are running into a problem...
View ArticleFortran DLL Callable From C#?
I learned Fortran last millennium, but haven't used it regularly for several decades, and certainly not in a more modern context. I now find myself in an environment with a lot of good, legacy code...
View Article"The debugger's worker process (msvsmon.exe) unexpectedly exited. Debugging...
I get this message "The debugger's worker process (msvsmon.exe) unexpectedly exited. Debugging will be aborted".every time I add a conditional breakpoint. When I remove the conditional breakpoint it is...
View ArticlePassing data type and its attribute with different intents
Lets say I have a data type: type my_t real(8), dimension(3) :: x real(8), dimension(3) :: y real(8) :: area end type my_t can I call a function in the following way:call foo(my, my%x) where subroutine...
View Articlefatal error LNK1104
Dear all, Recently I am getting the following error when trying to develop FORTRAN code using Microsolft Visual Studio 2010 Shell installed on a Microsoft Win7 Professional. Error 1 fatal error...
View Article