1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-26 15:12:24 +02:00

Openmp in AOs if more than 16 points to compute

This commit is contained in:
Anthony Scemama 2022-10-13 11:53:49 +02:00
parent 3e2ea5f2ca
commit 99fb6269a5

View File

@ -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;