ucx icon indicating copy to clipboard operation
ucx copied to clipboard

BUILD/CONFIG: Build with Intel Compiler

Open tvegas1 opened this issue 9 months ago • 0 comments

What

Build UCX with Intel ICC/ICX compilers.

Why ?

Basic Intel compiler support.

How ?

Relax needed options, for Intel compiler only.

Tested

Build tested only with configure-devel and configure-release.

icc -V
Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.4.196 Build 20170411
icx -V
Intel(R) C Compiler for applications running on Intel(R) 64, Version 2021.1 NextGen Beta Build 20200304
./autogen.sh; CXX=icpc CC=icc ./contrib/configure-devel
./autogen.sh; CXX=icpx CC=icx ./contrib/configure-devel

tvegas1 avatar May 22 '24 11:05 tvegas1