When using SOL on X86 CPUs we strongly recommend to set the following OMP env vars.
export OMP_PROC_BIND=TRUE export OMP_NUM_THREADS=$(lscpu -b -p=Core,Socket | grep -v '^#' | sort -u | wc -l)