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
  • 2 ˗ Nodes lists guidelines

2 ˗ Nodes lists guidelines · Changes

Page history
Corrected learning phase guide. authored May 30, 2019 by xgomez's avatar xgomez
Hide whitespace changes
Inline Side-by-side
2-˗-Nodes-lists-guidelines.md
View page @ a4500a1b
Making a list of nodes
----------------------
To launch the test, perform the learning phase and compute the coefficients, you will have to write a lists of nodes. A node list is just a text file with a hostname per line. For example
To launch the test, perform the learning phase and compute the coefficients, you will have to write a lists of nodes. A node list is just a text file with a hostname per line. For example:
```
node0001
......@@ -8,6 +8,13 @@ node0002
node0003
```
You can write 1 or N lists of nodes, depending on your plan or your cluster. For example, if the super computer have 5 islands of 500 nodes, you can perform the learning phase in just 40 nodes per island or in all nodes in all islands. The EAR team recommendation is to select a bunch of nodes of each of the total N island and write N lists of a small set of nodes.
Depending on your `ear.conf` configuration, having N number of islands, write N nodes lists with a bunch of nodes to perform the learning phase. It is not necessary to launch the learning phase in all nodes of your island, just a small percentage will be enough:
```
# ls
nodes.island1.txt
nodes.island2.txt
nodes.island3.txt
```
Continue the learning phase following the [next section](3-˗-Kernels-test).
\ No newline at end of file
Clone repository
  • 1 ˗ Kernels compile
  • 2 ˗ Nodes lists guidelines
  • 3 ˗ Kernels test
  • 4 ˗ Kernels launch
  • 5 ˗ Coefficients compute
  • Home