1
1
openmpi/ompi/mca/coll/fca
Mike Dubman d27cffedb9 expand tabs to 4 spaces
cd ompi/mca/coll/fca
for i in *.[ch]; do expand -t 4 $i > koko && mv koko $i; done
Refs: #3799

This commit was SVN r29472.
2013-10-22 17:05:55 +00:00
..
coll_fca_api.h expand tabs to 4 spaces 2013-10-22 17:05:55 +00:00
coll_fca_component.c expand tabs to 4 spaces 2013-10-22 17:05:55 +00:00
coll_fca_convertor.h * updated copyrights 2011-05-16 14:43:11 +00:00
coll_fca_debug.h * updated copyrights 2011-05-16 14:43:11 +00:00
coll_fca_module.c expand tabs to 4 spaces 2013-10-22 17:05:55 +00:00
coll_fca_ops.c Fixes MPI_Allgather when sendbuf is MPI_IN_PLACE. fixes 3342 2012-11-09 18:05:10 +00:00
coll_fca.h expand tabs to 4 spaces 2013-10-22 17:05:55 +00:00
configure.m4 Revamp the handling of wrapper compiler flags. The user flags, main configure 2013-01-29 00:00:43 +00:00
Makefile.am Switched FCA collectives component from dlopen to compile-time linking to libfca 2012-11-02 17:30:00 +00:00