attempt to compare Qparallel vs. Qopenmp compilation (15.0.2)
I thought I remembered that it used to be possible to compile an OpenMP source file with /Qparallel, omitting /Qopenmp. Now I get an immediate ICE when I try it. I don't recall seeing any advice...
View ArticleOptional OpenMP-Directives
HiI want to put OpenMP-directives and OpenACC-directives in one program.In the OpenACC-program some OpenMP-directives shall be ignored (when there is an equivalent OpenACC-directive) but others shall...
View ArticleIntel Cluster Ready FAQ: Customer benefits
Q: Why should we select a certified Intel Cluster Ready system and registered Intel Cluster Ready applications?A: Choosing certified systems and registered applications gives you the confidence that...
View ArticleIntel Cluster Ready FAQ: Hardware vendors, system integrators, platform...
Q: Why should we join the Intel® Cluster Ready program? A: By offering certified Intel Cluster Ready systems and certified components, you can give customers greater confidence in deploying and running...
View ArticleSupport for passing internal procedures fails in parallel environment (not...
Fortran 2008 allows passing internal procedures as actual arguments and Intel Fortran supports this. A passed internal procedure can see host data so it makes it easier to write generic functions like...
View Articlechange run time just for a line
Dear all,I wrote a very complex code. I mean a code with many subroutines and functions. I used to worked fine. Last few days I noticed that the code became very very slow. After that I noticed that...
View ArticleCompatibility VS2008 and IMSL7
Hello everybody,I'm using intel visual fortran implemented in the visual studio software VS2008 (specifications' details are joined below). My problem is that I need some mathematical functions which...
View ArticleIntel® VTune™ Amplifier Tutorials
The following tutorials are quick paths to start using the Intel® VTune™ Amplifier. Each demonstrates an end-to-end workflow you can ultimately apply to your own applications.NOTE: These tutorials...
View ArticleMac OS X, Problems passing COMMON with a shared library.
I have the program:PROGRAM main USE GLOBAL IMPLICIT NONE CALL open_f() print*,'In test',flags(1), ACC_TRUNC_F ENDand I create a shared library that contains the GLOBAL module:MODULE GLOBAL...
View ArticleMissing Interactive Debugging "Debug This" Context Menu Item
Hello,I'm trying to attach my debugger to see a data race in the act, but I can't find the context menu item "Debug This Problem" explained in the documentation "About Investigating Problems Using...
View Articleifort 15: Internal compiler error
ifort -c -coarray cgca_m1co.f90ifort -c -coarray -debug full -free -fPIC -warn all cgca_m2stat.f90 cgca_m2stat.f90: catastrophic error: **Internal compiler error: segmentation violation signal...
View ArticlePause program to wait for external signal
For a fortran program are there any extensions (or even possible with Fortran standard) that can pause a program during execution and wait for a signal from an external source to resume execution. My...
View ArticleIntel 15.0.2 OMP Runtime Error
I received the following error while running a Fortran code in parallel:OMP: Error #13: Assertion failure at kmp_runtime.c(1592). OMP: Hint: Please submit a bug report with this message, compiler and...
View Articleld: cannot find -lm
RHEL 6.x, FC14, FC13, FC12, SL6.x, CentOS 6, etc. and possibly other recent distributions:error when using -static or -fast:ld: cannot find -lmSee this article:...
View ArticleCompiler Installation and Uninstallation Help, Linux and Mac OS
Installing the Intel compilers on Linux* and Mac OS* X requires that you install various prerequisite packages. Linux: Read this Help on Installing the Intel Compilers.Mac OS X: Read this article on...
View ArticleOS X 10.9 Xcode 5 error ld: library not found for -lcrt1.10.6.o
Environment: OS X 10.9 (Mavericks) and Xcode 5.0Command line compilations/links fail with "ld: library not found for -lcrt1.10.6.o"Affected compiler: Intel Composer XE 2013 Update 1Root cause: Xcode...
View ArticleUsing -openmp and the effect of -auto in preparing a serial code to use OPenMP
Hi all,I have a large serial code (>15k line of code) with COMMONs blocks. I wanted to start transffering some time consuming loops to work under OpneMP parallelism. After reading some different...
View ArticleUnresolved externals
I'm using the 30-day trial of the Intel Visual Studio 2015 with C++ and FORTRAN compilers. I'm evaluating for purchase and need some help please.When trying to build a simple mixed language project...
View ArticleI want Non Commercial Intel Fortran Compiler
hi allI am master student I want Non Commercial Intel Fortran Compiler for Linuxany help please Thanks
View ArticleCannot install evaluation of Intel Inspector XE 2015 on Linux without root acces
Hello, Is it possible to install an evaluation of Intel Inspector XE 2015 on Linux without root access? I usually just use it on Windows, and I'm just evaluating it on Linux, so I don't want to bother...
View Article