support for FCA v3.0 and up
authormiked
Mon Dec 31 05:49:22 2012 +0000 (4 months ago)
changeset 21115b190e27d5076
parent 21114 151570d1b6c9
child 21116 6f617e448bab
support for FCA v3.0 and up
ompi/mca/coll/fca/coll_fca_api.h
     1.1 --- a/ompi/mca/coll/fca/coll_fca_api.h	Sat Dec 29 02:21:50 2012 +0000
     1.2 +++ b/ompi/mca/coll/fca/coll_fca_api.h	Mon Dec 31 05:49:22 2012 +0000
     1.3 @@ -67,7 +67,7 @@
     1.4      spec->is_root = root_rank == my_rank;
     1.5  }
     1.6  
     1.7 -#elif OMPI_FCA_VERSION == 20 || OMPI_FCA_VERSION == 21 || OMPI_FCA_VERSION == 22 || OMPI_FCA_VERSION == 25
     1.8 +#elif OMPI_FCA_VERSION >= 20 
     1.9  
    1.10  #define OMPI_FCA_ALLGATHER          1
    1.11  #define OMPI_FCA_ALLGATHERV         1