Skip to content

Commit

Permalink
Remove f77_blas_poison
Browse files Browse the repository at this point in the history
svn-origin-rev: 14698
  • Loading branch information
oschuett committed Nov 18, 2014
1 parent 7299fba commit 79e535f
Show file tree
Hide file tree
Showing 657 changed files with 174 additions and 1,517 deletions.
1 change: 0 additions & 1 deletion src/admm_dm_types.F
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ MODULE admm_dm_types
USE cp_control_types, ONLY: admm_control_type
USE cp_dbcsr_interface, ONLY: cp_dbcsr_release,&
cp_dbcsr_type
USE f77_blas
USE input_constants, ONLY: do_admm_basis_projection,&
do_admm_purify_mcweeny
USE kinds, ONLY: dp
Expand Down
1 change: 0 additions & 1 deletion src/admm_types.F
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ MODULE admm_types
cp_fm_release,&
cp_fm_type
USE cp_para_types, ONLY: cp_para_env_type
USE f77_blas
USE input_constants, ONLY: do_admm_basis_projection,&
do_admm_blocked_projection
USE input_section_types, ONLY: section_vals_release,&
Expand Down
1 change: 0 additions & 1 deletion src/al_system_types.F
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ MODULE al_system_types
USE extended_system_types, ONLY: create_map_info_type,&
map_info_type,&
release_map_info_type
USE f77_blas
USE input_section_types, ONLY: section_vals_type,&
section_vals_val_get
USE kinds, ONLY: dp
Expand Down
1 change: 0 additions & 1 deletion src/almo_scf_methods.F
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ MODULE almo_scf_methods
domain_submatrix_type,&
select_row,&
select_row_col
USE f77_blas
USE input_constants, ONLY: almo_domain_layout_molecular,&
almo_mat_distr_atomic,&
almo_scf_diag
Expand Down
1 change: 0 additions & 1 deletion src/aobasis/ai_angmom.F
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ MODULE ai_angmom

USE ai_derivatives, ONLY: dabdr
USE ai_moments, ONLY: moment
USE f77_blas
USE kinds, ONLY: dp
USE mathconstants, ONLY: pi
USE orbital_pointers, ONLY: coset,&
Expand Down
2 changes: 1 addition & 1 deletion src/aobasis/ai_coulomb.F
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
!> \author Matthias Krack (22.08.2000)
! *****************************************************************************
MODULE ai_coulomb
USE f77_blas

USE gamma, ONLY: fgamma=>fgamma_0
USE kinds, ONLY: dp
USE mathconstants, ONLY: pi
Expand Down
2 changes: 1 addition & 1 deletion src/aobasis/ai_derivatives.F
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
!> - zetp : Reciprocal of the sum of the exponents of orbital a and b.
! *****************************************************************************
MODULE ai_derivatives
USE f77_blas

USE kinds, ONLY: dp
USE orbital_pointers, ONLY: coset,&
ncoset
Expand Down
1 change: 0 additions & 1 deletion src/aobasis/ai_elec_field.F
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
! *****************************************************************************
MODULE ai_elec_field
USE ai_os_rr, ONLY: os_rr_coul
USE f77_blas
USE kinds, ONLY: dp
USE mathconstants, ONLY: pi
USE orbital_pointers, ONLY: coset,&
Expand Down
2 changes: 1 addition & 1 deletion src/aobasis/ai_eri_debug.F
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
!> \author J. Hutter (07.2009)
! *****************************************************************************
MODULE ai_eri_debug
USE f77_blas

USE gamma, ONLY: fgamma_ref
USE kinds, ONLY: dp
USE mathconstants, ONLY: pi
Expand Down
2 changes: 1 addition & 1 deletion src/aobasis/ai_fermi_contact.F
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
!> \author Matthias Krack (08.10.1999)
! *****************************************************************************
MODULE ai_fermi_contact
USE f77_blas

USE kinds, ONLY: dp
USE mathconstants, ONLY: pi
USE orbital_pointers, ONLY: coset,&
Expand Down
1 change: 0 additions & 1 deletion src/aobasis/ai_geminals.F
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
MODULE ai_geminals
USE ai_geminals_utils, ONLY: acoff,&
matv
USE f77_blas
USE gamma, ONLY: fgamma=>fgamma_1
USE kinds, ONLY: dp
USE mathconstants, ONLY: pi
Expand Down
1 change: 0 additions & 1 deletion src/aobasis/ai_geminals_debug.F
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
MODULE ai_geminals_debug
USE ai_geminals_utils, ONLY: acoff,&
matv
USE f77_blas
USE gamma, ONLY: fgamma_ref
USE kinds, ONLY: dp
USE mathconstants, ONLY: pi
Expand Down
2 changes: 1 addition & 1 deletion src/aobasis/ai_geminals_utils.F
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
!> \author Juerg Hutter (07.2009)
! *****************************************************************************
MODULE ai_geminals_utils
USE f77_blas

USE kinds, ONLY: dp
USE mathconstants, ONLY: fac
#include "../common/cp_common_uses.f90"
Expand Down
1 change: 0 additions & 1 deletion src/aobasis/ai_kinetic.F
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
! *****************************************************************************
MODULE ai_kinetic
USE ai_os_rr, ONLY: os_rr_ovlp
USE f77_blas
USE kinds, ONLY: dp
USE mathconstants, ONLY: pi
USE orbital_pointers, ONLY: coset,&
Expand Down
1 change: 0 additions & 1 deletion src/aobasis/ai_onecenter.F
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
MODULE ai_onecenter

USE erf_fn, ONLY: erf
USE f77_blas
USE kinds, ONLY: dp
USE mathconstants, ONLY: dfac,&
fac,&
Expand Down
2 changes: 1 addition & 1 deletion src/aobasis/ai_oneelectron.F
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
!> \author jhu (05.2011)
! *****************************************************************************
MODULE ai_oneelectron
USE f77_blas

USE kinds, ONLY: dp
USE orbital_pointers, ONLY: coset,&
ncoset
Expand Down
2 changes: 1 addition & 1 deletion src/aobasis/ai_os_rr.F
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
!-----------------------------------------------------------------------------!

MODULE ai_os_rr
USE f77_blas

USE gamma, ONLY: fgamma=>fgamma_0
USE kinds, ONLY: dp
USE orbital_pointers, ONLY: coset
Expand Down
1 change: 0 additions & 1 deletion src/aobasis/ai_overlap.F
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
! *****************************************************************************
MODULE ai_overlap
USE ai_os_rr, ONLY: os_rr_ovlp
USE f77_blas
USE kinds, ONLY: dp
USE mathconstants, ONLY: pi
USE orbital_pointers, ONLY: coset,&
Expand Down
2 changes: 1 addition & 1 deletion src/aobasis/ai_overlap3.F
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ MODULE ai_overlap3

! *****************************************************************************

USE f77_blas

USE kinds, ONLY: dp
USE mathconstants, ONLY: pi
USE orbital_pointers, ONLY: coset,&
Expand Down
2 changes: 1 addition & 1 deletion src/aobasis/ai_overlap3_debug.F
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
!> \author Dorothea Golze
! *****************************************************************************
MODULE ai_overlap3_debug
USE f77_blas

USE kinds, ONLY: dp
USE mathconstants, ONLY: pi
#include "../common/cp_common_uses.f90"
Expand Down
2 changes: 1 addition & 1 deletion src/aobasis/ai_overlap_aabb.F
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
!> - zetp : Reciprocal of the sum of the exponents of orbital a and b.
! *****************************************************************************
MODULE ai_overlap_aabb
USE f77_blas

USE kinds, ONLY: dp
USE mathconstants, ONLY: pi
USE orbital_pointers, ONLY: coset,&
Expand Down
2 changes: 1 addition & 1 deletion src/aobasis/ai_overlap_debug.F
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
!> \author Dorothea Golze
! *****************************************************************************
MODULE ai_overlap_debug
USE f77_blas

USE kinds, ONLY: dp
USE mathconstants, ONLY: pi
#include "../common/cp_common_uses.f90"
Expand Down
1 change: 0 additions & 1 deletion src/aobasis/ai_overlap_ppl.F
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
! *****************************************************************************
MODULE ai_overlap_ppl
USE ai_oneelectron, ONLY: os_3center
USE f77_blas
USE kinds, ONLY: dp
USE mathconstants, ONLY: fac,&
pi
Expand Down
1 change: 0 additions & 1 deletion src/aobasis/ai_spin_orbit.F
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
! *****************************************************************************
MODULE ai_spin_orbit
USE ai_os_rr, ONLY: os_rr_coul
USE f77_blas
USE kinds, ONLY: dp
USE mathconstants, ONLY: pi
USE orbital_pointers, ONLY: coset,&
Expand Down
2 changes: 1 addition & 1 deletion src/aobasis/ai_verfc.F
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@


MODULE ai_verfc
USE f77_blas

USE gamma, ONLY: fgamma=>fgamma_0
USE kinds, ONLY: dp
USE mathconstants, ONLY: pi
Expand Down
2 changes: 1 addition & 1 deletion src/aobasis/ao_util.F
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
! *****************************************************************************
MODULE ao_util

USE f77_blas

USE kinds, ONLY: dp,&
dp_size
USE mathconstants, ONLY: &
Expand Down
2 changes: 1 addition & 1 deletion src/aobasis/orbital_pointers.F
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MODULE orbital_pointers
! nsoset: Number of spherical orbitals up to the angular momentum quantum
! number l.

USE f77_blas

USE kinds, ONLY: int_size
USE termination, ONLY: stop_memory,&
stop_program
Expand Down
2 changes: 1 addition & 1 deletion src/aobasis/orbital_symbols.F
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
!> \author Matthias Krack (08.06.2000)
! *****************************************************************************
MODULE orbital_symbols
USE f77_blas

! Index:
! FUNCTION cgf_symbol(n,lxyz) RESULT(symbol)
! FUNCTION sgf_symbol(n,l,m) RESULT(symbol)
Expand Down
2 changes: 1 addition & 1 deletion src/aobasis/orbital_transformation_matrices.F
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
! *****************************************************************************
MODULE orbital_transformation_matrices

USE f77_blas

USE kinds, ONLY: dp,&
dp_size,&
int_size
Expand Down
2 changes: 1 addition & 1 deletion src/aobasis/sto_ng.F
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
!> \author jgh
! *****************************************************************************
MODULE sto_ng
USE f77_blas

USE kinds, ONLY: dp
#include "../common/cp_common_uses.f90"

Expand Down
1 change: 0 additions & 1 deletion src/atom.F
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ MODULE atom
USE atom_pseudo, ONLY: atom_pseudo_opt
USE cp_output_handling, ONLY: cp_print_key_finished_output,&
cp_print_key_unit_nr
USE f77_blas
USE header, ONLY: atom_footer,&
atom_header
USE input_constants, ONLY: atom_basis_run,&
Expand Down
1 change: 0 additions & 1 deletion src/atom_basis.F
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ MODULE atom_basis
get_maxn_occ
USE cp_output_handling, ONLY: cp_print_key_finished_output,&
cp_print_key_unit_nr
USE f77_blas
USE input_constants, ONLY: do_analytic
USE input_section_types, ONLY: section_vals_get,&
section_vals_get_subs_vals,&
Expand Down
1 change: 0 additions & 1 deletion src/atom_electronic_structure.F
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ MODULE atom_electronic_structure
calculate_atom_vxc_lda,&
calculate_atom_vxc_lsd,&
calculate_atom_zmp
USE f77_blas
USE input_constants, ONLY: &
do_analytic, do_dkh0_atom, do_dkh1_atom, do_dkh2_atom, do_dkh3_atom, &
do_dkh4_atom, do_dkh5_atom, do_nonrel_atom, do_numeric, do_rhf_atom, &
Expand Down
1 change: 0 additions & 1 deletion src/atom_energy.F
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ MODULE atom_energy
calculate_atom_zmp
USE cp_output_handling, ONLY: cp_print_key_finished_output,&
cp_print_key_unit_nr
USE f77_blas
USE input_constants, ONLY: do_analytic
USE input_section_types, ONLY: section_vals_get,&
section_vals_get_subs_vals,&
Expand Down
1 change: 0 additions & 1 deletion src/atom_fit.F
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ MODULE atom_fit
get_maxn_occ, integrate_grid
USE cp_files, ONLY: close_file,&
open_file
USE f77_blas
USE input_constants, ONLY: do_analytic
USE input_section_types, ONLY: section_vals_type,&
section_vals_val_get
Expand Down
1 change: 0 additions & 1 deletion src/atom_operators.F
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ MODULE atom_operators
wigner_slater_functional
USE dkh_main, ONLY: dkh_atom_transformation
USE erf_fn, ONLY: erfc
USE f77_blas
USE input_constants, ONLY: &
do_dkh0_atom, do_dkh1_atom, do_dkh2_atom, do_dkh3_atom, do_dkh4_atom, &
do_dkh5_atom, do_nonrel_atom, do_sczoramp_atom, do_zoramp_atom
Expand Down
1 change: 0 additions & 1 deletion src/atom_optimization.F
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
! *****************************************************************************
MODULE atom_optimization
USE atom_types, ONLY: atom_optimization_type
USE f77_blas
USE kinds, ONLY: dp
USE lapack, ONLY: lapack_sgelss
#include "./common/cp_common_uses.f90"
Expand Down
1 change: 0 additions & 1 deletion src/atom_output.F
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ MODULE atom_output
get_maxn_occ
USE cp_files, ONLY: close_file,&
open_file
USE f77_blas
USE input_constants, ONLY: &
do_dkh0_atom, do_dkh1_atom, do_dkh2_atom, do_dkh3_atom, do_dkh4_atom, &
do_dkh5_atom, do_nonrel_atom, do_rhf_atom, do_rks_atom, do_rohf_atom, &
Expand Down
1 change: 0 additions & 1 deletion src/atom_pseudo.F
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ MODULE atom_pseudo
get_maxn_occ
USE cp_output_handling, ONLY: cp_print_key_finished_output,&
cp_print_key_unit_nr
USE f77_blas
USE input_constants, ONLY: do_analytic
USE input_section_types, ONLY: section_vals_get,&
section_vals_get_subs_vals,&
Expand Down
1 change: 0 additions & 1 deletion src/atom_types.F
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ MODULE atom_types
USE cp_parser_types, ONLY: cp_parser_type,&
parser_create,&
parser_release
USE f77_blas
USE input_constants, ONLY: contracted_gto,&
gaussian,&
geometrical_gto,&
Expand Down
1 change: 0 additions & 1 deletion src/atom_utils.F
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ MODULE atom_utils
get_unit_number,&
open_file
USE erf_fn, ONLY: erf
USE f77_blas
USE input_constants, ONLY: do_rhf_atom,&
do_rks_atom,&
do_rohf_atom,&
Expand Down
1 change: 0 additions & 1 deletion src/atomic_charges.F
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
! *****************************************************************************
MODULE atomic_charges
USE atomic_kind_types, ONLY: get_atomic_kind
USE f77_blas
USE kinds, ONLY: dp
USE particle_types, ONLY: particle_type
USE qs_kind_types, ONLY: get_qs_kind,&
Expand Down
1 change: 0 additions & 1 deletion src/atoms_input.F
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ MODULE atoms_input
cp_sll_val_type
USE cp_parser_methods, ONLY: read_float_object
USE cp_units, ONLY: cp_unit_to_cp2k
USE f77_blas
USE input_section_types, ONLY: section_vals_get,&
section_vals_get_subs_vals,&
section_vals_list_get,&
Expand Down
2 changes: 1 addition & 1 deletion src/beta_gamma_psi.F
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
! *****************************************************************************
MODULE beta_gamma_psi
! not tested in the case where dp would stand for single precision
USE f77_blas

USE kinds, ONLY: dp
#include "./common/cp_common_uses.f90"

Expand Down
2 changes: 1 addition & 1 deletion src/block_p_types.F
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
!> \author fxcoudert [2006.12]
! *****************************************************************************
MODULE block_p_types
USE f77_blas

USE kinds, ONLY: dp
#include "./common/cp_common_uses.f90"

Expand Down
1 change: 0 additions & 1 deletion src/bsse.F
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ MODULE bsse
USE cp_subsys_types, ONLY: cp_subsys_get,&
cp_subsys_release,&
cp_subsys_type
USE f77_blas
USE force_env_methods, ONLY: force_env_calc_energy_force
USE force_env_types, ONLY: force_env_get,&
force_env_release,&
Expand Down
1 change: 0 additions & 1 deletion src/cell_methods.F
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ MODULE cell_methods
parser_release
USE cp_units, ONLY: cp_unit_from_cp2k,&
cp_unit_to_cp2k
USE f77_blas
USE input_constants, ONLY: do_cell_cp2k,&
do_cell_xsc
USE input_cp2k_subsys, ONLY: create_cell_section
Expand Down
Loading

0 comments on commit 79e535f

Please sign in to comment.