Skip to content

Commit

Permalink
README.md: drop installation section
Browse files Browse the repository at this point in the history
Problem: installation section describes incorrect procedure
for side-install.

Just drop the instructions as packagers probably already know
what they are doing.
  • Loading branch information
garlick committed Apr 6, 2023
1 parent f5f9c30 commit da3a1cf
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,6 @@ or by setting the `FLUX_PMI_CLIENT_METHODS` environment variable globally:
FLUX_PMI_CLIENT_METHODS="simple pmix single"
```

### installation

Typically this project would be configured with the same `--prefix` as
flux-core. If that is not practical, for example in a spack environment,
then flux-shell and flux-broker can be told to look elsewhere for plugins by
setting, respectively:

```sh
FLUX_SHELL_RC_PATH=${prefix}/etc/flux/shell/lua.d:$FLUX_SHELL_RC_PATH
FLUX_PMI_CLIENT_SEARCHPATH=${prefix}/lib/flux/upmi/plugins:$FLUX_PMI_CLIENT_SEARCHPATH
```
where `${prefix}` is the installation prefix of this project.

### limitations

The pmix specs cover a broad range of topics. Although the shell plugin is
Expand Down

0 comments on commit da3a1cf

Please sign in to comment.