This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:195 [2020/07/25 17:34] hmeij07 [Summary] |
cluster:195 [2020/07/25 18:09] (current) hmeij07 [Summary] |
||
---|---|---|---|
Line 19: | Line 19: | ||
... | ... | ||
# From lammps developer... | # From lammps developer... | ||
- | # Try switching to the ondemand | + | # Try switching to the performance |
/ | / | ||
Line 26: | Line 26: | ||
[cpu] | [cpu] | ||
- | governor=ondemand | + | governor=performance |
- | $ tuned-adm profile | + | $ tuned-adm profile |
</ | </ | ||
Line 212: | Line 212: | ||
^ ^ greentail52 | ^ ^ greentail52 | ||
- | | no mpirun | + | | no mpirun |
- | | mpirun -n 1 | 7:29 | 11:33 | 0: | + | | mpirun -n 1 | 7:29 | 11:33 | 0: |
- | | mpirun -n 2 | 3:57 | 6:02 | 0: | + | | mpirun -n 2 | 3:57 | 6:02 | 0: |
- | | mpirun -n 4 | 2:16 | 3:44 | 0: | + | | mpirun -n 4 | 2:16 | 3:44 | 0: |
| mpirun -n 8 | 1:21 | 2:15 | 0: | | mpirun -n 8 | 1:21 | 2:15 | 0: | ||
| mpirun -n 12 | | | 0: | | mpirun -n 12 | | | 0: | ||
Line 224: | Line 224: | ||
The "" | The "" | ||
+ | Going with the short version, comment out all other options. We can enable when needed. | ||
< | < | ||
+ | # original | ||
+ | [main] | ||
+ | include=throughput-performance | ||
+ | |||
+ | [cpu] | ||
+ | governor=performance | ||
+ | |||
# current files | # current files |