Skip to content

Commit

Permalink
rc1/rc3: Load userdb module on rank 0
Browse files Browse the repository at this point in the history
  • Loading branch information
garlick committed Feb 22, 2017
1 parent 6cb6942 commit 4c06749
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/rc1
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ flux module load -r all resource-hwloc & pids="$pids $!"
flux module load -r all job
flux module load -r 0 cron sync=hb

flux module load -r 0 userdb

wait $pids

core_dir=$(cd ${0%/*} && pwd -P)
Expand Down
2 changes: 2 additions & 0 deletions etc/rc3
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ if PERSISTDIR=$(flux getattr persist-directory 2>/dev/null); then
flux wreck ls >${PERSISTDIR}/joblog 2>/dev/null || :
fi

flux module remove -r 0 userdb

flux module remove -r 0 cron
flux module remove -r all job
flux module remove -r all resource-hwloc
Expand Down

0 comments on commit 4c06749

Please sign in to comment.