1, I deleted the deal.ii and tried to install it once again yesterday. I was sorry I could not remember what the error message exactly was. But, I succeeded on my second try when I removed Intel compiler from my environment variables. I commented out these two lines in my .bashrc file.
source /opt/intel/oneapi/setvars.sh intel64 --force
source /opt/intel/oneapi/vtune/2022.4.0/apsvars.sh
2, yes, I just followed the 'linux--debug-intel-oneapi', maybe I made some wrong configuration.
3, I installed the Intel
oneAPI suite for another project. It used the Base and HPC toolkit.
when I run the command( after ' cmake -DDEAL_II_DIR=/mypath . ') in step-* directories with intel compilers on, error message shows again. It seems like that there are some crashes between deal.ii and Intel (in my humble opinion).
Meng