Triple Plane Gaussian: The Installation Odyssey

So, I decided I wanted to have a local installation of TriplePlaneGaussian from github for research and experimentation. Ran into version conflicts, as usual; so I created a venv (python virtual environment). No big deal so far.

Well, when going to install the appropriate versions of pyTorch and associated packages, (1.13.1+cu113); I couldn't find them on the list of available packages from pip. Then I remembered I had run into this problem before and had a python3.8 binary already installed on the system. I proceeded to delete the venv and reinstall it thusly:

python3.8 -m venv ./tpg_env

This worked well, all packages with compatible versions installed for the project with no trouble. Python XP++.

Now, when proceeding with the installation instructions, pulling a git dependency yielded the following error:

...
RuntimeError: 
The detected CUDA version (12.4) mismatches the version that was used to compile
PyTorch (11.3). Please make sure to use the same CUDA versions.

Thus this post was created as this problem seems like one that will be encountered more than once, and simply researching a solution, implementing it and relegating it to my rather imperfect memory with it's mood and stress dependencies is not an optimal solution. Therefore, behold the following link notes:

  1. https://towardsdatascience.com/managing-multiple-cuda-versions-on-a-single-machine-a-comprehensive-guide-97db1b22acdc#:~:text=Installing%20multiple%20versions%20of%20the,CUDA%20is%20used%20by%20default. -- Tutorial on multiple cuda version installations
  2. https://developer.nvidia.com/cuda-toolkit-archive -- NVidia Toolkit archive
  3. https://superuser.com/questions/1784504/how-do-i-get-cuda-11-7-on-arch-linux -- Build package in arch for parallel installation compatibility

NOTE: On arch linux cuda is installed in /opt/ not /usr/local/.

PKGBUILD Hacking

PKGBUILD contains the information required for the package manager to locate and install the package after it is built from source. Editing this file allows multiple versions of a package to be installed on the same system, provided it is done correctly. In the above installation method for tpg, the PKGBUILD is modified to change the cuda package named to cuda11.3 in order to allow both versions to live in harmony on the system. Environment variables within the virtual environment allow the shell to access the correct version when calling the binary in a script (such as installation or execution).

Here are some relevant note links related to the above statements:

  1. https://wiki.archlinux.org/title/PKGBUILD#:~:text=A%20PKGBUILD%20is%20a%20shell,built%20using%20the%20makepkg%20utility. -- Arch Linux Wiki PKGBUILD
  2. https://bbs.archlinux.org/viewtopic.php?id=239871 -- Post related to GIMP which mentions changing the installation directory to /usr/local to allow for multiple versions of packages to be installed.
  3. https://wiki.archlinux.org/title/Arch_build_system -- The Arch Linux Wiki on it's build system
  4. https://bbs.archlinux.org/viewtopic.php?id=242154 -- Another post stating the location of PKGBUILD on Arch Linux systems using yay
  5. https://bbs.archlinux.org/viewtopic.php?id=98794 -- Discussion of using different versions of gcc in the PKGBUILD
  6. https://bbs.archlinux.org/viewtopic.php?id=98794 -- Post describing various methods of diff file comparison

From the information referenced at this point it appears there are at least two ways (probably more) to achieve the desired result of providing multiple versions of system packages without breaking prior dependencies. One is to change the package name and installation top directory, the other is the change the base directory. Experimentation will provide data on whether I can implement these methods.

After grabbing a dependency from the AUR, it is worth noting that conflicts can be determined by looking at the replaces line in the PKGBUILD of AUR packages.

Installed gcc-10 from the AUR, compiled and ran cuda_11.3.1_465.19.01_linux.run --toolkit --override and disabled the older driver installation (NVidia drivers are backwards compatible).

===========
= Summary =
===========

Driver:   Not Selected
Toolkit:  Installed in /usr/local/cuda-11.3/
Samples:  Installed in /home/sparkone/

Please make sure that
 -   PATH includes /usr/local/cuda-11.3/bin
 -   LD_LIBRARY_PATH includes /usr/local/cuda-11.3/lib64, or, add /usr/local/cuda-11.3/lib64 to /etc/ld.so.conf and run ldconfig as root

To uninstall the CUDA Toolkit, run cuda-uninstaller in /usr/local/cuda-11.3/bin
***WARNING: Incomplete installation! This installation did not install the CUDA Driver. A driver of version at least 465.00 is required for CUDA 11.3 functionality to work.
To install the driver using this installer, run the following command, replacing <CudaInstaller> with the name of this run file:
    sudo <CudaInstaller>.run --silent --driver

Logfile is /var/log/cuda-installer.log

The output of the logfile:

[INFO]: Setting toolkit=true
[INFO]: Overriding compiler check
[INFO]: Initializing menu
[INFO]: Setup complete
[INFO]: Components to install: 
[INFO]: CUDA Toolkit 11.3
[INFO]: Successfully created directory: /usr/local/cuda-11.3/
[INFO]: Successfully created directory: /var/log/nvidia/.uninstallManifests/
[INFO]: Created symlink: /usr/local/cuda -> /usr/local/cuda-11.3/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/bin
[INFO]: Installed: /usr/local/cuda-11.3/version.json
[INFO]: CUDA Tools 11.3
[INFO]: Successfully created directory: /var/log/nvidia/.uninstallManifests/CUDA_Toolkit_11.3-components/
[INFO]: CUDA Command Line Tools 11.3
[INFO]: Successfully created directory: /var/log/nvidia/.uninstallManifests/CUDA_Toolkit_11.3-components/CUDA_Tools_11.3-components/
[INFO]: cuda-cupti
[INFO]: Successfully created directory: /var/log/nvidia/.uninstallManifests/CUDA_Toolkit_11.3-components/CUDA_Tools_11.3-components/CUDA_Command_Line_Tools_11.3-components/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/lib64/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/lib64/libnvperf_target.so
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/lib64/libpcsamplingutil.so
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/lib64/libnvperf_host.so
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/lib64/libcupti.so.11.3
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/lib64/libcupti_static.a
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/lib64/libcupti.so
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/lib64/libcupti.so.2021.1.1
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/lib64/libnvperf_host_static.a
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/doc/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/doc/common/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/doc/common/scripts/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/doc/common/scripts/google-analytics/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/scripts/google-analytics/google-analytics-tracker.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/scripts/google-analytics/google-analytics-write.js
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/doc/common/scripts/tynt/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/scripts/tynt/tynt.js
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/jquery.ba-hashchange.min.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/bg-left.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/bg-horiz.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/jquery.min.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/search-clear.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/bg-head.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/qwcode.highlight.css
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/common.min.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/devzone.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/bg-vert.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/site.css
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/bg-sidehead-glow.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/cppapiref.css
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/cuda-toolkit-documentation.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/dita.style.css
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-lisp.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-r.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-ml.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-lsp.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-wiki.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/prettify.css
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-yaml.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-rust.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-tex.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-rd.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-rkt.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/prettify.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-swift.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-matlab.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-fs.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-cl.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-latex.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-s.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-lua.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-xq.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-proto.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-dart.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/run_prettify.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-erl.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-apollo.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-vhd.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-tcl.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-cbm.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-clj.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-lasso.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-logtalk.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-sql.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-vb.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/onLoad.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-llvm.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-erlang.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-yml.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-lgt.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-Splus.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-agc.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-lassoscript.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-n.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-scala.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-scm.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-xquery.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-el.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-aea.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-pascal.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-ls.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-go.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-ll.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-css.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-nemerle.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-basic.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-mumps.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-ss.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-vhdl.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-vbs.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/prettify/lang-hs.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/devtools-documentation.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/magnify-dropdown.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/bg-right.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/jquery.scrollintoview.min.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/html5shiv-printshiv.min.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/bg-sidehead.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/nvidia.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/commonltr.css
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/common/formatting/magnify.png
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/doc/pdf/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/pdf/Cupti.pdf
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/r_library_support.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structPcSamplingStallReasons.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x63.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityNvLink.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityPCSampling.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x72.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x74.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__EventGroupSet.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Profiler__SetConfig__Params.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x63.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Profiler__BeginPass__Params.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x6c.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__PCSamplingDisableParams.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityStream.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ResourceData.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x71.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x62.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/ftv2blank.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Profiler__Initialize__Params.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/unionCUpti__MetricValue.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityEventInstance.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityKernel.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityOpenAccLaunch.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityCdpKernel.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x69.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityMemcpyPtoP.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x76.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Profiler__IsPassCollected__Params.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityUnifiedMemoryCounterConfig.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/r_changelog.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityKernel4.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/classes.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityDeviceAttribute.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityCudaEvent.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityGlobalAccess3.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityName.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x68.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/ftv2folderopen.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/ftv2vertline.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUPTI_1_1PcSamplingUtil_1_1CUptiUtil__PutPcSampDataParams.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUPTI_1_1PcSamplingUtil_1_1CUptiUtil__GetHeaderDataParams.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__PCSamplingGetStallReasonsParams.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUPTI_1_1PcSamplingUtil_1_1CUptiUtil__GetPcSampDataParams.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityInstantaneousMetricInstance.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityKernel3.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/r_limitations.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/annotated.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x70.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityNvLink2.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x73.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityPreemption.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/group__CUPTI__PCSAMPLING__UTILITY.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityMemcpy3.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Profiler__BeginSession__Params.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityFunction.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__PCSamplingPCData.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityMemcpy4.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityGlobalAccess2.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityEvent.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/group__CUPTI__METRIC__API.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityMemset2.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__PCSamplingGetDataParams.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structHeader.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Profiler__EndSession__Params.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityUnifiedMemoryCounter2.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ModuleResourceData.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityUnifiedMemoryCounter.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x72.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityNvLink3.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityInstantaneousEvent.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityMemory2.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x75.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityOpenAccData.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityDevice2.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Profiler__EnableProfiling__Params.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x74.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Profiler__CounterDataImageOptions.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x62.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x6c.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityMemoryPool.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Activity.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/ftv2node.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityMemcpyPtoP2.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityExternalCorrelation.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x69.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x68.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityOverhead.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x71.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Profiler__UnsetConfig__Params.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityKernel2.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/group__CUPTI__EVENT__API.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x6f.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x6d.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/tab_b.gif
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivitySynchronization.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__PCSamplingStartParams.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x66.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/group__CUPTI__PROFILER__API.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x65.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__PCSamplingStallReason.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityDevice.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityAutoBoostState.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/group__CUPTI__PCSAMPLING__API.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityPCSamplingConfig.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Profiler__DisableProfiling__Params.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x6b.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x64.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/group__CUPTI__CALLBACK__API.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityMemory.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__EventGroupSets.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x6e.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__GetCubinCrcParams.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityPCSampling2.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/ftv2doc.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityInstructionExecution.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityOpenAcc.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__GetSassToSourceCorrelationParams.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/ftv2mlastnode.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/unionCUpti__ActivityObjectKindId.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Profiler__DeInitialize__Params.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/ftv2plastnode.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityMetricInstance.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityInstructionCorrelation.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Profiler__EndPass__Params.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__PCSamplingConfigurationInfoParams.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x75.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/tab_l.gif
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityInstantaneousMetric.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityMarkerData.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityMarker2.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__PCSamplingConfigurationInfo.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/r_overview.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityPCSamplingRecordInfo.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Profiler__GetCounterAvailability__Params.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__CallbackData.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/tab_r.gif
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/ftv2link.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x64.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__PCSamplingEnableParams.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityBranch.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/doxygen.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityPCSampling3.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x6d.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Profiler__CounterDataImage__InitializeScratchBuffer__Params.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/modules.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/ftv2pnode.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x6b.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityModule.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Profiler__CounterDataImage__CalculateScratchBufferSize__Params.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__SynchronizeData.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x67.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x66.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityInstantaneousEventInstance.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityMemory2_1_1PACKED__ALIGNMENT.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/index.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/ftv2folderclosed.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__PCSamplingGetNumStallReasonsParams.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityMemcpy.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__PCSamplingStopParams.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Profiler__CounterDataImage__Initialize__Params.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structBufferInfo.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x70.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityContext.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityEnvironment.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityAPI.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityOpenMp.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/group__CUPTI__VERSION__API.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityKernel5.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Profiler__CounterDataImage__CalculateSize__Params.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityMetric.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityMemset3.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityBranch2.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/doxygen.css
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivitySourceLocator.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__NvtxData.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityMemcpyPtoP3.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/ftv2mnode.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__GraphData.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x73.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x65.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/tabs.css
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/group__CUPTI__ACTIVITY__API.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__PCSamplingData.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x76.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__Profiler__FlushCounterData__Params.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/r_main.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityMemset.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars_0x67.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityOpenAccOther.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUPTI_1_1PcSamplingUtil_1_1CUptiUtil__MergePcSampDataParams.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUPTI_1_1PcSamplingUtil_1_1CUptiUtil__GetBufferInfoParams.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivitySharedAccess.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityGlobalAccess.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityMarker.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_vars.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/structCUpti__ActivityPcie.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x6f.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/notices-header.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/functions_0x6e.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/ftv2lastnode.png
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/Cupti/group__CUPTI__RESULT__API.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/index.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/doc/search/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/search/htmlFileList.js
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/doc/search/stemmers/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/search/stemmers/en_stemmer.min.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/search/htmlFileInfoList.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/search/check.html
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/search/files.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/search/index-2.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/search/nwSearchFnt.min.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/search/index-1.js
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/doc/search/index-3.js
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/event_sampling/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/event_sampling/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/event_sampling/event_sampling.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/sass_source_map/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/sass_source_map/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/sass_source_map/sass_source_map.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/extensions/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/extensions/src/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/extensions/src/profilerhost_util/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/extensions/src/profilerhost_util/Eval.cpp
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/extensions/src/profilerhost_util/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/extensions/src/profilerhost_util/List.cpp
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/extensions/src/profilerhost_util/Metric.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/extensions/include/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/extensions/include/profilerhost_util/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/extensions/include/profilerhost_util/Metric.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/extensions/include/profilerhost_util/Parser.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/extensions/include/profilerhost_util/Utils.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/extensions/include/profilerhost_util/List.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/extensions/include/profilerhost_util/Eval.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/extensions/include/c_util/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/extensions/include/c_util/ScopeExit.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/extensions/include/c_util/FileOp.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/callback_timestamp/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/callback_timestamp/callback_timestamp.cu
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/callback_timestamp/Makefile
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/pc_sampling_start_stop/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/pc_sampling_start_stop/pc_sampling_start_stop.cu
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/pc_sampling_start_stop/Makefile
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/callback_metric/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/callback_metric/callback_metric.cu
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/callback_metric/Makefile
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/activity_trace_async/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/activity_trace_async/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/activity_trace_async/vec.cu
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/activity_trace_async/activity_trace_async.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/pc_sampling/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/pc_sampling/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/pc_sampling/pc_sampling.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/cupti_finalize/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/cupti_finalize/libinject.cpp
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/cupti_finalize/Makefile
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/unified_memory/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/unified_memory/unified_memory.cu
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/unified_memory/Makefile
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/openacc_trace/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/openacc_trace/openacc_app.cpp
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/openacc_trace/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/openacc_trace/openacc_trace.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/event_multi_gpu/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/event_multi_gpu/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/event_multi_gpu/event_multi_gpu.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/cupti_query/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/cupti_query/cupti_query.cpp
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/cupti_query/Makefile
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/userrange_profiling/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/userrange_profiling/user_range_profiling.cu
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/userrange_profiling/Makefile
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/pc_sampling_utility/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/pc_sampling_utility/pc_sampling_utility.cpp
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/pc_sampling_utility/README.txt
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/pc_sampling_utility/Makefile
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/cupti_metric_properties/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/cupti_metric_properties/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/cupti_metric_properties/cupti_metric_properties.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/pc_sampling_continuous/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/pc_sampling_continuous/pc_sampling_continuous.cpp
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/pc_sampling_continuous/README.txt
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/pc_sampling_continuous/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/pc_sampling_continuous/libpc_sampling_continuous.pl
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/callback_profiling/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/callback_profiling/callback_profiling.cu
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/callback_profiling/Makefile
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/cuda_graphs_trace/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/cuda_graphs_trace/cuda_graphs_trace.cpp
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/cuda_graphs_trace/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/cuda_graphs_trace/vec.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/cupti_nvtx/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/cupti_nvtx/cupti_nvtx.cpp
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/cupti_nvtx/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/cupti_nvtx/vec.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/autorange_profiling/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/autorange_profiling/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/autorange_profiling/auto_range_profiling.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/callback_event/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/callback_event/callback_event.cu
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/callback_event/Makefile
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/nested_range_profiling/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/nested_range_profiling/nested_range_profiling.cu
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/nested_range_profiling/Makefile
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/samples/nvlink_bandwidth/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/nvlink_bandwidth/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/samples/nvlink_bandwidth/nvlink_bandwidth.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/include/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/cupti_callbacks.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/cupti_result.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/cupti_activity.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/generated_cuda_vdpau_interop_meta.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/nvperf_cuda_host.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/cupti_driver_cbid.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/generated_cudaVDPAU_meta.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/generated_cuda_gl_interop_meta.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/generated_cudaGL_meta.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/cupti_target.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/cupti_pcsampling_util.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/cupti_runtime_cbid.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/nvperf_target.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/cupti_profiler_target.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/include/Openmp/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/Openmp/omp-tools.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/Openmp/cupti_openmp.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/nvperf_host.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/generated_cuda_runtime_api_meta.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/cupti_pcsampling.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/cuda_stdint.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/cupti_events.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/cupti_version.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/generated_cuda_meta.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/cupti_nvtx_cbid.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/cupti.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/cupti_metrics.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/CUPTI/include/Openacc/
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/Openacc/cupti_openacc.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/CUPTI/include/generated_nvtx_meta.h
[INFO]: cuda-gdb
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/Debugger
[INFO]: Successfully created directory: /usr/local/cuda-11.3/share
[INFO]: Installed: /usr/local/cuda-11.3/bin/cuda-gdb
[INFO]: Installed: /usr/local/cuda-11.3/bin/cuda-gdbserver
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/Debugger/lib64/
[INFO]: Installed: /usr/local/cuda-11.3/extras/Debugger/lib64/libcudacore.a
[INFO]: Installed: /usr/local/cuda-11.3/extras/Debugger/Readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/Debugger/include/
[INFO]: Installed: /usr/local/cuda-11.3/extras/Debugger/include/cudadebugger.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/Debugger/include/cudacoredump.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/Debugger/include/cuda_stdint.h
[INFO]: Installed: /usr/local/cuda-11.3/extras/Debugger/include/libcudacore.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/share/gdb/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/share/gdb/syscalls/
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/syscalls/mips-o32-linux.xml
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/syscalls/mips-n64-linux.xml
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/syscalls/ppc-linux.xml
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/syscalls/arm-linux.xml
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/syscalls/i386-linux.xml
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/syscalls/sparc64-linux.xml
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/syscalls/s390x-linux.xml
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/syscalls/sparc-linux.xml
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/syscalls/ppc64-linux.xml
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/syscalls/aarch64-linux.xml
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/syscalls/gdb-syscalls.dtd
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/syscalls/amd64-linux.xml
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/syscalls/freebsd.xml
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/syscalls/s390-linux.xml
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/syscalls/mips-n32-linux.xml
[INFO]: Successfully created directory: /usr/local/cuda-11.3/share/gdb/system-gdbinit/
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/system-gdbinit/wrs-linux.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/system-gdbinit/elinos.py
[INFO]: Successfully created directory: /usr/local/cuda-11.3/share/gdb/python/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/share/gdb/python/gdb/
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/FrameDecorator.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/frames.py
[INFO]: Successfully created directory: /usr/local/cuda-11.3/share/gdb/python/gdb/printer/
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/printer/__init__.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/printer/bound_registers.py
[INFO]: Successfully created directory: /usr/local/cuda-11.3/share/gdb/python/gdb/function/
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/function/__init__.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/function/as_string.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/function/strfns.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/function/caller_is.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/__init__.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/prompt.py
[INFO]: Successfully created directory: /usr/local/cuda-11.3/share/gdb/python/gdb/command/
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/command/__init__.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/command/explore.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/command/prompt.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/command/pretty_printers.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/command/type_printers.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/command/frame_filters.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/command/unwinders.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/command/xmethods.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/FrameIterator.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/unwinder.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/xmethod.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/printing.py
[INFO]: Installed: /usr/local/cuda-11.3/share/gdb/python/gdb/types.py
[INFO]: cuda-memcheck
[INFO]: Installed: /usr/local/cuda-11.3/bin/cuda-memcheck
[INFO]: nvdisasm
[INFO]: Installed: /usr/local/cuda-11.3/bin/nvdisasm
[INFO]: nvprof
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/lib
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include
[INFO]: Installed: /usr/local/cuda-11.3/bin/nvprof
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cudaProfiler.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_profiler_api.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libaccinj64.so.11.3
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libaccinj64.so.11.3.111
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libaccinj64.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcuinj64.so.11.3.111
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcuinj64.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcuinj64.so.11.3
[INFO]: nvtx
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvtx3
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvtx3/nvtxDetail
[INFO]: Installed: /usr/local/cuda-11.3/include
[INFO]: Installed: /usr/local/cuda-11.3/lib64
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvToolsExt.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvToolsExtCuda.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvToolsExtCudaRt.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvToolsExtOpenCL.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvToolsExtSync.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvtx3/nvToolsExt.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvtx3/nvToolsExtCuda.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvtx3/nvToolsExtCudaRt.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvtx3/nvToolsExtOpenCL.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvtx3/nvToolsExtSync.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvtx3/nvtxDetail/nvtxImplCuda_v3.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvtx3/nvtxDetail/nvtxImplOpenCL_v3.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvtx3/nvtxDetail/nvtxImpl.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvtx3/nvtxDetail/nvtxImplCore.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvtx3/nvtxDetail/nvtxImplCudaRt_v3.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvtx3/nvtxDetail/nvtxImplSync_v3.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvtx3/nvtxDetail/nvtxInit.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvtx3/nvtxDetail/nvtxInitDecls.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvtx3/nvtxDetail/nvtxInitDefs.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvtx3/nvtxDetail/nvtxLinkOnce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvtx3/nvtxDetail/nvtxTypes.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnvToolsExt.so.1.0.0
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnvToolsExt.so.1
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnvToolsExt.so
[INFO]: compute-sanitizer
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/TreeLauncherTargetLdPreloadHelper
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/libTreeLauncherTargetInjection.so
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/libTreeLauncherPlaceholder.so
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/compute-sanitizer
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/libInterceptorInjectionTarget.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer/include/
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/include/generated_cuda_vdpau_interop_meta.h
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/include/generated_cuda_profiler_api_meta.h
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/include/generated_cudaVDPAU_meta.h
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/include/generated_cuda_gl_interop_meta.h
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/include/generated_cudaGL_meta.h
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/include/sanitizer.h
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/include/sanitizer_patching.h
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/include/generated_cuda_runtime_api_meta.h
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/include/sanitizer_memory.h
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/include/sanitizer_barrier.h
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/include/sanitizer_stream.h
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/include/sanitizer_callbacks.h
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/include/generated_cuda_meta.h
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/include/sanitizer_driver_cbid.h
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/include/sanitizer_runtime_cbid.h
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/include/sanitizer_result.h
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/libsanitizer-public.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer/docs/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer/docs/common/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer/docs/common/scripts/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer/docs/common/scripts/google-analytics/
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/scripts/google-analytics/google-analytics-tracker.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/scripts/google-analytics/google-analytics-write.js
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer/docs/common/scripts/tynt/
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/scripts/tynt/tynt.js
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/jquery.ba-hashchange.min.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/bg-left.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/bg-horiz.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/jquery.min.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/search-clear.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/bg-head.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/qwcode.highlight.css
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/common.min.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/devzone.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/bg-vert.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/site.css
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/bg-sidehead-glow.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/cppapiref.css
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/cuda-toolkit-documentation.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/dita.style.css
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-lisp.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-r.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-ml.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-lsp.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-wiki.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/prettify.css
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-yaml.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-rust.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-tex.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-rd.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-rkt.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/prettify.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-swift.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-matlab.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-fs.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-cl.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-latex.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-s.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-lua.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-xq.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-proto.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-dart.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/run_prettify.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-erl.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-apollo.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-vhd.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-tcl.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-cbm.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-clj.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-lasso.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-logtalk.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-sql.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-vb.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/onLoad.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-llvm.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-erlang.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-yml.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-lgt.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-Splus.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-agc.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-lassoscript.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-n.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-scala.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-scm.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-xquery.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-el.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-aea.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-pascal.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-ls.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-go.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-ll.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-css.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-nemerle.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-basic.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-mumps.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-ss.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-vhdl.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-vbs.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/prettify/lang-hs.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/devtools-documentation.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/magnify-dropdown.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/bg-right.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/jquery.scrollintoview.min.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/html5shiv-printshiv.min.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/bg-sidehead.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/nvidia.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/commonltr.css
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/common/formatting/magnify.png
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer/docs/ComputeSanitizer/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer/docs/ComputeSanitizer/graphics/
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/ComputeSanitizer/graphics/no-padding.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/ComputeSanitizer/graphics/padding.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/ComputeSanitizer/index.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer/docs/pdf/
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/pdf/SanitizerNvtxGuide.pdf
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/pdf/ReleaseNotes.pdf
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/pdf/CopyrightAndLicenses.pdf
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/pdf/ComputeSanitizer.pdf
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/pdf/SanitizerApiGuide.pdf
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer/docs/CopyrightAndLicenses/
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/CopyrightAndLicenses/index.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApiGuide/
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApiGuide/index.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerNvtxGuide/
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerNvtxGuide/index.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer/docs/ReleaseNotes/
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/ReleaseNotes/index.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/index.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer/docs/search/
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/search/htmlFileList.js
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer/docs/search/stemmers/
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/search/stemmers/en_stemmer.min.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/search/htmlFileInfoList.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/search/check.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/search/files.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/search/index-2.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/search/nwSearchFnt.min.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/search/index-1.js
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/search/index-3.js
[INFO]: Successfully created directory: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/group__SANITIZER__STREAM__API.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/group__SANITIZER__PATCHING__API.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/functions.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/ftv2blank.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/structSanitizer__CallbackData.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/classes.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/ftv2folderopen.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/ftv2vertline.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/annotated.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/structSanitizer__SynchronizeData.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/group__SANITIZER__BARRIER__API.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/structSanitizer__GraphNodeLaunchData.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/structSanitizer__MemcpyData.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/ftv2node.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/group__SANITIZER__CALLBACK__API.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/tab_b.gif
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/structSanitizer__GraphExecData.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/structSanitizer__BatchMemopData.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/ftv2doc.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/ftv2mlastnode.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/ftv2plastnode.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/tab_l.gif
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/structSanitizer__ResourceMemoryData.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/tab_r.gif
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/ftv2link.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/doxygen.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/structSanitizer__LaunchData.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/modules.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/ftv2pnode.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/index.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/ftv2folderclosed.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/group__SANITIZER__RESULT__API.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/group__SANITIZER__MEMORY__API.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/structSanitizer__MemsetData.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/doxygen.css
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/structSanitizer__UvmData.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/structSanitizer__ResourceMempoolData.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/structSanitizer__ResourceContextData.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/ftv2mnode.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/structSanitizer__ResourceModuleData.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/tabs.css
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/structSanitizer__ResourceStreamData.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/functions_vars.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/notices-header.html
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/docs/SanitizerApi/ftv2lastnode.png
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/TreeLauncherSubreaper
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/libsanitizer-collection.so
[INFO]: Installed: /usr/local/cuda-11.3/compute-sanitizer/libTreeLauncherTargetUpdatePreloadInjection.so
[INFO]: compute-sanitizer-integration
[INFO]: Successfully created directory: /var/log/nvidia/.uninstallManifests/CUDA_Toolkit_11.3-components/CUDA_Tools_11.3-components/CUDA_Command_Line_Tools_11.3-components/compute-sanitizer-components/
[INFO]: Installed: /usr/local/cuda-11.3/bin/compute-sanitizer
[INFO]: CUDA Visual Tools 11.3
[INFO]: nsight
[INFO]: Successfully created directory: /var/log/nvidia/.uninstallManifests/CUDA_Toolkit_11.3-components/CUDA_Tools_11.3-components/CUDA_Visual_Tools_11.3-components/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsightee_plugins
[INFO]: Installed: /usr/local/cuda-11.3/bin/nsight_ee_plugins_manage.sh
[INFO]: Installed: /usr/local/cuda-11.3/nsightee_plugins/com.nvidia.cuda.repo-1.0.0-SNAPSHOT.zip
[INFO]: nsight-compute
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/RuleTemplates/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/RuleTemplates/RuleTemplate2_table.chart
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/RuleTemplates/RuleTemplate_bar.chart
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/RuleTemplates/AdvancedRuleTemplate.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/RuleTemplates/RuleTemplate_table.chart
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/RuleTemplates/BasicKernelInfo.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/RuleTemplates/RuleTemplate.section
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/RuleTemplates/KernelInstanceBoundsAnalysis.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/RuleTemplates/KernelInstanceBoundsAnalysis.section
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/RuleTemplates/BasicRuleTemplate.py
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/FileFormat/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/FileFormat/RuleResults.proto
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/FileFormat/NvtxCategories.proto
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/FileFormat/ProfilerResults.proto
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/FileFormat/ProfilerReportCommon.proto
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/FileFormat/ProfilerSection.proto
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/FileFormat/ProfilerReport.proto
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/FileFormat/ProfilerCategories.proto
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/FileFormat/ProfilerCommon.proto
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/FileFormat/ProfilerMetricOptions.proto
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/FileFormat/ProfilerStringTable.proto
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/extras/FileFormat/Nvtx.proto
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/ncu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/SpeedOfLight.section
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/SpeedOfLight.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/Occupancy.section
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/CPIStall.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/SpeedOfLight_RooflineChart.section
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/ThreadDivergence.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/LaunchStatistics.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/MemoryWorkloadAnalysis_Chart.section
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/Occupancy.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/InstructionStatistics.section
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/MemoryL2Compression.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/IssueSlotUtilization.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/Nvlink_Tables.section
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/Nvlink.section
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/Nvlink_Topology.section
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/WarpStateStatistics.section
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/ComputeWorkloadAnalysis.section
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/SlowPipeLimiter.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/NvRules.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/SpeedOfLight_Roofline.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/LaunchStatistics.section
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/MemoryWorkloadAnalysis.section
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/UncoalescedSharedAccess.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/UncoalescedAccess.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/SourceCounters.section
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/HighPipeUtilization.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/MemoryWorkloadAnalysis_Tables.section
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/MemoryWorkloadAnalysis_Deprecated.section
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/sections/SchedulerStatistics.section
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/ncu-ui
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libQt5PrintSupport.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libQt5Charts.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libQt5DBus.so.5
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/ro.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/sk.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/pt-BR.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/sr.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/cs.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/vi.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/zh-TW.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/de.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/ar.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/en-US.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/am.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/hu.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/ja.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/ca.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/et.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/fil.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/he.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/ms.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/ru.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/tr.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/it.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/fa.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/id.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/sv.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/es-419.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/lt.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/te.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/el.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/da.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/lv.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/nb.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/pt-PT.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/fr.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/gu.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/ta.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/uk.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/th.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/pl.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/bn.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/zh-CN.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/sl.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/sw.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/ml.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/es.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/nl.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/ko.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/hr.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/hi.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/kn.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/mr.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/bg.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/fi.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/translations/qtwebengine_locales/en-GB.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libQt5Script.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libicui18n.so.56
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libQt5XcbQpa.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/ncu-ui
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libQt5OpenGL.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libQt5Core.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libQt5Svg.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libnvlog.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/ncu-ui.bin
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/resources/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/resources/qtwebengine_resources.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/resources/qtwebengine_resources_100p.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/resources/qtwebengine_resources_200p.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/resources/icudtl.dat
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/resources/qtwebengine_devtools_resources.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libcrypto.so.1.1
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libQt5Sql.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libssh.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libQt5Gui.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/CrashReporter
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/xcbglintegrations/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/xcbglintegrations/libqxcb-glx-integration.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/libLinuxPlatformPlugin.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/SassDebuggerPlugin/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/SassDebuggerPlugin/libSassDebuggerPlugin.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/libTPSConnectionPlugin.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/RebelPlugin/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/RebelPlugin/libRebelPlugin.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/imageformats/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/imageformats/libqtga.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/imageformats/libqsvg.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/imageformats/libqwbmp.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/imageformats/libqtiff.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/imageformats/libqico.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/imageformats/libqjpeg.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/imageformats/libqgif.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/platforms/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/platforms/libqxcb.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/libWindowsPlatformPlugin.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/libLinuxPPCPlatformPlugin.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/CorePlugin/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/CorePlugin/Manifest.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/CorePlugin/libCorePlugin.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/libArmServerPlatformPlugin.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/libTPSSystemServerPlugin.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/Plugins/libExternalIntegrationPlugin.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libQt5Concurrent.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libQt5Qml.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libnvperf_host.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libQt5Xml.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libicudata.so.56
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libexec/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libexec/qt.conf
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libexec/QtWebEngineProcess
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libQtPropertyBrowser.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libQt5Widgets.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libssl.so.1.1
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libNvQtGui.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libQt5Network.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libicuuc.so.56
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/ncu-ui.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libAppLibInterfaces.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/ExternalIntegration.xml
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libcrypto.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libAppLib.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/host/linux-desktop-glibc_2_11_3-x64/libssl.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/nv-nsight-cu
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/nv-nsight-cu-cli
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_11_3-x64/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_11_3-x64/TreeLauncherTargetLdPreloadHelper
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_11_3-x64/ncu
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_11_3-x64/libnvperf_target.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_11_3-x64/libTreeLauncherTargetInjection.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_11_3-x64/libcuda-injection.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_11_3-x64/libTreeLauncherPlaceholder.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_11_3-x64/libnvperf_host.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_11_3-x64/libInterceptorInjectionTarget.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_11_3-x64/TreeLauncherSubreaper
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_11_3-x64/libTreeLauncherTargetUpdatePreloadInjection.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_11_3-x64/libnvperfapi64.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_11_3-x86/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_11_3-x86/TreeLauncherTargetLdPreloadHelper
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_11_3-x86/libTreeLauncherTargetInjection.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_11_3-x86/libTreeLauncherPlaceholder.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_11_3-x86/libInterceptorInjectionTarget.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_11_3-x86/libTreeLauncherTargetUpdatePreloadInjection.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-t210-a64/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-t210-a64/TreeLauncherTargetLdPreloadHelper
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-t210-a64/ncu
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-t210-a64/libnvperf_target.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-t210-a64/libTreeLauncherTargetInjection.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-t210-a64/libcuda-injection.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-t210-a64/libTreeLauncherPlaceholder.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-t210-a64/libnvperf_host.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-t210-a64/libInterceptorInjectionTarget.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-t210-a64/TreeLauncherSubreaper
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-t210-a64/libTreeLauncherTargetUpdatePreloadInjection.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-t210-a64/libnvperfapi64.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_19_0-ppc64le/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_19_0-ppc64le/TreeLauncherTargetLdPreloadHelper
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_19_0-ppc64le/ncu
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_19_0-ppc64le/libnvperf_target.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_19_0-ppc64le/libTreeLauncherTargetInjection.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_19_0-ppc64le/libcuda-injection.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_19_0-ppc64le/libTreeLauncherPlaceholder.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_19_0-ppc64le/libnvperf_host.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_19_0-ppc64le/libInterceptorInjectionTarget.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_19_0-ppc64le/TreeLauncherSubreaper
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_19_0-ppc64le/libTreeLauncherTargetUpdatePreloadInjection.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/target/linux-desktop-glibc_2_19_0-ppc64le/libnvperfapi64.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/scripts/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/scripts/google-analytics/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/scripts/google-analytics/google-analytics-tracker.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/scripts/google-analytics/google-analytics-write.js
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/scripts/tynt/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/scripts/tynt/tynt.js
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/jquery.ba-hashchange.min.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/bg-left.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/bg-horiz.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/jquery.min.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/search-clear.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/bg-head.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/qwcode.highlight.css
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/common.min.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/devzone.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/bg-vert.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/site.css
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/bg-sidehead-glow.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/cppapiref.css
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/cuda-toolkit-documentation.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/dita.style.css
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-lisp.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-r.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-ml.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-lsp.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-wiki.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/prettify.css
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-yaml.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-rust.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-tex.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-rd.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-rkt.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/prettify.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-swift.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-matlab.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-fs.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-cl.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-latex.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-s.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-lua.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-xq.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-proto.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-dart.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/run_prettify.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-erl.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-apollo.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-vhd.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-tcl.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-cbm.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-clj.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-lasso.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-logtalk.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-sql.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-vb.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/onLoad.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-llvm.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-erlang.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-yml.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-lgt.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-Splus.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-agc.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-lassoscript.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-n.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-scala.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-scm.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-xquery.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-el.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-aea.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-pascal.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-ls.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-go.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-ll.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-css.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-nemerle.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-basic.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-mumps.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-ss.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-vhdl.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-vbs.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/prettify/lang-hs.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/devtools-documentation.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/magnify-dropdown.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/bg-right.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/jquery.scrollintoview.min.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/html5shiv-printshiv.min.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/bg-sidehead.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/nvidia.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/commonltr.css
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/common/formatting/magnify.png
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/classNV_1_1Rules_1_1IAction.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/functions.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/ftv2blank.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/group__NVRULES__HW.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/classNV_1_1Rules_1_1IFrontend.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/classes.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/ftv2folderopen.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/classNV_1_1Rules_1_1IContext.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/ftv2vertline.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/classNV_1_1Rules_1_1ISourceInfo.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/annotated.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/group__NVRULES__LW.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/classNV_1_1Rules_1_1INvtxDomainInfo.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/ftv2node.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/classNV_1_1Rules_1_1IController.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/tab_b.gif
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/classNV_1_1Rules_1_1IMetric.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/group__NVRULES__NM.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/ftv2doc.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/ftv2mlastnode.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/ftv2plastnode.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/tab_l.gif
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/tab_r.gif
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/classNV_1_1Rules_1_1INvtxRange.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/ftv2link.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/doxygen.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/modules.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/ftv2pnode.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/index.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/ftv2folderclosed.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/classNV_1_1Rules_1_1IEvaluator.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/classNV_1_1Rules_1_1IRange.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/doxygen.css
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/functions_func.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/ftv2mnode.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/tabs.css
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/classNV_1_1Rules_1_1INvtxState.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/notices-header.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NvRulesAPI/ftv2lastnode.png
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/pdf/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/pdf/ReleaseNotes.pdf
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/pdf/CopyrightAndLicenses.pdf
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/pdf/NsightComputeCli.pdf
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/pdf/CustomizationGuide.pdf
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/pdf/NsightCompute.pdf
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/pdf/ProfilingGuide.pdf
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/pdf/Training.pdf
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/CopyrightAndLicenses/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/CopyrightAndLicenses/index.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightComputeCli/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightComputeCli/index.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/Training/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/Training/index.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ReleaseNotes/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ReleaseNotes/index.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/index.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/CustomizationGuide/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/CustomizationGuide/graphics/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/CustomizationGuide/graphics/section-files-2.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/CustomizationGuide/graphics/integration-2.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/CustomizationGuide/graphics/integration-1.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/CustomizationGuide/graphics/integration-4.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/CustomizationGuide/graphics/integration-3.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/CustomizationGuide/graphics/section-files.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/CustomizationGuide/graphics/source-counters.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/CustomizationGuide/index.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/quick-start-interactive-profiling-api-stream.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/profiler-report-pages-details-comments.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/profiler-report-pages-nvtx.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/profiler-report-pages-source-resolve.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/quick-start-interactive-profiling-attach.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/quick-start-interactive-profiling-connect.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/profiler-report-pages-section-rooflines.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/tool-window-nvtx-resources.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/main-menu.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/profiler-report-pages-section-bodies.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/quick-start-profiling-options.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/profiler-report-pages-details-source-table.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/profiler-report-pages-fix-column.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/options-profile.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/tool-window-nvtx.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/tool-window-sections.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/add-remote-connection.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/quick-start-interactive-profiling-connected.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/tool-window-section-sets.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/profiler-report-pages-source-heatmap.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/tool-window-resources.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/baselines.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/tool-window-api-stream.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/tool-window-api-statistics.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/quick-start-baseline.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/welcome-page.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/status-banner.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/projects-explorer.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/baselines-multiple.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/quick-start-interactive-profiling-next-launch.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/quick-start-profiling-options-sections.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/progress-log.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/quick-start-report.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/profiler-report-pages-source.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/profiler-report-header-filter-dialog.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/quick-start-rule.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/connection-dialog.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/profiler-report-header.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/add-remote-connection-private-key.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/quick-start-profiling-connect.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/graphics/profiler-report-pages-section-with-rule.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/NsightCompute/index.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/search/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/search/htmlFileList.js
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/search/stemmers/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/search/stemmers/en_stemmer.min.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/search/htmlFileInfoList.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/search/check.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/search/files.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/search/index-2.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/search/nwSearchFnt.min.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/search/index-1.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/search/index-3.js
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ProfilingGuide/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ProfilingGuide/graphics/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ProfilingGuide/graphics/replay-application-kernel-matching.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ProfilingGuide/graphics/memory-tables-smem.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ProfilingGuide/graphics/memory-tables-l2.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ProfilingGuide/graphics/replay-regular-execution.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ProfilingGuide/graphics/replay-application.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ProfilingGuide/graphics/roofline-overview.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ProfilingGuide/graphics/roofline-analysis.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ProfilingGuide/graphics/profiled-process.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ProfilingGuide/graphics/memory-chart-a100.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ProfilingGuide/graphics/regular-application-process.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ProfilingGuide/graphics/memory-tables-dram.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ProfilingGuide/graphics/profile-series-action.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ProfilingGuide/graphics/profile-series-dialog.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ProfilingGuide/graphics/memory-tables-l1.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ProfilingGuide/graphics/replay-kernel.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/docs/ProfilingGuide/index.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-compute-2021.1.1/EULA.txt
[INFO]: cuda-nsight-compute-integration
[INFO]: Successfully created directory: /var/log/nvidia/.uninstallManifests/CUDA_Toolkit_11.3-components/CUDA_Tools_11.3-components/CUDA_Visual_Tools_11.3-components/nsight-compute-components/
[INFO]: Installed: /usr/local/cuda-11.3/bin/ncu
[INFO]: Installed: /usr/local/cuda-11.3/bin/ncu-ui
[INFO]: Installed: /usr/local/cuda-11.3/bin/nv-nsight-cu
[INFO]: Installed: /usr/local/cuda-11.3/bin/nv-nsight-cu-cli
[INFO]: nsight-systems
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libToolsInjectionCuBLAS64_10.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libLinuxKeyboardInterceptorProxy.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nsys-launcher
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libLauncher64.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nsys
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/reports/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/reports/gpukernsum.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/reports/nvtxppsum.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/reports/osrtsum.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/reports/gputrace.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/reports/_values.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/reports/_sqlfile.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/reports/gpumemsizesum.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/reports/gpusum.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/reports/openmpevtsum.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/reports/cudaapisum.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/reports/_tbl.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/reports/gpumemtimesum.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/reports/_sql.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/reports/cudaapitrace.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/reports/apigpusum.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libnvlog.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libToolsInjectionOpenMPI64.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libToolsInjectionCuda64.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/vulkan-layers/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/vulkan-layers/VkLayer_nsight-sys_linux.json
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libToolsInjectionCuBLAS64_11.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/rules/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/rules/gpu-starvation.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/rules/async-memcpy-pageable.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libnvperf_host.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libToolsInjection64.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libcupti.so.11.1
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libcupti.so.11.3
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/nvtx3/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/nvtx3/nvToolsExt.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/nvtx3/nvToolsExtOpenCL.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/nvtx3/nvToolsExtSync.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/nvtx3/nvToolsExtCudaRt.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/nvtx3/nvtxDetail/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/nvtx3/nvtxDetail/nvtxTypes.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/nvtx3/nvtxDetail/nvtxLinkOnce.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/nvtx3/nvtxDetail/nvtxInit.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/nvtx3/nvtxDetail/nvtxInitDefs.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/nvtx3/nvtxDetail/nvtxImplCuda_v3.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/nvtx3/nvtxDetail/nvtxImplOpenCL_v3.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/nvtx3/nvtxDetail/nvtxInitDecls.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/nvtx3/nvtxDetail/nvtxImpl.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/nvtx3/nvtxDetail/nvtxImplCore.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/nvtx3/nvtxDetail/nvtxImplCudaRt_v3.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/nvtx3/nvtxDetail/nvtxImplSync_v3.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvtx/include/nvtx3/nvToolsExtCuda.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/launcher
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libToolsInjectionCuDNN64_7.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libcupti.so.11.2
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libToolsInjectionProxy64.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/nvgpucs
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libcupti.so.10.0
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/NvTraceFormat/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/NvTraceFormat/Timestamp.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/NvTraceFormat/Unroll.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/NvTraceFormat/NvTraceFormat.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/NvTraceFormat/TimestampConverter.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libToolsInjectionMPICH64.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libcupti.so.10.1
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libcupti.so.10.2
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libcupti.so.11.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libToolsInjectionCuDNN64_8.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/sqlite3
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/GpuMetrics.config
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/python/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/python/lib/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/python/lib/nsysstats.py
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/python/bin/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/python/bin/python
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-x64/libToolsInjectionOpenSHMEM64.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libToolsInjectionNvMedia64.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libToolsInjectionCuBLAS64_10.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libcupti-tegra.so.11.3
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libcupti-sbsa.so.11.1
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nsys-launcher
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libLauncher64.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libcupti-tegra.so.11.1
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nsys
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/reports/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/reports/gpukernsum.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/reports/nvtxppsum.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/reports/osrtsum.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/reports/gputrace.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/reports/_values.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/reports/_sqlfile.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/reports/gpumemsizesum.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/reports/gpusum.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/reports/openmpevtsum.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/reports/cudaapisum.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/reports/_tbl.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/reports/gpumemtimesum.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/reports/_sql.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/reports/cudaapitrace.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/reports/apigpusum.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libnvlog.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libcupti-tegra.so.11.2
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libcupti-sbsa.so.10.2
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libToolsInjectionCuda64.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libToolsInjectionCuBLAS64_11.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/rules/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/rules/gpu-starvation.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/rules/async-memcpy-pageable.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libcupti-tegra.so.10.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libToolsInjection64.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/nvtx3/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/nvtx3/nvToolsExt.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/nvtx3/nvToolsExtOpenCL.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/nvtx3/nvToolsExtSync.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/nvtx3/nvToolsExtCudaRt.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/nvtx3/nvtxDetail/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/nvtx3/nvtxDetail/nvtxTypes.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/nvtx3/nvtxDetail/nvtxLinkOnce.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/nvtx3/nvtxDetail/nvtxInit.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/nvtx3/nvtxDetail/nvtxInitDefs.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/nvtx3/nvtxDetail/nvtxImplCuda_v3.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/nvtx3/nvtxDetail/nvtxImplOpenCL_v3.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/nvtx3/nvtxDetail/nvtxInitDecls.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/nvtx3/nvtxDetail/nvtxImpl.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/nvtx3/nvtxDetail/nvtxImplCore.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/nvtx3/nvtxDetail/nvtxImplCudaRt_v3.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/nvtx3/nvtxDetail/nvtxImplSync_v3.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/nvtx/include/nvtx3/nvToolsExtCuda.h
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/launcher
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libToolsInjectionCuDNN64_7.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libSymbolAnalyzerLight.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libCore.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libAnalysisProto.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libboost_iostreams.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libAgentAPI.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libStreamSections.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libboost_filesystem.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libInterfaceData.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libboost_program_options.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libnvlog.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libInjectionCommunicator.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libCommonProtoServices.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libboost_date_time.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libProtobufCommProto.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libAnalysis.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/QdstrmImporter
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libboost_container.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libDeviceProperty.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libboost_chrono.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libboost_timer.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libboost_atomic.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libDevicePropertyProto.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libProtobufCommClient.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libProtobufComm.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libTimelineCommon.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libSymbolDemangler.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libInterfaceSharedBase.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libprotobuf-shared.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libboost_thread.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libAnalysisData.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libCommonProtoStreamSections.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libboost_serialization.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libstdc++.so.6
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libboost_regex.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/host-linux-armv8/libboost_system.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libcupti-sbsa.so.11.3
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libToolsInjectionProxy64.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libcupti-sbsa.so.11.2
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libcupti-tegra.so.10.2
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libToolsInjectionCuDNN64_8.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/sqlite3
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libcupti-sbsa.so.11.0
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/python/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/python/lib/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/python/lib/nsysstats.py
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/python/bin/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/python/bin/python
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libcupti-tegra.so.11.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/target-linux-armv8/libcupti-tegra.so.10.1
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libSymbolAnalyzerLight.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5PrintSupport.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libCore.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5Help.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5Charts.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5DBus.so.5
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/ro.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/sk.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/pt-BR.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/sr.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/cs.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/vi.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/zh-TW.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/de.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/ar.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/en-US.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/am.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/hu.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/ja.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/ca.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/et.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/fil.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/he.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/ms.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/ru.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/tr.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/it.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/fa.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/id.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/sv.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/es-419.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/lt.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/te.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/el.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/da.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/lv.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/nb.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/pt-PT.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/fr.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/gu.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/ta.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/uk.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/th.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/pl.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/bn.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/zh-CN.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/sl.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/sw.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/ml.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/es.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/nl.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/ko.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/hr.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/hi.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/kn.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/mr.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/bg.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/fi.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/translations/qtwebengine_locales/en-GB.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libAnalysisProto.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5ScriptTools.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5Positioning.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libboost_iostreams.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5Script.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libicui18n.so.56
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libAgentAPI.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libStreamSections.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5XcbQpa.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libboost_filesystem.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libTimelineUtils.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5QuickParticles.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/nsys-ui.bin
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libInterfaceData.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/nsys-ui
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5OpenGL.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libboost_program_options.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5Core.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5Svg.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5QmlModels.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libnvlog.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5XmlPatterns.so.5
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/resources/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/resources/qtwebengine_resources.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/resources/qtwebengine_resources_100p.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/resources/qtwebengine_resources_200p.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/resources/icudtl.dat
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/resources/qtwebengine_devtools_resources.pak
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libcrypto.so.1.1
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libInjectionCommunicator.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5Sql.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5Sensors.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5WebChannel.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libssh.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libCommonProtoServices.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5Gui.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/CrashReporter
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libboost_date_time.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libProtobufCommProto.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/xcbglintegrations/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/xcbglintegrations/libqxcb-glx-integration.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/imageformats/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/imageformats/libqtga.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/imageformats/libqsvg.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/imageformats/libqwbmp.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/imageformats/libqtiff.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/imageformats/libqico.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/imageformats/libqjpeg.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/imageformats/libqgif.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/platforms/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/platforms/libqxcb.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/platforms/libqoffscreen.so
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/QuadDPlugin/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/QuadDPlugin/Manifest.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/QuadDPlugin/libQuadDPlugin.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/QuadDPlugin/default.layout
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/CorePlugin/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/CorePlugin/Manifest.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Plugins/CorePlugin/libCorePlugin.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libpfm.so.4
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libAnalysis.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/QdstrmImporter
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libTimelineInterfaces.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libboost_container.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libTimelineWidget.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5QuickWidgets.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libDeviceProperty.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libboost_chrono.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5Concurrent.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5Qml.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/nvlog.config.template
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/rules/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/rules/gpu-starvation.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/rules/async-memcpy-pageable.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libboost_timer.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libboost_atomic.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/nsys-ui.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libDevicePropertyProto.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5Xml.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5DesignerComponents.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libProtobufCommClient.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/ImportNvtxt
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libicudata.so.56
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libexec/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libexec/qt.conf
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libexec/QtWebEngineProcess
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5WebEngine.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5Designer.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5QuickTest.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libProtobufComm.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQtPropertyBrowser.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5WebEngineWidgets.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5WebEngineCore.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libexporter.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libTimelineCommon.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5Widgets.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libssl.so.1.1
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libNvQtGui.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libInterfaceShared.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libSymbolDemangler.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libInterfaceSharedBase.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5Network.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5MultimediaWidgets.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libprotobuf-shared.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/ResolveSymbols
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Mesa/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Mesa/libGL.so.1.5.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Mesa/libGL.so.1
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/Mesa/libGL.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5MultimediaQuick.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libGenericHierarchy.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libicuuc.so.56
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libboost_thread.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libAnalysisData.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libCommonProtoStreamSections.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5Quick.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/NVIDIA_SLA.pdf
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libboost_serialization.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libpapi.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libboost_python35.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libSshClient.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libInterfaceSharedCore.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libAppLibInterfaces.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libcrypto.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5Test.so.5
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libstdc++.so.6
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/sqlite3
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libsqlite3-shared.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libboost_regex.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libQt5Multimedia.so.5
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/python/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/python/lib/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/python/lib/nsysstats.py
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/python/bin/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/python/bin/python
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libAppLib.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libboost_system.so.1.70.0
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libssl.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/nsys-ui.desktop.template
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/host-linux-x64/libz.so
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/NVIDIA_SLA.pdf
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/bin
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/bin/nsys-ui
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/bin/nsys
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/json_text_format.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/.buildinfo
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/map.cunvtx.sql
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/comment-close.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/composite.report32.sql
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/overhead.report32.sql
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/up.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/streams.report32.sql
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/sidebar.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/sli.report109.results.txt
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/jquery.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/stub.report32.h5dump
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/extract_jsonl.ftrace.sql
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/stub.gpuctxsw.h5dump
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/fecs.gpuctxsw.results.txt
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/map.cunvtx.results.txt
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/file.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/report32.qdrep
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/down.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/dx12.qdrep
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/origin.simpleCudaGraphs.sql
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/origin.simpleCudaGraphs.results.txt
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/report109.qdrep
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/simpleCudaGraphs.qdrep
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/overview.rst
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/stub.ftrace.h5dump
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/stub.dx12.h5dump
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/pygments.css
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/streams.report32.results.txt
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/plus.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/down-pressed.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/conf.py
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/stub.cunvtx.h5dump
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/comment.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/cuda_bt.report705.results.txt
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/syscall_histogram.ftrace.results.txt
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/sched.report32.sql
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/ajax-loader.gif
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/index.rst
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/func_table.report32.sql
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/gpuctxsw.qdrep
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/composite.report32.results.txt
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/cuda_kernel_api.report32.results.txt
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/fps_histogram.dx12.sql
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/stub.sli.h5dump
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/jquery-3.1.0.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/osrt.report32.results.txt
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/overhead.report32.results.txt
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/cuda_bt.report705.sql
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/searchtools.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/underscore-1.3.1.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/syscall_histogram.ftrace.sql
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/report705.qdrep
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/exported_data.rst
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/sched.report32.results.txt
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/func_table.report32.results.txt
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/minus.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/underscore.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/websupport.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/doctools.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/fecs.gpuctxsw.sql
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/json_text_format.rst
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/cunvtx.qdrep
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/extract_jsonl.ftrace.results.txt
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/comment-bright.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/classic.css
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/custom.css
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/sli.report109.sql
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/CMakeLists.txt
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/examples.rst
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/fps_histogram.dx12.results.txt
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/cuda_kernel_api.report32.sql
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/basic.css
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/ftrace.qdrep
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/up-pressed.png
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/_static/osrt.report32.sql
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/genindex.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/searchindex.js
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/exported_data.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/overview.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/examples.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/objects.inv
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/index.html
[INFO]: Installed: /usr/local/cuda-11.3/nsight-systems-2021.1.3/documentation/nsys-exporter/search.html
[INFO]: cuda-nsight-systems-integration
[INFO]: Successfully created directory: /var/log/nvidia/.uninstallManifests/CUDA_Toolkit_11.3-components/CUDA_Tools_11.3-components/CUDA_Visual_Tools_11.3-components/nsight-systems-components/
[INFO]: Installed: /usr/local/cuda-11.3/bin/nsys-ui
[INFO]: Installed: /usr/local/cuda-11.3/bin/nsys
[INFO]: Installed: /usr/local/cuda-11.3/bin/nsys-exporter
[INFO]: Installed: /usr/local/cuda-11.3/bin/nsight-sys
[INFO]: nvvp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp
[INFO]: Installed: /usr/local/cuda-11.3/bin/computeprof
[INFO]: Installed: /usr/local/cuda-11.3/bin/nvvp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.ssh_3.0.500.201406020016/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.ssh_3.0.500.201406020016/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.ssh_3.0.500.201406020016/license.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.ssh_3.0.500.201406020016/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.ssh_3.0.500.201406020016/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.ssh_3.0.500.201406020016/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.ssh_3.0.500.201406020016/META-INF/ECLIPSE_.SF
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.ssh_3.0.500.201406020016/META-INF/maven/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.ssh_3.0.500.201406020016/META-INF/maven/org.eclipse.tm.features/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.ssh_3.0.500.201406020016/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.ssh/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.ssh_3.0.500.201406020016/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.ssh/pom.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.ssh_3.0.500.201406020016/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.ssh/pom.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.ssh_3.0.500.201406020016/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.ssh_3.0.500.201406020016/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.core_3.4.100.201406091451/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.core_3.4.100.201406091451/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.core_3.4.100.201406091451/license.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.core_3.4.100.201406091451/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.core_3.4.100.201406091451/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.core_3.4.100.201406091451/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.core_3.4.100.201406091451/META-INF/ECLIPSE_.SF
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.core_3.4.100.201406091451/META-INF/maven/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.core_3.4.100.201406091451/META-INF/maven/org.eclipse.tm.features/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.core_3.4.100.201406091451/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.core/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.core_3.4.100.201406091451/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.core/pom.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.core_3.4.100.201406091451/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.core/pom.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.core_3.4.100.201406091451/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.core_3.4.100.201406091451/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.remote.feature_11.3.0.202105060234/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.remote.feature_11.3.0.202105060234/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.remote.feature_11.3.0.202105060234/license.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.remote.feature_11.3.0.202105060234/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.remote.feature_11.3.0.202105060234/META-INF/MANIFEST.MF
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.remote.feature_11.3.0.202105060234/META-INF/maven/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.remote.feature_11.3.0.202105060234/META-INF/maven/com.nvidia.cuda.ide/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.remote.feature_11.3.0.202105060234/META-INF/maven/com.nvidia.cuda.ide/com.nvidia.cuda.ide.remote.feature/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.remote.feature_11.3.0.202105060234/META-INF/maven/com.nvidia.cuda.ide/com.nvidia.cuda.ide.remote.feature/pom.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.remote.feature_11.3.0.202105060234/META-INF/maven/com.nvidia.cuda.ide/com.nvidia.cuda.ide.remote.feature/pom.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.remote.feature_11.3.0.202105060234/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.viper.feature_11.3.0.202105060234/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.viper.feature_11.3.0.202105060234/feature.xml
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.viper.feature_11.3.0.202105060234/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.viper.feature_11.3.0.202105060234/META-INF/MANIFEST.MF
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.viper.feature_11.3.0.202105060234/META-INF/maven/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.viper.feature_11.3.0.202105060234/META-INF/maven/com.nvidia.viper/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.viper.feature_11.3.0.202105060234/META-INF/maven/com.nvidia.viper/com.nvidia.viper.feature/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.viper.feature_11.3.0.202105060234/META-INF/maven/com.nvidia.viper/com.nvidia.viper.feature/pom.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.viper.feature_11.3.0.202105060234/META-INF/maven/com.nvidia.viper/com.nvidia.viper.feature/pom.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/asl-v20.txt
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/license.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/about.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/META-INF/eclipse.inf
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/asl-v20.txt
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/license.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/about.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/META-INF/eclipse.inf
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/license.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/asl-v20.txt
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/license.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/about.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/META-INF/eclipse.inf
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.platform_4.4.0.v20140925-0400/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.platform_4.4.0.v20140925-0400/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.platform_4.4.0.v20140925-0400/license.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.platform_4.4.0.v20140925-0400/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.platform_4.4.0.v20140925-0400/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.platform_4.4.0.v20140925-0400/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.platform_4.4.0.v20140925-0400/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.platform_4.4.0.v20140925-0400/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.platform_4.4.0.v20140925-0400/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.e4.rcp_1.3.100.v20140909-1633/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.e4.rcp_1.3.100.v20140909-1633/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.e4.rcp_1.3.100.v20140909-1633/license.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.e4.rcp_1.3.100.v20140909-1633/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.e4.rcp_1.3.100.v20140909-1633/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.e4.rcp_1.3.100.v20140909-1633/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.e4.rcp_1.3.100.v20140909-1633/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.e4.rcp_1.3.100.v20140909-1633/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.e4.rcp_1.3.100.v20140909-1633/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/license.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/about.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/META-INF/eclipse.inf
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.common_2.10.1.v20140901-1043/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.common_2.10.1.v20140901-1043/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.common_2.10.1.v20140901-1043/license.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.common_2.10.1.v20140901-1043/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.common_2.10.1.v20140901-1043/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.common_2.10.1.v20140901-1043/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.common_2.10.1.v20140901-1043/META-INF/eclipse.inf
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.common_2.10.1.v20140901-1043/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.common_2.10.1.v20140901-1043/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.common_2.10.1.v20140901-1043/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.local_2.1.500.201406020016/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.local_2.1.500.201406020016/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.local_2.1.500.201406020016/license.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.local_2.1.500.201406020016/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.local_2.1.500.201406020016/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.local_2.1.500.201406020016/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.local_2.1.500.201406020016/META-INF/ECLIPSE_.SF
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.local_2.1.500.201406020016/META-INF/maven/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.local_2.1.500.201406020016/META-INF/maven/org.eclipse.tm.features/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.local_2.1.500.201406020016/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.local/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.local_2.1.500.201406020016/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.local/pom.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.local_2.1.500.201406020016/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.local/pom.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.local_2.1.500.201406020016/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rse.local_2.1.500.201406020016/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/license.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/about.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/META-INF/eclipse.inf
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.user.ui_2.2.0.v20140911-0143/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.user.ui_2.2.0.v20140911-0143/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.user.ui_2.2.0.v20140911-0143/license.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.user.ui_2.2.0.v20140911-0143/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.user.ui_2.2.0.v20140911-0143/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.user.ui_2.2.0.v20140911-0143/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.user.ui_2.2.0.v20140911-0143/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.user.ui_2.2.0.v20140911-0143/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.user.ui_2.2.0.v20140911-0143/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/license.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/about.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/META-INF/eclipse.inf
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.extras.feature_1.2.0.v20140911-0143/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.extras.feature_1.2.0.v20140911-0143/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.extras.feature_1.2.0.v20140911-0143/license.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.extras.feature_1.2.0.v20140911-0143/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.extras.feature_1.2.0.v20140911-0143/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.extras.feature_1.2.0.v20140911-0143/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.extras.feature_1.2.0.v20140911-0143/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.extras.feature_1.2.0.v20140911-0143/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.extras.feature_1.2.0.v20140911-0143/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/license.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.help_2.0.102.v20140925-0400/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.help_2.0.102.v20140925-0400/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.help_2.0.102.v20140925-0400/license.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.help_2.0.102.v20140925-0400/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.help_2.0.102.v20140925-0400/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.help_2.0.102.v20140925-0400/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.help_2.0.102.v20140925-0400/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.help_2.0.102.v20140925-0400/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.help_2.0.102.v20140925-0400/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rcp_4.4.0.v20140925-0400/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rcp_4.4.0.v20140925-0400/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rcp_4.4.0.v20140925-0400/license.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rcp_4.4.0.v20140925-0400/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rcp_4.4.0.v20140925-0400/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rcp_4.4.0.v20140925-0400/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rcp_4.4.0.v20140925-0400/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rcp_4.4.0.v20140925-0400/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.rcp_4.4.0.v20140925-0400/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/feature.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/license.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/META-INF/eclipse.inf
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/feature.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.editor.feature_11.3.0.202105060234/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.editor.feature_11.3.0.202105060234/feature.xml
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.editor.feature_11.3.0.202105060234/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.editor.feature_11.3.0.202105060234/META-INF/MANIFEST.MF
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.editor.feature_11.3.0.202105060234/META-INF/maven/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.editor.feature_11.3.0.202105060234/META-INF/maven/com.nvidia.cuda.ide/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.editor.feature_11.3.0.202105060234/META-INF/maven/com.nvidia.cuda.ide/com.nvidia.cuda.ide.editor.feature/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.editor.feature_11.3.0.202105060234/META-INF/maven/com.nvidia.cuda.ide/com.nvidia.cuda.ide.editor.feature/pom.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/features/com.nvidia.cuda.ide.editor.feature_11.3.0.202105060234/META-INF/maven/com.nvidia.cuda.ide/com.nvidia.cuda.ide.editor.feature/pom.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/nvvp.ini
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/artifacts.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/.eclipseproduct
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/icon.xpm
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/p2/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.core/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.core/cache/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.core/cache/artifacts.xml
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.core/cache/binary/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rcp_root_4.4.0.v20140925-0400
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.core/cache/binary/com.nvidia.viper.application.product.executable.gtk.linux.x86_64_11.3.0.202105060234
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform_root_4.4.0.v20140925-0400
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.engine/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.engine/profileRegistry/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.data/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1620268508642.profile.gz
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1620268510646.profile.gz
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1620268508665.profile.gz
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1620268510317.profile.gz
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.lock
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.engine/.settings/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.artifact.repository.prefs
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.metadata.repository.prefs
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.subsystems.shells.local_2.1.400.201403100950.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.ui_2.3.0.v20140404-1657.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.datatools.connectivity.oda.profile_3.2.9.v201403131814.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.registry_3.5.400.v20140428-1507.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/com.nvidia.viper.application_11.3.0.202105060234.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.dom.smil_1.0.0.v200806040011.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.importexport_1.2.300.201403100950.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.emf.ecore.xmi_2.10.1.v20140901-1043.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.draw2d_3.9.101.201408150207.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.0.0.v20140827-1444.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.net_1.2.200.v20140124-2013.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.debug.ui_3.10.1.v20140822-1408.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/com.nvidia.help.bpg_11.3.0.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/com.nvidia.cuda.ide.editor_11.3.0.202105060234.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.views.properties.tabbed_3.6.0.v20140519-0906.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.subsystems.files.core_3.3.1.201403100950.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.core_4.4.1.v201409160530.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.repository.tools_2.1.0.v20131211-1531.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.jface_3.10.1.v20140813-1009.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.databinding.observable_1.4.1.v20140210-1835.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.metadata_2.2.0.v20131211-1531.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.report.engine.emitter.pdf_4.4.1.v201408290142.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.e4.ui.css.swt_0.11.101.v20140818-1343.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.databinding.property_1.4.200.v20140214-0004.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/javax.xml_1.3.4.v201005080400.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.http.jetty_3.0.200.v20131021-1843.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.jetty.io_8.1.14.v20131031.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.http.registry_1.1.300.v20130402-1529.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.report.engine_4.4.1.v201409160530.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform.doc.user_4.4.1.v20140829-1306.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.runtime_3.10.0.v20140318-2214.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.ui_3.3.100.201404091417.jar
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPHandle.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winClassicTSFrame.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPBluHandle.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPBluTSFrame.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winClassicHandle.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPBlue.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPTSFrame.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/macHandle.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/macTSFrame.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/gtkHandle.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/win7Handle.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/dragHandle.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPOlive.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/win7TSFrame.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/macGrey.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/gtkTSFrame.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/win7.png
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/dark/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/dark/e4-dark_globalstyle.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/dark/e4-dark_basestyle.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/dark/e4-dark_partstyle.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/dark/e4-dark_preferencestyle.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4-dark.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4-dark_win.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_basestyle.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_gtk.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_winxp_blu.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_mru_on_win7.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_classic_win7.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_mac.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/high-contrast.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_win7.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4-dark_mac.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_classic_winxp.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_winxp_olv.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/plugin.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/about.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/plugin.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.jetty.continuation_8.1.14.v20131031.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.batik.transcoder_1.6.0.v201011041432.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.data_4.4.1.v201409160530.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.subsystems.shells.ssh_2.1.400.201403100950.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.console_3.5.300.v20140424-1437.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.e4.core.di.extensions_0.12.0.v20140417-2033.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ecf.ssl_1.1.0.v20140827-1444.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.app_1.3.200.v20130910-1609.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.commons.logging_1.1.1.v201101211721.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.preferences_3.5.200.v20140224-1527.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.httpcomponents.httpclient_4.2.6.v201311072007.jar
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-swing.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-apache-xalan2.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-apache-oro.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-jmf.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-apache-regexp.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-javamail.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-apache-bcel.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-jdepend.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-junit.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-antlr.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-jsch.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-junit4.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-jai.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-netrexx.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-commons-logging.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-commons-net.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-launcher.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-apache-log4j.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-testutil.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-apache-bsf.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/lib/ant-apache-resolver.jar
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/etc/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/etc/jdepend.xsl
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/etc/maudit-frames.xsl
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/etc/tagdiff.xsl
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/etc/junit-frames.xsl
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/etc/junit-frames-xalan1.xsl
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/etc/changelog.xsl
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/etc/mmetrics-frames.xsl
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/etc/checkstyle/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/etc/checkstyle/checkstyle-text.xsl
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/etc/checkstyle/checkstyle-frames.xsl
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/etc/checkstyle/checkstyle-xdoc.xsl
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/etc/ant-bootstrap.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/etc/junit-noframes.xsl
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/etc/log.xsl
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/etc/coverage-frames.xsl
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/etc/jdepend-frames.xsl
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/about.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/META-INF/eclipse.inf
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/META-INF/ECLIPSE_.SF
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/about_files/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/about_files/LICENSE
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/about_files/DOM-LICENSE.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/about_files/NOTICE
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/about_files/ASL-LICENSE-2.0.txt
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/about_files/SAX-LICENSE.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/plugin.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/bin/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/bin/runant.pl
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/bin/lcp.bat
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/bin/antRun
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/bin/antRun.bat
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/bin/antRun.pl
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/bin/runrc.cmd
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/bin/ant.cmd
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/bin/runant.py
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/bin/ant
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/bin/ant.bat
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/bin/antenv.cmd
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/bin/envset.cmd
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.ant_1.9.2.v201404171502/bin/complete-ant-cmd.pl
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.e4.ui.workbench3_0.12.0.v20140227-2118.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.jface.databinding_1.6.200.v20140528-1422.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.net.linux.x86_64_1.1.100.v20140124-2013.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.css.sac_1.3.1.v200903091627.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/javax.servlet_3.0.0.v201112011016.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.batik.dom.svg_1.6.0.v201011041432.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.navigator_3.5.401.v20140724-1117.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.processes.ui_3.0.400.201403100950.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ant.core_3.3.0.v20140518-0042.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.subsystems.processes.core_3.1.300.201403100950.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.files.ui_3.2.200.201403211850.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.datatools.connectivity.oda_3.4.3.v201405301249.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.swt_3.103.1.v20140903-1938.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.subsystems.files.local_2.1.300.201403251512.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.cdt.ui_5.8.0.nvidia-qualifier.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.emf.ecore_2.10.1.v20140901-1043.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.emf.common_2.10.1.v20140901-1043.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.2.0.v20140422-1847.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.e4.ui.workbench_1.2.1.v20140901-1244.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20140414-0825.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.efs_2.1.401.201403100950.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.sat4j.pb_2.3.5.v201404071733.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/javax.annotation_1.2.0.v201401042248.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.gef_3.8.2.nvidia-qualifier.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/com.ibm.icu_52.1.0.v201404241930.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.subsystems.processes.local_2.1.400.201403100950.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.cheatsheets_3.4.200.v20131227-1524.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.subsystems.files.ssh_2.1.300.201403100950.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.sat4j.core_2.3.5.v201308161310.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.bidi_0.10.0.v20130327-1442.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.e4.ui.workbench.swt_0.12.100.v20140530-1436.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.httpcomponents.httpcore_4.2.5.v201311072007.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.efs.ui_2.1.400.201403100950.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.commands_3.6.100.v20140528-1422.jar
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/eclipse512.png
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/winXPHandle.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/winClassicTSFrame.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/winXPBluHandle.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/winXPBluTSFrame.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/winClassicHandle.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/winXPBlue.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/winXPTSFrame.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/macHandle.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/macTSFrame.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/gtkHandle.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/win7Handle.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/dragHandle.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/winXPOlive.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/win7TSFrame.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/macGrey.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/gtkTSFrame.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/win7.png
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/topiclabel/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/topiclabel/tu_merge48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/topiclabel/tu_checkout48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/topiclabel/tu_checkout48_hov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/topiclabel/ov_teamsup48_hov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/topiclabel/tu_merge48_hov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/topiclabel/wn_updates48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/topiclabel/ov_wbbasics48_hov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/topiclabel/ov_teamsup48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/topiclabel/wn_eclplatform48.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/topiclabel/ov_wbbasics48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/topiclabel/wn_migrate48_hov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/topiclabel/wn_eclcommunity48_hov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/topiclabel/wn_eclcommunity48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/topiclabel/wn_eclplatform48_hov.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/topiclabel/wn_migrate48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/topiclabel/wn_updates48_hov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/images/topiclabel/arrow.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/eclipse32.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/eclipse64.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/eclipse32.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/eclipse128.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/intro-eclipse.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/eclipse22.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/disabled_book.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/about.mappings
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/eclipse1024.png
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/cheatsheets/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/cheatsheets/cvs_checkout.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/cheatsheets/cvs_merge.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/about.ini
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/book.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/eclipse256.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/eclipse_lg.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/introData.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/plugin.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/eclipse24.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/platform.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/eclipse48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/eclipse16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/macosx_narrow_book.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/splash.bmp
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/about.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/eclipse16.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/narrow_book.css
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/plugin_customization.ini
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/eclipse48.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/about.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/plugin.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/eclipse256.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/eclipse_lg.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/plugin_customization.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/LegacyIDE.e4xmi
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/intro/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/intro/migrateExtensionContent.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/intro/whatsnewExtensionContent1.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/intro/whatsnewExtensionContent2.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/intro/tutorialsExtensionContent.xml
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/intro/css/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/intro/css/overview.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/intro/css/whatsnew.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/intro/css/migrate.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/intro/css/whatsnew.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/intro/css/migrate.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/intro/css/tutorials.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/intro/css/tutorials.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/intro/css/overview.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/intro/whatsnewExtensionContent3.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/intro/overviewExtensionContent.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.platform_4.4.0.v20140925-0400/helpData.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.e4.ui.di_1.0.0.v20140328-2112.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.extensionlocation_1.2.100.v20131119-0908.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui_3.106.0.v20140812-1751.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.ds_1.4.200.v20131126-2331.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.100.v20131209-2144.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.jobs_3.6.0.v20140424-0053.jar
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.sac_1.3.0.v201405191524/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.sac_1.3.0.v201405191524/eclipse32.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.sac_1.3.0.v201405191524/about.mappings
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.sac_1.3.0.v201405191524/lib/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.sac_1.3.0.v201405191524/lib/flute.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.sac_1.3.0.v201405191524/about.ini
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.sac_1.3.0.v201405191524/about.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.sac_1.3.0.v201405191524/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.sac_1.3.0.v201405191524/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.sac_1.3.0.v201405191524/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.sac_1.3.0.v201405191524/META-INF/eclipse.inf
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.sac_1.3.0.v201405191524/META-INF/ECLIPSE_.SF
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.sac_1.3.0.v201405191524/about_files/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.sac_1.3.0.v201405191524/about_files/copyright-software-20021231.htm
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.sac_1.3.0.v201405191524/about_files/copyright-software-20021231_files/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.sac_1.3.0.v201405191524/about_files/copyright-software-20021231_files/base.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.sac_1.3.0.v201405191524/about.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/.api_description
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/fragment.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/about.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/runtime_registry_compatibility.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/com.jcraft.jsch_0.1.50.v201403120620.jar
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.report.engine.fonts_4.4.1.v201409031434/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.report.engine.fonts_4.4.1.v201409031434/fontsConfig_win32.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.report.engine.fonts_4.4.1.v201409031434/fontsConfig.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.report.engine.fonts_4.4.1.v201409031434/fontsConfig_linux.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.report.engine.fonts_4.4.1.v201409031434/about.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.report.engine.fonts_4.4.1.v201409031434/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.report.engine.fonts_4.4.1.v201409031434/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.report.engine.fonts_4.4.1.v201409031434/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.report.engine.fonts_4.4.1.v201409031434/META-INF/eclipse.inf
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.report.engine.fonts_4.4.1.v201409031434/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.report.engine.fonts_4.4.1.v201409031434/fontsConfig_pdf.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/com.nvidia.pgprof.application_11.3.0.202105060234.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.chart.reportitem_4.4.1.v201408290142.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.e4.core.commands_0.10.2.v20140424-2344.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.jetty.http_8.1.14.v20131031.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.e4.ui.services_1.1.0.v20140328-1925.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.jsch.ui_1.1.500.v20131112-1442.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.compare.core_3.5.400.v20130903-0736.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.report.item.crosstab.core_4.4.1.v201408290142.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.nebula.widgets.pshelf_1.0.0.202105060234.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.resources_3.9.1.v20140825-1431.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.artifact.repository_1.1.300.v20131211-1531.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.chart.device.extension_4.4.1.v201408290142.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.osgi.compatibility.state_1.0.1.v20140709-1414.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20131217-1203.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.ui.importexport_1.1.0.v20131210-1027.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ecf.provider.filetransfer_3.2.200.v20140827-1444.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.security_1.2.0.v20130424-1801.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.report.data.adapter_4.4.1.v201408290142.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.connectorservice.ssh_2.1.300.201403100950.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.cdt.core.native_5.7.0.201409172108.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.debug.core_3.9.1.v20140805-1629.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.batik.css_1.7.0.v201011041433.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/com.nvidia.viper.help_11.3.0.202105060234.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.console_1.1.0.v20140131-1639.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.doc.user_3.4.100.201403101646.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.shells.ui_3.0.500.201403271554.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.workbench.texteditor_3.9.0.v20140411-1521.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/com.lowagie.text_2.1.7.v201004222200.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.lucene.core_3.5.0.v20120725-1805.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.batik.css_1.6.0.v201011041432.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.batik.util_1.7.0.v201011041433.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.externaltools_3.2.300.v20140327-1949.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.subsystems.shells.core_3.1.300.201403271554.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.e4.core.di_1.4.0.v20140414-1837.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.net_1.2.200.v20120807-0927.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.databinding_1.4.2.v20140729-1044.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.1.1.v20140903-0821.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.updatechecker_1.1.200.v20131119-0908.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.browser_3.4.200.v20131003-1453.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.chart.device.swt_4.4.1.v201408290142.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.transport.ecf_1.1.0.v20140408-1354.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.ide_3.10.1.v20140828-0944.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.commons.codec_1.6.0.v201305230611.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ecf_3.4.0.v20140827-1444.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.expressions_3.4.600.v20140128-0851.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.jface.text_3.9.1.v20140827-1810.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.swt.gtk.linux.x86_64_3.103.1.v20140903-1947.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/com.nvidia.cuda.ide.remote.connection_11.3.0.202105060234.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.services_3.3.0.201403100950.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.batik.pdf_1.6.0.v201105071520.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.e4.core.services_1.2.1.v20140808-1251.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.emf.ecore.change_2.10.0.v20140901-1043.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.report.model_4.4.1.v201409160530.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.datatools.connectivity.oda.consumer_3.2.6.v201403131814.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.batik.xml_1.6.0.v201011041432.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.lucene.analysis_3.5.0.v20120725-1805.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.contenttype_3.4.200.v20140207-1251.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.chart.device.svg_4.4.1.v201408290142.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.variables_3.2.800.v20130819-1716.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/javax.inject_1.0.0.v20091030.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.http.servlet_1.1.500.v20140318-1755.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.directorywatcher_1.1.0.v20131211-1531.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.updatesite_1.0.400.v20131211-1531.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.connectorservice.local_2.1.400.201403100950.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.core_3.3.100.201406091451.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/com.nvidia.viper_11.3.0.202105060234.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.simpleconfigurator_1.1.0.v20131217-1203.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.search_3.9.100.v20140226-1637.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/com.nvidia.viper.birt_11.3.0.202105060234.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.runtime.compatibility_3.2.200.v20140128-0851.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.osgi.services_3.4.0.v20140312-2051.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ltk.ui.refactoring_3.7.100.v20140324-1358.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/javax.el_2.2.0.v201303151357.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.datatools.connectivity_1.2.11.v201401230755.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.e4.ui.widgets_1.0.0.v20140514-1823.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20140512-1650.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.forms_3.6.100.v20140422-1825.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.jsch.core_1.1.500.v20131112-1442.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.engine_2.3.0.v20140506-1720.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.core_2.3.0.v20131211-1531.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20140827-1444.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.frameworkadmin_2.0.100.v20131209-2144.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.subsystems.processes.shell.linux_1.1.400.201403100950.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.batik.util.gui_1.7.0.v200903091627.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.publisher_1.3.0.v20140911-0143.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.jetty.server_8.1.14.v20131031.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.externaltools_1.0.300.v20140219-0051.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.300.v20131211-1531.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rcp_4.3.100.v20140925-0400.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.jsp.jasper_1.0.400.v20130327-1442.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.chart.engine_4.4.1.v201409160530.jar
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326/about.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326/launcher.gtk.linux.x86_64.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326/eclipse_1605.so
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/com.nvidia.pgprof.help.pug_11.3.0.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.jetty.security_8.1.14.v20131031.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.services.ssh_3.2.100.201403281521.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.event_1.3.100.v20140115-1647.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/com.sun.el_2.2.0.v201303151357.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.chart.engine.extension_4.4.1.v201408290142.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/com.nvidia.common_11.3.0.202105060234.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.batik.parser_1.6.0.v201011041432.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.help.webapp_3.6.300.v20140407-1855.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.text_3.5.300.v20130515-1451.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.800.v20140827-1444.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.operations_2.4.0.v20131119-0908.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.team.core_3.7.0.v20130514-1224.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.ql_2.0.100.v20131211-1531.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.batik.util_1.6.0.v201011041432.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.views_3.7.0.v20140408-0703.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.security.ui_1.1.200.v20130626-2037.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.filesystem.java7_1.0.0.v20140429-1531.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.batik.ext.awt_1.6.0.v201011041432.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.console_1.0.300.v20131113-1212.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.batik.util.gui_1.6.0.v201011041432.jar
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/introContent.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/.api_description
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/icons/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/icons/full/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/icons/full/elcl16/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/icons/full/elcl16/configure.gif
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/icons/full/obj16/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/icons/full/obj16/ihigh_obj.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/icons/full/obj16/image_obj.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/icons/full/obj16/inew_obj.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/icons/full/obj16/ilow_obj.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/icons/full/obj16/icallout_obj.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/icons/full/obj16/extension_obj.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/icons/welcome16.gif
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/obj48/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/obj48/newhov_obj.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/obj48/new_obj.gif
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/tutorials.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/ov_nav_hover.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/ov_nav.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/mi_nav_64.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/mi_nav.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/wr_nav.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/mi_nav_32.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/tutorials.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/root_midhov2.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/workbench_bottomhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/ov_nav_32.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/whatsnew.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/overview.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/workbench_midhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/samples.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/ov_nav_rightedgehov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/wr_nav_32.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/sa_nav_32.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/wn_nav_64.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/wn_nav.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/tu_nav.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/wr_nav_hover.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/migrate.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/firststeps_tophov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/wr_nav_64.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/sa_nav_64.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/webresources_tophov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/cpt_bottomhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/overview_midhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/webresources.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/wn_nav_hover.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/overview_bottomhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/tu_nav_64.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/workbench_tophov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/wb_nav_hover.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/migrate_tophov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/samples_tophov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/tutorials_tophov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/tu_nav_hover.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/fs_nav_hover.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/wb_nav.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/firststeps.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/fs_nav_64.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/cpt_midhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/sa_onesample48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/sa_nav_hover.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/wn_nav_32.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/nav_rightedgehov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/wb_nav_32.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/root_midhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/ov_nav_midhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/overview_tophov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/fs_nav.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/workbench.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/arrow_rtl.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/fs_nav_32.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/sa_nav.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/webresources.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/ov_nav_64.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/whatsnew_tophov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/root_bottomhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/workbench.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/firststeps.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/overview.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/content_nav_bar.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/samples.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/migrate.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/nav_midhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/mi_nav_hover.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/whatsnew.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/icons/ctool/tu_nav_32.gif
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/contentpage/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/contentpage/wr_banner.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/contentpage/mi_banner.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/contentpage/fs_banner.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/contentpage/tu_banner.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/contentpage/ov_banner.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/contentpage/sa_banner.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/contentpage/wn_banner.jpg
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/rootpage/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/rootpage/welcomebckgrd.jpg
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/standby/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/standby/tu_standbyhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/standby/sa_standbyhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/standby/wn_standbyhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/standby/wr_standby.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/standby/wb_standbyhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/standby/wn_standby.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/standby/mi_standbyhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/standby/fs_standby.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/standby/ov_standbyhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/standby/ov_standby.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/standby/sa_standby.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/standby/mi_standby.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/standby/tu_standby.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/standby/wr_standbyhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/standby/wb_standby.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/standby/fs_standbyhov.gif
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/launchbar/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/launchbar/overview16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/launchbar/firststeps16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/launchbar/tutorials16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/launchbar/webresources16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/launchbar/samples16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/launchbar/whatsnew16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/graphics/launchbar/migrate16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/preview.png
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/swt/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/swt/samples.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/swt/webresources.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/swt/standby.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/swt/firststeps.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/swt/whatsnew.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/swt/migrate.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/swt/root.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/swt/tutorials.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/swt/overview.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/html/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/html/overview.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/html/font-relative.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/html/firststeps.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/html/whatsnew.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/html/migrate.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/html/standby.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/html/webresources.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/html/tutorials.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/html/root.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/html/shared.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/html/rtl.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/html/ltr.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/html/font-absolute.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/circles/html/samples.css
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/icons/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/icons/ctool/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/icons/ctool/widget_open_hov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/icons/ctool/widget_closed.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/icons/ctool/widget_open.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/icons/ctool/arrow_rtl.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/icons/ctool/widget_closed_hov_rtl.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/icons/ctool/widget_closed_rtl.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/icons/ctool/widget_closed_hov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/icons/ctool/arrow.gif
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/contentpage/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/contentpage/wn-fs_med.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/contentpage/ov_high.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/contentpage/tu-sa_high.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/contentpage/ov_med.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/contentpage/tu-sa_med.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/contentpage/grey_callout.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/contentpage/wn-fs_high.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/contentpage/wr-mi_high.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/graphics/contentpage/wr-mi_med.gif
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/html/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/shared/html/shared.css
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/tutorials-select.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/ov_nav.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/mi_nav.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/wr_nav.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/mi_nav_32.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/tutorials.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/webresources-select.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/ov_nav_32.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/samples.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/wr_nav_32.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/sa_nav_32.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/wn_nav.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/tu_nav.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/migrate-select.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/migrate.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/samples-select.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/migrate-select.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/wb_nav.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/whatsnew-select.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/wn_nav_32.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/whatsnew-select.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/wb_nav_32.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/overview-select.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/fs_nav.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/overview-select.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/workbench.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/arrow_rtl.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/fs_nav_32.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/sa_nav.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/tutorials-select.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/webresources-select.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/webresources.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/firststeps-select.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/firststeps-select.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/firststeps.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/overview.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/samples-select.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/whatsnew.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/icons/ctool/tu_nav_32.gif
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/contentpage/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/contentpage/wr_banner.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/contentpage/banner_extension.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/contentpage/mi_banner.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/contentpage/fs_banner.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/contentpage/tu_banner.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/contentpage/ov_banner.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/contentpage/sa_banner.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/contentpage/wn_banner.jpg
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/samples48.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/overview48.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/root_banner.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/workbench48_hov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/background.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/firststeps48_hov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/whatsnew48.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/workbench48.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/tutorials48_hov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/firststeps48_hov.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/webresources48_hov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/workbench48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/workbench48_hov.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/firststeps48.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/webresources48.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/whatsnew48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/migrate48.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/root_banner_logo.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/whatsnew48_hov.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/webresources48_hov.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/samples48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/tutorials48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/migrate48_hov.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/tutorials48.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/migrate48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/firststeps48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/tutorials48_hov.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/webresources48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/overview48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/samples48_hov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/samples48_hov.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/overview48_hov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/migrate48_hov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/overview48_hov.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/rootpage/whatsnew48_hov.gif
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/standby/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/standby/tu_standbyhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/standby/sa_standbyhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/standby/wn_standbyhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/standby/wr_standby.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/standby/wb_standbyhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/standby/wn_standby.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/standby/mi_standbyhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/standby/fs_standby.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/standby/ov_standbyhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/standby/ov_standby.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/standby/sa_standby.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/standby/mi_standby.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/standby/tu_standby.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/standby/wr_standbyhov.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/standby/wb_standby.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/standby/fs_standbyhov.gif
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/launchbar/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/launchbar/overview16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/launchbar/firststeps16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/launchbar/tutorials16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/launchbar/webresources16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/launchbar/samples16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/launchbar/whatsnew16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/graphics/launchbar/migrate16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/preview.png
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/swt/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/swt/samples.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/swt/webresources.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/swt/standby.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/swt/firststeps.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/swt/whatsnew.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/swt/migrate.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/swt/root.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/swt/tutorials.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/swt/overview.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/html/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/html/overview.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/html/font-relative.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/html/firststeps.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/html/whatsnew.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/html/migrate.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/html/standby.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/html/webresources.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/html/tutorials.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/html/root.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/html/shared.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/html/rtl.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/html/ltr.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/html/font-absolute.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/slate/html/samples.css
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/dtool/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/dtool/forward.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/dtool/back.gif
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/obj48/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/obj48/newhov_obj.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/obj48/new_obj.gif
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/overview16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/forward.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/webrsrc72.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/firsteps48sel.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/whatsnew72.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/wb16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/webrsrc16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/tutorials72.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/whatsnew48sel.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/webrsrc48sel.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/migrate48sel.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/webrsrc48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/tutorials16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/samples72.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/overview72.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/whatsnew48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/firsteps16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/overview48sel.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/tutorials48sel.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/samples16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/whatsnew16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/samples48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/tutorials48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/migrate72.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/migrate48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/firsteps48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/overview48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/home.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/wb48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/firsteps72.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/back.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/samples48sel.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/ctool/migrate16.png
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/forward.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/webrsrc72.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/firsteps48sel.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/whatsnew72.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/tutorials72.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/whatsnew48sel.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/webrsrc48sel.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/migrate48sel.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/webrsrc48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/samples72.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/overview72.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/whatsnew48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/overview48sel.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/tutorials48sel.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/samples48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/tutorials48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/migrate72.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/migrate48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/firsteps48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/overview48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/home.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/wb48.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/firsteps72.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/back.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/icons/etool/samples48sel.gif
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/contentpage/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/contentpage/firsteps_wtr.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/contentpage/background.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/contentpage/backgroundcurve.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/contentpage/overview_wtr.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/contentpage/section4.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/contentpage/webrsrc_wtr.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/contentpage/samples_wtr.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/contentpage/section3.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/contentpage/whatsnew_wtr.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/contentpage/tutorials_wtr.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/contentpage/migrate_wtr.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/contentpage/section1.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/contentpage/section2.gif
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/root/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/root/background.jpg
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/root/brandmark.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/root/dots.gif
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/launchbar/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/launchbar/tutorials.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/launchbar/whatsnew.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/launchbar/overview.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/launchbar/firststeps16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/launchbar/webresources16.png
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/launchbar/samples.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/launchbar/migrate16.png
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/swt/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/graphics/swt/form_banner.gif
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/preview.png
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/swt/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/swt/samples.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/swt/webresources.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/swt/standby.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/swt/firststeps.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/swt/whatsnew.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/swt/migrate.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/swt/root.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/swt/tutorials.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/swt/overview.properties
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/html/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/html/overview.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/html/font-relative.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/html/firststeps.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/html/whatsnew.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/html/migrate.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/html/standby.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/html/webresources.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/html/tutorials.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/html/root.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/html/shared.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/html/rtl.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/html/ltr.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/html/font-absolute.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/themes/purpleMesh/html/samples.css
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/universal.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/plugin.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/about.html
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/META-INF/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/META-INF/MANIFEST.MF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/META-INF/ECLIPSE_.RSA
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/META-INF/ECLIPSE_.SF
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/plugin.properties
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro.universal_3.2.700.v20130904-1701/.options
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.osgi.util_3.3.0.v20131023-1243.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.osgi_3.10.1.v20140909-1633.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.update.configurator_3.3.300.v20140518-1928.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.editors_3.8.200.v20140401-1310.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.team.ui_3.7.100.v20130710-1213.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.batik.svggen_1.6.0.v201011041432.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.jetty.util_8.1.14.v20131031.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.help.base_4.0.200.v20140925-0400.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.batik.dom_1.6.0.v201011041432.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.common_3.6.200.v20130402-1505.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.12.1.v20140903-1023.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.e4.ui.model.workbench_1.1.0.v20140512-1820.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.e4.core.contexts_1.3.100.v20140407-1019.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.databinding.beans_1.2.200.v20140214-0004.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ecf.identity_3.4.0.v20140827-1444.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20131211-1531.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.200.v20131119-0908.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.mozilla.javascript_1.7.2.v201005080400.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ecf.filetransfer_5.0.0.v20140827-1444.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.navigator.resources_3.4.700.v20140407-1004.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.ide.application_1.0.500.v20140514-2033.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.workbench_3.106.1.v20140827-1737.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ui.intro_3.4.200.v20130326-1254.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.director.app_1.0.300.v20140228-1829.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.ltk.core.refactoring_3.6.101.v20140817-1500.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.e4.ui.bindings_0.10.200.v20140424-2042.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.data.aggregation_4.4.1.v201409160530.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.rse.services.local_2.2.0.201403251512.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.help.ui_4.0.100.v20140401-0608.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20140523-0116.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/com.nvidia.help.pug_11.3.0.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.jetty.servlet_8.1.14.v20131031.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.birt.report.engine.script.javascript_4.4.1.v201408290142.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.xerces_2.9.0.v201101211617.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.batik.bridge_1.6.0.v201011041432.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.compare_3.5.501.v20140817-1445.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.filesystem.linux.x86_64_1.2.200.v20140124-1940.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20131115-1210.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.apache.jasper.glassfish_2.2.2.v201205150955.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.director_2.3.100.v20140224-1921.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.e4.ui.css.swt.theme_0.9.300.v20140424-2042.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.cdt.core_5.7.0.nvidia-qualifier.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.filebuffers_3.5.400.v20140127-1516.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.ui.sdk_1.0.300.v20140407-1803.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.core.filesystem_1.4.100.v20140514-1614.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.e4.ui.css.core_0.10.100.v20140424-2042.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.help_3.6.0.v20130326-1254.jar
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/plugins/org.eclipse.equinox.p2.repository_2.3.0.v20131211-1531.jar
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/configuration/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/configuration/config.ini
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/configuration/org.eclipse.update/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/configuration/org.eclipse.update/platform.xml
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/notice.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/epl-v10.html
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/nvvp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/libnvvp/readme/
[INFO]: Installed: /usr/local/cuda-11.3/libnvvp/readme/readme_eclipse.html
[INFO]: CUDA Compiler 11.3
[INFO]: cuda-cuobjdump
[INFO]: Successfully created directory: /var/log/nvidia/.uninstallManifests/CUDA_Toolkit_11.3-components/CUDA_Compiler_11.3-components/
[INFO]: Installed: /usr/local/cuda-11.3/bin/cuobjdump
[INFO]: cuda-cuxxfilt
[INFO]: Installed: /usr/local/cuda-11.3/bin/cu++filt
[INFO]: cuda-nvcc
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/bin/crt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm-prev
[INFO]: Installed: /usr/local/cuda-11.3/bin/bin2c
[INFO]: Installed: /usr/local/cuda-11.3/bin/nvcc.profile
[INFO]: Installed: /usr/local/cuda-11.3/bin/ptxas
[INFO]: Installed: /usr/local/cuda-11.3/bin/fatbinary
[INFO]: Installed: /usr/local/cuda-11.3/bin/nvcc
[INFO]: Installed: /usr/local/cuda-11.3/bin/nvlink
[INFO]: Installed: /usr/local/cuda-11.3/bin/cudafe++
[INFO]: Installed: /usr/local/cuda-11.3/bin/crt/prelink.stub
[INFO]: Installed: /usr/local/cuda-11.3/bin/crt/link.stub
[INFO]: Updating symlink at: /usr/local/cuda-11.3/include
[INFO]: Updating symlink at: /usr/local/cuda-11.3/lib64
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm/lib64/
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/lib64/libnvvm.so.4
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/lib64/libnvvm.so
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/lib64/libnvvm.so.4.0.0
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm/libdevice/
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libdevice/libdevice.10.bc
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm/include/
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/include/nvvm.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm/libnvvm-samples/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm/libnvvm-samples/common/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm/libnvvm-samples/common/include/
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libnvvm-samples/common/include/DDSWriter.h
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libnvvm-samples/common/include/drvapi_error_string.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm/libnvvm-samples/ptxgen/
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libnvvm-samples/ptxgen/README.txt
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libnvvm-samples/ptxgen/ptxgen.c
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libnvvm-samples/ptxgen/CMakeLists.txt
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libnvvm-samples/build.bat
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libnvvm-samples/README.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm/libnvvm-samples/simple/
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libnvvm-samples/simple/simple.c
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libnvvm-samples/simple/simple-gpu64.ll
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libnvvm-samples/simple/README.txt
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libnvvm-samples/simple/simple-gpu.ll
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libnvvm-samples/simple/CMakeLists.txt
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libnvvm-samples/CMakeLists.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm/libnvvm-samples/cuda-c-linking/
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libnvvm-samples/cuda-c-linking/README.txt
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libnvvm-samples/cuda-c-linking/math-funcs.cu
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libnvvm-samples/cuda-c-linking/cuda-c-linking.cpp
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libnvvm-samples/cuda-c-linking/CMakeLists.txt
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/libnvvm-samples/build.sh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm/bin/
[INFO]: Installed: /usr/local/cuda-11.3/nvvm/bin/cicc
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm-prev/lib64/
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/lib64/libnvvm.so
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/lib64/libnvvm.so.3.3.0
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/lib64/libnvvm.so.3
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm-prev/libdevice/
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libdevice/libdevice.10.bc
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm-prev/include/
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/include/nvvm.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/common/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/common/include/
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/common/include/DDSWriter.h
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/common/include/drvapi_error_string.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/ptxgen/
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/ptxgen/README.txt
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/ptxgen/ptxgen.c
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/ptxgen/CMakeLists.txt
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/build.bat
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/README.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/simple/
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/simple/simple.c
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/simple/simple-gpu64.ll
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/simple/README.txt
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/simple/simple-gpu.ll
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/simple/CMakeLists.txt
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/CMakeLists.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/cuda-c-linking/
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/cuda-c-linking/README.txt
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/cuda-c-linking/math-funcs.cu
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/cuda-c-linking/cuda-c-linking.cpp
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/cuda-c-linking/CMakeLists.txt
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/libnvvm-samples/build.sh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvvm-prev/bin/
[INFO]: Installed: /usr/local/cuda-11.3/nvvm-prev/bin/cicc
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/device_double_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/mma.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/host_defines.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/storage_class.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/sm_70_rt.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/common_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/host_config.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/host_runtime.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/sm_80_rt.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/device_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/sm_80_rt.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/mma.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/sm_70_rt.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/math_functions.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/func_macro.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/nvfunctional
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/math_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/device_double_functions.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/crt/device_functions.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/fatbinary_section.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvPTXCompiler.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnvptxcompiler_static.a
[INFO]: cuda-nvprune
[INFO]: Installed: /usr/local/cuda-11.3/bin/nvprune
[INFO]: CUDA Libraries 11.3
[INFO]: CUDA Runtime 11.3
[INFO]: Successfully created directory: /var/log/nvidia/.uninstallManifests/CUDA_Toolkit_11.3-components/CUDA_Libraries_11.3-components/
[INFO]: cuda-cudart
[INFO]: Successfully created directory: /var/log/nvidia/.uninstallManifests/CUDA_Toolkit_11.3-components/CUDA_Libraries_11.3-components/CUDA_Runtime_11.3-components/
[INFO]: Updating symlink at: /usr/local/cuda-11.3/lib64
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libOpenCL.so.1
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcudart.so.11.3.109
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libOpenCL.so.1.0.0
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libOpenCL.so.1.0
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcudart.so.11.0
[INFO]: Handle ld conf file
[INFO]: Creating /etc/ld.so.conf.d/cuda-11-3.conf with content /usr/local/cuda-11.3/targets/x86_64-linux/lib
[INFO]: cuda-nvrtc
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/lib/nvrtc-prev
[INFO]: Updating symlink at: /usr/local/cuda-11.3/lib64
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnvrtc.so.11.2
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnvrtc-builtins.so.11.3.109
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnvrtc.so.11.3.109
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnvrtc-builtins.so.11.3
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/nvrtc-prev/libnvrtc.so.11.2
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/nvrtc-prev/libnvrtc-builtins.so.11.3.109
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/nvrtc-prev/libnvrtc.so.11.3.109
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/nvrtc-prev/libnvrtc-builtins.so.11.3
[INFO]: libcublas11
[INFO]: Updating symlink at: /usr/local/cuda-11.3/lib64
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcublasLt.so.11
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcublasLt.so.11.5.1.109
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcublas.so.11.5.1.109
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcublas.so.11
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnvblas.so.11.5.1.109
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnvblas.so.11
[INFO]: libcufft
[INFO]: Updating symlink at: /usr/local/cuda-11.3/lib64
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcufftw.so.10.4.2.109
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcufft.so.10.4.2.109
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcufftw.so.10
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcufft.so.10
[INFO]: libcurand
[INFO]: Updating symlink at: /usr/local/cuda-11.3/lib64
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcurand.so.10
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcurand.so.10.2.4.109
[INFO]: libcusolver
[INFO]: Updating symlink at: /usr/local/cuda-11.3/lib64
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcusolverMg.so.11.1.2.109
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcusolverMg.so.11
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcusolver.so.11
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcusolver.so.11.1.2.109
[INFO]: libcusparse
[INFO]: Updating symlink at: /usr/local/cuda-11.3/lib64
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcusparse.so.11
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcusparse.so.11.6.0.109
[INFO]: libnpp
[INFO]: Updating symlink at: /usr/local/cuda-11.3/lib64
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppitc.so.11
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppidei.so.11.3.3.95
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppig.so.11
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppim.so.11
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppial.so.11
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppicc.so.11.3.3.95
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppisu.so.11
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppist.so.11.3.3.95
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppim.so.11.3.3.95
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppial.so.11.3.3.95
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnpps.so.11
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppc.so.11
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppitc.so.11.3.3.95
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnpps.so.11.3.3.95
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppif.so.11
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppc.so.11.3.3.95
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppist.so.11
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppicc.so.11
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppig.so.11.3.3.95
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppif.so.11.3.3.95
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppisu.so.11.3.3.95
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppidei.so.11
[INFO]: libnvjpeg
[INFO]: Updating symlink at: /usr/local/cuda-11.3/lib64
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnvjpeg.so.11
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnvjpeg.so.11.5.0.109
[INFO]: CUDA Development 11.3
[INFO]: cuda-cudart-dev
[INFO]: Successfully created directory: /var/log/nvidia/.uninstallManifests/CUDA_Toolkit_11.3-components/CUDA_Libraries_11.3-components/CUDA_Development_11.3-components/
[INFO]: Updating symlink at: /usr/local/cuda-11.3/include
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/device_double_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/sm_60_atomic_functions.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/driver_types.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/mma.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/device_atomic_functions.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/host_defines.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/sm_32_intrinsics.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cudaEGLTypedefs.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/sm_60_atomic_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_bf16.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/common_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/texture_types.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/sm_35_atomic_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_fp16.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cudaVDPAU.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_awbarrier_helpers.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/surface_indirect_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cooperative_groups.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cudaProfilerTypedefs.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/host_config.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/surface_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cudaEGL.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/CL
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/CL/cl_egl.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/CL/cl_gl.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/CL/cl.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/CL/cl_ext.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/CL/cl_gl_ext.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/CL/cl_platform.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/CL/opencl.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/CL/cl.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/sm_20_atomic_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/vector_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/device_atomic_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cudart_platform.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/surface_functions.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_device_runtime_api.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/sm_30_intrinsics.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cudaTypedefs.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/sm_20_intrinsics.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/sm_20_intrinsics.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/device_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cudaGLTypedefs.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuComplex.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cudaVDPAUTypedefs.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/driver_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cudaGL.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/vector_functions.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/surface_types.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_egl_interop.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/vector_types.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/texture_indirect_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/channel_descriptor.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/builtin_types.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/library_types.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_bf16.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_fp16.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/sm_20_atomic_functions.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/surface_indirect_functions.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_awbarrier.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_runtime_api.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_vdpau_interop.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvfunctional
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_gl_interop.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_occupancy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_texture_types.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/device_types.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/math_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/sm_32_intrinsics.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_surface_types.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cooperative_groups
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cooperative_groups/memcpy_async.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cooperative_groups/reduce.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cooperative_groups/details/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cooperative_groups/details/partitioning.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cooperative_groups/details/info.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cooperative_groups/details/async.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cooperative_groups/details/functional.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cooperative_groups/details/helpers.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cooperative_groups/details/reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cooperative_groups/details/coalesced_reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cooperative_groups/details/sync.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cooperative_groups/details/driver_abi.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/sm_32_atomic_functions.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/sm_61_intrinsics.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_awbarrier_primitives.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_pipeline.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/sm_32_atomic_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/sm_61_intrinsics.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/texture_indirect_functions.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_pipeline_helpers.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/math_constants.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_runtime.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/sm_35_intrinsics.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/texture_fetch_functions.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/sm_30_intrinsics.hpp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/texture_fetch_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/device_launch_parameters.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda_pipeline_primitives.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libculibos.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcudadevrt.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcudart_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcudart.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libOpenCL.so
[INFO]: cuda-driver-dev
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs
[INFO]: Updating symlink at: /usr/local/cuda-11.3/lib64
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libcuda.so
[INFO]: cuda-nvml-dev
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvml
[INFO]: Updating symlink at: /usr/local/cuda-11.3/include
[INFO]: Updating symlink at: /usr/local/cuda-11.3/lib64
[INFO]: Successfully created directory: /usr/local/cuda-11.3/nvml/example/
[INFO]: Installed: /usr/local/cuda-11.3/nvml/example/README.txt
[INFO]: Installed: /usr/local/cuda-11.3/nvml/example/supportedVgpus.c
[INFO]: Installed: /usr/local/cuda-11.3/nvml/example/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/nvml/example/example.c
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvml.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libnvidia-ml.so
[INFO]: cuda-nvrtc-dev
[INFO]: Updating symlink at: /usr/local/cuda-11.3/include
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvrtc.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnvrtc-builtins.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnvrtc.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/nvrtc-prev/libnvrtc-builtins.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/nvrtc-prev/libnvrtc.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libnvrtc.so
[INFO]: cuda-thrust
[INFO]: Updating symlink at: /usr/local/cuda-11.3/include
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/type_traits
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/limits
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/version
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/cfloat
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/utility
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/tuple
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/chrono
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/complex
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/latch
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/ccomplex
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/semaphore
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/atomic
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/ratio
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/functional
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/__threading_support
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/__config
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/__functional_base
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/__atomic_derived
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/__pragma_push
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/string.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/bitset
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__errc
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/fenv.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/type_traits
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/execution
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/filesystem
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/stdint.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/stddef.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/deque
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/span
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/csignal
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__hash_table
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/regex
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/typeindex
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/version
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/unordered_set
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/string
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/system_error
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/cerrno
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/array
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/locale.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/any
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/stdbool.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/cfloat
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/ctype.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/ext/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/ext/hash_map
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/ext/hash_set
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/ext/__hash
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/memory
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/valarray
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/algorithm
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/utility
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/new
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__std_stream
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/cstdio
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__config
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/unordered_map
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/map
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/cwchar
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/iomanip
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/future
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/ctgmath
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/thread
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/shared_mutex
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/sstream
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/stdlib.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__functional_base_03
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/scoped_allocator
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/charconv
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/cstring
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__split_buffer
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/tuple
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/setjmp.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/random
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/csetjmp
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/cstdarg
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/optional
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/complex.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/complex
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/latch
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/initializer_list
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__functional_base
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/compare
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/cfenv
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/type_traits
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/filesystem
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/propagate_const
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/deque
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/regex
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/unordered_set
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/string
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/algorithm
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/utility
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/simd
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/__config
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/unordered_map
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/map
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/set
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/functional
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/vector
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/list
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/iterator
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/forward_list
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/coroutine
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/__memory
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/experimental/memory_resource
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/ccomplex
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__tuple
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__undef_macros
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/codecvt
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/iosfwd
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/semaphore
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/set
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/wchar.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/bit
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__node_handle
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__pragma_push
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__locale
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/atomic
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/ratio
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/functional
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/tgmath.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__pragma_pop
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/queue
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/vector
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/stdio.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/climits
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/list
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__sso_allocator
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__tree
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__config_site.in
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/cstdbool
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/wctype.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/exception
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__bit_reference
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/iterator
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/istream
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/cstddef
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/cwctype
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/locale
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/variant
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/cinttypes
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/clocale
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/ctime
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__functional_03
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/streambuf
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/stdexcept
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__debug
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/forward_list
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/strstream
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/android/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/android/locale_bionic.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/musl/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/musl/xlocale.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/win32/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/win32/locale_win32.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/win32/limits_msvc_win32.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/win32/atomic_msvc.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/ibm/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/ibm/xlocale.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/ibm/support.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/ibm/limits.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/ibm/locale_mgmt_aix.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/newlib/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/newlib/xlocale.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/solaris/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/solaris/xlocale.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/solaris/wchar.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/solaris/floatingpoint.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/xlocale/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/xlocale/__posix_l_fallback.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/xlocale/__strtonum_fallback.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/xlocale/__nop_locale_mgmt.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/fuchsia/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/support/fuchsia/xlocale.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/fstream
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/condition_variable
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/iostream
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/inttypes.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/barrier
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/errno.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__mutex_base
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/module.modulemap
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__libcpp_version
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/cstdint
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/cctype
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/math.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/CMakeLists.txt
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/cmath
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__bsd_locale_defaults.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/cstdlib
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/ios
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/string_view
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/ostream
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__nullptr
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__bsd_locale_fallbacks.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/mutex
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/stack
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/float.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/typeinfo
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/ciso646
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__string
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/cassert
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/numeric
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/__pragma_pop
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/__atomic_generated
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/detail/__atomic
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/climits
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/cstddef
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/ctime
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/barrier
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/cstdint
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/cmath
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/std/cassert
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/latch
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/semaphore
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/atomic
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/pipeline
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cuda/barrier
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/cub.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/util_macro.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/util_debug.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/util_ptx.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/host/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/host/mutex.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/warp/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/warp/warp_reduce.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/warp/warp_scan.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/warp/specializations/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/warp/specializations/warp_reduce_smem.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/warp/specializations/warp_reduce_shfl.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/warp/specializations/warp_scan_shfl.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/warp/specializations/warp_scan_smem.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/util_compiler.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/thread/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/thread/thread_load.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/thread/thread_scan.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/thread/thread_operators.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/thread/thread_search.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/thread/thread_reduce.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/thread/thread_store.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/cmake/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/cmake/cub-config-version.cmake
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/cmake/cub-config.cmake
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/util_cpp_dialect.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/block_adjacent_difference.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/block_raking_layout.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/block_reduce.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/block_load.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/block_store.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/block_scan.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/block_discontinuity.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/block_exchange.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/block_shuffle.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/block_radix_rank.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/specializations/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/specializations/block_scan_raking.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/specializations/block_scan_warp_scans.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/specializations/block_reduce_raking_commutative_only.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/specializations/block_scan_warp_scans2.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/specializations/block_reduce_warp_reductions.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/specializations/block_scan_warp_scans3.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/specializations/block_reduce_raking.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/specializations/block_histogram_atomic.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/specializations/block_histogram_sort.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/radix_rank_sort_operations.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/block_histogram.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/block/block_radix_sort.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/util_type.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/util_device.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/util_deprecated.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/util_allocator.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/config.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/util_arch.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/iterator/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/iterator/cache_modified_output_iterator.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/iterator/arg_index_input_iterator.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/iterator/tex_obj_input_iterator.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/iterator/counting_input_iterator.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/iterator/constant_input_iterator.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/iterator/tex_ref_input_iterator.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/iterator/discard_output_iterator.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/iterator/cache_modified_input_iterator.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/iterator/transform_input_iterator.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/device_radix_sort.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/device_partition.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/dispatch/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/dispatch/dispatch_rle.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/dispatch/dispatch_spmv_orig.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/dispatch/dispatch_select_if.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/dispatch/dispatch_reduce.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/dispatch/dispatch_scan.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/dispatch/dispatch_histogram.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/dispatch/dispatch_radix_sort.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/dispatch/dispatch_reduce_by_key.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/device_reduce.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/device_select.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/device_segmented_radix_sort.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/device_run_length_encode.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/device_segmented_reduce.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/device_histogram.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/device_scan.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/device/device_spmv.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/agent/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/agent/agent_radix_sort_downsweep.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/agent/agent_radix_sort_histogram.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/agent/agent_scan.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/agent/agent_radix_sort_upsweep.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/agent/agent_histogram.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/agent/agent_select_if.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/agent/agent_segment_fixup.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/agent/agent_reduce_by_key.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/agent/agent_reduce.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/agent/agent_spmv_orig.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/agent/single_pass_scan_operators.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/agent/agent_rle.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/agent/agent_radix_sort_onesweep.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/grid/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/grid/grid_mapping.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/grid/grid_barrier.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/grid/grid_queue.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/grid/grid_even_share.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/version.cuh
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cub/util_namespace.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/logical.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/sequence.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/device_new_allocator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/version.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/extrema.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/type_traits/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/type_traits/remove_cvref.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/type_traits/void_t.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/type_traits/is_trivially_relocatable.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/type_traits/is_contiguous_iterator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/type_traits/integer_sequence.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/type_traits/is_operator_less_or_greater_function_object.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/type_traits/logical_metafunctions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/type_traits/is_execution_policy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/type_traits/is_operator_plus_function_object.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/device_reference.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/adjacent_difference.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/transform_reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/advance.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system_error.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/execution_policy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/scan.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/optional.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/uninitialized_copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/remove.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/for_each.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/memory/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/memory/detail/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/memory/detail/host_system_resource.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/memory/detail/device_system_resource.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/swap.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/replace.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/per_device_resource.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/device_malloc_allocator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/tabulate.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/functional.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/generate.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/inner_product.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/count.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/device_free.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/device_new.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/discard_block_engine.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/uniform_real_distribution.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/linear_feedback_shift_engine.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/detail/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/detail/normal_distribution.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/detail/random_core_access.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/detail/linear_congruential_engine.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/detail/subtract_with_carry_engine.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/detail/uniform_real_distribution.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/detail/linear_congruential_engine_discard.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/detail/xor_combine_engine_max.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/detail/uniform_int_distribution.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/detail/discard_block_engine.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/detail/mod.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/detail/linear_feedback_shift_engine_wordmask.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/detail/normal_distribution_base.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/detail/xor_combine_engine.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/detail/linear_feedback_shift_engine.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/xor_combine_engine.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/subtract_with_carry_engine.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/linear_congruential_engine.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/normal_distribution.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/random/uniform_int_distribution.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/device_delete.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/complex.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/device_make_unique.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/cmake/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/cmake/FindTBB.cmake
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/cmake/README.md
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/cmake/thrust-config-version.cmake
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/cmake/thrust-config.cmake
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/device_ptr.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/limits.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/transform.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/sort.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/uninitialized_fill.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator/tagged_allocator.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator/fill_construct_range.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator/tagged_allocator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator/copy_construct_range.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator/destroy_range.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator/temporary_allocator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator/default_construct_range.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator/copy_construct_range.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator/no_throw_allocator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator/default_construct_range.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator/fill_construct_range.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator/malloc_allocator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator/allocator_traits.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator/temporary_allocator.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator/destroy_range.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator/allocator_traits.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator/malloc_allocator.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/function.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/contiguous_storage.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/use_default.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/copy.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/extrema.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/type_deduction.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/temporary_array.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/device_new.inl
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/type_traits/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/type_traits/pointer_traits.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/type_traits/minimum_type.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/type_traits/result_of_adaptable_function.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/type_traits/is_metafunction_defined.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/type_traits/iterator/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/type_traits/iterator/is_discard_iterator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/type_traits/iterator/is_output_iterator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/type_traits/has_member_function.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/type_traits/is_call_possible.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/type_traits/has_nested_type.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/type_traits/has_trivial_assign.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/type_traits/function_traits.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/config/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/config/device_system.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/config/debug.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/config/host_device.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/config/exec_check_disable.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/config/cpp_dialect.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/config/forceinline.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/config/config.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/config/global_workarounds.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/config/simple_defines.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/config/compiler.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/config/compiler_fence.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/config/host_system.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/config/deprecated.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/config/cpp_compatibility.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/reference.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/reverse.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/uninitialized_copy.inl
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/mpl/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/mpl/math.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/execute_with_allocator_fwd.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/shuffle.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/allocator_aware_execution_policy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/scan.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/minmax.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/execution_policy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/copy_if.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/fill.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/set_operations.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/memory_algorithms.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/integer_traits.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/swap.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/alignment.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/tabulate.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/device_free.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/reduce.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/mismatch.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/swap.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/for_each.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/sequence.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/tuple.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/get_iterator_value.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/internal_functional.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/numeric_traits.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/config.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/cstdint.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/device_delete.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/vector_base.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/scatter.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/logical.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/adjacent_difference.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/event_error.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/tuple_meta_transform.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/execute_with_allocator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/static_map.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/uninitialized_fill.inl
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/arithmetic.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/clog.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/ccosh.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/ctanhf.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/ctanh.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/complex.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/cproj.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/clogf.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/csinh.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/cpow.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/csqrtf.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/csinhf.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/catrigf.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/c99math.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/stream.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/ccoshf.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/math_private.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/cexp.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/csqrt.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/catrig.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/complex/cexpf.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/binary_search.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/modern_gcc_required.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/generate.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/functional.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/remove.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/unique.inl
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/range/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/range/tail_flags.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/range/head_flags.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/cpp11_required.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/device_vector.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/swap_ranges.inl
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/functional/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/functional/value.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/functional/operators/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/functional/operators/logical_operators.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/functional/operators/assignment_operator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/functional/operators/compound_assignment_operators.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/functional/operators/bitwise_operators.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/functional/operators/relational_operators.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/functional/operators/arithmetic_operators.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/functional/operators/operator_adaptors.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/functional/actor.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/functional/composite.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/functional/argument.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/functional/actor.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/functional/operators.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/functional/placeholder.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/count.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/seq.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/tuple_algorithms.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/util/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/util/align.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/temporary_buffer.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/device_ptr.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/overlapped_copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/find.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/advance.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/copy_if.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/select_system.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/vector_base.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/device_reference.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/replace.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/integer_math.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/trivial_sequence.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/transform.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/caching_allocator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/merge.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/temporary_array.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/algorithm_wrapper.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/partition.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/cpp14_required.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/device_malloc.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/distance.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/host_vector.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/raw_pointer_cast.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/memory_wrapper.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/static_assert.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/pointer.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/inner_product.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/dependencies_aware_execution_policy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/preprocessor.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/reference_forward_declaration.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/tuple_transform.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/transform_reduce.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/malloc_and_free.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/contiguous_storage.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/execute_with_dependencies.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/sort.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/raw_reference_cast.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/pointer.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/reference.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/equal.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/gather.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/transform_scan.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/pair.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/detail/type_traits.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/execution_policy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/vector.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/logical.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/sequence.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/unique_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/extrema.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/par.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/adjacent_difference.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/memory.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/transform_reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/execution_policy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/scan.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/uninitialized_copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/remove.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/for_each.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/replace.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/per_device_resource.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/tabulate.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/generate.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/inner_product.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/count.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/vector.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/assign_value.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/reduce_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/transform.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/sort.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/uninitialized_fill.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/merge.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/set_operations.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/swap_ranges.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/temporary_buffer.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/scan_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/copy_if.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/binary_search.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/equal.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/transform_scan.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/unique.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/gather.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/mismatch.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/partition.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/find.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/iter_swap.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/malloc_and_free.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/get_value.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/pointer.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/scatter.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/fill.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/detail/reverse.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/memory_resource.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/pointer.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cpp/memory.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/system_error.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/execution_policy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/vector.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/config.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/experimental/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/experimental/pinned_allocator.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/logical.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/internal/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/internal/copy_device_to_device.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/internal/copy_cross_system.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/sequence.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/unique_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/managed_memory_pointer.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/extrema.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/par.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/adjacent_difference.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/terminate.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/memory.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/transform_reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/cross_system.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/execution_policy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/scan.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/uninitialized_copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/remove.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/for_each.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/replace.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/per_device_resource.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/tabulate.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/generate.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/parallel_for.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/inner_product.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/count.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/par_to_seq.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/assign_value.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/reduce_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/transform.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/sort.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/uninitialized_fill.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/merge.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/set_operations.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/swap_ranges.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/temporary_buffer.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/scan_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/copy_if.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/binary_search.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/equal.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/transform_scan.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/unique.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/util.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/gather.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/guarded_cuda_runtime_api.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/mismatch.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/core/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/core/triple_chevron_launch.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/core/alignment.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/core/agent_launcher.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/core/util.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/dispatch.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/partition.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/future.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/find.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/async/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/async/customization.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/async/for_each.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/async/copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/async/transform.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/async/sort.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/async/reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/iter_swap.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/make_unsigned_special.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/malloc_and_free.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/guarded_driver_types.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/error.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/get_value.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/pointer.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/scatter.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/fill.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/detail/reverse.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/error.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/memory_resource.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/future.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/pointer.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/cuda/memory.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/error_code.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/internal/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/internal/decompose.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/error_category.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/system_error.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/error_code.inl
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/logical.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/sequence.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/unique_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/extrema.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/adjacent_difference.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/transform_reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/scan.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/uninitialized_copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/remove.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/for_each.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/replace.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/per_device_resource.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/tabulate.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/generate.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/inner_product.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/count.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/assign_value.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/reduce_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/transform.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/sort.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/uninitialized_fill.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/merge.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/set_operations.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/swap_ranges.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/temporary_buffer.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/scan_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/copy_if.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/binary_search.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/equal.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/transform_scan.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/unique.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/gather.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/mismatch.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/partition.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/find.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/async/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/async/for_each.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/async/copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/async/transform.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/async/sort.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/async/reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/iter_swap.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/malloc_and_free.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/get_value.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/scatter.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/fill.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/adl/reverse.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/bad_alloc.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/logical.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/sequence.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/unique_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/copy.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/extrema.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/extrema.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/reverse.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/adjacent_difference.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/uninitialized_copy.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/memory.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/transform_reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/advance.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/unique_by_key.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/shuffle.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/scan.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/scan.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/copy_if.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/set_operations.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/uninitialized_copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/remove.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/reduce_by_key.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/for_each.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/tabulate.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/reduce.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/mismatch.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/replace.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/sequence.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/per_device_resource.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/tabulate.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/generate.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/inner_product.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/count.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/scatter.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/adjacent_difference.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/uninitialized_fill.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/binary_search.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/scan_by_key.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/generate.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/remove.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/unique.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/reduce_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/transform.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/tag.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/swap_ranges.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/sort.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/uninitialized_fill.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/count.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/merge.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/set_operations.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/swap_ranges.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/temporary_buffer.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/scan_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/find.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/advance.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/copy_if.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/binary_search.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/select_system.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/replace.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/equal.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/transform.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/transform_scan.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/unique.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/select_system_exists.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/shuffle.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/merge.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/select_system.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/partition.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/gather.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/scalar/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/scalar/binary_search.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/scalar/binary_search.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/mismatch.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/distance.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/partition.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/find.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/temporary_buffer.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/inner_product.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/transform_reduce.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/sort.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/distance.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/equal.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/memory.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/scatter.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/gather.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/fill.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/transform_scan.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/generic/reverse.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/errno.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/logical.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/sequence.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/unique_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/copy.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/extrema.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/adjacent_difference.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/stable_primitive_sort.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/transform_reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/execution_policy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/scan.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/uninitialized_copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/stable_radix_sort.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/remove.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/for_each.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/stable_merge_sort.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/replace.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/per_device_resource.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/trivial_copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/tabulate.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/generate.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/inner_product.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/count.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/copy_backward.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/assign_value.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/reduce_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/transform.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/sort.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/uninitialized_fill.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/merge.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/set_operations.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/swap_ranges.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/temporary_buffer.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/stable_merge_sort.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/scan_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/copy_if.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/binary_search.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/equal.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/transform_scan.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/unique.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/merge.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/insertion_sort.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/gather.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/mismatch.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/stable_radix_sort.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/stable_primitive_sort.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/partition.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/find.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/general_copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/iter_swap.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/malloc_and_free.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/sort.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/get_value.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/scatter.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/fill.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/sequential/reverse.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/detail/error_condition.inl
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/execution_policy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/vector.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/logical.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/sequence.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/unique_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/copy.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/extrema.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/par.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/adjacent_difference.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/memory.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/transform_reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/unique_by_key.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/reduce_intervals.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/execution_policy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/scan.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/copy_if.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/uninitialized_copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/remove.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/reduce_by_key.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/for_each.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/reduce.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/for_each.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/replace.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/per_device_resource.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/tabulate.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/generate.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/inner_product.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/count.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/assign_value.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/remove.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/unique.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/reduce_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/transform.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/sort.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/uninitialized_fill.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/merge.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/set_operations.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/swap_ranges.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/default_decomposition.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/temporary_buffer.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/scan_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/copy_if.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/binary_search.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/equal.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/transform_scan.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/unique.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/reduce_intervals.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/partition.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/gather.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/mismatch.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/partition.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/find.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/iter_swap.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/malloc_and_free.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/sort.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/get_value.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/pointer.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/scatter.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/fill.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/default_decomposition.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/detail/reverse.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/memory_resource.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/pointer.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/omp/memory.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/execution_policy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/vector.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/logical.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/sequence.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/unique_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/copy.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/extrema.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/par.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/adjacent_difference.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/memory.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/transform_reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/unique_by_key.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/reduce_intervals.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/scan.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/execution_policy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/scan.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/copy_if.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/uninitialized_copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/remove.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/reduce_by_key.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/for_each.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/reduce.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/for_each.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/replace.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/per_device_resource.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/tabulate.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/generate.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/inner_product.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/count.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/assign_value.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/remove.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/unique.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/reduce_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/transform.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/sort.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/uninitialized_fill.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/merge.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/set_operations.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/swap_ranges.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/temporary_buffer.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/scan_by_key.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/copy_if.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/binary_search.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/equal.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/transform_scan.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/unique.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/merge.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/partition.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/gather.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/mismatch.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/partition.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/find.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/iter_swap.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/malloc_and_free.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/sort.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/get_value.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/pointer.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/scatter.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/fill.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/detail/reverse.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/memory_resource.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/pointer.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/system/tbb/memory.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/merge.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/set_operations.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/allocate_unique.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/device_malloc.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/binary_search.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/event.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/pair.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/reduce.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/permutation_iterator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/transform_input_output_iterator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/discard_iterator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/transform_iterator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/constant_iterator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/iterator_categories.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/iterator_adaptor.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/transform_output_iterator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/iterator_traits.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/reverse_iterator.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/any_assign.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/iterator_traversal_tags.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/iterator_category_to_system.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/universal_categories.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/zip_iterator_base.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/tagged_iterator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/tuple_of_iterator_references.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/counting_iterator.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/transform_iterator.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/iterator_facade_category.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/zip_iterator.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/join_iterator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/normal_iterator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/host_system_tag.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/iterator_adaptor_base.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/reverse_iterator_base.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/iterator_category_to_traversal.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/permutation_iterator_base.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/reverse_iterator.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/any_system_tag.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/transform_output_iterator.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/iterator_category_with_system_and_traversal.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/constant_iterator_base.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/retag.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/transform_input_output_iterator.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/minimum_category.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/distance_from_result.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/device_system_tag.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/iterator_traits.inl
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/minimum_system.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/discard_iterator_base.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/detail/is_iterator_category.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/retag.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/iterator_facade.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/zip_iterator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/iterator/counting_iterator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/addressof.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/equal.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/transform_scan.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/unique.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/shuffle.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/zip_function.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/future.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/gather.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/mismatch.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/mr/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/mr/disjoint_tls_pool.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/mr/disjoint_pool.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/mr/pool_options.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/mr/allocator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/mr/pool.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/mr/validator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/mr/disjoint_sync_pool.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/mr/detail/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/mr/detail/config.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/mr/sync_pool.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/mr/memory_resource.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/mr/new.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/mr/polymorphic_adaptor.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/mr/tls_pool.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/mr/fancy_pointer_resource.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/partition.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/find.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/async/
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/async/for_each.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/async/copy.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/async/transform.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/async/sort.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/async/reduce.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/device_vector.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/host_vector.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/tuple.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/distance.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/memory.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/scatter.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/fill.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/device_allocator.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/thrust/reverse.h
[INFO]: libcublas-dev
[INFO]: Successfully created directory: /usr/local/cuda-11.3/src
[INFO]: Updating symlink at: /usr/local/cuda-11.3/include
[INFO]: Installed: /usr/local/cuda-11.3/src/fortran.c
[INFO]: Installed: /usr/local/cuda-11.3/src/fortran.h
[INFO]: Installed: /usr/local/cuda-11.3/src/fortran_common.h
[INFO]: Installed: /usr/local/cuda-11.3/src/fortran_thunking.c
[INFO]: Installed: /usr/local/cuda-11.3/src/fortran_thunking.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cublas.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cublasLt.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cublasXt.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cublas_api.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cublas_v2.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvblas.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcublas.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcublasLt.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcublasLt_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcublas_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnvblas.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libcublas.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libcublasLt.so
[INFO]: libcufft-dev
[INFO]: Updating symlink at: /usr/local/cuda-11.3/include
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cudalibxt.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cufft.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cufftXt.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cufftw.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcufftw.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcufft.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcufftw_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcufft_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcufft_static_nocallback.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libcufftw.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libcufft.so
[INFO]: libcurand-dev
[INFO]: Updating symlink at: /usr/local/cuda-11.3/include
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/curand_mtgp32.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/curand_mtgp32_host.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/curand_discrete2.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/curand_kernel.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/curand_philox4x32_x.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/curand.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/curand_mrg32k3a.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/curand_mtgp32dc_p_11213.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/curand_discrete.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/curand_mtgp32_kernel.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/curand_precalc.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/curand_lognormal.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/curand_normal.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/curand_uniform.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/curand_poisson.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/curand_normal_static.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/curand_globals.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcurand.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcurand_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libcurand.so
[INFO]: libcusolver-dev
[INFO]: Updating symlink at: /usr/local/cuda-11.3/include
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cusolver_common.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cusolverSp.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cusolverMg.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cusolverSp_LOWLEVEL_PREVIEW.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cusolverRf.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cusolverDn.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcusolver.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcusolverMg.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcusolver_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/liblapack_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libmetis_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libcusolver.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libcusolverMg.so
[INFO]: Skipping copy. File already exists at: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libcusolverMg.so
[INFO]: libcusparse-dev
[INFO]: Updating symlink at: /usr/local/cuda-11.3/include
[INFO]: Installed: /usr/local/cuda-11.3/src/cusparse_fortran.c
[INFO]: Installed: /usr/local/cuda-11.3/src/cusparse_fortran_common.h
[INFO]: Installed: /usr/local/cuda-11.3/src/cusparse_fortran.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cusparse_v2.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/cusparse.h
[INFO]: Updating symlink at: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcusparse.so.11
[INFO]: Skipping copy. File already exists at: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcusparse.so.11.6.0.109
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcusparse.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcusparse_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libcusparse.so
[INFO]: libnpp-dev
[INFO]: Updating symlink at: /usr/local/cuda-11.3/include
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/npps.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/npps_conversion_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/npps_statistics_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nppi_geometry_transforms.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nppi_support_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nppi_statistics_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/npp.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nppi.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nppi_filtering_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nppi_linear_transforms.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nppdefs.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nppi_arithmetic_and_logical_operations.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/npps_initialization.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nppi_threshold_and_compare_operations.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/npps_filtering_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/npps_support_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nppi_data_exchange_and_initialization.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/npps_arithmetic_and_logical_operations.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nppcore.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nppi_morphological_operations.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nppi_color_conversion.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppif.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnpps.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppitc.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppc.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppisu.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppist.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppial.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppim.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppig.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppicc.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppidei.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppc_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppicc_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppim_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppif_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppidei_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppial_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppig_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppitc_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppist_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnppisu_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnpps_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libnppif.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libnpps.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libnppitc.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libnppc.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libnppisu.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libnppist.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libnppial.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libnppim.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libnppig.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libnppicc.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libnppidei.so
[INFO]: libnvjpeg-dev
[INFO]: Updating symlink at: /usr/local/cuda-11.3/include
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/include/nvjpeg.h
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnvjpeg.so
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libnvjpeg_static.a
[INFO]: Installed: /usr/local/cuda-11.3/targets/x86_64-linux/lib/stubs/libnvjpeg.so
[INFO]: CUDA Samples 11.3
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/1_Utilities
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/4_Finance
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/common
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/immaTensorCoreGemm/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/immaTensorCoreGemm/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/immaTensorCoreGemm/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/immaTensorCoreGemm/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/immaTensorCoreGemm/immaTensorCoreGemm.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/UnifiedMemoryStreams/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/UnifiedMemoryStreams/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/UnifiedMemoryStreams/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/UnifiedMemoryStreams/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/UnifiedMemoryStreams/UnifiedMemoryStreams.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/fp16ScalarProduct/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/fp16ScalarProduct/fp16ScalarProduct.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/fp16ScalarProduct/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/fp16ScalarProduct/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/fp16ScalarProduct/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleVoteIntrinsics_nvrtc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleVoteIntrinsics_nvrtc/simpleVote_kernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleVoteIntrinsics_nvrtc/simpleVoteIntrinsics.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleVoteIntrinsics_nvrtc/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleVoteIntrinsics_nvrtc/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/matrixMul_nvrtc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/matrixMul_nvrtc/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/matrixMul_nvrtc/matrixMul_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/matrixMul_nvrtc/matrixMul.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/matrixMul_nvrtc/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleCooperativeGroups/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleCooperativeGroups/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleCooperativeGroups/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleCooperativeGroups/simpleCooperativeGroups.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleCooperativeGroups/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/cudaOpenMP/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cudaOpenMP/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cudaOpenMP/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cudaOpenMP/cudaOpenMP.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/cppOverload/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cppOverload/cppOverload.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cppOverload/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cppOverload/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cppOverload/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cppOverload/cppOverload_kernel.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/binaryPartitionCG/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/binaryPartitionCG/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/binaryPartitionCG/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/binaryPartitionCG/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/binaryPartitionCG/binaryPartitionCG.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/cdpSimpleQuicksort/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cdpSimpleQuicksort/cdpSimpleQuicksort.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cdpSimpleQuicksort/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cdpSimpleQuicksort/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cdpSimpleQuicksort/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleAssert_nvrtc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAssert_nvrtc/simpleAssert_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAssert_nvrtc/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAssert_nvrtc/simpleAssert.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAssert_nvrtc/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simplePitchLinearTexture/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simplePitchLinearTexture/simplePitchLinearTexture.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simplePitchLinearTexture/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simplePitchLinearTexture/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simplePitchLinearTexture/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleDrvRuntime/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleDrvRuntime/vectorAdd_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleDrvRuntime/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleDrvRuntime/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleDrvRuntime/simpleDrvRuntime.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/inlinePTX_nvrtc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/inlinePTX_nvrtc/inlinePTX_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/inlinePTX_nvrtc/inlinePTX.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/inlinePTX_nvrtc/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/inlinePTX_nvrtc/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleSurfaceWrite/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleSurfaceWrite/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleSurfaceWrite/data/ref_rotated.pgm
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleSurfaceWrite/data/lena_bw.pgm
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleSurfaceWrite/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleSurfaceWrite/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleSurfaceWrite/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleSurfaceWrite/simpleSurfaceWrite.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleAtomicIntrinsics_nvrtc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAtomicIntrinsics_nvrtc/simpleAtomicIntrinsics_cpu.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAtomicIntrinsics_nvrtc/simpleAtomicIntrinsics.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAtomicIntrinsics_nvrtc/simpleAtomicIntrinsics_kernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAtomicIntrinsics_nvrtc/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAtomicIntrinsics_nvrtc/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleTexture/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTexture/simpleTexture.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleTexture/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTexture/data/ref_rotated.pgm
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTexture/data/lena_bw.pgm
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTexture/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTexture/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTexture/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/clock_nvrtc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/clock_nvrtc/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/clock_nvrtc/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/clock_nvrtc/clock_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/clock_nvrtc/clock.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleAssert/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAssert/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAssert/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAssert/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAssert/simpleAssert.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleAttributes/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAttributes/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAttributes/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAttributes/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAttributes/simpleAttributes.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleCallback/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleCallback/simpleCallback.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleCallback/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleCallback/multithreading.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleCallback/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleCallback/multithreading.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleCallback/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/streamOrderedAllocation/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/streamOrderedAllocation/streamOrderedAllocation.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/streamOrderedAllocation/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/streamOrderedAllocation/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/streamOrderedAllocation/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/memMapIPCDrv/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/memMapIPCDrv/memMapIpc_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/memMapIPCDrv/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/memMapIPCDrv/memMapIpc.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/memMapIPCDrv/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleOccupancy/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleOccupancy/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleOccupancy/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleOccupancy/simpleOccupancy.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleOccupancy/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleCudaGraphs/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleCudaGraphs/simpleCudaGraphs.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleCudaGraphs/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleCudaGraphs/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleCudaGraphs/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/cdpSimplePrint/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cdpSimplePrint/cdpSimplePrint.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cdpSimplePrint/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cdpSimplePrint/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cdpSimplePrint/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleP2P/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleP2P/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleP2P/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleP2P/simpleP2P.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleP2P/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/bf16TensorCoreGemm/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/bf16TensorCoreGemm/bf16TensorCoreGemm.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/bf16TensorCoreGemm/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/bf16TensorCoreGemm/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/bf16TensorCoreGemm/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleZeroCopy/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleZeroCopy/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleZeroCopy/doc/CUDA2.2PinnedMemoryAPIs.pdf
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleZeroCopy/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleZeroCopy/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleZeroCopy/simpleZeroCopy.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleZeroCopy/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleTextureDrv/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTextureDrv/simpleTextureDrv.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleTextureDrv/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTextureDrv/data/ref_rotated.pgm
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTextureDrv/data/lena_bw.pgm
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTextureDrv/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTextureDrv/simpleTexture_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTextureDrv/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleTemplates/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTemplates/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTemplates/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTemplates/sharedmem.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTemplates/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTemplates/simpleTemplates.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleLayeredTexture/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleLayeredTexture/simpleLayeredTexture.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleLayeredTexture/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleLayeredTexture/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleLayeredTexture/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleTemplates_nvrtc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTemplates_nvrtc/simpleTemplates.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTemplates_nvrtc/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTemplates_nvrtc/simpleTemplates_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTemplates_nvrtc/sharedmem.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleTemplates_nvrtc/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleAWBarrier/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAWBarrier/simpleAWBarrier.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAWBarrier/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAWBarrier/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAWBarrier/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/vectorAddDrv/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/vectorAddDrv/vectorAddDrv.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/vectorAddDrv/vectorAdd_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/vectorAddDrv/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/vectorAddDrv/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleMultiGPU/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMultiGPU/simpleMultiGPU.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMultiGPU/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMultiGPU/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMultiGPU/simpleMultiGPU.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMultiGPU/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleStreams/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleStreams/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleStreams/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleStreams/simpleStreams.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleStreams/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/tf32TensorCoreGemm/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/tf32TensorCoreGemm/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/tf32TensorCoreGemm/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/tf32TensorCoreGemm/tf32TensorCoreGemm.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/tf32TensorCoreGemm/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/template/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/template/template_cpu.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/template/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/template/doc/black_1x1.gif
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/template/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/template/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/template/template.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/template/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/streamOrderedAllocationIPC/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/streamOrderedAllocationIPC/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/streamOrderedAllocationIPC/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/streamOrderedAllocationIPC/streamOrderedAllocationIPC.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/streamOrderedAllocationIPC/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/vectorAdd/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/vectorAdd/vectorAdd.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/vectorAdd/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/vectorAdd/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/vectorAdd/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/vectorAdd_nvrtc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/vectorAdd_nvrtc/vectorAdd.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/vectorAdd_nvrtc/vectorAdd_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/vectorAdd_nvrtc/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/vectorAdd_nvrtc/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleIPC/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleIPC/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleIPC/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleIPC/simpleIPC.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleIPC/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/matrixMulCUBLAS/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/matrixMulCUBLAS/matrixMulCUBLAS.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/matrixMulCUBLAS/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/matrixMulCUBLAS/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/matrixMulCUBLAS/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/clock/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/clock/clock.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/clock/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/clock/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/clock/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/globalToShmemAsyncCopy/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/globalToShmemAsyncCopy/globalToShmemAsyncCopy.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/globalToShmemAsyncCopy/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/globalToShmemAsyncCopy/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/globalToShmemAsyncCopy/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleAtomicIntrinsics/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAtomicIntrinsics/simpleAtomicIntrinsics_cpu.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAtomicIntrinsics/simpleAtomicIntrinsics.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleAtomicIntrinsics/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAtomicIntrinsics/doc/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAtomicIntrinsics/simpleAtomicIntrinsics_kernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAtomicIntrinsics/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAtomicIntrinsics/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleAtomicIntrinsics/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/systemWideAtomics/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/systemWideAtomics/systemWideAtomics.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/systemWideAtomics/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/systemWideAtomics/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/systemWideAtomics/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleVoteIntrinsics/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleVoteIntrinsics/simpleVote_kernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleVoteIntrinsics/simpleVoteIntrinsics.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleVoteIntrinsics/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleVoteIntrinsics/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleVoteIntrinsics/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/cudaTensorCoreGemm/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cudaTensorCoreGemm/cudaTensorCoreGemm.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cudaTensorCoreGemm/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cudaTensorCoreGemm/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cudaTensorCoreGemm/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/matrixMulDrv/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/matrixMulDrv/matrixMulDrv.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/matrixMulDrv/matrixMul.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/matrixMulDrv/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/matrixMulDrv/matrixMul_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/matrixMulDrv/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/cppIntegration/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cppIntegration/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cppIntegration/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cppIntegration/cppIntegration.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cppIntegration/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cppIntegration/main.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cppIntegration/cppIntegration_gold.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleCubemapTexture/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleCubemapTexture/simpleCubemapTexture.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleCubemapTexture/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleCubemapTexture/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleCubemapTexture/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simplePrintf/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simplePrintf/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simplePrintf/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simplePrintf/simplePrintf.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/cudaNvSci/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cudaNvSci/cudaNvSci.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cudaNvSci/cudaNvSci.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cudaNvSci/imageKernels.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cudaNvSci/findnvsci.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cudaNvSci/lenaRGB.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cudaNvSci/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cudaNvSci/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cudaNvSci/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/cudaNvSci/main.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleMultiCopy/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMultiCopy/simpleMultiCopy.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleMultiCopy/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMultiCopy/doc/C1060_CopyOverlap_Session1_Context_0.csv
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMultiCopy/doc/GTX480_CopyOverlap.csv
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMultiCopy/doc/GTX480_CopyOverlap.cpj
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMultiCopy/doc/GTX480_CopyOverlap_Session1_Context_0.csv
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMultiCopy/doc/C1060_CopyOverlap.cpj
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMultiCopy/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMultiCopy/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMultiCopy/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/inlinePTX/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/inlinePTX/inlinePTX.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/inlinePTX/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/inlinePTX/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/inlinePTX/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/asyncAPI/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/asyncAPI/asyncAPI.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/asyncAPI/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/asyncAPI/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/asyncAPI/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/matrixMul/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/matrixMul/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/matrixMul/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/matrixMul/matrixMul.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/matrixMul/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/streamOrderedAllocationP2P/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/streamOrderedAllocationP2P/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/streamOrderedAllocationP2P/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/streamOrderedAllocationP2P/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/streamOrderedAllocationP2P/streamOrderedAllocationP2P.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/dmmaTensorCoreGemm/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/dmmaTensorCoreGemm/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/dmmaTensorCoreGemm/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/dmmaTensorCoreGemm/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/dmmaTensorCoreGemm/dmmaTensorCoreGemm.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/vectorAddMMAP/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/vectorAddMMAP/vectorAdd_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/vectorAddMMAP/multidevicealloc_memmap.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/vectorAddMMAP/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/vectorAddMMAP/vectorAddMMAP.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/vectorAddMMAP/multidevicealloc_memmap.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/vectorAddMMAP/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleMPI/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMPI/simpleMPI.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMPI/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMPI/simpleMPI.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMPI/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleMPI/simpleMPI.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/0_Simple/simpleSeparateCompilation/
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleSeparateCompilation/simpleDeviceLibrary.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleSeparateCompilation/simpleSeparateCompilation.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleSeparateCompilation/simpleDeviceLibrary.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleSeparateCompilation/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleSeparateCompilation/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/0_Simple/simpleSeparateCompilation/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/1_Utilities/bandwidthTest/
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/bandwidthTest/bandwidthTest.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/bandwidthTest/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/bandwidthTest/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/bandwidthTest/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/1_Utilities/UnifiedMemoryPerf/
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/UnifiedMemoryPerf/commonDefs.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/UnifiedMemoryPerf/matrixMultiplyPerf.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/UnifiedMemoryPerf/helperFunctions.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/UnifiedMemoryPerf/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/UnifiedMemoryPerf/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/UnifiedMemoryPerf/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/UnifiedMemoryPerf/commonKernels.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/UnifiedMemoryPerf/commonKernels.hpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/1_Utilities/deviceQueryDrv/
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/deviceQueryDrv/deviceQueryDrv.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/deviceQueryDrv/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/deviceQueryDrv/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/deviceQueryDrv/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/1_Utilities/deviceQuery/
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/deviceQuery/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/deviceQuery/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/deviceQuery/deviceQuery.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/deviceQuery/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/1_Utilities/p2pBandwidthLatencyTest/
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/p2pBandwidthLatencyTest/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/p2pBandwidthLatencyTest/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/p2pBandwidthLatencyTest/p2pBandwidthLatencyTest.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/p2pBandwidthLatencyTest/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/1_Utilities/topologyQuery/
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/topologyQuery/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/topologyQuery/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/topologyQuery/topologyQuery.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/1_Utilities/topologyQuery/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_screen/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_screen/mesh.vert.glsl
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_screen/simpleGLES_screen.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_screen/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_screen/data/ref_simpleGLES_screen.bin
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_screen/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_screen/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_screen/mesh.frag.glsl
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_screen/findgleslib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_screen/graphics_interface.c
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_screen/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkan/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkan/sinewave.vert
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkan/VulkanBaseApp.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkan/sinewave.frag
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkan/SineWaveSimulation.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkan/SineWaveSimulation.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkan/linmath.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkan/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkan/findvulkan.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkan/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkan/VulkanBaseApp.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkan/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkan/Build_instructions.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkan/main.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/bindlessTexture/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/bindlessTexture/bindlessTexture_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/bindlessTexture/bindlessTexture.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/bindlessTexture/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/bindlessTexture/data/sponge.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/bindlessTexture/data/flower.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/bindlessTexture/data/person.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/bindlessTexture/data/ref_bindlessTexture.bin
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/bindlessTexture/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/bindlessTexture/doc/sshot_sm.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/bindlessTexture/doc/sshot_md.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/bindlessTexture/doc/sshot_lg.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/bindlessTexture/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/bindlessTexture/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/bindlessTexture/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/bindlessTexture/bindlessTexture.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/bindlessTexture/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/Mandelbrot_cuda.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/Mandelbrot_gold.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/Mandelbrot.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/Mandelbrot_kernel.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/data/referenceJulia_fp64.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/data/referenceJulia_fp32.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/data/params.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/data/Mandelbrot_fp64.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/data/Mandelbrot_fp32.ppm
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/doc/sshot_sm.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/doc/sshot_md.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/doc/sshot_lg.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/Mandelbrot_kernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/Mandelbrot/Mandelbrot_gold.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/volumeRender/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeRender/volumeRender_kernel.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/volumeRender/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeRender/data/Bucky.raw
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeRender/data/ref_volume.ppm
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/volumeRender/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeRender/doc/sshot_md.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeRender/doc/sshot_sm.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeRender/doc/sshot_lg.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeRender/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeRender/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeRender/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeRender/volumeRender.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeRender/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkanMMAP/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkanMMAP/VulkanBaseApp.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkanMMAP/montecarlo.vert
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkanMMAP/MonteCarloPi.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkanMMAP/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkanMMAP/MonteCarloPi.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkanMMAP/findvulkan.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkanMMAP/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkanMMAP/VulkanBaseApp.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkanMMAP/VulkanCudaInterop.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkanMMAP/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkanMMAP/main.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleVulkanMMAP/montecarlo.frag
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/simpleGL/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/simpleGL/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGL/data/ref_simpleGL.bin
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/simpleGL/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGL/doc/sshot_sm.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGL/doc/sshot_md.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGL/doc/sshot_lg.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGL/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGL/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGL/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGL/simpleGL.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGL/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/volume.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/volumeFiltering.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/volumeRender_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/volumeFilter.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/volume.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/data/Bucky.raw
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/data/ref_volumefilter.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/volumeFilter_kernel.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/doc/sshot_sm.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/doc/sshot_md.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/doc/sshot_lg.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/volumeFiltering/volumeRender.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/simpleTexture3D/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleTexture3D/simpleTexture3D.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/simpleTexture3D/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleTexture3D/data/Bucky.raw
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleTexture3D/data/ref_texture3D.bin
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/simpleTexture3D/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleTexture3D/doc/sshot_sm.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleTexture3D/doc/sshot_md.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleTexture3D/doc/sshot_lg.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleTexture3D/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleTexture3D/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleTexture3D/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleTexture3D/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleTexture3D/simpleTexture3D_kernel.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_EGLOutput/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_EGLOutput/mesh.vert.glsl
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_EGLOutput/simpleGLES_EGLOutput.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_EGLOutput/graphics_interface_egloutput_via_egl.c
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_EGLOutput/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_EGLOutput/data/ref_simpleGLES_EGLOutput.bin
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_EGLOutput/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_EGLOutput/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_EGLOutput/mesh.frag.glsl
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_EGLOutput/findgleslib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES_EGLOutput/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES/mesh.vert.glsl
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES/simpleGLES.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES/data/ref_simpleGL.bin
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES/mesh.frag.glsl
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES/findgleslib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES/graphics_interface.c
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/simpleGLES/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/marchingCubes_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/defines.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/tables.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/data/compVoxelArray.bin
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/data/normalArray.bin
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/data/posArray.bin
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/data/ref_march_cubes.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/data/Bucky.raw
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/doc/screenshot_sm.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/doc/screenshot_lg.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/doc/screenshot_md.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/2_Graphics/marchingCubes/marchingCubes.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/convolutionFFT2D/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionFFT2D/convolutionFFT2D_common.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionFFT2D/convolutionFFT2D_gold.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionFFT2D/convolutionFFT2D.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionFFT2D/convolutionFFT2D.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionFFT2D/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionFFT2D/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionFFT2D/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionFFT2D/main.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/vulkanImageCUDA/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/vulkanImageCUDA/shader.frag
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/vulkanImageCUDA/vulkanImageCUDA.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/vulkanImageCUDA/lenaRGB.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/vulkanImageCUDA/linmath.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/vulkanImageCUDA/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/vulkanImageCUDA/findvulkan.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/vulkanImageCUDA/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/vulkanImageCUDA/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/vulkanImageCUDA/Build_instructions.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/vulkanImageCUDA/shader.vert
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/dxtc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dxtc/permutations.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/dxtc/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dxtc/data/colors.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dxtc/data/lena_ref.dds
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dxtc/data/lena_std.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dxtc/data/lorikeet-orig.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dxtc/data/lena-orig.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dxtc/dds.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/dxtc/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dxtc/doc/cuda_dxtc.pdf
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dxtc/CudaMath.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dxtc/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dxtc/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dxtc/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dxtc/dxtc.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/postProcessGL/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/postProcessGL/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/postProcessGL/data/teapot_4.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/postProcessGL/data/teapot_2.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/postProcessGL/data/teapot_8.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/postProcessGL/data/teapot_orig.ppm
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/postProcessGL/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/postProcessGL/doc/postProcessGL_md.gif
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/postProcessGL/doc/postProcessGL_lg.gif
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/postProcessGL/doc/postProcessGL_sm.gif
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/postProcessGL/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/postProcessGL/postProcessGL.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/postProcessGL/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/postProcessGL/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/postProcessGL/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/postProcessGL/main.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/dwtHaar1D/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dwtHaar1D/dwtHaar1D.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/dwtHaar1D/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dwtHaar1D/data/regression_2_14.gold.dat
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dwtHaar1D/data/regression.gold.dat
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dwtHaar1D/data/signal.dat
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dwtHaar1D/data/signal_2_18.dat
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dwtHaar1D/data/regression_2_18.gold.dat
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dwtHaar1D/data/signal_2_14.dat
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/dwtHaar1D/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dwtHaar1D/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dwtHaar1D/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dwtHaar1D/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dwtHaar1D/dwtHaar1D_kernel.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/bicubicTexture/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bicubicTexture/bicubicTexture.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bicubicTexture/bicubicTexture_kernel.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/bicubicTexture/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bicubicTexture/data/0_nearest.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bicubicTexture/data/3_fastbicubic.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bicubicTexture/data/1_bilinear.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bicubicTexture/data/2_bicubic.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bicubicTexture/data/4_catmull-rom.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bicubicTexture/data/lena_bw.pgm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bicubicTexture/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bicubicTexture/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bicubicTexture/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bicubicTexture/bicubicTexture_cuda.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bicubicTexture/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/bilateralFilter/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/bilateralFilter/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bilateralFilter/data/nature_monte.bmp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bilateralFilter/data/ref_08.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bilateralFilter/data/ref_05.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bilateralFilter/data/ref_07.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bilateralFilter/data/ref_06.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bilateralFilter/bilateralFilter.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bilateralFilter/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bilateralFilter/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bilateralFilter/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bilateralFilter/bilateralFilter.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bilateralFilter/bilateralFilter_cpu.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bilateralFilter/bmploader.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bilateralFilter/bilateral_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/bilateralFilter/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/histogram/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/histogram/histogram_common.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/histogram/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/histogram/doc/histogram.pdf
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/histogram/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/histogram/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/histogram/histogram256.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/histogram/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/histogram/main.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/histogram/histogram_gold.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/histogram/histogram64.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/NV12toBGRandResize/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/NV12toBGRandResize/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/NV12toBGRandResize/data/test1280x720.nv12
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/NV12toBGRandResize/data/test640x480.nv12
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/NV12toBGRandResize/data/test1920x1080.nv12
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/NV12toBGRandResize/nv12_to_bgr_planar.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/NV12toBGRandResize/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/NV12toBGRandResize/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/NV12toBGRandResize/utils.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/NV12toBGRandResize/nv12_resize.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/NV12toBGRandResize/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/NV12toBGRandResize/utils.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/NV12toBGRandResize/resize_convert.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/NV12toBGRandResize/bgr_resize.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/NV12toBGRandResize/resize_convert_main.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/convolutionTexture/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionTexture/convolutionTexture_common.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/convolutionTexture/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionTexture/doc/Performance.xls
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionTexture/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionTexture/convolutionTexture.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionTexture/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionTexture/convolutionTexture_gold.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionTexture/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionTexture/main.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/SobelFilter.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/SobelFilter_kernels.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/data/ref_shared.pgm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/data/ref_orig.pgm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/data/ref_tex.pgm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/data/ref_orig.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/data/lena.pgm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/data/ref_shared.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/data/ref_tex.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/data/lena.ppm
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/doc/sshot_sm.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/doc/sshot_md.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/doc/sshot_lg.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/SobelFilter/SobelFilter_kernels.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/DCT8x8_Gold.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/dct8x8_kernel_quantization.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/dct8x8_kernel1.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/BmpUtil.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/data/barbara.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/data/barbara.bmp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/dct8x8_kernel2.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/doc/BarbaraBlocks3.bmp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/doc/dct8x8.pdf
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/doc/CosineBasis.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/doc/DctJpeg.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/doc/BarbaraBlocks1.bmp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/doc/barbara_sm.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/doc/Cosines.xls
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/doc/barbara_lg.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/doc/barbara.bmp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/doc/BarbaraBlocks2.bmp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/doc/barbara_md.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/dct8x8_kernel_short.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/DCT8x8_Gold.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/Common.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/dct8x8.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/dct8x8/BmpUtil.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/recursiveGaussian/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/recursiveGaussian/recursiveGaussian_cuda.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/recursiveGaussian/recursiveGaussian.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/recursiveGaussian/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/recursiveGaussian/data/ref_22.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/recursiveGaussian/data/ref_14.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/recursiveGaussian/data/ref_18.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/recursiveGaussian/data/ref_10.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/recursiveGaussian/data/lena.ppm
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/recursiveGaussian/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/recursiveGaussian/doc/sshot_sm.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/recursiveGaussian/doc/sshot_md.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/recursiveGaussian/doc/sshot_lg.JPG
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/recursiveGaussian/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/recursiveGaussian/recursiveGaussian_kernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/recursiveGaussian/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/recursiveGaussian/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/recursiveGaussian/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/boxFilter/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/boxFilter/boxFilter_cpu.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/boxFilter/boxFilter_kernel.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/boxFilter/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/boxFilter/data/ref_22.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/boxFilter/data/ref_14.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/boxFilter/data/lenaRGB.ppm
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/boxFilter/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/boxFilter/doc/boxFilter_md.gif
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/boxFilter/doc/boxFilter_sm.gif
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/boxFilter/doc/boxFilter_lg.gif
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/boxFilter/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/boxFilter/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/boxFilter/boxFilter.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/boxFilter/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/boxFilter/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/imageDenoising_nlm2_kernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/imageDenoising_copy_kernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/imageDenoising.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/data/portrait_noise.bmp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/data/ref_passthru.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/data/ref_nlm2.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/data/ref_knn.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/data/ref_nlm.ppm
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/doc/NLM_lg.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/doc/NLM_md.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/doc/NLM_sm.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/doc/imageDenoising.pdf
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/imageDenoisingGL.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/imageDenoising_knn_kernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/bmploader.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/imageDenoising_nlm_kernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/imageDenoising/imageDenoising.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/derivativesKernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/warpingKernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/upscaleKernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/flowGold.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/flowCUDA.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/common.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/data/frame11.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/data/frame10.ppm
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/doc/OpticalFlow.pdf
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/solverKernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/flowCUDA.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/downscaleKernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/flowGold.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/main.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/HSOpticalFlow/addKernel.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/EGLStreams_CUDA_Interop/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStreams_CUDA_Interop/cuda_f_2.yuv
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStreams_CUDA_Interop/cuda_consumer.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStreams_CUDA_Interop/cuda_consumer.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStreams_CUDA_Interop/cuda_f_1.yuv
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStreams_CUDA_Interop/eglstrm_common.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStreams_CUDA_Interop/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStreams_CUDA_Interop/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStreams_CUDA_Interop/cuda_producer.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStreams_CUDA_Interop/cuda_yuv_f_1.yuv
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStreams_CUDA_Interop/findegl.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStreams_CUDA_Interop/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStreams_CUDA_Interop/main.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStreams_CUDA_Interop/eglstrm_common.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStreams_CUDA_Interop/cuda_producer.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStreams_CUDA_Interop/cuda_yuv_f_2.yuv
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/nvsci_setup.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/cudaNvSciNvMedia_Readme.pdf
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/cuda_consumer.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/sample.cfg
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/nvmedia_producer.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/findnvsci.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/lenaRGB.rgba
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/cuda_consumer.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/nvsci_setup.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/nvmedia_producer.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/nvmedia_utils/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/nvmedia_utils/misc_utils.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/nvmedia_utils/config_parser.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/nvmedia_utils/image_utils.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/nvmedia_utils/misc_utils.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/nvmedia_utils/cmdline.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/nvmedia_utils/image_utils.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/nvmedia_utils/log_utils.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/nvmedia_utils/cmdline.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/nvmedia_utils/config_parser.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/nvmedia_utils/log_utils.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/cudaNvSciNvMedia/main.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/simpleCUDA2GL/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/simpleCUDA2GL/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/simpleCUDA2GL/data/ref_simpleCUDA2GL.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/simpleCUDA2GL/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/simpleCUDA2GL/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/simpleCUDA2GL/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/simpleCUDA2GL/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/simpleCUDA2GL/main.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/simpleCUDA2GL/simpleCUDA2GL.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/EGLSync_CUDAEvent_Interop/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLSync_CUDAEvent_Interop/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLSync_CUDAEvent_Interop/egl_common.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLSync_CUDAEvent_Interop/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLSync_CUDAEvent_Interop/graphics_interface.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLSync_CUDAEvent_Interop/findegl.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLSync_CUDAEvent_Interop/EGLSync_CUDAEvent_Interop.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLSync_CUDAEvent_Interop/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/EGLStream_CUDA_CrossGPU/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStream_CUDA_CrossGPU/kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStream_CUDA_CrossGPU/cuda_consumer.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStream_CUDA_CrossGPU/cuda_consumer.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStream_CUDA_CrossGPU/eglstrm_common.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStream_CUDA_CrossGPU/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStream_CUDA_CrossGPU/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStream_CUDA_CrossGPU/cuda_producer.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStream_CUDA_CrossGPU/findegl.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStream_CUDA_CrossGPU/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStream_CUDA_CrossGPU/main.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStream_CUDA_CrossGPU/helper.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStream_CUDA_CrossGPU/eglstrm_common.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/EGLStream_CUDA_CrossGPU/cuda_producer.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/stereoDisparity/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/stereoDisparity/stereoDisparity.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/stereoDisparity/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/stereoDisparity/data/stereo.im1.640x533.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/stereoDisparity/data/stereo.im0.640x533.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/stereoDisparity/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/stereoDisparity/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/stereoDisparity/stereoDisparity_kernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/stereoDisparity/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/convolutionSeparable/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/3_Imaging/convolutionSeparable/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionSeparable/doc/convolutionSeparable.pdf
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionSeparable/convolutionSeparable_gold.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionSeparable/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionSeparable/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionSeparable/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionSeparable/convolutionSeparable.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionSeparable/main.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/3_Imaging/convolutionSeparable/convolutionSeparable_common.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions_nvrtc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions_nvrtc/binomialOptions_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions_nvrtc/common_gpu_header.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions_nvrtc/binomialOptions_common.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions_nvrtc/realtype.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions_nvrtc/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions_nvrtc/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions_nvrtc/binomialOptions_gold.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions_nvrtc/binomialOptions_gpu.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions_nvrtc/binomialOptions.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/4_Finance/quasirandomGenerator_nvrtc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/quasirandomGenerator_nvrtc/quasirandomGenerator_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/quasirandomGenerator_nvrtc/quasirandomGenerator_common.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/quasirandomGenerator_nvrtc/quasirandomGenerator_gpu.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/quasirandomGenerator_nvrtc/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/quasirandomGenerator_nvrtc/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/quasirandomGenerator_nvrtc/quasirandomGenerator_gold.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/quasirandomGenerator_nvrtc/quasirandomGenerator.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/4_Finance/SobolQRNG/
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/SobolQRNG/sobol.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/SobolQRNG/sobol_gold.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/SobolQRNG/sobol_primitives.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/SobolQRNG/sobol_gpu.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/SobolQRNG/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/SobolQRNG/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/SobolQRNG/sobol_gold.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/SobolQRNG/sobol_primitives.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/SobolQRNG/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/SobolQRNG/sobol_gpu.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/SobolQRNG/sobol.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/4_Finance/MonteCarloMultiGPU/
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/MonteCarloMultiGPU/MonteCarloMultiGPU.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/MonteCarloMultiGPU/MonteCarlo_gold.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/MonteCarloMultiGPU/realtype.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/MonteCarloMultiGPU/MonteCarlo_kernel.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/4_Finance/MonteCarloMultiGPU/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/MonteCarloMultiGPU/doc/MonteCarlo.pdf
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/MonteCarloMultiGPU/MonteCarlo_common.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/MonteCarloMultiGPU/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/MonteCarloMultiGPU/multithreading.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/MonteCarloMultiGPU/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/MonteCarloMultiGPU/MonteCarlo_reduction.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/MonteCarloMultiGPU/multithreading.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/MonteCarloMultiGPU/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/4_Finance/quasirandomGenerator/
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/quasirandomGenerator/quasirandomGenerator_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/quasirandomGenerator/quasirandomGenerator_common.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/quasirandomGenerator/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/quasirandomGenerator/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/quasirandomGenerator/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/quasirandomGenerator/quasirandomGenerator_gold.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/quasirandomGenerator/quasirandomGenerator.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/4_Finance/BlackScholes/
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/BlackScholes/BlackScholes_kernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/BlackScholes/BlackScholes_gold.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/BlackScholes/BlackScholes.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/4_Finance/BlackScholes/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/BlackScholes/doc/BlackScholes.pdf
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/BlackScholes/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/BlackScholes/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/BlackScholes/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions/
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions/binomialOptions_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions/binomialOptions_common.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions/realtype.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions/doc/binomialOptions.pdf
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions/binomialOptions_gold.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/binomialOptions/binomialOptions.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/4_Finance/BlackScholes_nvrtc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/BlackScholes_nvrtc/BlackScholes_kernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/BlackScholes_nvrtc/BlackScholes.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/BlackScholes_nvrtc/BlackScholes_gold.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/BlackScholes_nvrtc/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/4_Finance/BlackScholes_nvrtc/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGL/
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGL/fluidsGL_kernels.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGL/fluidsGL.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGL/fluidsGL_kernels.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGL/defines.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGL/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGL/data/ref_fluidsGL.ppm
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGL/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGL/doc/fluidsGL_md.gif
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGL/doc/fluidsGL_sm.gif
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGL/doc/fluidsGL.pdf
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGL/doc/fluidsGL_lg.gif
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGL/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGL/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGL/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGL/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGL/fluidsGL_kernels.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations/nbody_screen/
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_screen/bodysystemcpu.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_screen/render_particles.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_screen/bodysystemcuda.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_screen/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_screen/nbody_screen.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_screen/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_screen/findgleslib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_screen/tipsy.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_screen/galaxy_20K.bin
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_screen/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_screen/bodysystem.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_screen/render_particles.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_screen/bodysystemcpu_impl.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_screen/bodysystemcuda.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_screen/bodysystemcuda_impl.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations/nbody/
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/bodysystemcpu.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/render_particles.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/bodysystemcuda.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations/nbody/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/doc/nbody_gems3_ch31.pdf
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/doc/screenshot_sm.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/doc/screenshot_md.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/doc/screenshot_lg.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/tipsy.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/nbody.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/galaxy_20K.bin
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/bodysystem.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/render_particles.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/bodysystemcpu_impl.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/bodysystemcuda.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody/bodysystemcuda_impl.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/GpuArray.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/GLSLProgram.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/SmokeShaders.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/particles_kernel_device.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/framebufferObject.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/ParticleSystem.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/SmokeRenderer.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/GLSLProgram.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/SmokeShaders.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/particles_kernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/framebufferObject.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/ParticleSystem_cuda.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/nvVector.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/particleDemo.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/renderbuffer.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/data/ref_smokePart_vel.bin
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/data/ref_smokePart_pos.bin
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/data/floortile.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/nvQuaternion.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/doc/screenshot_sm.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/doc/screenshot_lg.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/doc/screenshot_md.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/doc/smokeParticles.pdf
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/SmokeRenderer.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/renderbuffer.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/ParticleSystem.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/nvMath.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/nvMatrix.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/smokeParticles/ParticleSystem.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations/oceanFFT/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations/oceanFFT/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/oceanFFT/data/ref_slopeShading.bin
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/oceanFFT/data/ocean.vert
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/oceanFFT/data/ocean.frag
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/oceanFFT/data/ref_spatialDomain.bin
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/oceanFFT/data/reference.ppm
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations/oceanFFT/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/oceanFFT/doc/sshot_md.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/oceanFFT/doc/sshot_sm.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/oceanFFT/doc/sshot_lg.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/oceanFFT/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/oceanFFT/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/oceanFFT/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/oceanFFT/oceanFFT_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/oceanFFT/oceanFFT.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/oceanFFT/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations/nbody_opengles/
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_opengles/bodysystemcpu.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_opengles/render_particles.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_opengles/bodysystemcuda.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_opengles/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_opengles/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_opengles/findgleslib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_opengles/tipsy.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_opengles/nbody_opengles.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_opengles/galaxy_20K.bin
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_opengles/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_opengles/bodysystem.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_opengles/render_particles.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_opengles/bodysystemcpu_impl.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_opengles/bodysystemcuda.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/nbody_opengles/bodysystemcuda_impl.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGLES/
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGLES/fluidsGLES.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGLES/mesh.vert.glsl
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGLES/fluidsGLES_kernels.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGLES/fluidsGLES_kernels.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGLES/fluidsGLES_kernels.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGLES/defines.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGLES/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGLES/data/ref_fluidsGLES.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGLES/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGLES/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGLES/mesh.frag.glsl
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGLES/graphics_interface.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGLES/findgleslib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/fluidsGLES/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations/particles/
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/particles_kernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/shaders.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/render_particles.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/particleSystem.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/particleSystem.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/particles_kernel_impl.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations/particles/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/data/ref_particles.bin
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/5_Simulations/particles/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/doc/screenshot_sm.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/doc/screenshot_lg.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/doc/particles.pdf
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/doc/screenshot_md.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/particleSystem_cuda.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/particles.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/particleSystem.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/shaders.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/5_Simulations/particles/render_particles.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/conjugateGradientMultiDeviceCG/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/conjugateGradientMultiDeviceCG/conjugateGradientMultiDeviceCG.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/conjugateGradientMultiDeviceCG/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/conjugateGradientMultiDeviceCG/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/conjugateGradientMultiDeviceCG/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/simpleHyperQ/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/simpleHyperQ/simpleHyperQ.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/simpleHyperQ/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/simpleHyperQ/doc/HyperQ.pdf
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/simpleHyperQ/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/simpleHyperQ/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/simpleHyperQ/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/fastWalshTransform/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/fastWalshTransform/fastWalshTransform_gold.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/fastWalshTransform/fastWalshTransform.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/fastWalshTransform/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/fastWalshTransform/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/fastWalshTransform/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/fastWalshTransform/fastWalshTransform_kernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/fastWalshTransform/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/newdelete/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/newdelete/newdelete.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/newdelete/container.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/newdelete/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/newdelete/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/newdelete/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/mergeSort/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/mergeSort/mergeSort.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/mergeSort/mergeSort_host.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/mergeSort/bitonic.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/mergeSort/mergeSort_validate.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/mergeSort/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/mergeSort/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/mergeSort/mergeSort_common.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/mergeSort/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/mergeSort/main.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/gerschgorin.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/matlab.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/bisect_kernel_small.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/structs.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/config.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/bisect_large.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/matlab.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/bisect_kernel_large_onei.cuh
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/data/diagonal.dat
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/data/superdiagonal.dat
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/data/reference.dat
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/doc/eigenvalues.pdf
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/bisect_kernel_large.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/main.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/bisect_large.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/bisect_small.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/bisect_kernel_large_multi.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/util.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/bisect_util.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/gerschgorin.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/eigenvalues/bisect_small.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/c++11_cuda/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/c++11_cuda/c++11_cuda.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/c++11_cuda/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/c++11_cuda/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/c++11_cuda/warandpeace.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/c++11_cuda/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/c++11_cuda/range.hpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/ptxjit/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/ptxjit/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/ptxjit/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/ptxjit/ptxjit.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/ptxjit/ptxjit_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/ptxjit/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/scalarProd/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/scalarProd/scalarProd_cpu.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/scalarProd/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/scalarProd/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/scalarProd/scalarProd.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/scalarProd/scalarProd_kernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/scalarProd/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/shfl_scan/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/shfl_scan/shfl_integral_image.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/shfl_scan/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/shfl_scan/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/shfl_scan/shfl_scan.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/shfl_scan/util.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/shfl_scan/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/radixSortThrust/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/radixSortThrust/radixSortThrust.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/radixSortThrust/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/radixSortThrust/doc/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/radixSortThrust/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/radixSortThrust/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/radixSortThrust/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/warpAggregatedAtomicsCG/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/warpAggregatedAtomicsCG/warpAggregatedAtomicsCG.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/warpAggregatedAtomicsCG/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/warpAggregatedAtomicsCG/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/warpAggregatedAtomicsCG/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/StreamPriorities/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/StreamPriorities/StreamPriorities.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/StreamPriorities/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/StreamPriorities/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/StreamPriorities/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/FunctionPointers/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FunctionPointers/FunctionPointers.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FunctionPointers/FunctionPointers_kernels.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/FunctionPointers/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FunctionPointers/data/ref_shared.pgm
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FunctionPointers/data/ref_orig.pgm
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FunctionPointers/data/ref_tex.pgm
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FunctionPointers/data/lena.pgm
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FunctionPointers/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FunctionPointers/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FunctionPointers/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FunctionPointers/FunctionPointers_kernels.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FunctionPointers/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/reduction/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/reduction/reduction.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/reduction/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/reduction/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/reduction/reduction.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/reduction/reduction_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/reduction/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/cdpAdvancedQuicksort/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cdpAdvancedQuicksort/cdpAdvancedQuicksort.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cdpAdvancedQuicksort/cdpBitonicSort.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cdpAdvancedQuicksort/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cdpAdvancedQuicksort/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cdpAdvancedQuicksort/cdpQuicksort.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cdpAdvancedQuicksort/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/conjugateGradientMultiBlockCG/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/conjugateGradientMultiBlockCG/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/conjugateGradientMultiBlockCG/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/conjugateGradientMultiBlockCG/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/conjugateGradientMultiBlockCG/conjugateGradientMultiBlockCG.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/threadMigration/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/threadMigration/threadMigration_kernel.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/threadMigration/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/threadMigration/threadMigration.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/threadMigration/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/concurrentKernels/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/concurrentKernels/concurrentKernels.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/concurrentKernels/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/concurrentKernels/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/concurrentKernels/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/jacobiCudaGraphs/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/jacobiCudaGraphs/jacobi.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/jacobiCudaGraphs/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/jacobiCudaGraphs/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/jacobiCudaGraphs/jacobi.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/jacobiCudaGraphs/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/jacobiCudaGraphs/main.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/threadFenceReduction/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/threadFenceReduction/threadFenceReduction.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/threadFenceReduction/threadFenceReduction_kernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/threadFenceReduction/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/threadFenceReduction/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/threadFenceReduction/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/threadFenceReduction/threadFenceReduction.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/cudaCompressibleMemory/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cudaCompressibleMemory/saxpy.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cudaCompressibleMemory/compMalloc.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cudaCompressibleMemory/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cudaCompressibleMemory/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cudaCompressibleMemory/compMalloc.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/extras/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/extras/README.TXT
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/extras/matrixMul_kernel_32.ptx
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/extras/ptx2c.py
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/extras/matrixMul_kernel_64.ptx
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/matrixMul_gold.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/matrixMul_kernel_32_ptxdump.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/cuda_drvapi_dynlink_cuda.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/matrixMulDynlinkJIT.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/cuda_drvapi_dynlink.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/matrixMul_kernel_64_ptxdump.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/helper_string.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/helper_cuda_drvapi.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/matrixMul_kernel_32_ptxdump.c
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/matrixMul.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/cuda_drvapi_dynlink.c
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/matrixMul_kernel_64_ptxdump.c
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/matrixMulDynlinkJIT/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/FDTD3d/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/FDTD3d/inc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FDTD3d/inc/FDTD3dGPU.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FDTD3d/inc/FDTD3dReference.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FDTD3d/inc/FDTD3dGPUKernel.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FDTD3d/inc/FDTD3d.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/FDTD3d/src/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FDTD3d/src/FDTD3dGPU.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FDTD3d/src/FDTD3dReference.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FDTD3d/src/FDTD3d.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FDTD3d/FDTD3d.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FDTD3d/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FDTD3d/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/FDTD3d/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/cdpQuadtree/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cdpQuadtree/cdpQuadtree.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cdpQuadtree/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cdpQuadtree/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cdpQuadtree/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/alignedTypes/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/alignedTypes/alignedTypes.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/alignedTypes/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/alignedTypes/doc/alignedTypes.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/alignedTypes/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/alignedTypes/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/alignedTypes/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/scan/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/scan/scan.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/scan/scan_gold.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/scan/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/scan/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/scan/scan_common.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/scan/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/scan/main.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/interval/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/cuda_interval_rounded_arith.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/cpu_interval.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/interval.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config.hpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/no_tr1/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/no_tr1/memory.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/no_tr1/complex.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/no_tr1/utility.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/no_tr1/functional.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/no_tr1/cmath.hpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/stdlib/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/stdlib/msl.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/stdlib/libstdcpp3.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/stdlib/dinkumware.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/stdlib/roguewave.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/stdlib/libcomo.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/stdlib/stlport.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/stdlib/modena.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/stdlib/vacpp.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/stdlib/sgi.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/abi_suffix.hpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/platform/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/platform/amigaos.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/platform/qnxnto.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/platform/aix.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/platform/win32.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/platform/bsd.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/platform/hpux.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/platform/solaris.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/platform/linux.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/platform/irix.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/platform/vxworks.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/platform/cygwin.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/platform/beos.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/platform/macos.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/select_platform_config.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/requires_threads.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/suffix.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/select_compiler_config.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/posix_features.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/warning_disable.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/abi_prefix.hpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/abi/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/abi/msvc_suffix.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/abi/borland_prefix.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/abi/msvc_prefix.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/abi/borland_suffix.hpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/hp_acc.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/intel.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/comeau.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/mpw.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/pgi.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/visualc.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/kai.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/sunpro_cc.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/metrowerks.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/digitalmars.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/sgi_mipspro.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/common_edg.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/vacpp.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/gcc_xml.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/greenhills.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/codegear.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/borland.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/gcc.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/compiler/compaq_cxx.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/select_stdlib_config.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/user.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/config/auto_link.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/limits.hpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/arith.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/compare.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/constants.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/rounded_transc.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/transc.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/rounding.hpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/ext/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/ext/integer.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/ext/x86_fast_rounding_control.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/checking.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/limits.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/io.hpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/compare/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/compare/lexicographic.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/compare/explicit.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/compare/possible.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/compare/set.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/compare/certain.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/compare/tribool.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/arith2.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/utility.hpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/detail/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/detail/test_input.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/detail/x86gcc_rounding_control.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/detail/c99sub_rounding_control.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/detail/x86_rounding_control.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/detail/c99_rounding_control.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/detail/bcc_rounding_control.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/detail/msvc_rounding_control.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/detail/alpha_rounding_control.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/detail/division.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/detail/ia64_rounding_control.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/detail/sparc_rounding_control.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/detail/interval_prototype.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/detail/bugs.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/detail/ppc_rounding_control.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/policies.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/arith3.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/interval.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/hw_rounding.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval/rounded_arith.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/boost/numeric/interval.hpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/interval.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/cuda_interval.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/interval/cuda_interval_lib.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/transpose/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/transpose/transpose.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/transpose/doc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/transpose/doc/MatrixTranspose.pdf
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/transpose/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/transpose/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/transpose/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/sortingNetworks/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/sortingNetworks/sortingNetworks_common.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/sortingNetworks/bitonicSort.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/sortingNetworks/oddEvenMergeSort.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/sortingNetworks/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/sortingNetworks/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/sortingNetworks/sortingNetworks_common.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/sortingNetworks/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/sortingNetworks/main.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/sortingNetworks/sortingNetworks_validate.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/segmentationTreeThrust/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/segmentationTreeThrust/segmentationTree.cu
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/segmentationTreeThrust/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/segmentationTreeThrust/data/test.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/segmentationTreeThrust/data/ref_09.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/segmentationTreeThrust/data/ref_00.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/segmentationTreeThrust/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/segmentationTreeThrust/common.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/segmentationTreeThrust/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/segmentationTreeThrust/kernels.cuh
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/segmentationTreeThrust/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/lineOfSight/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/lineOfSight/lineOfSight.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/lineOfSight/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/lineOfSight/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/lineOfSight/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/cdpBezierTessellation/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cdpBezierTessellation/BezierLineCDP.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cdpBezierTessellation/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cdpBezierTessellation/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/cdpBezierTessellation/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/6_Advanced/reductionMultiBlockCG/
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/reductionMultiBlockCG/reductionMultiBlockCG.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/reductionMultiBlockCG/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/reductionMultiBlockCG/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/6_Advanced/reductionMultiBlockCG/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/cannyEdgeDetectorNPP/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cannyEdgeDetectorNPP/cannyEdgeDetectorNPP.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cannyEdgeDetectorNPP/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cannyEdgeDetectorNPP/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cannyEdgeDetectorNPP/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverDn_LinearSolver/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverDn_LinearSolver/lap3D_7pt_n20.mtx
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverDn_LinearSolver/gr_900_900_crg.mtx
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverDn_LinearSolver/mmio.c
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverDn_LinearSolver/mmio.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverDn_LinearSolver/mmio_wrapper.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverDn_LinearSolver/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverDn_LinearSolver/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverDn_LinearSolver/cuSolverDn_LinearSolver.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverDn_LinearSolver/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/randomFog/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/randomFog/rng.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/randomFog/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/randomFog/data/ref_randomFog.bin
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/randomFog/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/randomFog/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/randomFog/randomFog.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/randomFog/findgllib.mk
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/randomFog/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/randomFog/rng.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/FilterBorderControlNPP/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/FilterBorderControlNPP/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/FilterBorderControlNPP/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/FilterBorderControlNPP/FilterBorderControlNPP.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/FilterBorderControlNPP/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuHook/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuHook/cuHook.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuHook/libcuhook.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuHook/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuHook/libcuhook.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuHook/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/FreeImage/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/FreeImage/lib/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/FreeImage/lib/linux/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/FreeImage/lib/linux/x86_64/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/FreeImage/include/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/StopWatchBase.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/StopWatch.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/StopWatchLinux.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/SignalsNPP.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/ImagePacked.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/StopWatchBase.inl
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/SignalAllocatorsNPP.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/Signal.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/SignalAllocatorsCPU.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/Image.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/Pixel.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/Exceptions.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/ImageIO.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/SignalsCPU.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/ImageAllocatorsCPU.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/ImageAllocatorsNPP.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/StopWatchLinux.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/ImagesCPU.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/StopWatchWin.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/ImagesNPP.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/common/UtilNPP/StopWatchWin.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/watershedSegmentationNPP/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/watershedSegmentationNPP/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/watershedSegmentationNPP/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/watershedSegmentationNPP/watershedSegmentationNPP.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/watershedSegmentationNPP/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradientPrecond/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradientPrecond/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradientPrecond/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradientPrecond/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradientPrecond/main.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT_2d_MGPU/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT_2d_MGPU/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT_2d_MGPU/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT_2d_MGPU/simpleCUFFT_2d_MGPU.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT_2d_MGPU/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverRf/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverRf/lap3D_7pt_n20.mtx
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverRf/mmio.c
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverRf/mmio.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverRf/mmio_wrapper.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverRf/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverRf/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverRf/lap2D_5pt_n100.mtx
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverRf/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverRf/cuSolverRf.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineP/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineP/inc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineP/inc/test.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineP/inc/piestimator.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineP/inc/cudasharedmem.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineP/src/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineP/src/piestimator.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineP/src/test.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineP/src/main.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineP/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineP/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineP/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/histEqualizationNPP/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/histEqualizationNPP/histEqualizationNPP.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/histEqualizationNPP/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/histEqualizationNPP/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/histEqualizationNPP/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelCholesky/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelCholesky/lap3D_7pt_n20.mtx
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelCholesky/mmio.c
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelCholesky/mmio.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelCholesky/mmio_wrapper.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelCholesky/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelCholesky/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelCholesky/cuSolverSp_LowlevelCholesky.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelCholesky/lap2D_5pt_n100.mtx
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelCholesky/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradientCudaGraphs/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradientCudaGraphs/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradientCudaGraphs/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradientCudaGraphs/conjugateGradientCudaGraphs.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradientCudaGraphs/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LinearSolver/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LinearSolver/lap3D_7pt_n20.mtx
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LinearSolver/mmio.c
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LinearSolver/mmio.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LinearSolver/mmio_wrapper.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LinearSolver/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LinearSolver/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LinearSolver/lap2D_5pt_n100.mtx
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LinearSolver/cuSolverSp_LinearSolver.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LinearSolver/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/boxFilterNPP/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/boxFilterNPP/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/boxFilterNPP/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/boxFilterNPP/boxFilterNPP.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/boxFilterNPP/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG/images/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG/images/img5.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG/images/img7.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG/images/img2.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG/images/img6.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG/images/img8.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG/images/img1.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG/images/img4.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG/images/img3.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG/nvJPEG.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUBLASXT/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUBLASXT/simpleCUBLASXT.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUBLASXT/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUBLASXT/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUBLASXT/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG_encoder/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG_encoder/images/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG_encoder/images/img5.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG_encoder/images/img7.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG_encoder/images/img2.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG_encoder/images/img6.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG_encoder/images/img8.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG_encoder/images/img1.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG_encoder/images/img4.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG_encoder/images/img3.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG_encoder/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG_encoder/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG_encoder/nvJPEG_encoder.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/nvJPEG_encoder/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT_MGPU/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT_MGPU/simpleCUFFT_MGPU.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT_MGPU/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT_MGPU/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT_MGPU/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/batchedLabelMarkersAndLabelCompressionNPP/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/batchedLabelMarkersAndLabelCompressionNPP/batchedLabelMarkersAndCompressionNPP.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/batchedLabelMarkersAndLabelCompressionNPP/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/batchedLabelMarkersAndLabelCompressionNPP/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/batchedLabelMarkersAndLabelCompressionNPP/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_SingleAsianOptionP/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_SingleAsianOptionP/inc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_SingleAsianOptionP/inc/asianoption.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_SingleAsianOptionP/inc/test.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_SingleAsianOptionP/inc/pricingengine.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_SingleAsianOptionP/inc/cudasharedmem.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_SingleAsianOptionP/src/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_SingleAsianOptionP/src/pricingengine.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_SingleAsianOptionP/src/test.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_SingleAsianOptionP/src/main.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_SingleAsianOptionP/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_SingleAsianOptionP/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_SingleAsianOptionP/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/batchCUBLAS/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/batchCUBLAS/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/batchCUBLAS/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/batchCUBLAS/batchCUBLAS.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/batchCUBLAS/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/batchCUBLAS/batchCUBLAS.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/MersenneTwisterGP11213/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MersenneTwisterGP11213/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MersenneTwisterGP11213/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MersenneTwisterGP11213/MersenneTwister.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MersenneTwisterGP11213/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT_callback/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT_callback/simpleCUFFT_callback.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT_callback/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT_callback/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT_callback/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUBLAS/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUBLAS/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUBLAS/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUBLAS/simpleCUBLAS.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUBLAS/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiQ/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiQ/inc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiQ/inc/test.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiQ/inc/piestimator.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiQ/inc/cudasharedmem.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiQ/src/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiQ/src/piestimator.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiQ/src/test.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiQ/src/main.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiQ/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiQ/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiQ/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineQ/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineQ/inc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineQ/inc/test.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineQ/inc/piestimator.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineQ/inc/cudasharedmem.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineQ/src/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineQ/src/piestimator.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineQ/src/test.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineQ/src/main.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineQ/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineQ/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiInlineQ/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradientUM/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradientUM/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradientUM/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradientUM/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradientUM/main.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT/simpleCUFFT.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/simpleCUFFT/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiP/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiP/inc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiP/inc/test.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiP/inc/piestimator.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiP/inc/cudasharedmem.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiP/src/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiP/src/piestimator.cu
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiP/src/test.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiP/src/main.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiP/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiP/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/MC_EstimatePiP/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelQR/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelQR/cuSolverSp_LowlevelQR.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelQR/lap3D_7pt_n20.mtx
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelQR/lap2D_5pt_n32.mtx
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelQR/mmio.c
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelQR/mmio.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelQR/mmio_wrapper.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelQR/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelQR/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelQR/lap2D_5pt_n100.mtx
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/cuSolverSp_LowlevelQR/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/freeImageInteropNPP/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/freeImageInteropNPP/freeImageInteropNPP.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/freeImageInteropNPP/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/freeImageInteropNPP/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/freeImageInteropNPP/readme.txt
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradient/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradient/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradient/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradient/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/conjugateGradient/main.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/7_CUDALibraries/boundSegmentsNPP/
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/boundSegmentsNPP/NsightEclipse.xml
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/boundSegmentsNPP/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/boundSegmentsNPP/boundSegmentsNPP.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/7_CUDALibraries/boundSegmentsNPP/readme.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/EULA.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/Makefile
[INFO]: Installed: /usr/local/cuda-11.3/bin/cuda-install-samples-11.3.sh
[INFO]: Installed: /usr/local/cuda-11.3/bin/cuda-uninstaller
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/common/inc/
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/helper_gl.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/nvShaderUtils.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/paramgl.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/exception.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/helper_cusolver.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/dynlink_d3d10.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/helper_image.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/nvVector.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/helper_string.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/dynlink_d3d11.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/helper_timer.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/helper_cuda_drvapi.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/helper_math.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/common/inc/GL/
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/GL/freeglut_ext.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/GL/glxext.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/GL/glut.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/GL/glext.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/GL/freeglut.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/GL/glew.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/GL/wglew.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/GL/freeglut_std.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/GL/glxew.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/rendercheck_d3d9.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/rendercheck_d3d11.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/nvQuaternion.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/helper_multiprocess.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/helper_functions.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/nvrtc_helper.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/multithreading.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/param.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/helper_cuda.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/helper_nvJPEG.hxx
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/nvMath.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/rendercheck_d3d10.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/rendercheck_gl.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/rendercheck_gles.h
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/inc/nvMatrix.h
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/common/src/
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/src/rendercheck_d3d10.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/src/rendercheck_d3d9.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/src/rendercheck_d3d11.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/src/multithreading.cpp
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/src/helper_multiprocess.cpp
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/common/lib/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/common/lib/linux/
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/common/lib/linux/armv7l/
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/lib/linux/armv7l/libGLEW.a
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/common/lib/linux/aarch64/
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/lib/linux/aarch64/libGLEW.a
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/common/lib/linux/x86_64/
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/lib/linux/x86_64/libGLEW.a
[INFO]: Successfully created directory: /usr/local/cuda-11.3/samples/common/data/
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/data/PCB_1280x720_8u.raw
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/data/Rocks_512x512_8u_Gray.raw
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/data/sponge.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/data/PCB2_1024x683_8u.raw
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/data/sponge.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/data/PCB_METAL_509x335_8u.raw
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/data/Growth_of_cubic_bacteria_25x16.jpg
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/data/flower.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/data/lena_512x512_8u.raw
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/data/flower_gold.png
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/data/Lena.pgm
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/data/person.ppm
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/data/CT_skull_512x512_8u_Gray.raw
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/data/flower.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/data/person.txt
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/data/CT_skull_512x512_8u.raw
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/data/Lena_512x512_8u_Gray.raw
[INFO]: Installed: /usr/local/cuda-11.3/samples/common/findgllib.mk
[INFO]: CUDA Demo Suite 11.3
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/demo_suite
[INFO]: Skipping copy. File already exists at: /usr/local/cuda-11.3/bin/cuda-uninstaller
[INFO]: Installed: /usr/local/cuda-11.3/extras/demo_suite/bandwidthTest
[INFO]: Installed: /usr/local/cuda-11.3/extras/demo_suite/randomFog
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/demo_suite/oceanFFT_data_files/
[INFO]: Installed: /usr/local/cuda-11.3/extras/demo_suite/oceanFFT_data_files/ref_slopeShading.bin
[INFO]: Installed: /usr/local/cuda-11.3/extras/demo_suite/oceanFFT_data_files/ocean.vert
[INFO]: Installed: /usr/local/cuda-11.3/extras/demo_suite/oceanFFT_data_files/ocean.frag
[INFO]: Installed: /usr/local/cuda-11.3/extras/demo_suite/oceanFFT_data_files/ref_spatialDomain.bin
[INFO]: Installed: /usr/local/cuda-11.3/extras/demo_suite/nbody
[INFO]: Installed: /usr/local/cuda-11.3/extras/demo_suite/busGrind
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/demo_suite/randomFog_data_files/
[INFO]: Installed: /usr/local/cuda-11.3/extras/demo_suite/randomFog_data_files/ref_randomFog.bin
[INFO]: Installed: /usr/local/cuda-11.3/extras/demo_suite/deviceQuery
[INFO]: Installed: /usr/local/cuda-11.3/extras/demo_suite/oceanFFT
[INFO]: Installed: /usr/local/cuda-11.3/extras/demo_suite/vectorAdd
[INFO]: Successfully created directory: /usr/local/cuda-11.3/extras/demo_suite/nbody_data_files/
[INFO]: Installed: /usr/local/cuda-11.3/extras/demo_suite/nbody_data_files/nbody_galaxy_20K.bin
[WARNING]: Cannot find manpages to install.
[INFO]: CUDA Documentation 11.3
[INFO]: Successfully created directory: /usr/local/cuda-11.3/tools
[INFO]: Installed: /usr/local/cuda-11.3/DOCS
[INFO]: Installed: /usr/local/cuda-11.3/EULA.txt
[INFO]: Installed: /usr/local/cuda-11.3/README
[INFO]: Skipping copy. File already exists at: /usr/local/cuda-11.3/bin/cuda-uninstaller
[INFO]: Installed: /usr/local/cuda-11.3/tools/CUDA_Occupancy_Calculator.xls
[WARNING]: Cannot find manpages to install.

End of log file output.

Let's see if the cuda v11.3 installed:

(tpg_env) [sparkone@sparktwo pointnet2_ops_lib]$ ls /usr/local | grep cuda
cuda
cuda-11.3

Looks like it did. Let's see what version of cuda the environment is using:

(tpg_env) [sparkone@sparktwo pointnet2_ops_lib]$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2024 NVIDIA Corporation
Built on Tue_Feb_27_16:19:38_PST_2024
Cuda compilation tools, release 12.4, V12.4.99
Build cuda_12.4.r12.4/compiler.33961263_0

Add these to the virtual environment activate script:

export PATH=/usr/local/cuda-11.3/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/cuda-11.3/lib64:$LD_LIBRARY_PATH

Okay, so the problems encountered so far seem like they would be more easily addressable in a miniconda3 virtual environment. Therefore, I have installed and created a conda environment tpg, which easily allowed installation of the python 3.8 packages (as python==3.8 was specified in its creation). The following environment variables were used:

## When installing via he pointnet2_ops_lib/setup.py...
export PATH="/usr/local/cuda-11.3/bin:$PATH"
export CUDA_HOME="/usr/local/cuda-11.3"

This solved the problem of cuda-11.3 not being recognized even when nvcc --version indicated it was called from the path. However, now the following error came up:

...
RuntimeError: The current installed version of g++ (13.2.1) is greater than the maximum required version by CUDA 11.3 (10.0.0). Please make sure to use an adequate version of g++ (>=5.0.0, <=10.0.0).

Luckily, gcc10 package was already installed from the AUR. Let's see how to fix this.

This might work:

  1. https://stackoverflow.com/questions/6622454/cuda-incompatible-with-my-gcc-version -- Use environment variables and symlinks to ensure g++ compatibility with cuda-11.3

There were a few more steps, mainly setting the environment variable TORCH_SKIP_COMPILER_VERSION_CHECK_ABI=1 (not actual environment variable); symlinking gccXX and g++XX of appropriate versions to /opt/cudaXX.X/bin/gcc & g++. However, this approach is being set aside. However, the procedure for installing a specific branch of cuda and modifying the PKGBUILD will continue to be used as appropriate, since the python wrappers need a base cuda-toolkit of appropriate version to work from.

Virtual environment techniques are being switched to miniconda3 based solutions, as this seems to work better for these particular issues of specific version requirements for compilation and dependency issues.

Leave a Reply

Your email address will not be published. Required fields are marked *