1
1

Arrgh -- re-indenting this morning accidentally used real tabs instead

of spaces (curses!  indent(1) had been updated with a new option that
I did not use).  This commit simply converts tabs to real spaces.

This commit was SVN r6799.
Этот коммит содержится в:
Jeff Squyres 2005-08-10 17:53:43 +00:00
родитель 988f70edd8
Коммит 51de13bb97
19 изменённых файлов: 1296 добавлений и 1296 удалений

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

@ -51,7 +51,7 @@ mca_coll_basic_gatherv_intra(void *sbuf, int scount,
rank = ompi_comm_rank(comm);
/* Everyone but root sends data and returns. Note that we will only
get here if scount > 0 or rank == root. */
* get here if scount > 0 or rank == root. */
if (rank != root) {
err = MCA_PML_CALL(send(sbuf, scount, sdtype, root,