-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Description
Using 20ee752 for PRRTE.
I've been messing around with the ompi schizo component in order to add some warning/aborts around the old --mca mca_base_param_files parameters. However it looks like the arg is dropped before we get to the mca parameter parsing. See my garbage parameters:
[ec2-user@ip-10-0-0-28 runtime]$ ~/tmp/ompi/install/bin/mpirun --np 2 -N 1 --mca mca_garbage_param 1 --mca opal_mca_garbage_param 1 --mca garbage_param 1 --hostfile ~/hostfile /bin/true
mca p1 is: opal_mca_garbage_param
mca p1 is: garbage_param
It looks like parameters prefixed with "mca" are being dropped. Do you have any idea what's happening here or if this is intended behavior?
Metadata
Metadata
Assignees
Labels
No labels