Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] About extensible ConfigurationWizardPage for MPI resource manager

Hi Greg,

I am working an MPI configuration page for the resource manager
configuration wizard. Besides the fields 'launch command', 'discover
command', 'monitor command' and 'path', I am considering that other
fields might be added for specific MPI tools. Therefore, I want to
enable this MPI configuration wizard to display additional fields
required of the resource manager

One approach would be setting a fixed set of fields that are expected to
be common on one wizard page and let the other plugin contribute with
one (or more) additional configuration page(s) that are specific for the
tool.

The second approach I was thinking of is an class that describes the
ResourceManagerConfiguration and which would guide the commands wizard
page with field descriptions. This class would work as a bridge between
the ResourceManagerConfiguration and the ConfigurationWizardPage.

Therefore, the MPI resource manager configuration would contain
following pages:
- Connection
- Commands (and additional fields contributed by another plugin)
- Additional wizard pages contributed by another plugin

I was wondering how I would define this bridge between
ResourceManagerConfiguration and the ConfigurationWizardPage. In order
to keep it as simple as possible, would it make sense to use
org.eclipse.ptp.core.attributes to describe the available fields.

Best regards,
Daniel Felix Ferber


Back to the top