Offloading of a simple code that includes a User Defined Reduction
Dear all,I am trying to compile with the latest Intel compiler (version 16.0.3) the following simple code in which an OpenMP v4.x user defined reduction is offloaded to a MIC.#pragma offload_attribute...
View Articleipo: warning 11016: Warning unknown option -no_deduplicate
Hello everyone,I compile with Intel Fortran Compiler 16 as Xcode 7.3.1 being my IDE on OS X El Capitan 10.11.5 and I get this error whenever I compile a fortran file. It doesn't frustrate my code being...
View Articleifort 2016 release 3: input statement requires too much data
Hello,we installed the new release 3 of the Intel Parallel Studio 2016 (parallel_studio_xe_2016.3.067) on our cluster and a problem occurs while reading from an unformatted file with any optimization...
View ArticleComplex Matrix Assign Crashes in IFORT 16.0.3
Hi,Attached is a simple test case that crashes on a complex matrix assign in ifort 16.0.3. It works with all previous ifort versions I have used. The crash occurs when using the cmplx intrinsic and...
View ArticleIntel® Parallel Studio XE 2015 Update 7 Composer Edition for Linux*
Intel® Parallel Studio XE 2015 Update 7 Composer Edition for Linux includes the latest update of the Intel Fortran and C/C++ 15.0 compilers for IA-32, Intel® 64, and Intel® Many Integrated Core...
View ArticleIntel® Parallel Studio XE 2015 Update 7 Composer Edition for C++ OS X*
Intel® Parallel Studio XE 2015 Update 7 Composer Edition for C++ OS X* includes the latest update of the Intel C/C++ 15.0 compilers for IA-32 and Intel® 64 architecture systems. This new product...
View ArticleIntel® Parallel Studio XE 2015 Update 7 Composer Edition for Fortran OS X*
Intel® Parallel Studio XE 2015 Update 7 Composer Edition for Fortran OS X* includes the latest update of the Intel Fortran 15.0 compilers for IA-32 and Intel® 64 architecture systems. This new product...
View ArticleIntel® Parallel Studio XE 2015 Update 7 Composer Edition for Windows*
Intel® Parallel Studio XE 2015 Update 7 Composer Edition for Windows* includes the latest update of the Intel Fortran and C/C++ 15.0 compilers for IA-32 and Intel® 64 architecture systems. This new...
View ArticleIntel® Parallel Studio XE 2015 Update 7 Composer Edition for C++ Windows*
Intel® Parallel Studio XE 2015 Update 7 Composer Edition for C++ Windows* includes the latest update of the Intel C/C++ 15.0 compilers for IA-32 and Intel® 64 architecture systems. This new product...
View ArticleIntel® Parallel Studio XE 2015 Update 7 Composer Edition for Fortran Windows*
Intel® Parallel Studio XE 2015 Update 7 Composer Edition for Fortran Windows* includes the latest update of the Intel Fortran 15.0 compilers for IA-32 and Intel® 64 architecture systems. This new...
View ArticleBetter spam filter
Can someone from Intel update the spam filters on this forum or provide a better way to filter out all the unwanted crap that is posted?If not, then I see no alternative but to unsubscribe trom this...
View ArticleDistribute compiiled DLL without ifort redistributable libraries?
Hi,I am building a fortran DLL that I need to deliver to others. I would like to not require that the person receiving it have the intel libraries. Is there a compiler option so that I can statically...
View ArticleScope of IMPLICIT NONE through a USE statement
If a parent module has an IMPLICIT NONE statement and this module is accessed through a USE statement in a descendant module without an IMPLICIT NONE statement, does the IMPLICIT NONE apply to...
View ArticleHow to Uninstall an Intel Fortran Licenses
Due to unusual circumstances it was necessary to install Fortran on a number of machines, including some virtual machines. Now that things are normal again it is not possible to register Fortran on a...
View ArticleBLOCK, END BLOCK statements not threadsafe
I have run accross random results using a BLOCK, END BLOCK contstruct. My application was multi-threaded. When I move the local declarations into the parent procedure and remove the BLOCK construct the...
View Articleifort compilation summary
I am currently working on a Cray HPC. I am using Intel Fortran, but through Cray's recommended Fortran front-end wrapper, ftn. Is there an ifort compiler option that will provide a...
View ArticleInstall Issues on a MAC
I am trying to instal the fortran compiler on a mac (yosemite) but I'm having issues with authorizing. I have no idea what administrator or root access even means, but I have tried both using my admin...
View Articleifort 17 beta - ICE
ifort -c -coarray cgca_m3gbf.f90 cgca_m3gbf.f90(116): catastrophic error: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a...
View Articleproblem with "deallocate"
This simple dummy program I have done to show the problem will compile with both ( gfortran 4.9.2.10 and ifort 17.0.0 20160315 ).With gfortran it works smoothly while with ifort it generates a SEGFAULT...
View Articlewriting and reading derived types with pointers
Hi All,I'm trying to save a write a derived type that contains a pointer to an unformatted file for later reading. Below is a test version. The derived type sol in module dType is separate because...
View Article