I fail to understand how do you expect it to work. You create an MCA
parameter called "rds_hostfile_path" and you expect it to get the
value specified on the command line by "--hostfile" ? Use "--mca
rds_hostfile_path $MOSHOME/4hosts" on your command line, and your
problem should be solved.
Hi Ralph,
I'm sorry to bother you again but adding the new component to rds still
doesn't work as expected.
I've created a new component rds_mosix. it is identical to rds_hostfile
(with all parameters names changed) except:
in rds/mosix/rds_mosix_component.c/orte_rds_mosix_open:
mca_base_par
Hi Ralph,
2. I do want the user to be able to switch between my way of process
launching, and the default way. I can do it using an mca flag, but I would
prefer a new component. If I is not too defficult for you, please make the
patch, if it is, I'll just use an mca flag.
1. Just remmembered ano