Intel Parallel Studio XE 2019 Cluster Edition
製品情報・マニュアルなどのドキュメント類は以下から入手可能です。
Intel Parallel Studio XE 2019 Cluster Editionは以下のコンポーネントから構成されています。
- Build
- Intel C++ Compiler [Developer Guide and Reference]
- Intel Fortran Compiler [Developer Guide and Reference]
- Intel Distribution for Python
- Intel Math Kernel Library (MKL)
- Intel Data Analysis Acceleration Library
- Intel Integrated Performance Primitives
- Intel Threading Building Blocks
- Analysis
- Intel Advisor
- Intel Inspector (debuger) [User Guide]
- Intel VTune Amplifier (profiler) [User Guide]
- Scale
- Intel MPI Library
- Intel Trace Analyzer and Collector
- Intel Cluster Checker
使用方法
スパコン実行ホストにログインすると、Intel Parallel Studio XE 2019(19.3)で提供されているツールを利用できます。
$ qlogin
$ icc -V
Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.0.3.199 Build 20190206
Copyright (C) 1985-2019 Intel Corporation. All rights reserved.
$ which icc
/opt/pkg/intel/parallel_studio_xe_2019/update3/compilers_and_libraries_2019.3.199/linux/bin/intel64/icc
$ which ifort
/opt/pkg/intel/parallel_studio_xe_2019/update3/compilers_and_libraries_2019.3.199/linux/bin/intel64/ifort
$ ifort -V
Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.0.3.199 Build 20190206
Copyright (C) 1985-2019 Intel Corporation. All rights reserved.
別のバージョンを利用したい場合には、以下に示す手順で環境を切り替えてください。
# 以下のコマンドで、選択できるバージョンを確認します。
$ module avail
# intel compiler 18.0.5を利用する場合
$ module load intel/compiler/64/2018/18.0.5
$ icc -V
Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 18.0.5.274 Build 20180823
Copyright (C) 1985-2018 Intel Corporation. All rights reserved.
・Intel Inspector (debugger)の使用方法
最新のIntel Inspectorを使う場合はスパコン実行ホストにログインし、以下のコマンドを入力してください [参考ページ]。
$ qlogin
# bashの場合
$ source /opt/pkg/intel/parallel_studio_xe_2019/update3/inspector/inspxe-vars.sh
# csh/tcshの場合
$ source /opt/pkg/intel/parallel_studio_xe_2019/update3/inspector/inspxe-vars.csh
これにより、Intel Inspectorが提供するコマンドを利用できます。
$ which inspxe-cl
/opt/pkg/intel/parallel_studio_xe_2019/update3/inspector_2019.3.0.591484/bin64/inspxe-cl
$ inspxe-cl -V
Intel(R) Inspector 2019 Update 3 (build 591484) Command Line tool
Copyright (C) 2009-2019 Intel Corporation. All rights reserved.
・Intel VTune Amplifier (profiler)の使用方法
最新のIntel VTune Amplifierを使う場合は、スパコン実行ホストにログインし、以下のコマンドを入力してください [参考ページ]。
# bashの場合
$ source /opt/pkg/intel/parallel_studio_xe_2019/update3/vtune_amplifier/amplxe-vars.sh
# csh/tcshの場合
$ source /opt/pkg/intel/parallel_studio_xe_2019/update3/vtune_amplifier/amplxe-vars.csh
これにより、Intel VTune Amplifierが提供するコマンドを利用できます。
$ which amplxe-cl
/opt/pkg/intel/parallel_studio_xe_2019/update3/vtune_amplifier_2019.3.0.591499/bin64/amplxe-cl
$ amplxe-cl -V
Intel(R) VTune(TM) Amplifier 2019 Update 3 (build 591499) Command Line Tool
Copyright (C) 2009-2019 Intel Corporation. All rights reserved.