cuda zion test fix

This commit is contained in:
Paul Kent 2021-02-10 13:24:55 -05:00
parent e27aa87549
commit 6673007829
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ qmcpack_manual.pdf
/build_*/
docs/_build
nexus/tests/unit/*output
tests/solids/NiO_a4_e48_pp/NiO-fcc-supertwist111-supershift000-S1.h5

View File

@ -1,7 +1,7 @@
# Q.E. reference
# LIST(APPEND DET_GRAPHENE_Z10_SCALARS "ionion" "14.002118125 0.000001")
IF(QMC_MIXED_PRECISION)
IF(QMC_MIXED_PRECISION AND NOT QMC_CUDA)
LIST(APPEND DET_GRAPHENE_Z10_SCALARS "ionion" "14.00170492 0.000005")
ELSE()
LIST(APPEND DET_GRAPHENE_Z10_SCALARS "ionion" "14.00211652 0.000001")
@ -19,7 +19,7 @@ ENDIF()
# Q.E. References
# LIST(APPEND DET_GRAPHENE_Z30_SCALARS "ionion" "81.60597872 0.000001")
IF(QMC_MIXED_PRECISION)
IF(QMC_MIXED_PRECISION AND NOT QMC_CUDA)
LIST(APPEND DET_GRAPHENE_Z30_SCALARS "ionion" "81.60540019 0.00002")
ELSE()
LIST(APPEND DET_GRAPHENE_Z30_SCALARS "ionion" "81.60576396 0.000001")