Intel

From NJIT-ARCS HPC Wiki
Jump to: navigation, search

Intel Parallel Studio XE Cluster Edition

The Intel Parallel Studio XE Cluster Edition consists of the following features

  • Compilers with mpi
  • Advisor XE
  • Inspector XE
  • VTune and Amplifier XE

    Module Commands

    module load intel/compiler module load intel/advisor module load intel/inspector module load intel/vtune_amplifier </pre> The above commands will always load the most current versions available. Specific versions can be selected as follows

    <code> module load intel/compiler/2016.0.109 </pre>

    The advisor, inspector, and vtune_amplifier module always loads the intel/compiler module.

    Executables

    Compiler

    Path = /afs/cad/linux/intel/parallel_studio_cluster_edition_2016/compilers_and_libraries_2016

  • C Compiler - icc
  • C++ Compiler - icpc
  • Fortran Compiler - ifort

    Advisor

    Path = /afs/cad/linux/intel/parallel_studio_cluster_edition_2016/advisor_xe_2016

  • GUI - advixe-gui
  • CLI - advixe-cl

    Inspector

    Path = /afs/cad/linux/intel/parallel_studio_cluster_edition_2016/inspector_xe_2016

  • GUI - inspxe-gui
  • CLI - inspxe-cl

    Vtune_amplifier

    Path = /afs/cad/linux/intel/parallel_studio_cluster_edition_2016/vtune_amplifier_2016

  • GUI - amplxe-gui
  • CLI - amplxe-cl

    Documentation

    Intel documentation for its product is extensive. It is strongly recommended that users review the documentation at https://software.intel.com/en-us/intel-parallel-studio-xe-support/documentation.

    Getting Help

    If there are questions not answered in the documentation anyone can join the Intel Forums and ask questions there.

    If Premier Support is necessary, send an email to arcs@njit.edu.