mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 20:36:01 +01:00
Fix CI
This commit is contained in:
parent
88e8404b2a
commit
9cef7048d3
@ -1116,8 +1116,6 @@ qmckl_exit_code qmckl_finalize_jastrow(qmckl_context context) {
|
|||||||
/* Decide if the Jastrow if offloaded on GPU or not */
|
/* 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))
|
#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;
|
ctx->jastrow.gpu_offload = true; // ctx->electron.num > 100;
|
||||||
#else
|
|
||||||
ctx->jastrow.gpu_offload = false;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
qmckl_exit_code rc = QMCKL_SUCCESS;
|
qmckl_exit_code rc = QMCKL_SUCCESS;
|
||||||
|
Loading…
Reference in New Issue
Block a user