From 4ded39470b5b7c2b64084afa6be74bc55de7f021 Mon Sep 17 00:00:00 2001 From: Kevin Gasperich Date: Mon, 10 Feb 2020 15:29:58 -0600 Subject: [PATCH] parameters are not variables (openmp data-sharing) --- src/hartree_fock/fock_matrix_hf_complex.irp.f | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hartree_fock/fock_matrix_hf_complex.irp.f b/src/hartree_fock/fock_matrix_hf_complex.irp.f index d4b3194d..3dea06fe 100644 --- a/src/hartree_fock/fock_matrix_hf_complex.irp.f +++ b/src/hartree_fock/fock_matrix_hf_complex.irp.f @@ -33,7 +33,7 @@ !$OMP n_elements,ao_two_e_integral_alpha_tmp,ao_two_e_integral_beta_tmp, & !$OMP c0,key1)& !$OMP SHARED(ao_num,SCF_density_matrix_ao_alpha_complex, & - !$OMP SCF_density_matrix_ao_beta_complex,i_sign, & + !$OMP SCF_density_matrix_ao_beta_complex, & !$OMP ao_integrals_map, ao_two_e_integral_alpha_complex, ao_two_e_integral_beta_complex) call get_cache_map_n_elements_max(ao_integrals_map,n_elements_max) @@ -116,7 +116,7 @@ !$OMP n_elements,ao_two_e_integral_alpha_tmp,ao_two_e_integral_beta_tmp, & !$OMP c0,key1)& !$OMP SHARED(ao_num,SCF_density_matrix_ao_alpha_complex, & - !$OMP SCF_density_matrix_ao_beta_complex,i_sign, & + !$OMP SCF_density_matrix_ao_beta_complex, & !$OMP ao_integrals_map_2, ao_two_e_integral_alpha_complex, ao_two_e_integral_beta_complex) call get_cache_map_n_elements_max(ao_integrals_map_2,n_elements_max)