[Myrinet] "bad globals length" error
sandhya senapathi <[email protected]>
| Newsgroups | gmane.network.myrinet.general |
|---|---|
| Message-ID | <[email protected]> |
Hi all, Ive been modifying gm-1.5 for certain experiments on linux 2.4, and Im getting the following error when I run GM_INSTALL. Make of gm runs fine. GM: Myrinet interface is incompatible with installed driver GM: (bad globals length lanai is 236280 host is 236296) I know that elements in the gm_lanai_globals_t structure have to be 8-byte aligned, and that the /* 8 */ denotes an 8-byte alignment. The extra elements I have added all begin on such a boundary and their size is also a multiple of 8 bytes. Is there an upper limit on the size of the globals structure ? Is there anything else I have missed ? Thanks, Sandhya S.