[mpich-discuss] MPICH for IBM POWER8

Balaji, Pavan balaji at anl.gov
Wed Apr 6 16:35:19 CDT 2016


Can you disable hcoll with the following configure option "--without-hcoll".

  -- Pavan

> On Apr 6, 2016, at 4:22 PM, Xing Liu <xing.research at gmail.com> wrote:
> 
> Hello,
> 
> I was trying to compile MPICH on IBM POWER8 system and got the following error message. Anyone know how to fix it? Thanks
> 
> src/mpid/common/hcoll/hcoll_rte.c:63:33: error: too few arguments to function call, single argument 'made_progress' was not specified
>         ret = hcoll_do_progress();
>               ~~~~~~~~~~~~~~~~~ ^
> src/mpid/common/hcoll/hcoll.h:39:1: note: 'hcoll_do_progress' declared here
> int hcoll_do_progress(int *made_progress);
> ^
> src/mpid/common/hcoll/hcoll_rte.c:297:48: error: no member named 'vcrt' in 'struct MPID_Comm'
>         ec_handles[i].handle = (void *) (comm->vcrt->vcr_table[ec_indexes[i]]);
>                                          ~~~~  ^
> src/mpid/common/hcoll/hcoll_rte.c:311:41: error: no member named 'vcrt' in 'struct MPID_Comm'
>     ec_handle->handle = (void *) (comm->vcrt->vcr_table[my_rank]);
>                                   ~~~~  ^
> 3 errors generated.
> Error while processing src/mpid/common/hcoll/hcoll_rte.c.
> make[2]: *** [src/mpid/common/hcoll/lib_libmpi_la-hcoll_rte.lo] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> 
> Xing
> _______________________________________________
> discuss mailing list     discuss at mpich.org
> To manage subscription options or unsubscribe:
> https://lists.mpich.org/mailman/listinfo/discuss

_______________________________________________
discuss mailing list     discuss at mpich.org
To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss


More information about the discuss mailing list