1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-17 16:33:59 +02:00
This commit is contained in:
Anthony Scemama 2022-04-06 17:10:23 +02:00
parent 88e8404b2a
commit 9cef7048d3

View File

@ -1116,8 +1116,6 @@ qmckl_exit_code qmckl_finalize_jastrow(qmckl_context context) {
/* Decide if the Jastrow if offloaded on GPU or not */
#if defined(HAVE_HPC) && (defined(HAVE_CUBLAS_OFFLOAD) || defined(HAVE_OPENACC_OFFLOAD) || defined(HAVE_OPENMP_OFFLOAD))
ctx->jastrow.gpu_offload = true; // ctx->electron.num > 100;
#else
ctx->jastrow.gpu_offload = false;
#endif
qmckl_exit_code rc = QMCKL_SUCCESS;