Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the registration of MCA params out of the init of the var system… #1650

Merged
merged 1 commit into from
May 20, 2016
Merged

Move the registration of MCA params out of the init of the var system… #1650

merged 1 commit into from
May 20, 2016

Commits on May 20, 2016

  1. Move the registration of MCA params out of the init of the var system…

    … - put them in with the rest of the OPAL MCA param registrations
    
    Take another shot at untangling the spaghetti
    
    orterun: fix for command line parsing
    
    orte-submit calls opal_init_util () before parsing out MCA command line
    options (-mca, -am, etc). This prevents mpirun from setting opal MCA
    variables for some frameworks as well as the MCA base. This is because
    when a framework is opened all of its variables are set to read-only.
    Eventually we want to lift this restriction on some MCA variables but
    since -mca is affected we must parse out the MCA command line options
    before opal_init_util(). This commit fixes the bug by adding a new
    option to opal_cmd_line_parse (ignore unknown option) so orte-submit
    can pre-parse the command line for MCA options.
    
    Signed-off-by: Nathan Hjelm <[email protected]>
    
    Minor cleanups to avoid releasing/recreating the cmd line
    Ralph Castain committed May 20, 2016
    3 Configuration menu
    Copy the full SHA
    42ecffb View commit details
    Browse the repository at this point in the history