-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #540 from odidev/mopac
Add Jemalloc and MOPAC files
- Loading branch information
Showing
2 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Jemalloc | ||
category: Data-format | ||
description: Jemalloc is a highly efficient memory allocator tailored for concurrent applications. It reduces memory fragmentation and enhances scalability, making it ideal for multi-threaded environments and improving performance in databases and web servers. | ||
download_url: https://github.com/jemalloc/jemalloc/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 3.4.0 | ||
release_date: 2015/04/18 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://jemalloc.net/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: https://community.arm.com/arm-community-blogs/b/infrastructure-solutions-blog/posts/improve-clickhouse-performance-up-to-26-by-using-aws-graviton3 | ||
partner_content: | ||
official_docs: https://github.com/jemalloc/jemalloc/blob/dev/INSTALL.md | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: https://github.com/jemalloc/jemalloc/releases/tag/3.4.0 | ||
release_notes__recommended_minimum: | ||
other_info: | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: MOPAC (Molecular Orbital PACkage) | ||
category: HPC | ||
description: MOPAC (Molecular Orbital PACkage) is a computational chemistry tool for semi-empirical quantum calculations, enabling efficient modeling of molecular structures, reactions, and properties for both research and industrial use. | ||
download_url: https://github.com/openmopac/mopac/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 22.0.4 | ||
release_date: 2022/07/08 | ||
|
||
|
||
optional_info: | ||
homepage_url: http://openmopac.net/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://github.com/openmopac/mopac?tab=readme-ov-file#cmake | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: Linux/ARM64 release notes are not available. Installation and testing are done using tar archive [22.0.4](https://github.com/openmopac/mopac/releases/tag/v22.0.4). | ||
|
||
--- |