32-bit compatibility libraries missing.
Hi,I'd like to install intel fortran compiler on my linux (Linux ubuntu 14.0.4. SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux).I must install 32-bit fortran compiler. During its...
View ArticleInternal Compiler Warning #5271
Hi everyone,What does Internal Compiler Warning #5271: Bad syntax mean?Additional info: warning #5271: Internal Compiler Warning: Bad syntax, ':' is encountered before '=' while processing...
View ArticleProblem with setting Intel Compiler Setting in Visual Studio 2013
Hello,After installing Intel 2017 Update 1 on machines having Visual Studio 2013 and 2015 and Intel 2015 Update 5, some of our FORTRAN projects give error 8110 while linking, but only in 32 bit...
View ArticleLost Brown belt status
I retired from full time work last April. Message from Intel recently:"Sorry. Your Brown Belt status has expired. Based on your activity in the last 12 months, you are now a Green Belt. "Thanks, Intel!...
View Articleerror using multiple-processes - obj output option must specify dir
I get an error when using the /MP switch via Visual Studio (2015) using PSXE2017. Is this a bug or do I have a mistake in my settings. Here is the build log. Compiling with Intel(R) Visual Fortran...
View ArticleHow to copy a deferred size character array to a deferred type character array?
I am working on converting an exe to a dll. I am passing strings from c# to the dll, and the strings that are coming from c# are specified as follows:character(len=1), dimension(*), intent(in) ::...
View Articleset working directory
Is there a intel fortran callable function to set the current working directory? Windows/OS has a function:ac_setdir = SetCurrentDirectory(trim(path)//""C)but I didn't find anything in IFPORT....
View ArticleIncorrect reallocation of the LHS on assignment
The attached code prints$ ./test Before: 2 After: 1 ; w = 0.6000000 which is incorrect, since the shape of w should not change during the assignment (no need for reallocation,...
View ArticleExtended Fixed Form Coloring in VS Studio 2015
Hello!I am using Visual Studio 2015 and Visual Fortran Compiler 17. My fortran files have .for extension and extended fixed form format (i.e. 132 characters width).Everything seems to be working fine...
View Articleinsufficient 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 Articlex64 Debug fails while Win32 works fine
I am using Visual Studio 2010 with Intel Fortran Composer XE 2013 Update 1.I am developing a scientific program and I can compile it in Debug Win32 mode. Once I try to do the same in x64 (Configuration...
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 ArticleApplication crash in libifcoremd.dll 13.1 on Windows Server 2008 R2, SP1
Hi,I am investigating a strange problem with just one of our customers on a Windows Server 2008 R2, SP1 machine.This is an excerpt of the code: CHARACTER*80 ICBUFF INTEGER MMBUFF PARAMETER (MMBUFF =...
View ArticleFortran 2016 floating license
I'm trying to upgrade to Fortran 2016, but fail with the message that I have a "license file provided is invalid" error. The license server daemon read the new license file without logging an error,...
View ArticleIncorrect indentation
I noticed the following indentation: size: if ( nvals <= max_size ) then in: do i = 1, 10 ! get values end do in else size end if size The "end do" part is not placed...
View Articleerror #10037 could not find 'link'
Greeting's I use the fresh version "Intel® Parallel Studio XE 2017"I get this error :" error #10037 could not find 'link'" when trying to compile f90 sources.After research, I can not find a solution....
View ArticleSyntax errors
I'm new in Fortran and Visual Studio. I need to compile and run one code from the reference manual of one commercial software.When I directly open (from windows explorer) "bintst.F" then Visual Studio...
View Articlemodule machine type 'X86' conflicts with target machine type...
Good evening, I'm trying to link Abaqus 6.14-2 with VS2012 and XE2015. Opening the Abaqus Command and typing the abq6142 verify -user_std form at the command prompt verifies that the Abaqus / Standar...
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 Article