Software Installation Collections
Intel oneAPI toolkits
Intel oneAPI Basekit
Intel oneAPI HPCkit
Intel Python
majorVERS="2023"minorVERS="1"patchVERS="0"targetROOT="/work3/env/share/toolkits/intel/oneapi-2023"bshROOT="/work3/env/share/scientific-src/intel-oneapi-toolkits"/"${majorVERS}"."${minorVERS}"."${patchVERS}"iFAIL=""ls ${bshROOT}
rm -rf ${HOME}/intelrm -rf ${HOME}/.intelbaseTOOL=$(ls -S "${bshROOT}" | grep Base | grep "${majorVERS}"."${minorVERS}"."${patchVERS}" | head -n 1)hpctTOOL=$(ls -S "${bshROOT}" | grep HPC | grep "${majorVERS}"."${minorVERS}"."${patchVERS}" | head -n 1)idpyTOOL=$(ls -S "${bshROOT}" | grep pyth | grep "${majorVERS}"."${minorVERS}"."${patchVERS}" | head -n 1)echo "Installing Intel oneAPI Base Toolkits version "${majorVERS}"."${minorVERS}"."${patchVERS}" by ${baseTOOL}"
[ "$(echo ${baseTOOL} | grep sh$ | wc -l)" == "1" ] && sh "${bshROOT}/${baseTOOL}" -a -s --eula accept --install-dir "${targetROOT}" || iFAIL="1"
echo "Installing Intel oneAPI Base Toolkits version "${majorVERS}"."${minorVERS}"."${patchVERS}" by ${hpctTOOL}"
[ "$(echo ${baseTOOL} | grep sh$ | wc -l)" == "1" ] && sh "${bshROOT}/${hpctTOOL}" -a -s --eula accept --install-dir "${targetROOT}" || iFAIL="1"
echo "Installing Intel Distribution Python version "${majorVERS}"."${minorVERS}"."${patchVERS}" by ${idpyTOOL}"
[ "$(echo ${idpyTOOL} | grep sh$ | wc -l)" == "1" ] && sh "${bshROOT}/${idpyTOOL}" -a -s --eula accept --install-dir "${targetROOT}" || iFAIL="1"
if [ ${iFAIL} == "1"] && echo[env@vapor-cplab oneapi]$
modulefile_oneapi="${modulefile_oneapi}"sh ./modulefiles-setup.sh --output-dir="${modulefile_oneapi}" --force --ignore-latest
Intel® C++ Compiler and Intel® Fortran Compiler Classic
The Intel® C++ and Intel® Fortran optimizing compilers create fast code for modern processors. They use the latest instruction sets, auto-vectorize code for supporting/utilizing wider vector registers, and highly-tuned parallel models like OpenMP*, and Intel® TBB. The compilers offer broad support for the latest C, C++, and Fortran standards.
Intel® MPI Library
Intel® MPI Library is a multifabric message-passing library that implements the open-source Message Passing Interface (MPI) specification. Use the library to create, maintain, and test advanced, complex applications that perform better on HPC clusters based on Intel® processors.
Develop applications that can run on multiple cluster interconnects chosen by the user at run time.
Quickly deliver maximum end-user performance without having to change the software or operating environment.
Reduce the time to market by linking to one library and deploying on the latest optimized fabrics.
Intel® Inspector
Memory errors and non-deterministic threading errors are difficult to find without the right tool. Intel® Inspector is designed to find these errors. It is a dynamic memory and threading error debugger for C, C++, and Fortran applications that run on Windows* and Linux* operating systems. It helps you:
Save money: Locate the root cause of memory and threading errors before you release.
Save time: Quickly debug intermittent races and deadlocks.
Save data: Find errors like missing or redundant cache flushes for persistent memory implementations.
Save effort: Use the stand-alone interface, Microsoft Visual Studio* plug-in, or command line. No special compilers or builds are required.
Intel® Trace Analyzer and Collector
Use this graphical tool to understand MPI application behavior across its full runtime. It helps you:
Find temporal dependencies and bottlenecks in your code
Check the correctness of your application
Locate potential programming errors, buffer overlaps, and deadlocks
Visualize and understand parallel application behavior
Evaluate profiling statistics and load balancing
Analyze performance of subroutines or code blocks
Learn about communication patterns, parameters, and performance data
Identify communication hot spots
Decrease time to solution and increase application efficiency