1
1

Comment out a reference in the replica component to a variable in the proxy component - didn't need to be there anyway, not sure how it got there...

This commit was SVN r2369.
Этот коммит содержится в:
Ralph Castain 2004-08-28 23:47:13 +00:00
родитель 67a628e4e4
Коммит 09ce6b6f7f

Просмотреть файл

@ -147,7 +147,7 @@ mca_ns_base_module_t* mca_ns_replica_init(bool *allow_multi_user_threads, bool *
/* set my_replica to point to myself */
mca_ns_my_replica = mca_ns_replica.copy_process_name(ompi_process_info.name);
/* mca_ns_my_replica = mca_ns_replica.copy_process_name(ompi_process_info.name); */
/* Return the module */