[mpich-discuss] MPICH2 on heterogeneous Cluster
James Dinan
dinan at mcs.anl.gov
Tue Nov 29 10:52:40 CST 2011
Compiler, library, and O/S compatibility notwithstanding, endianness and
basic type sizes should be compatible between similar-generation AMD and
Intel systems.
While it's not supported, I have personally seen AMD+Intel heterogeneity
work. Your best chance for success is to force as much homogeneity as
possible: install the same operating system, compiler, etc. on every
node and compile a single binary that can run on all nodes (to avoid
different paddings, etc).
Good luck,
~Jim.
On 11/29/11 10:34 AM, Darius Buntinas wrote:
>
> Sorry, MPICH2 does not support heterogeneous configurations where endianness and type sizes are different.
>
> -d
>
>
>
> On Nov 29, 2011, at 6:44 AM, Bibrak Qamar wrote:
>
>> Hello all,
>>
>> I want to launch MPI program on machines with different architecture and manufacturers (AMD,INTEL). So does mpich2 support this, I mean the different endian formats, the sizeof() operator etc ?
>>
>> Thanks
>> Bibrak
>> _______________________________________________
>> mpich-discuss mailing list mpich-discuss at mcs.anl.gov
>> To manage subscription options or unsubscribe:
>> https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
>
> _______________________________________________
> mpich-discuss mailing list mpich-discuss at mcs.anl.gov
> To manage subscription options or unsubscribe:
> https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
More information about the mpich-discuss
mailing list