Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
D DKS
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Uldis Locans
  • DKS
  • Wiki
  • Home

Home · Changes

Page history
uldis_l created page: home authored Nov 24, 2016 by Uldis Locans's avatar Uldis Locans
Show whitespace changes
Inline Side-by-side
Showing with 4 additions and 0 deletions
+4 -0
  • home.md home.md +4 -0
  • No files found.
home.md
View page @ 3a6f7ac6
...@@ -5,15 +5,19 @@ The Dynamic Kernel Scheduler (DKS) is a slim software layer between the host app ...@@ -5,15 +5,19 @@ The Dynamic Kernel Scheduler (DKS) is a slim software layer between the host app
**DKS instalation** **DKS instalation**
#clone DKS #clone DKS
git clone git@gitlab.psi.ch:uldis_l/DKS.git DKS git clone git@gitlab.psi.ch:uldis_l/DKS.git DKS
#switch to the latest release branch #switch to the latest release branch
git checkout dks-1.0.0-branch git checkout dks-1.0.0-branch
#configure installation in build directory #configure installation in build directory
CXX=<c++ compiler> CC=<c compiler> -DCMAKE_INSTALL_PREFIX=<install dir> <path to DKS source> CXX=<c++ compiler> CC=<c compiler> -DCMAKE_INSTALL_PREFIX=<install dir> <path to DKS source>
#install DKS #install DKS
make make
make install make install
......
Clone repository
  • autotuning
  • build dks
    • dks 1.0.2
    • dks 1.1.2
  • dks modules
    • DKSBase
    • dksfft
    • dksmusrfit
    • dksopal
    • dkspet
  • extend dks
  • Home