insufficient virtual memory
Hi all,I am running the Intel® Fortran Composer XE for OS X vs. 14.0.4 on a Mac OSX 10.11.5. with i7 and 16 GB RAM.I am allocating arrays dynamically and everything works fine when the program needs...
View ArticleProgram Exception - array bounds exceeded
Hello,I have a problem while running a fixed format Fortran program.I use IMSL to calculate a integral equation: F(T)=exp(-Ea/T) dT, where Ea is a 5*3 matrix of random number.Somehow the integral...
View ArticleCompiling example code
Hi,I'm trying to compile the example code from the "Intel Fortran Compiler 17.0 Developer Guide and Reference" in section "Language reference" --> "Data Transfer I/O Statements" --> "User Defined...
View Articletarget and pointer association
If you associate a pointer with a target in one scope (say a subroutine), and then use both in another subroutine, do you need to declare the dummy argument corresponding to the target with "target"...
View ArticleError 6633 for type-bound operators when derived type is second argument
I've come across a bug which I think is similar to https://software.intel.com/pt-br/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/583935. When create an abstract type with type-bound...
View ArticleError for binary operation involving polymorphic variables
I have found that the following code (which compiles with gfortran) produceses an error with ifort 17.0.1.module test_mod implicit none type, abstract :: bin_op_type contains procedure(bin_op),...
View Articleerror while loading shared libraries: libmkl_intel_lp64.so: cannot open...
HI,I have compiled a source code on my system.After giving the correct path of binaries created, I am trying to run the script files but the following error is coming:error while loading shared...
View ArticleCatastrophic error during compilation
Hi,when compiling my project I get the following error:fcph.for(61): catastrophic error: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it...
View ArticleProblem running openmp with ifort - dyld: Library not loaded:...
Hi, my name is Sergio Ocampo, I'm currently migrating my fortran code from gfortran to ifort. My code uses openmp and I'm getting the following error when I try to run it: ifort -qopenmp...
View Articleforrtl: severe (174): SIGSEGV, segmentation fault occurred
Dear all,I got stuck with the following error,forrtl: severe (174): SIGSEGV, segmentation fault occurred Image PC Routine Line Source a.out...
View ArticlePossible regression in Intel 17?
Code below compiles and functions as expected with Intel 2013, 15, and 16. Intel 17 gives ICE. Other compilers seem to handle it as well. We have a workaround in the "big" code, but would be...
View Articlebacktrace is empty from usefull info
Hi all,I'm running a large MPI job of the WRF model application (720 cores), compiled using Intel 2015u1 (15.0.1) and the MVAPICH2 MPI library.When compiling in debug mode I'm using the following...
View Articlebacktrace is empty from usefull info
Hi all,I'm running a large MPI job of the WRF model application (720 cores), compiled using Intel 2015u1 (15.0.1) and the MVAPICH2 MPI library.When compiling in debug mode I'm using the following...
View ArticleWRF - error #7012
I am compiling WRF 3.8.1 with MPI support. All dependencies save the NCAR bits have been compiled from scratch with the same Intel Parallel Suite (2017 1). Everything kicks off just right, runs for a...
View ArticleInstalling IPS XE 2017 Update 1 Composer Edition on MacOS 10.11.6
Hello, I am wanting to do some Fortran using ISP XE Update 1 Composer Edition on MacOS 10.11.6. I downloaded the software but I am unable to sign in. It requires me to give a password for either an...
View Articleerror while loading shared libraries: libimf.so
Dear all I made a cluster with 2 nodes.I installed openmpi with intel compilers and shared it via nfs and also the intel compilers are shared via nfs on each nodes.when I try to run some applications...
View Articlefail with compiler .f90 code
I have compile a .f90 code in Linux environment and get error like this:/tmp/ifortqZz8NO.o: In function `MAIN__': 2_D_model.f90:(.text+0x4a): undefined reference to `dran_ini_'...
View Articlei am executing bash script on intel parallel studio XE 2017 update 1 linux
Starting NMTRAN WARNINGS AND ERRORS (IF ANY) FOR PROBLEM 1 (WARNING 2) NM-TRAN INFERS THAT THE DATA ARE POPULATION. Building NONMEM Executable FSUBS.f90(2): error #7002: Error in opening the...
View ArticleHello! ...
Hello!I am trying to run the following program but I am ending up with an error.forrtl: severe (174): SIGSEGV, segmentation fault occurred Image PC Routine Line...
View ArticleSegment Fault Error when Linking to Dynamic Library in Linux
Hello!I am attempting to interface an old Fortan77 code to a newer code base written in Fortran90 by linking as a dynamic library. I have been able to succefully compile and link using Fortran 10.6.3...
View Article