mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 20:36:01 +01:00
Openmp in AOs if more than 16 points to compute
This commit is contained in:
parent
3e2ea5f2ca
commit
99fb6269a5
@ -6513,7 +6513,7 @@ qmckl_compute_ao_vgl_hpc_gaussian (
|
|||||||
<<ao_value_constants>>
|
<<ao_value_constants>>
|
||||||
|
|
||||||
#ifdef HAVE_OPENMP
|
#ifdef HAVE_OPENMP
|
||||||
#pragma omp parallel
|
#pragma omp parallel if (point_num > 16)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
qmckl_exit_code rc;
|
qmckl_exit_code rc;
|
||||||
|
Loading…
Reference in New Issue
Block a user