From 54221bd9808e03f9d7c85006f8ea3efd07eea66f Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Fri, 24 Feb 2023 09:26:34 +0100 Subject: [PATCH] for now we need to disable * codee needs to resubmit this entry Signed-off-by: Toshaan Bharvani --- content/ready/codee.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/content/ready/codee.md b/content/ready/codee.md index 7e4f41f..4ac44aa 100644 --- a/content/ready/codee.md +++ b/content/ready/codee.md @@ -7,14 +7,20 @@ link: https://www.codee.com tags: - software - static code analyzer - - programming - - performance - - C++ + - programming + - performance + - C++ - Fortran -date: 2017-10-26 -draft: false +date: 2023-02-24 +draft: true --- -Codee is a software development tool that provides automated code inspection specifically designed to improve the performance of C/C++/Fortran applications. It provides a systematic predictable approach to optimize C/C++/Fortran source code for the target environment. The tool scans the C/C++/Fortran source code without executing it, and produces a report for the developer indicating the issue, its location, why it penalizes performance, and how to fix it in order to make the code run faster. It is designed to interoperate with CI/CD systems. +Codee is a software development tool that provides automated code inspection specifically designed to improve the performance of C/C++/Fortran applications. +It provides a systematic predictable approach to optimize C/C++/Fortran source code for the target environment. +The tool scans the C/C++/Fortran source code without executing it, and produces a report for the developer indicating the issue, +its location, why it penalizes performance, and how to fix it in order to make the code run faster. +It is designed to interoperate with CI/CD systems. -Codee provides a performance optimization report with human-readable actionable items: opportunities, recommendations, defects and remarks. It annotates CPU and GPU codes with OpenMP, OpenACC and compiler-specific directives. It also detects defects in these directives, enabling the early detection of race conditions and data movement issues. +Codee provides a performance optimization report with human-readable actionable items : opportunities, recommendations, defects and remarks. +It annotates CPU and GPU codes with OpenMP, OpenACC and compiler-specific directives. +It also detects defects in these directives, enabling the early detection of race conditions and data movement issues.