Skip to content

Commit

Permalink
Fix conventions, slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick Stein authored and fstein93 committed Mar 17, 2023
1 parent b27f10c commit 0165da4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/SLOW_TESTS_SUPPRESSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ QS/regtest-sccs-1/H2O_sccs_td_cd5_fg.inp
QS/regtest-sccs-3/H2O_sccs_td_cd5_geo_opt.inp
QS/regtest-sccs-2/H2O_sccs_otdiis_cd5.inp
QS/regtest-lsroks/ch2o_rs.inp
QS/regtest-rtp-5/H2O-wfn-mix-dens-pulse-1.inp

#EOF
4 changes: 4 additions & 0 deletions tools/conventions/conventions.supp
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ farming_methods.F: Found CLOSE statement in procedure "farming_parse_input" http
farming_methods.F: Found OPEN statement in procedure "farming_parse_input" https://cp2k.org/conv#c203
farming_types.F: Found type farming_env_type without initializer https://cp2k.org/conv#c016
farming_types.F: Found type job_type without initializer https://cp2k.org/conv#c016
fftw3_lib.F: 'dim_istride' is used uninitialized [-Wuninitialized]
fftw3_lib.F: 'dim_n' is used uninitialized [-Wuninitialized]
fftw3_lib.F: 'dim_ostride' is used uninitialized [-Wuninitialized]
fftw3_lib.F: Same actual argument associated with INTENT(OUT) argument 'in' and INTENT(OUT) argument 'out' at (1)
fft_plan.F: Found type fft_plan_type without initializer https://cp2k.org/conv#c016
fft_tools.F: Found type fft_scratch_pool_type without initializer https://cp2k.org/conv#c016
fft_tools.F: Found type fft_scratch_type without initializer https://cp2k.org/conv#c016
Expand Down

0 comments on commit 0165da4

Please sign in to comment.