Skip to content

Commit

Permalink
Fix conventions suppression for cp_fm_gemm
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Sep 13, 2022
1 parent 594a1fd commit 4ddb46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/conventions/conventions.supp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ cp_files.F: Found CLOSE statement in procedure "close_file"
cp_files.F: Found OPEN statement in procedure "open_file"
cp_fm_basic_linalg.F: Found CALL cp_fm_gemm in procedure "cp_complex_fm_gemm"
cp_fm_diag.F: Found CALL cp_fm_gemm in procedure "cp_fm_geeig_canon"
cp_gemm_interface.F: Found CALL cp_fm_gemm in procedure "cp_gemm"
cp_lbfgs.F: Found WRITE statement with hardcoded unit in "active"
cp_lbfgs.F: Found WRITE statement with hardcoded unit in "cauchy"
cp_lbfgs.F: Found WRITE statement with hardcoded unit in "freev"
Expand Down Expand Up @@ -125,6 +124,7 @@ message_passing.fypp: Type mismatch between actual argument at (1) and actual ar
mltfftsg_tools.F: Found WRITE statement with hardcoded unit in "ctrig"
mode_selective.F: Found READ with unchecked STAT in "bfgs_guess"
pao_param_exp.F: Found lossy conversion real_4_r8 without KIND argument in "zheevd_wrapper"
parallel_gemm_api.F: Found CALL cp_fm_gemm in procedure "parallel_gemm"
parallel_rng_types_unittest.F: Found WRITE statement with hardcoded unit in "dump_reload_check"
parallel_rng_types_unittest.F: Found WRITE statement with hardcoded unit in "parallel_rng_types_test"
parallel_rng_types_unittest.F: Found WRITE statement with hardcoded unit in "shuffle_check"
Expand Down

0 comments on commit 4ddb46c

Please sign in to comment.