mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Exclude PEXSI with GCC 15 always
This commit is contained in:
parent
ed85b1d719
commit
23d6dbe1c2
1 changed files with 2 additions and 2 deletions
|
|
@ -1031,8 +1031,8 @@ if [[ ! -d "${SPACK_BUILD_PATH}" ]]; then
|
|||
sed -E -e "s/gcc@10:/gcc@${GCC_VERSION}/" -i "${CP2K_CONFIG_FILE}"
|
||||
fi
|
||||
|
||||
# Disable PEXSI because of an issue with SuperLU using recent GCC versions
|
||||
if ((CUDA_SM_CODE > 0)) || ([[ "${GCC_VERSION}" == "auto" ]] && ((GCC_VERSION_NEWEST > 14))); then
|
||||
# Disable PEXSI because of an issue with SuperLU using GCC version 15
|
||||
if ((CUDA_SM_CODE > 0)) || ((GCC_VERSION_NEWEST > 14)); then
|
||||
sed -E -e '/\s*-\s+"pexsi@/ s/^ /#/' -i "${CP2K_CONFIG_FILE}"
|
||||
echo "INFO: PEXSI has been disabled because CUDA or GCC 15 is used"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue