ifort compiles for infinite time
Dear all,starting with ifort 13.0.0.x in Linux SLES 11.0 (including all ifort updates up to 13.1.2.183) the ifort compiles no longer is able to compile our in-house code. Most source files are compiled...
View Articleifort -C causing Internal compiler error: segmentation violation signal raised
I am using:Intel(R) Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 13.0.1.117 Build 20121010However, when I compile with -C it fails:$ ifort -I./ -c...
View ArticleDelayed buffered file io
Hi everybody,I have a time-domain simulator written in Fortran 2003. I have some observables that are written into a file with the purpose of post-prossesing. The software is 2-4 times faster when not...
View ArticleNeed to install Intel fortran 10.1 or 11.1 in Ubuntu 13.04, is it possible?
I'ḿ using a software (Abaqus 6.10) that only supports intel fortran compiler 10.1 or 11.1 .When I try to make it, i got this error message:"32-bit libraries not found on this system.This product...
View Articleomp_lib.h is rather gruesome
I teach portable programming, and I both use and recommend all diagnostic options, including ones like -stand=f03. Unfortunately, omp_lib.h is highly non-standard and (this is the point) that is not...
View Articleask for tutorials
I have installed Intel Fortran compiler xe 2013 for mac osx in 10.8.4 with xcode 4.6.3 and the command line tools have installed, too.I don't know how to build fortran files in xcode.
View ArticleRunning Intel MPI on InfiniBand
Cluster of 2 is setup “only” over InfiniBand (IPoIB) (no Ethernet configured). The IP communication like ping, ssh is functioning fine. Password-less ssh to node happening fine. When the command is...
View ArticleFortran 2008 does not allow this statement or directive: error stop
For some reason ifort complains about error stop not being part of the 2008 standard. [raul@desk ~]$ cat main.f90 error stop end program [raul@desk ~]$ ifort main.f90 # no problems here [raul@desk...
View ArticleOpening Fortran with Xcode
Hello,I wanted open fortran by using xcode. I already spent a lot of time trying to understand what I am doing wrong. I am not able to figure it out. I checked the following website as...
View Articlecoarray giving mpd error
Hello,I am just trying to learn coarray. The code, from Steve Blair-Chappell's is:$ cat hello.f90 !This is file : helloProgram helloImplicit Nonewrite(*,*)"Hello", this_image()End Program helloand...
View ArticleBug related to auto-parallel and SSE3
I'm seeing a bug resulting in random/non-repeatable outputs that arises when I use "-parallel" in conjunction with "-xSSE3" or any higher SSE instruction set. Not using the auto-parallel flag works...
View ArticleEnvironment variables
It turned out, that ifort 13.0.1 completely ignores FPATH and INCLUDE variables.Do I miss something and they have been replaced with some other variables, or it is just strange deccision to drop...
View ArticleBuild errors with ifort
Hi All,After hours of googling, I decide to give up and ask the experts! I am trying to compile a fortran code using ifort on CentOS6.4.I have installed all the pre-requisites for intel...
View ArticleWho can give me the download link of l_cprof_p_11.1.059_ia32.tgz?
Dear all: I need intel fortran compiler for linux (11.1.059 -32 bit) because my code can only be compiled in this environment. Thank you very much....
View Articledistributable OSX binary
Hi,I found the following article on compiling universal binaries on Mac OS X with the intel compilers:http://software.intel.com/sites/products/documentation/doclib/stdxe/2013...However, when I try to...
View ArticlePolymorphic types - internal compiler error
Hello,I have been playing around with the following example: PROGRAM test IMPLICIT NONE INTEGER, PARAMETER :: max_str_len = 32 CHARACTER(LEN=max_str_len) :: str INTEGER :: i str =...
View Articleieee_get_flag behavior varies for externally linked procedures?
Hello all, I have noticed a wierd behavior when using ieee_get_flag.As an example consider the following.Compiling the following as a whole (from a single .f90 file, without any compilation options),...
View ArticleMPI_ALLGATHER error parallelizing code
I'm trying to parallelize the following code. subroutine log_likelihood(y, theta, lli, ll) doubleprecision, allocatable, intent(in) :: y(:) doubleprecision, intent(in) :: theta(2) doubleprecision,...
View ArticleIs the license file required for non commercial users of intel fortran compiler
There was no license file attached in my email while downloading intel fortran compiler . Is the license file required for non commercial users of intel fortran compiler for linux 32 bit.anyone please...
View Article