Advisor 2018 - Project Always Out of Date
Hi,I am new to Advisor 2018 (Update 1) under Visual Studio 2017 15.5.1. I am finding that no matter how many times I recompile my project, Advisor always reports Project Out of Date during data...
View ArticleAdding Intel Fortran to Visual Studios
I am trying to use Intel Fortran on Visual Studios 2015.Things I tried:1. https://software.intel.com/en-us/get-started-with-fortran-compiler-17.0-for-windows-parallel-studio-xe-2017It says: "In the New...
View ArticleBios/boot
Hi everyone I desperately need advice I booted my graphics card to hdmi to work on the tv and now I have no idea how to boot it back to dvi on the graphics card through the boot menu can anyone please...
View ArticleUpdate linux kernel breaks advisor 17 update 4
Hello,We did an update of our RHEL kernel from (RHEL 6.8) kernel 2.6.32-642.6.2.el6.x86_64 to (RHEL 6.9) 2.6.32-696.3.2.el6.x86_64.Using the last version of advisor update 4 ewart@bbpviz2 ~]$ advixe-cl...
View ArticleAccuracy of parallel vs. sequential computations
I have a finite element code in which I am trying to parallelize a subroutine. The difference in the results between parallel and sequential computation is around 1E-7. I read in the StackOverflow post...
View ArticleMethods to reduce OpenMP parallel overhead
I am a PhD student, and our lab is working to parallelize our finite element code using OpenMP. There are certain loops in which the calculations are not very computationally expensive, so these...
View ArticleFailure to install Flow Graph Analyzer on Linux
I'm a little confused how to install the latest Flow Graph Analyzer on Linux. I read almost every manual/blog post/user's guide about it but couldn't find a way to install it. What I tried so far:1)...
View ArticleAdvixe-gui: segmentation fault
Hi,I am getting segmentation fault with Advice-gui. I am trying to generate roofline plot for a dwarf.Initial part of the error message is as follows: 1: forrtl: severe (174): SIGSEGV, segmentation...
View ArticleJoin the Intel® Parallel Studio XE 2019 Beta Program
Join the Intel® Parallel Studio XE 2019 Beta Program today and—for a limited time—get early access to new features and get an open invitation to tell us what you really think.We want YOU to tell us...
View Articledeadlock when using advisor+openblas+threading
Hope this is the right place to report the following issue.Context: I'm using Advisor with a Python/C code (Python calls C functions to speed up expensive code sections). Issue: I get non-deterministic...
View Articlepython examples are broken
Hi,Lots of issues with the Python API and the examples. Some of them, in random order: - some modules are not Python 3 compatible - local imports should be turned into global imports (e.g. in...
View ArticleWhat is the formula of Data transfers between CPU and memory sub-system...
I can compute GLOPS based on #instructions and instruction type.For example, I have 17694720000 FMA3, so I have 17694720000*3*8*3*8=283GFLOPS. Great! Intel advisor gives the same number.However, how to...
View ArticleQuestion for AVX512 and Intel Advisor 2017
We try to collect trip count from our program by Intel Advisor 2017.We compiled as the following:ifort -O3 -g -xCORE-AVX512 name.f90And we ran Intel Advisor GUI on Intel Skylake processor(Gold),...
View ArticleRoofline chart without rooflines
Hello,i tried collecting roofline data in a batch job at a remote system from the command-line (advisor 2018) and look at the results with the intel advisor 2018 GUI. As the result i get a roofline...
View ArticleObtaining the Roofline chart via CL
Hi,I just wanna know whether there is any way to obtain the Roofline model via command line and without using the GUI.Thanks in advance
View ArticleRoofline model for one function
Hi,How can I achieve the GFLOPS and AI just for one function of my application?Thanks
View ArticleAnnouncing Intel® Parallel Studio XE 2019 Release
Just Released Intel® Parallel Studio XE 2019! Accelerate Parallel Code—Transform Enterprise to Cloud, & HPC to AIBoost your parallel application performance on the latest Intel® processors with...
View ArticleAdvisor Results automatically created
After installing Intel C++ Studio XE 2019, I'm getting Advisor Results automatically added to my solutions. Even if I manually remove them, next time I open the solution they just come back. Am I...
View ArticleExample for attaching to a running process on Linux
Hi, I have gone through the roofline example. It is simple code. I have a number of processes running on Ubuntu. Some of these processes are C/C+ code with Python wrapper. I have tries setting...
View ArticleIncongruity in Self GFlop
Hi, I have been having problems interpreting the results for the analysis of one function in my code. I am analysing the roofline results for an application. While doing so I started to check the...
View Article