ohpc
ohpc copied to clipboard
OpenHPC Integration, Packaging, and Test Repo
Python2 support has been removed in OpenSUSE 15.4. It is deprecated in RHEL. It would be a good idea to remove all existing package dependencies to Python2 and file issues...
I've just found out that the development of warewulf is now moved to a different repository [ctrliq/warewulf](https://github.com/ctrliq/warewulf). Probably the core OHPC team is already aware of it, but I thought...
I could not use pkg-config to find compiler opts when compile hpl. I found PKG_CONFIG_PATH is miss in the module file for openblas.
Use of $RPM_SOURCE_DIR or %{_sourcedir} is now treated as an error by rpmlint. Red Hat has codified it as an error: "Packages which use files itemized as Source# files, must...
This PR adds version 5.2.0 of LIKWID with Intel IcelakeSP and AMD Zen3 support. The spec file was updated to work also for aarch64 builds.
issue #1335 Signed-off-by: xiexianbin
This PR introduces a recipe for integrating Bright Cluster Manager 9.0/SLURM/CentOS 8 clusters with OpenHPC. The recipe is mainly based off the existing xCAT/Warewulf recipes with modifications to make it...
In OpenHPC v2.0, you can do: ``` srun --mpi=pmix_v3 ``` and it just works. Turns out `pmix-ohpc` is listed as a dependency for slurm: ``` rpm -q --whatrequires pmix-ohpc slurm-ohpc-20.02.5-13.1.ohpc.2.0.x86_64...
The test suite currently decides which test to enable based on the user running `configure`; that is convenient, but can pose problems on file ownership if run back to back...