Closed
Description
The master README currently still describes the following configure
CLI params:
- --enable-orte-static-ports
- --with-alps
- --with-lsf[-libdir]
- --with-pmi
- --with-slurm
- --with-sge
- --with-tm
With the exception of --with-pmi
(which is already handled) and --enable-orte-static-ports
(see below), they others don't seem to exist in OMPI's ./configure --help
output any more. Some plumbing needs to be put in to support this kind of functionality in some manner (e.g., just pass them directly through to PRRTE's configure
, or ...something else...).
I don't know if PRRTE supports static ports like ORTE did, but if so, that one should probably be plumed through, too. If not, --enable-orte-static-ports
should probably be added to ompi_deleted_options.m4
.
In Slack discussions, @jjhursey volunteered to look at this.