Details
I try to install abacus (the latest version: v3.5.4) with DCU on Sugon platform with below commands:
module purge
module load compiler/rocm/dtk-22.10
module load compiler/devtoolset/7.3.1
module load compiler/cmake/3.17.2
module load mpi/hpcx/2.6.0/gcc-7.3.1
lib_path=/public/home/abacus/libs #the path of fftw,openblas和scalapack
test -d build-dcu || mkdir build-dcu
CC=clang CXX=clang++ cmake -B build-dcu -DUSE_OPENMP=OFF -DENABLE_LCAO=OFF -DFFTW3_DIR=${lib_path}/fftw-3.3.10/install -DLAPACK_DIR=${lib_path}/OpenBLAS_install/lib -DSCALAPACK_DIR=${lib_path}/scalapack-2.2.0 -DUSE_ROCM=ON -DCOMMIT_INFO=OFF
cd ./build-dcu
make
cd ..
But it is failed, and I get the error message:

Task list for Issue attackers (only for developers)