license not available for icc on MIC
I was using a new hpc which has three phi processor.When I was compailing my C code using -mmic ,it tells me that stdio.h is not found.But compailing without -mmic is ok.So I checked the icc on MIC,...
View ArticleFortran Derived Type To Intel Xeon Phi
Hi, I am trying to copy an array of the following structure to Xeon Phi (offload model in KNC)type phys integer , dimension(:), allocatable :: arr1 end type physI found out in the following article...
View ArticleWrong result of logical expression evaluation
Hello,I'm facing a very bizarre problem: a logical expression of the form (A .and. B) .or. (C .and. D) has to be evaluated in a do while construct. But if gives the wrong result. I mean: when printing...
View ArticleFortran 16.0 Update 3 - Unformatted Seq Read compiler error
I have updated my compiler to the latest released fortran and compiled my code. Immediately I started getting crashes when reading unformatted sequential binary files; the complaint is that a record...
View Articleinterdependent modules and IPO
Hi all,here a simple example of interdependent derived types:MODULE m_common USE, intrinsic :: iso_fortran_env implicit none integer, parameter :: ip = INT32 integer, parameter :: rp = REAL64...
View Articleifort is not recognized as an internal command... Windows 64-bit
I know this seems to be a common issue from what I've seen on this forum, but I can't seem to get around it.I've installed Microsoft Visual Studio 2015 on a Windows 10, 64-bit computer along with Intel...
View ArticleFortran Compiler, noob
Good day all,I am currently installing the Intel® Parallel Studio XE Cluster Edition for Linux* on my Ubuntu 16 OS at university for my research project. My first time doing anything like this...My...
View Articleforrtl: severe failure during READ statement with Unformatted file I/O
Reference number: DPD200411901Products: Intel® Parallel Studio XEVersion: 2016 Update 3 with Intel® Fortran compiler versions:Intel® Fortran Compiler 16.0 Version 16.0.3.207 Build 20160415 for Windows*...
View ArticleLocally-installed documentation for Fortran 16.0 for Windows?
Newly installed updates here to Fortran 16.0 for Windows, updated from I think 14.0 or 14.1. We don't see any locally-installed documentation (Language Reference Manual, etc.) in these installations...
View ArticleIntel/VS2015 access violation in mixed language program compiled with default...
I have a small main program written in Fortran (attached file main.f90) and it calls a simple function written in C (attached file myprintf.c). The C function just calls printf to output the value of...
View Articlestrange error message in submodule soaked library
Hi there,since I have started to make use fo submodules a lot, every know and then I am getting such an error...
View Article-check all triggers an internal compiler error
When compiled with -check all with ifort 16.0.2.181 the following code produces and internal compiler error:module m implicit none contains function ftext(text) result(s) character(len=*), intent(in)...
View ArticleBackslash Compiler option to overWRITE on console
I am aware of this post.But I currently use the gfortran -fbackslash compiler option to implement it (a progress indicator) as follows: WRITE(6,'(4(a))',ADVANCE="NO") "\b","\b","\b","\b"...
View Articlecompilation error: errno=13 for architecture i386.
When compiling certain codes I get the following error: ld: can't open output file for writing: New-code-test.exe, errno=13 for architecture i386.
View ArticleInquiry of Intel Parallel Studio XE Composer Edition license
Hi,I would like to purchase a license of Intel Parallel Studio XE Composer Edition for Fortran Windows, but I have an inquiry about the license file/key.I do my academic research at home (Desktop A)...
View ArticleWarning unknown option --start-group
I have this makefile that works on a ubuntu dist with an older compiler 2011..., but i need it to work on mac yosemite now with a new compiler. But i get this warning message when i want to compile my...
View ArticleProblem with build after reinstalling software
My computer has been rebuilt and Visual Studio and Intel Visual Fortran reinstalled.I have built a Visual Basic program on Visual Studio.I have also built the main program in Visual Fortran.I have now...
View ArticleGeneric procedures with submodules
I've been trying to do this but can't figure out the correct syntax (It works when everything is in one module).parent.f90:module parent interface prin module procedure prin_i module procedure prin_r...
View Articledyld: Library not loaded: @rpath/libifport.dylib
Hi,I am running OS X El Capitan and just recently installed the compiler by downloading the free student version from Intel. I was able to compile my program fine. However, I got the following error...
View ArticleCompiler Bug (missing symbol / ICE) in ifort 16.0.3 on Linux 64
Dear Intel support teamWhen I compile the attached example with "debugging" flags I obtain an ICE. With "release" flags it compiles fine, but at least one (required!) symbol is missing in the generated...
View Article