1
1

bug in management memory allocation - too much memory allocated.

This commit was SVN r17829.
Этот коммит содержится в:
Rich Graham 2008-03-15 18:12:20 +00:00
родитель 3c2f1eb8bf
Коммит 0453e7d2f4

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

@ -568,7 +568,6 @@ mca_coll_sm2_comm_query(struct ompi_communicator_t *comm, int *priority)
ctl_memory_per_proc_per_segment=2*sizeof(long long);
if( mca_coll_sm2_component.sm2_ctl_size_per_proc > ctl_memory_per_proc_per_segment )
ctl_memory_per_proc_per_segment=mca_coll_sm2_component.sm2_ctl_size_per_proc;
ctl_memory_per_proc_per_segment=ctl_memory_per_proc_per_segment * group_size ;
/* pad this up to the alignment needed by the data segment, as the
* that data segment will directly follow the control segment in