Quantcast
Channel: Intel® Software - Intel® VTune™ Profiler (Intel® VTune™ Amplifier)
Viewing all 1574 articles
Browse latest View live

problem Installing vTune on win10/x64

$
0
0

Hi,

 

I have successfully downloaded vTune "VTune_Amplifier_2019_update3_setup" for my win10/x64 machine. however, when I double-click the install icon, nothing happens. I have done the followings with no luck:

 

- executed through cmd with admin rights

- re-downloaded and tested

- tested different versions

 

any help is much appreciated.

Regards

Hoss

 


Analyse Memory Consumption of an application

$
0
0

I'm trying to analyse the memory consumption of our application with VTune Amplifier 2019, collected data and wanted to find out in the "bottom -up" timeline with "filtered in by selection"  for a peak all the memory which is at that point allocated by which function.

Is this possible or must i select all steps in the time line and sum that up? The total memory consumption is only be shown in the timeline or is it possible to get a more precise value?

 

thank you

 

Claudio

Result path not found

$
0
0

I want to create a hotspot report according to the help information

1) Generate the 'hotspots' report for the result directory 'r000hs'.
 
    amplxe-cl -report hotspots -r r000hs

 

However, I always get the error message

amplxe: Error: Result path `/<basename>/r000hs' does not exist

 

This does not change if I create the directory /<basename>/r000hs via mkdir beforehand.

 

Cannot see actual Fortran subroutine names when checking performance of optimized code

$
0
0

Hello,

I have a large program in Fortran, which does not exhibit the level of speed that I wished to have, despite using the optimization options to maximize speed in the Intel compiler. 

I am trying to use VTune Amplifier to detect specific regions in specific routines which are responsible for performance bottlenecks. The report produced by Vtune Amplifier does not list the actual names of the subroutines that I have written. I think this has to do with using a Release configuration-build for my program. Is there a way to build a release configuration, using optimization, and still be able to see the actual subroutine names in the Vtune Amplifier reports?

I do not want to benchmark a debug configuration-build for my program, as this will not indicate which parts of my code I may need to manually modify/optimize.

Thank you,

Yannis

VTune Hotspots messing with TCP Stack (Zookeeper)

$
0
0

I am using the VTune Amplifier Hotspots which worked the first two times I used it. However, sometimes it causes my TCP stack to fail. I am using Zookeeper which is not being run when using Hotspots. If I try another analysis such as this

amplxe-cl -collect cpugpu-concurrency NoCameraApplicationStart.bat

then it works.

Does anyone know what's wrong?

Thanks

Unable to download VTune Amlifier for linux

$
0
0

Hello

I am trying to download Intel® VTune™ Amplifier for linux. (just Vtune Amplifier only)

Homepage gives me a download link, however it ends up with 404 error.

Any help will be greatly appreciated.

Thanks regards, Kim.

 

 

Unable to install VTune Amplifier 2019 (any version) on Ubuntu 16.04

$
0
0

Hello fellow developers,

i have been unable to install any version of Intel VTune Amplifier 2019 on a machine running Ubuntu 16.04.

Upon starting the installation process (./install.sh as root user / the same behaviour is observed when running with sudo) in cli-mode, the "Initializing, please wait..." is shown and the program starts allocating RAM until the latter is exhausted at which point the process is simply killed. The machine has 16GB of RAM + 32 GB of swap space.

Installation as a non-root user works properly, however the installer does not detect the user being able to evaluate rights, hence drivers etc. are not installed. My user is part of the wheel group and has (password protected) access to sudo.

I did have Parallel Studio XE 2017 installed previously (to /opt/intel/..., i.e. the canonical installation path), but uninstalled it using the supplied uninstall script and removed /opt/intel afterwards.

I have a working installation of VTune on a Arch Linux machine that used the same installer.

I hope anyone experienced similiar issues and may be able to assist me.

Best regards and thanks,

Patrick.

CPU/GPU concurrency analysis Error

$
0
0

Hi,

I have an error when i launch a cpu/gpu concurrency : Cannot finalize the result. Error 0x4000002a (Database interface error) -- Precompute error

 

please help !


vtune_amplifier_2019_update4's Prerequisite

$
0
0

Hi,

 

I install vtune_amplifier_2019_update4 on centos 7.2. And below is the message about Missing Prerequisite:

 

Prerequisites > Missing Prerequisite(s)
--------------------------------------------------------------------------------
There are one or more unresolved issues based on your system configuration and
component selection.

You can resolve all the issues without exiting the installer and re-check, or
you can exit, resolve the issues, and then run the installation again.

--------------------------------------------------------------------------------
Missing optional prerequisites
-- The installed version of the Network Security Services library is not
supported
-- Kernel source directory is not found. Sampling driver cannot be built.
--------------------------------------------------------------------------------
   1. Skip prerequisites [ default ]
   2. Show the detailed info about issue(s)
   3. Re-check the prerequisites

   h. Help
   b. Back
   q. Quit installation

--------------------------------------------------------------------------------
Please type a selection or press "Enter" to accept default choice [ 1 ]: 

 

What's the required minimum version of Network Security Services library?

 

Thanks!

 

Andrew

 

GPU in-kernel hardware not support but it should be

$
0
0

Hi,

 

I can't run GPU In-kernel Profiling with this error : Current hardware does not support GPU in-kernel profiling. Whereas I have :

  • Intel I7-6700K with HD 530
  • Windows 7 / 64 bits
  • VTune 2018

and Intel documentation say GPU In-kernel is available on the processors based on Intel® microarchitecture code name Broadwell and later.

Broadwell is 5th Gen and i have 6th Gen (Skylabe). I don't understand why i can't run this profiling.

Do you have some ideas ?

Thanks

How relevant are the line-by-line timings of a hotspot analysis

$
0
0

Not 100% sure if this is the correct sub-forum, please be gentle...

I am currently trying to optimise a code for execution time. Hence the use of VTune Amplifier. I have some doubts/questions about the accuracy/relevance of the "cpu time" column. Here is a result from my code:

-See Attachments-

For example, I can not quite understand why line 34 "f_temp(11) = f_1(11,links(14,n))" takes so much longer than all of the similar lines.

So I tried swapping the order of lines, putting this one first. Surprisingly, now the line that took it's place as the 12th line of this block took equally long to execute, according to VTune amplifier.

Is this a real effect or am I falling prey to some kind of measurement error/aliasing effect?

For this analysis I used a single (pinned) thread on a system with 2x Xeon 2687W v3. The clock speed was locked to 3GHz. Compiler options were -O3 -ip -ipo -xHost -fopenmp -g. Ifort version is 18.0.03 on a Linux operating system. Advanced hotspot analysis with 1ms sampling interval.

 

And a follow-up: provided the line-by-line results are anything to go by, how would I optimise the code further for execution time?

I could imagine that the indirect memory access here causes a lot of LLC misses and makes the code memory (latency) bound. Additional analyses using VTune Amplifier seem to confirm this. But as far as I can tell there is not much I could do about it. The nodes are already reordered using a space-filling curve to increase data locality. And then why would only some of those lines with indirect memory access take up most of the time. Anything I am missing here? The problem size used in this example does not fit into cache, which will be the use-case later.

Another possibility -judging by publications in this area- could be streaming stores. This might be able to reduce the time taken by the last line of the code shown "f_2(i,n) = f_temp(i) - omega * (f_temp(i)-feq)". However, I have no idea how I would implement this. All the samples I could find used different languages.

I can't have Estimated GPU cycles for kernel into In-Kernel Profiling

$
0
0

Hi,

 

When i go to source code of my kernel in GPU In-Kernel Profilng, i can't see column "Estimated GPU Cycles" (https://software.intel.com/en-us/node/810015 picture 2). I have column "Computing Task" with time just for my kernel's first line. How can I column Estimated GPU Cycles ?

 

Logs :

Data collection is completed with warnings

Jun 17 2019 16:16:34 The result file 'C:\[...]\My Amplifier Results - TestPerformance\r044gp\r044gp.amplxe' is created and added to the project TestPerformance. Please see warning messages for details.

[Instrumentation Engine]: GTPin: FillMyFunctionMap() couldn't find GTPIN_IGC_OCL_GetSupportedFeatures

Finalization completed with warnings

Jun 17 2019 16:16:37 Result finalization has completed with warnings that may affect the representation of the analysis data. Please see details below.

Cannot locate debugging information for file `C:\windows\system32\OpenCL.dll'.

Cannot locate debugging information for file `C:\Program Files (x86)\IntelSWTools\VTune Amplifier 2019\bin64\runtime\ittnotify_collector.dll'.

Cannot locate debugging information for file `C:\windows\SYSTEM32\ntdll.dll'.

Cannot locate debugging information for file `C:\windows\system32\kernel32.dll'.

Cannot locate debugging information for file `C:\windows\system32\igdrcl64.dll'.

 

Thanks

 

I use Intel VTune 2019 / Update 1 and Visual Studio 2015 on Windows 7 / 64 bits

VTune on AMD cpus?

$
0
0

Hello,

I have an AMD Ryzen 2700X. Can I profile an application I'm developing using vtune?

Regards

Application sets its own handler for signal 38 that is used for internal needs of the tool

$
0
0

We have a simple Go and DPDK application that listens only for interrupt signals. I'm trying to setup vtune analysis via CLI/remote on a target Linux machine running the app. I'm using vtune_amplifier_2019.4.0.597835.

For the command

./amplxe-cl -collect hotspots \
-result-dir ~/vtune_results/run1 \
-target-process nff-go-nat \
-knob sampling-mode=sw \
-search-dir ~/go/src/github.com/intel-go/nff-go-nat/ \
-run-pass-thru=--profiling-signal=40

I see the error, despite using the workaround "-run-pass-thru=--profiling-signal=40".

amplxe: Error: Application sets its own handler for signal 38 that is used for internal needs of the tool. Collection cannot continue. Refer to the Troubleshooting section of the online help for possible workarounds.
amplxe: Collection failed.
amplxe: Internal Error
 

Any suggestions will be much appreciated. 

Running shell scripts from Vtune Amplifier

$
0
0

Hello,

I am new to VTune and trying to profile an application. I want to call the executable using a shell script as there are many parameters and quite long too.

How can I do it?

 


Error when opening a previous profile run through MSVS 2019 integration

$
0
0

Running Windows 10 Professional 1903, build 10.0.18362.175.  Running Microsoft Visual Studio 2019 16.1.3.  I have Intel Parallel Studio XE integrated into MSVS 2019.  After running VTune for a project, a new pane shows up (in the collection of panes that contain Solution Explorer, Team Explorer, etc.).  The pane contains a list of the VTune runs I have completed.  When I double-click on any one of these, I get an error dialog with title bar "Intel(R) VTune(TM) Amplifier" and text "An unexpected error has occurred while opening VTune Amplifier.  This occurs whether I am running MSVS 2019 as a regular user or in administrator mode. Is this a known problem with the VTune integration into MSVS 2019?  Thank you.

Parallel behavior visualization

$
0
0

Hi,

I tried searching for the topic, but couldn't find much information.

I am looking to achieve performance visualization such that I can view the parallel behavior of my application. For example, at a given point of time I would like to know which functions are being executed in each of the threads so that I can redesign my application for better usage of resources.

I have seen that kind of view with Vampir, which I am attaching for information.

 

I have a feeling that it is possible with VTune, but not sure how to achieve it. Any pointers would be helpful.

Thanks.

Uday

VTunes remote analysis with programs using mmap extremely slow in finalizing

$
0
0

Host Platform: Windows
Version: vtune_amplifier_2019.4.0.597835
Analysis: HPC Performance Characterisation [Remote Linux (SSH)]
Target Platform: Ubuntu 16.04
Kernel: 4.4.0-135-generic

Problem: We have a program that uses mmap to read large dataset files (tens-of-GB). However, it seems that VTunes recognize everything mmapped as shared object files. It tries to copy from the target into the host via pscp everything the program has mmapped. This is undesirable because it is very slow to transfer tens-of-GB via network and will drain the host system storage. It is useless because VTunes will eventually state a warning that this file "... has an unsupported or invalid file format" because it is just a data file, not shared objects. 

To repeat, run the following program:

#include <assert.h>

#include <sys/mman.h>
#include <sys/stat.h>
#include <fcntl.h>

#include "boost/filesystem.hpp"

int main(int argc, char* argv[]) {
    const char* path = "/mnt/nvme0n1/very_large_about_1GB_dataset_file";
    size_t file_bytes = boost::filesystem::file_size(path);
    int fd = open(path, O_RDONLY);
    assert(fd >= 0);
    void *data = mmap(NULL, file_bytes, PROT_READ, MAP_PRIVATE, fd, 0);
    assert(data != MAP_FAILED);
    printf("Content %.*s\n", 8, static_cast<char *>(data));

    std::vector<char> vec;
    for (size_t i=0; i<file_bytes; i++) {
        vec.push_back(static_cast<char *>(data)[i]);
    }

    int err = munmap(data, file_bytes);
    assert(err == 0);
    err = close(fd);
    assert(err == 0);

    return 0;
}

 

Segmentation fault in install.sh of Parallel Studio XE

$
0
0

While trying to install Parallel Studio Xe 2017, I hit the following segmentation fault during the installation. The Operating system is Centos 7

./install.sh: line 644: 45109 Segmentation fault      "$pset_engine_cli_binary" --tmp_dir "$user_tmp" --TEMP_FOLDER "$temp_folder" --download_dir "$download_tmp" $params

 

I have also tried Parallel Studio Xe 2018 and got exactly the same error. My searches show that some other people had this problem even with older versions. However, it is not clear what is the bug.

 

I also tried "sh install.sh" and got the same error. As you can see, the script is run with root user.

I added "set -x" in install_GUI.sh and install.sh for more debug messages.

 

 

 

 

[root@compute-0-4 parallel_studio_xe_2017_update8]# ./install.sh
+ EXIT_CODE_SUCCESS=0
+ EXIT_CODE_GUI_RUN_ERROR=1
+ EXIT_CODE_ERROR=2
+ EXIT_CODE_CANCEL=4
+ PRODUCT_ID=
++ basename ./install.sh
+ thisexec=install.sh
++ dirname ./install.sh
+ thisdir=.
+ '[' -z compute-0-4.local ']'
+ skip_gui_install=yes
+ trap '' TSTP
+ trap '' 6
+ echo .
+ grep -q -s '^/'
+ echo .
+ grep -q -s '^~'
++ pwd
+ runningdir=/state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8
+ fullpath=/state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/.
+ check_runningdir
++ echo /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/.
++ egrep -e : -e '~' -e '&' -e % -e '#' -e @ -e '\[' -e '\]' -e '\$' -e = -e '\)' -e '\(' -e '\*'
+ '[' -n ''']'
++ uname -m
+ system_cpu=x86_64
+ '[' x86_64 = x86_64 ']'
+ my_arch=32e
++ uname
+ '[' Linux '!=' FreeBSD ']'
+ '[' -f /sbin/ldconfig ']'
+ '[' 32e = 32 ']'
+ '[' 32e = 32e ']'
++ /sbin/ldconfig -p
++ grep libz.so.1
++ grep x86-64
++ cut '-d>' -f2
+ libz_exist=' /lib64/libz.so.1'
+ libz_exist=/lib64/libz.so.1
+ libz_exist=/lib64/libz.so.1
+ '[''!' -f /lib64/libz.so.1 ']'
+ unset libz_path
+ unset libqt_path
+ cli_mode_params=
+ params=
+ '[' install.sh = uninstall.sh ']'
+ uninstall_detector='--PSET_MODE uninstall'
+ cmdline=
+ test '''!='''
+ '[''' = uninstall ']'
+ parse_cmd_parameters
+ '[' 0 -gt 0 ']'
++ uname
+ '[' Linux = FreeBSD ']'
+ '[''''!=' yes ']'
+ check_cpu_model
++ uname
+ '[' Linux = Darwin ']'
+++ grep family /proc/cpuinfo
+++ head -1
+++ cut -d: -f2
++ echo 6
+ CPU_FAMILY=6
+++ grep model /proc/cpuinfo
+++ head -1
+++ cut -d: -f2
++ echo 63
+ CPU_MODEL=63
+ MIN_FAMILY=6
+ MIN_MODEL=14
+ '[' 6 -lt 6 ']'
+ '[' 6 -eq 6 ']'
+ '[' 63 -lt 14 ']'
+ '[' -z ''']'
+ '[' -z ''']'
+ user_tmp=/tmp
+ echo /tmp
+ grep -q -s '^/'
+ '[' -z ''']'
++ mktemp -d /tmp/install.XXXXXX
+ temp_folder=/tmp/install.E9mnz7
+ '[' -z ''']'
++ uname
+ '[' Linux = Darwin ']'
+ download_tmp=/tmp
+ params=' --PRODUCT_ID ""'
+ prepare_pset_binary
+ pset_config_folder=/state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset
+ pset_engine_folder=/state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/32e
++ uname
+ '[' Linux = Darwin ']'
+ '[''' = uninstall ']'
+ pset_engine_binary=/state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/32e/install_gui
+ pset_engine_cli_binary=/state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/32e/install
+ '[''!' -r /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/. ']'
+ '[''!' -x /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/. ']'
+ '[''!' -f /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/32e/install_gui ']'
+ '[''!' -x /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/32e/install_gui ']'
+ '[' -z /lib64/libz.so.1 ']'
+ libqt_path=/state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/32e/qt
++ uname
+ '[' Linux '!=' Darwin ']'
+ LD_LIBRARY_PATH=/state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/32e:/state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./uninstall/32e:/state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/32e/qt::/opt/openmpi/lib
+ export LD_LIBRARY_PATH
+ '[''''!=' yes ']'
++ which selinuxenabled
+ SELINUXENABLED_CMD=/usr/sbin/selinuxenabled
++ which getsebool
+ SELINUXGETBOOL_CMD=/usr/sbin/getsebool
++ which setsebool
+ SELINUXSETBOOL_CMD=/usr/sbin/setsebool
+ '[' -z /usr/sbin/getsebool ']'
+ '[' -z /usr/sbin/setsebool ']'
+ '[' -z /usr/sbin/selinuxenabled ']'
+ /usr/sbin/selinuxenabled
+ '[' 1 -eq 0 ']'
+ '[' -e ''']'
+ '[''' = y ']'
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ skip_uid_check=yes
+ '[''' = uninstall ']'
+ show_sudo_dialog=1
+ '[' 1 -eq 1 ']'
+ can_escalate_privileges
+ local result=0
++ uname
+ '[' Linux = FreeBSD ']'
+ return 0
+ layers_path=
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/activation.cab
+ layer_file=activation.cab
+ layer_name=activation
+ layers_path=:/tmp/install.E9mnz7/activation
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/amplifier.cab
+ layer_file=amplifier.cab
+ layer_name=amplifier
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/cluster_install.cab
+ layer_file=cluster_install.cab
+ layer_name=cluster_install
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/compiler_multiroot_layer.cab
+ layer_file=compiler_multiroot_layer.cab
+ layer_name=compiler_multiroot_layer
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/compiler_prerequisites_layer.cab
+ layer_file=compiler_prerequisites_layer.cab
+ layer_name=compiler_prerequisites_layer
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/compiler_symlinks_layer.cab
+ layer_file=compiler_symlinks_layer.cab
+ layer_name=compiler_symlinks_layer
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/compiler_upgrade_layer.cab
+ layer_file=compiler_upgrade_layer.cab
+ layer_name=compiler_upgrade_layer
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/icsxe_feature_names.cab
+ layer_file=icsxe_feature_names.cab
+ layer_name=icsxe_feature_names
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer:/tmp/install.E9mnz7/icsxe_feature_names
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/icsxe_suitename.cab
+ layer_file=icsxe_suitename.cab
+ layer_name=icsxe_suitename
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer:/tmp/install.E9mnz7/icsxe_feature_names:/tmp/install.E9mnz7/icsxe_suitename
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/icsxe_symlinks.cab
+ layer_file=icsxe_symlinks.cab
+ layer_name=icsxe_symlinks
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer:/tmp/install.E9mnz7/icsxe_feature_names:/tmp/install.E9mnz7/icsxe_suitename:/tmp/install.E9mnz7/icsxe_symlinks
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/install.cab
+ layer_file=install.cab
+ layer_name=install
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer:/tmp/install.E9mnz7/icsxe_feature_names:/tmp/install.E9mnz7/icsxe_suitename:/tmp/install.E9mnz7/icsxe_symlinks:/tmp/install.E9mnz7/install
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/ipp_gtk_detection.cab
+ layer_file=ipp_gtk_detection.cab
+ layer_name=ipp_gtk_detection
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer:/tmp/install.E9mnz7/icsxe_feature_names:/tmp/install.E9mnz7/icsxe_suitename:/tmp/install.E9mnz7/icsxe_symlinks:/tmp/install.E9mnz7/install:/tmp/install.E9mnz7/ipp_gtk_detection
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/ism.cab
+ layer_file=ism.cab
+ layer_name=ism
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer:/tmp/install.E9mnz7/icsxe_feature_names:/tmp/install.E9mnz7/icsxe_suitename:/tmp/install.E9mnz7/icsxe_symlinks:/tmp/install.E9mnz7/install:/tmp/install.E9mnz7/ipp_gtk_detection:/tmp/install.E9mnz7/ism
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/mkl_default_selection_layer.cab
+ layer_file=mkl_default_selection_layer.cab
+ layer_name=mkl_default_selection_layer
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer:/tmp/install.E9mnz7/icsxe_feature_names:/tmp/install.E9mnz7/icsxe_suitename:/tmp/install.E9mnz7/icsxe_symlinks:/tmp/install.E9mnz7/install:/tmp/install.E9mnz7/ipp_gtk_detection:/tmp/install.E9mnz7/ism:/tmp/install.E9mnz7/mkl_default_selection_layer
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/mpss.cab
+ layer_file=mpss.cab
+ layer_name=mpss
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer:/tmp/install.E9mnz7/icsxe_feature_names:/tmp/install.E9mnz7/icsxe_suitename:/tmp/install.E9mnz7/icsxe_symlinks:/tmp/install.E9mnz7/install:/tmp/install.E9mnz7/ipp_gtk_detection:/tmp/install.E9mnz7/ism:/tmp/install.E9mnz7/mkl_default_selection_layer:/tmp/install.E9mnz7/mpss
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/phonehome.cab
+ layer_file=phonehome.cab
+ layer_name=phonehome
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer:/tmp/install.E9mnz7/icsxe_feature_names:/tmp/install.E9mnz7/icsxe_suitename:/tmp/install.E9mnz7/icsxe_symlinks:/tmp/install.E9mnz7/install:/tmp/install.E9mnz7/ipp_gtk_detection:/tmp/install.E9mnz7/ism:/tmp/install.E9mnz7/mkl_default_selection_layer:/tmp/install.E9mnz7/mpss:/tmp/install.E9mnz7/phonehome
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/product_is_running.cab
+ layer_file=product_is_running.cab
+ layer_name=product_is_running
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer:/tmp/install.E9mnz7/icsxe_feature_names:/tmp/install.E9mnz7/icsxe_suitename:/tmp/install.E9mnz7/icsxe_symlinks:/tmp/install.E9mnz7/install:/tmp/install.E9mnz7/ipp_gtk_detection:/tmp/install.E9mnz7/ism:/tmp/install.E9mnz7/mkl_default_selection_layer:/tmp/install.E9mnz7/mpss:/tmp/install.E9mnz7/phonehome:/tmp/install.E9mnz7/product_is_running
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/pset_standard_dialogs.cab
+ layer_file=pset_standard_dialogs.cab
+ layer_name=pset_standard_dialogs
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer:/tmp/install.E9mnz7/icsxe_feature_names:/tmp/install.E9mnz7/icsxe_suitename:/tmp/install.E9mnz7/icsxe_symlinks:/tmp/install.E9mnz7/install:/tmp/install.E9mnz7/ipp_gtk_detection:/tmp/install.E9mnz7/ism:/tmp/install.E9mnz7/mkl_default_selection_layer:/tmp/install.E9mnz7/mpss:/tmp/install.E9mnz7/phonehome:/tmp/install.E9mnz7/product_is_running:/tmp/install.E9mnz7/pset_standard_dialogs
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/pset_user_stat.cab
+ layer_file=pset_user_stat.cab
+ layer_name=pset_user_stat
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer:/tmp/install.E9mnz7/icsxe_feature_names:/tmp/install.E9mnz7/icsxe_suitename:/tmp/install.E9mnz7/icsxe_symlinks:/tmp/install.E9mnz7/install:/tmp/install.E9mnz7/ipp_gtk_detection:/tmp/install.E9mnz7/ism:/tmp/install.E9mnz7/mkl_default_selection_layer:/tmp/install.E9mnz7/mpss:/tmp/install.E9mnz7/phonehome:/tmp/install.E9mnz7/product_is_running:/tmp/install.E9mnz7/pset_standard_dialogs:/tmp/install.E9mnz7/pset_user_stat
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/psxe_arch_selection_layer.cab
+ layer_file=psxe_arch_selection_layer.cab
+ layer_name=psxe_arch_selection_layer
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer:/tmp/install.E9mnz7/icsxe_feature_names:/tmp/install.E9mnz7/icsxe_suitename:/tmp/install.E9mnz7/icsxe_symlinks:/tmp/install.E9mnz7/install:/tmp/install.E9mnz7/ipp_gtk_detection:/tmp/install.E9mnz7/ism:/tmp/install.E9mnz7/mkl_default_selection_layer:/tmp/install.E9mnz7/mpss:/tmp/install.E9mnz7/phonehome:/tmp/install.E9mnz7/product_is_running:/tmp/install.E9mnz7/pset_standard_dialogs:/tmp/install.E9mnz7/pset_user_stat:/tmp/install.E9mnz7/psxe_arch_selection_layer
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/psxe_multiroot_layer.cab
+ layer_file=psxe_multiroot_layer.cab
+ layer_name=psxe_multiroot_layer
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer:/tmp/install.E9mnz7/icsxe_feature_names:/tmp/install.E9mnz7/icsxe_suitename:/tmp/install.E9mnz7/icsxe_symlinks:/tmp/install.E9mnz7/install:/tmp/install.E9mnz7/ipp_gtk_detection:/tmp/install.E9mnz7/ism:/tmp/install.E9mnz7/mkl_default_selection_layer:/tmp/install.E9mnz7/mpss:/tmp/install.E9mnz7/phonehome:/tmp/install.E9mnz7/product_is_running:/tmp/install.E9mnz7/pset_standard_dialogs:/tmp/install.E9mnz7/pset_user_stat:/tmp/install.E9mnz7/psxe_arch_selection_layer:/tmp/install.E9mnz7/psxe_multiroot_layer
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/sysreq.cab
+ layer_file=sysreq.cab
+ layer_name=sysreq
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer:/tmp/install.E9mnz7/icsxe_feature_names:/tmp/install.E9mnz7/icsxe_suitename:/tmp/install.E9mnz7/icsxe_symlinks:/tmp/install.E9mnz7/install:/tmp/install.E9mnz7/ipp_gtk_detection:/tmp/install.E9mnz7/ism:/tmp/install.E9mnz7/mkl_default_selection_layer:/tmp/install.E9mnz7/mpss:/tmp/install.E9mnz7/phonehome:/tmp/install.E9mnz7/product_is_running:/tmp/install.E9mnz7/pset_standard_dialogs:/tmp/install.E9mnz7/pset_user_stat:/tmp/install.E9mnz7/psxe_arch_selection_layer:/tmp/install.E9mnz7/psxe_multiroot_layer:/tmp/install.E9mnz7/sysreq
+ for layer in '"$pset_config_folder/"*.cab'
++ basename /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/zbundle_advanced_options.cab
+ layer_file=zbundle_advanced_options.cab
+ layer_name=zbundle_advanced_options
+ layers_path=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer:/tmp/install.E9mnz7/icsxe_feature_names:/tmp/install.E9mnz7/icsxe_suitename:/tmp/install.E9mnz7/icsxe_symlinks:/tmp/install.E9mnz7/install:/tmp/install.E9mnz7/ipp_gtk_detection:/tmp/install.E9mnz7/ism:/tmp/install.E9mnz7/mkl_default_selection_layer:/tmp/install.E9mnz7/mpss:/tmp/install.E9mnz7/phonehome:/tmp/install.E9mnz7/product_is_running:/tmp/install.E9mnz7/pset_standard_dialogs:/tmp/install.E9mnz7/pset_user_stat:/tmp/install.E9mnz7/psxe_arch_selection_layer:/tmp/install.E9mnz7/psxe_multiroot_layer:/tmp/install.E9mnz7/sysreq:/tmp/install.E9mnz7/zbundle_advanced_options
++ uname
+ '[' Linux '!=' Darwin ']'
+ export LD_LIBRARY_PATH=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer:/tmp/install.E9mnz7/icsxe_feature_names:/tmp/install.E9mnz7/icsxe_suitename:/tmp/install.E9mnz7/icsxe_symlinks:/tmp/install.E9mnz7/install:/tmp/install.E9mnz7/ipp_gtk_detection:/tmp/install.E9mnz7/ism:/tmp/install.E9mnz7/mkl_default_selection_layer:/tmp/install.E9mnz7/mpss:/tmp/install.E9mnz7/phonehome:/tmp/install.E9mnz7/product_is_running:/tmp/install.E9mnz7/pset_standard_dialogs:/tmp/install.E9mnz7/pset_user_stat:/tmp/install.E9mnz7/psxe_arch_selection_layer:/tmp/install.E9mnz7/psxe_multiroot_layer:/tmp/install.E9mnz7/sysreq:/tmp/install.E9mnz7/zbundle_advanced_options:/state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/32e:/state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./uninstall/32e:/state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/32e/qt::/opt/openmpi/lib
+ LD_LIBRARY_PATH=:/tmp/install.E9mnz7/activation:/tmp/install.E9mnz7/amplifier:/tmp/install.E9mnz7/cluster_install:/tmp/install.E9mnz7/compiler_multiroot_layer:/tmp/install.E9mnz7/compiler_prerequisites_layer:/tmp/install.E9mnz7/compiler_symlinks_layer:/tmp/install.E9mnz7/compiler_upgrade_layer:/tmp/install.E9mnz7/icsxe_feature_names:/tmp/install.E9mnz7/icsxe_suitename:/tmp/install.E9mnz7/icsxe_symlinks:/tmp/install.E9mnz7/install:/tmp/install.E9mnz7/ipp_gtk_detection:/tmp/install.E9mnz7/ism:/tmp/install.E9mnz7/mkl_default_selection_layer:/tmp/install.E9mnz7/mpss:/tmp/install.E9mnz7/phonehome:/tmp/install.E9mnz7/product_is_running:/tmp/install.E9mnz7/pset_standard_dialogs:/tmp/install.E9mnz7/pset_user_stat:/tmp/install.E9mnz7/psxe_arch_selection_layer:/tmp/install.E9mnz7/psxe_multiroot_layer:/tmp/install.E9mnz7/sysreq:/tmp/install.E9mnz7/zbundle_advanced_options:/state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/32e:/state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./uninstall/32e:/state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/32e/qt::/opt/openmpi/lib
++ uname
+ '[' Linux = Darwin ']'
+ '[' yes = ''']'
+ root_nonroot=
+ '[' yes '!=' yes ']'
+ '[' yes '!=' yes ']'
+ '[''' = 1 ']'
+ '[''' = 134 ']'
+ '[' 0 -ne 0 ']'
+ '[' yes = yes ']'
+ '[''!' -z /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/32e/install ']'
+ /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./pset/32e/install --tmp_dir /tmp --TEMP_FOLDER /tmp/install.E9mnz7 --download_dir /tmp --PRODUCT_ID '""'
--------------------------------------------------------------------------------
Initializing, please wait...
--------------------------------------------------------------------------------
Step 1 of 7 | Welcome
--------------------------------------------------------------------------------
Welcome to the Intel(R) Parallel Studio XE 2017 Update 8 for Linux* setup program.
--------------------------------------------------------------------------------


You will complete the steps below during setup process:
Step 1 : Welcome
Step 2 : License agreement
Step 3 : License activation
Step 4 : Intel® Software Improvement Program Data Collection
Step 5 : Options
Step 6 : Installation
Step 7 : Complete

--------------------------------------------------------------------------------
Press "Enter" key to continue or "q" to quit:
Step 2 of 7 | License agreement
--------------------------------------------------------------------------------
To continue with the installation of this product you are required to accept
the terms and conditions of the End User License Agreement (EULA). The EULA
is displayed using the 'more' utility. Press the spacebar to advance to the
next page or enter 'q' to skip to the end. After reading the EULA, you must
enter 'accept' to continue the installation or 'decline' to return to the
previous menu.
--------------------------------------------------------------------------------
End User License Agreement for the Intel(R) Software Development Products
(Version May 2018)

IMPORTANT INFORMATION ABOUT YOUR RIGHTS, OBLIGATIONS AND THE USE OF YOUR DATA -
PLEASE READ AND AGREE BEFORE COPYING, INSTALLING OR USING
....
....
....
* Other names and brands may be claimed as the property of others
--------------------------------------------------------------------------------
Type "accept" to continue or "decline" to go back to the previous menu: accept
--------------------------------------------------------------------------------
Checking the prerequisites. It can take several minutes. Please wait...
--------------------------------------------------------------------------------
./install.sh: line 644: 45109 Segmentation fault      "$pset_engine_cli_binary" --tmp_dir "$user_tmp" --TEMP_FOLDER "$temp_folder" --download_dir "$download_tmp" $params
+ exit_code=139
+ '[' yes = ''']'
++ uname
+ '[' Linux '!=' Darwin ']'
+ '[''' = uninstall ']'
+ '[' -f /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./cd_eject.sh ']'
+ '[' -z ''']'
+ /state/partition1/Intel.Parallel.Studio.XE.Cluster.Edition.2017.Update.8.Linux/parallel_studio_xe_2017_update8/./cd_eject.sh 44949
+ exit 139
[root@compute-0-4 parallel_studio_xe_2017_update8]#

 

HW counters for Haswell

$
0
0

Where can I find information about the available HW counters in a Xeon v3 (Haswell)?

Viewing all 1574 articles
Browse latest View live