Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.14 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.14 KB

PLSSVM-Spack

This repository contains the Spack package for the Parallel Least Squares Support Vector Machine -- PLSSVM

Modifications

  • new package for fast_float
  • new package for igor
  • pocl: additional version
  • dpcpp: TODO
  • fmt: TODO

Additions and changes might eventually be submitted to the main spack repository! For now, this repo allows me to rapidly experiment with different builds on different machines until I get to the point where all PLSSVM features and relevant versions are working on the intended target platforms.

Repo installation:

# spack install
git clone --depth=100 --branch=releases/v0.21.2 https://github.com/spack/spack.git /path/to/spack
cd /path/to/spack
. share/spack/setup-env.sh
# spack repo install
git clone [email protected]:vancraar/PLSSVM-spack.git /path/to/plssvm-spack
spack repo add /path/to/plssvm-spack
# use system packages
spack compiler find # search currently loaded compilers
spack external find cuda # replace cuda by desired packages or leave blank
# Check package availability and its variants:
spack info plssvm