Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • M micropp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 125
    • Issues 125
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alyaalya
  • liblib
  • micropp
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Aug 25, 2020 by Adrià Quintanas Corominas's avatar Adrià Quintanas Corominas
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 03db744c
......@@ -18,7 +18,7 @@ MicroPP compilation
1) `mkdir build-gpu`
2) `cd build-gpu`
3) `ccmake ../`
4) Type `c`, activate the flags: `ENABLE CUDA, OPEN_ACC, OPENMP`, copy the folder path into `CMAKE_INSTALL_PREFIX`, and finally, type `c` and `g` to proceed with the configure.
4) Type `c`, activate the flags: `ENABLE CUDA, ENABLE_OPEN_ACC, ENABLE_OPENMP`, copy the folder path into `CMAKE_INSTALL_PREFIX`, and finally, type `c` and `g` to proceed with the configure.
5) `make`
......@@ -27,7 +27,7 @@ MicroPP compilation
1) `mkdir build-cpu`
2) `cd build-cpu`
3) `ccmake ../`
4) Type `c`, activate the flags: `OPENMP`, copy the folder path into `CMAKE_INSTALL_PREFIX`, and finally, type `c` and `g` to proceed with the configure.
4) Type `c`, activate the flags: `ENABLE_OPENMP`, copy the folder path into `CMAKE_INSTALL_PREFIX`, and finally, type `c` and `g` to proceed with the configure.
5) `make`
......
Clone repository
  • Home