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 14, 2020 by Adrià Quintanas Corominas's avatar Adrià Quintanas Corominas
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 6025e119
...@@ -24,7 +24,7 @@ MicroPP compilation ...@@ -24,7 +24,7 @@ MicroPP compilation
**MicroPP-CPU** **MicroPP-CPU**
1)` mkdir build-cpu` 1) `mkdir build-cpu`
2) `cd build-cpu` 2) `cd build-cpu`
3) `ccmake ../` 3) `ccmake ../`
4) Type `c`, activate the flags: `OPEN_MPI`, 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: `OPEN_MPI`, copy the folder path into `CMAKE_INSTALL_PREFIX`, and finally, type `c` and `g` to proceed with the configure.
......
Clone repository
  • Home