https://github.com/hfp/xconfigure
High-Performance configuration patterns and recipes.
https://github.com/hfp/xconfigure
build compile configure cp2k elpa hpc-applications intel libint libxc libxsmm package-manager quantum-espresso recipe
Last synced: 17 days ago
JSON representation
High-Performance configuration patterns and recipes.
- Host: GitHub
- URL: https://github.com/hfp/xconfigure
- Owner: hfp
- License: bsd-3-clause
- Created: 2016-11-29T08:45:42.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T11:12:58.000Z (21 days ago)
- Last Synced: 2025-04-11T12:54:16.096Z (20 days ago)
- Topics: build, compile, configure, cp2k, elpa, hpc-applications, intel, libint, libxc, libxsmm, package-manager, quantum-espresso, recipe
- Language: Shell
- Homepage:
- Size: 14.9 MB
- Stars: 45
- Watchers: 12
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# XCONFIGURE
XCONFIGURE is a collection of configure wrapper scripts for various HPC applications. The purpose of the scripts is to configure the application in question to make use of Intel's software development tools (Intel Compiler, Intel MPI, Intel MKL). XCONFIGURE helps to rely on a "build recipe", which is known to expose the highest performance or to reliably complete the build process.
> [Contributions](CONTRIBUTING.md#contributing) are very welcome!
Each application (or library) is hosted in a separate directory. To configure (and ultimately build) an application, one can rely on a single script which then downloads a specific wrapper into the current working directory (of the desired application).
```bash
wget --no-check-certificate https://github.com/hfp/xconfigure/raw/main/configure-get.sh
chmod +x configure-get.shecho "EXAMPLE: recipe for LIBXC"
./configure-get.sh libxc hsw
```On systems without access to the Internet, one can [download](https://github.com/hfp/xconfigure/archive/master.zip) (or clone) the entire collection upfront. To configure an application, please open the [config](https://github.com/hfp/xconfigure/tree/master/config) folder directly or use the [documentation](https://xconfigure.readthedocs.io/) and then follow the build recipe of the desired application or library.
## Documentation
* [**ReadtheDocs**](https://xconfigure.readthedocs.io/): online documentation with full text search: [CP2K](https://github.com/hfp/xconfigure/tree/master/config/cp2k), [ELPA](https://github.com/hfp/xconfigure/tree/master/config/elpa), [LIBINT](https://github.com/hfp/xconfigure/tree/master/config/libint), [LIBXC](https://github.com/hfp/xconfigure/tree/master/config/libxc), and [LIBXSMM](https://github.com/hfp/xconfigure/tree/master/config/libxsmm).
* [**PDF**](https://github.com/hfp/xconfigure/raw/main/xconfigure.pdf): a single documentation file.## Related Projects
* Spack Package Manager: [http://computation.llnl.gov/projects/spack-hpc-package-manager](http://computation.llnl.gov/projects/spack-hpc-package-manager)
* EasyBuild / EasyConfig (University of Gent): [https://github.com/easybuilders](https://github.com/easybuilders)Please note that XCONFIGURE has a narrower scope when compared to the above package managers.