From 967e10e317c76006d38c461a4338975f53f985cc Mon Sep 17 00:00:00 2001 From: easybuild <you@example.com> Date: Tue, 13 Jun 2023 13:30:03 +0200 Subject: [PATCH] Tue, 13 Jun 2023 13:30:03 +0200 --- karolina.csv | 1 + karolina.md | 1 + 2 files changed, 2 insertions(+) diff --git a/karolina.csv b/karolina.csv index f9c7c531..566dae48 100644 --- a/karolina.csv +++ b/karolina.csv @@ -15,6 +15,7 @@ AMD-uProf/4.0.341,1 Anaconda3/2021.05,1 Anaconda3/2021.11,1 Anaconda3/2022.05,1 +ANN/1.1.2-GCC-12.2.0,1 ANSYS/19.5-intel-2020b-alamerini,1 ANSYS/20.1-intel-2017c,1 ANSYS/2022R2-intel-2022a,1 diff --git a/karolina.md b/karolina.md index 64a2ce45..27e88f04 100644 --- a/karolina.md +++ b/karolina.md @@ -261,6 +261,7 @@ | Module | Description | | ------ | ----------- | | [ACTC](https://sourceforge.net/projects/actc) | ACTC converts independent triangles into triangle strips or fans. | +| [ANN](https://www.cs.umd.edu/~mount/ANN/) | ANN is a library written in C++, which supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions. | | [Brotli](https://github.com/google/brotli) | Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. The specification of the Brotli Compressed Data Format is defined in RFC 7932. | | [c-ares](https://c-ares.haxx.se) | c-ares is a C library for asynchronous DNS requests (including name resolves) | | [Check](https://libcheck.github.io/check/) | Check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so both assertion failures and code errors that cause segmentation faults or other signals can be caught. Test results are reportable in the following: Subunit, TAP, XML, and a generic logging format. | -- GitLab