Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Re:][ptp-dev] error starting the OMPI proxy runtime

No, there shouldn't be any other configuration you need to do after installation. This problem is almost always due to left over lock files from a previous orted.

Greg


On Mar 9, 2006, at 10:30 PM, yang ke wrote:

Thanks for your reply,but after I ran " ps ax" when the error dialog opened, I could see orted, orte_server were already in the list(before PTP started there was none). So PATH is set correctly.. I tracked down the error, and orte_sds_base_contact_universe () failed.
following is the call tree:

ORTEStartDaemon(orte_server.c)
ORTEInit()             (orte_server.c)
orte_init()               (orte_init.c)
orte_system_init()    (orte_init.c)
orte_init_stage1()     (orte_init_stage1.c)
orte_sds_base_contact_universe()   (Sds_base_interface.c)

 /* Try to connect to the universe */
    if (ORTE_SUCCESS != (ret = orte_sds_base_contact_universe())) {
        ORTE_ERROR_LOG(ret);
        error = "orte_sds_base_contact_universe";
        goto error;
    }

I am not familary with openmpi and orte, so I wonder if I have to do some configurations after openmpi installation? Thanks

Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top