Skip to content

Commit

Permalink
rc: don't load live module by default
Browse files Browse the repository at this point in the history
As discussed in flux-framework#638, the live module
- cannot function without pgm event distribution (default: off)
- cannot improve reliability without higher level "shrink" operation
Therefore, let's disable it by default.
  • Loading branch information
garlick committed Apr 12, 2016
1 parent 44fd297 commit 8545943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/rc1
Expand Up @@ -7,7 +7,7 @@ flux module load -r 0 content-sqlite
flux module load -r 0 kvs
flux module load -r all -x 0 kvs

flux module load -r all live --barrier-count=$(flux getattr size)
#flux module load -r all live --barrier-count=$(flux getattr size)
flux module load -r all resource-hwloc & pids="$pids $!"
flux module load -r all mecho
flux module load -r all job
Expand Down
2 changes: 1 addition & 1 deletion etc/rc3
Expand Up @@ -16,7 +16,7 @@ flux module remove -r all wrexec
flux module remove -r all job
flux module remove -r all mecho
flux module remove -r all resource-hwloc
flux module remove -r all live
#flux module remove -r all live

flux module remove -r all kvs
flux module remove -r all barrier
Expand Down

0 comments on commit 8545943

Please sign in to comment.