Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • E ear_learning
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • 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
  • EAR_teamEAR_team
  • ear_learning
  • Wiki
  • 1 ˗ Kernels compile

1 ˗ Kernels compile · Changes

Page history
Misspelling fixes. authored May 28, 2019 by xgomez's avatar xgomez
Hide whitespace changes
Inline Side-by-side
1-˗-Kernels-compile.md
View page @ b789ea4a
......@@ -15,9 +15,9 @@ export CORES_PER_SOCKET=14
Kernel compilation
------------------
Execute the script `script/learning/kernels_compile.sh` in your compiling node and the kernels will be saved in the `bin` folder in the root of this package. If something goes wrong, you can surf in `kernels` folder and edit the make files to switch the `mpiifort` compiler or any other option for your own, because the compiling script it does nothing but call that make commands.
Execute the script `script/learning/kernels_compile.sh` in your compiling node and the kernels will be saved in the `bin` folder in the root of this package. If something goes wrong, you can surf in `kernels` folder and edit the make files to replace the `mpiifort` compiler or any other option by your own, because the compiling script it does nothing but calling that make commands.
You can also compile one by one manually. In that case, open the script `scripts/learning/helpers/kernels_executor.sh` and look at the function `learning()`. Here you will find all the paths and compile instructions (make) and install (move) for each kernel when `$BENCH_MODE` variable is set to `compile`.
You can also compile one them by one manually. In that case, open the script `scripts/learning/helpers/kernels_executor.sh` and look at the function `learning()`. Here you will find all the paths and compile instructions (make) and install (move) for each kernel when `$BENCH_MODE` variable is set to `compile`.
Additional kernel information
-----------------------------
......
Clone repository
  • 1 ˗ Kernels compile
  • 2 ˗ Nodes lists guidelines
  • 3 ˗ Kernels test
  • 4 ˗ Kernels launch
  • 5 ˗ Coefficients compute
  • Home