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 @ bcd45cb3
......@@ -6,8 +6,8 @@ Load modules according to the machine
---
**Power 9**
1) module purge
2) load module bsc/commands pgi/20.4.1 openmpi/4.0.4 cuda/10.1 cmake
1) `module purge`
2) `load module bsc/commands pgi/20.4.1 openmpi/4.0.4 cuda/10.1 cmake/3.11`
MicroPP compilation
......@@ -15,11 +15,11 @@ MicroPP compilation
**MicroPP - GPU**
1) mkdir build-gpu
2) cd build-gpu
3) ccmake ../
1) `mkdir build-gpu`
2) `cd build-gpu`
3) `ccmake ../`
4) Type `c`, activate the flags: `ENABLE CUDA, OPEN_ACC, OPEN_MPI`, copy the folder path into `CMAKE_INSTALL_PREFIX`, and finally, type `c` and `g` to proceed with the configure.
5) make
5) `make`
**MicroPP-CPU**
......
Clone repository
  • Home