mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-19 12:32:40 +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>>
|
||||
|
||||
#ifdef HAVE_OPENMP
|
||||
#pragma omp parallel
|
||||
#pragma omp parallel if (point_num > 16)
|
||||
#endif
|
||||
{
|
||||
qmckl_exit_code rc;
|
||||
|
Loading…
Reference in New Issue
Block a user