# dnf -y install gcc-c++
# wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/dfc4a434-838c-4450-a6fe-2fa903b75aa7/intel-oneapi-base-toolkit-2025.0.1.46_offline.sh
# sh intel-oneapi-base-toolkit-2025.0.1.46_offline.sh
# /opt/intel/oneapi/installer/installer
# sh intel-oneapi-base-toolkit-2025.0.1.46_offline.sh -a -s --eula accept --install-dir /apps/intel/oneapi
-a: Automatic Mode를 의미하며, 자동으로 설치를 진행
-s: Silent Mode를 의미하며, 설치 과정에서 화면에 출력되는 메시지를 최소화
--eula accept: 설치 시 필요한 End User License Agreement (EULA), 즉 최종 사용자 사용권 계약을 사용자가 이미 읽고 동의함을 나타 냄
--install-dir: 설치가 완료된 파일들이 위치할 디렉토리를 지정
# /opt/intel/oneapi/installer/installer --list-products
============================================================
ID Version Installed Name
==================================================================================
intel.oneapi.lin.basekit.product 2025.0.1+45 true Intel® oneAPI Base Toolkit
============================================================
# /opt/intel/oneapi/installer/installer -s --action remove --product-id intel.oneapi.lin.basekit.product
============================================================
Start installation flow...
Log files: /tmp/root/intel_oneapi_installer/2024.12.29.03.13.00.120
Removal has successfully completed
============================================================
# source /apps/intel/oneapi/setvars.sh
============================================================
:: initializing oneAPI environment ...
-bash: BASH_VERSION = 5.1.8(1)-release
args: Using "$@" for setvars.sh arguments:
:: advisor -- latest
:: ccl -- latest
:: compiler -- latest
:: dal -- latest
:: debugger -- latest
:: dev-utilities -- latest
:: dnnl -- latest
:: dpcpp-ct -- latest
:: dpl -- latest
:: ipp -- latest
:: ippcp -- latest
:: mkl -- latest
:: mpi -- latest
:: pti -- latest
:: tbb -- latest
:: umf -- latest
:: vtune -- latest
:: oneAPI environment initialized ::
============================================================
# icx -V
============================================================
Intel(R) oneAPI DPC++/C++ Compiler for applications running on Intel(R) 64, Version 2025.0.4 Build 20241205
Copyright (C) 1985-2024 Intel Corporation. All rights reserved.
============================================================
# mkdir /apps/modulefiles/intel
============================================================
cd /apps/intel/oneapi
============================================================
# ./modulefiles-setup.sh --output-dir=/apps/modulefiles/intel
============================================================
:: Initializing oneAPI modulefiles folder ...
:: Removing any previous oneAPI modulefiles folder content.
:: WARNING: "/apps/modulefiles/intel" exists and will be deleted.
Okay to proceed with deletion? [yn] y
============================================================
# module avail
============================================================
-------------------- /apps/modulefiles --------------------
intel/advisor/2025.0 intel/compiler-rt/latest intel/dnnl/3.6.1 intel/intel_ipp_intel64/latest intel/tbb/2022.0
intel/advisor/latest intel/compiler/2025.0.4 intel/dnnl/latest intel/intel_ippcp_intel64/2025.0 intel/tbb/latest
intel/ccl/2021.14.0 intel/compiler/latest intel/dpct/2025.0.0 intel/intel_ippcp_intel64/latest intel/umf/0.9.1
intel/ccl/latest intel/debugger/2025.0.0 intel/dpct/latest intel/mkl/2025.0 intel/umf/latest
intel/compiler-intel-llvm/2025.0.4 intel/debugger/latest intel/dpl/2022.7 intel/mkl/latest intel/vtune/2025.0
intel/compiler-intel-llvm/latest intel/dev-utilities/2025.0.0 intel/dpl/latest intel/mpi/2021.14 intel/vtune/latest
intel/compiler-rt/2025.0.4 intel/dev-utilities/latest intel/intel_ipp_intel64/2022.0 intel/mpi/latest
============================================================
# module load intel/compiler/2025.0.4
============================================================
Loading intel/compiler/2025.0.4
Loading requirement: intel/tbb/latest intel/compiler-rt/latest intel/umf/latest
============================================================
# icx -V
============================================================
Intel(R) oneAPI DPC++/C++ Compiler for applications running on Intel(R) 64, Version 2025.0.4 Build 20241205
Copyright (C) 1985-2024 Intel Corporation. All rights reserved.
============================================================
1. 개요 Rocky Linux는 엔터프라이즈 환경에서 사용되는 RHEL(Red Hat Enterprise Linux)과 완전히 호환되는 오픈소스 Linux…
https://youtu.be/XwG4jBWakzQ 1. 개요 Supermicro IPMIView는 Supermicro에서 제공하는 IPMI (Intelligent Platform Management Interface) 기반의 통합 관리…
1. 개요 이 문서는 두 개의 NIC (enp5s0f0, enp5s0f1)를 bonding(active-backup) 방식으로 구성하고, 해당 bond 장치를 브리지(br0) 와 연결하여 KVM 가상머신에서…
1. 개요 KVM에서 NVIDIA GPU를 Passthrough 설정하여 VM에 할당할 때 RmInitAdapter failed 오류를 자주 접하게…
1. 개요 Proxmox에서 pGPU(Physical GPU)와 vGPU(Virtual GPU)를 동일한 서버에서 동시에 사용하는 방법을 정리합니다. 2. 버전…
1. 개요 Proxmox에서 vGPU를 설정하는 방법을 정리합니다. 2. 버전 Proxmox 8.2 3. vGPU란? vGPU(Virtual GPU)는…