mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Do not enforce the use of externals with CUDA any longer
This commit is contained in:
parent
db655840ef
commit
dca1a64c47
1 changed files with 0 additions and 5 deletions
|
|
@ -408,11 +408,6 @@ while [[ $# -gt 0 ]]; do
|
|||
${EXIT_CMD} 1
|
||||
;;
|
||||
esac
|
||||
if ((CUDA_SM_CODE > 0)); then
|
||||
# Currently needed
|
||||
USE_EXTERNALS="yes"
|
||||
echo "INFO: The use of externals (-ue flag) is currently enforced with CUDA"
|
||||
fi
|
||||
else
|
||||
echo -e "\nERROR: No argument found for flag \"${1}\" (choose <CUDA SM code>, P100, V100, T400, A100, A40, H100, H200, GH200 or none)\n"
|
||||
${EXIT_CMD} 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue