1
1

Remove extra variable. Still working with George / Edgar on

reduce_log_intra().

This commit was SVN r7368.
Этот коммит содержится в:
Jeff Squyres 2005-09-14 11:52:20 +00:00
родитель 5456d3444f
Коммит 5365ae84b9

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

@ -288,7 +288,6 @@ mca_coll_basic_reduce_log_intra(void *sbuf, void *rbuf, int count,
char *pml_buffer = NULL;
char *snd_buffer = sbuf;
char *rcv_buffer = rbuf;
char *inplace_temp = NULL;
/* JMS Codearound for now -- if the operations is not communative,
* just call the linear algorithm. Need to talk to Edgar / George