Re: [myrinet] gm with the intel compiler
Douglas Johnson <[email protected]>
| Newsgroups | gmane.network.myrinet.general |
|---|---|
| Message-ID | <[email protected]> |
You probably need to explicitely define GM_CPU_x86. In your configure command line options add -DGM_CPU_x86 to -opt. For the fortran problem just add -posixlib or -Vaxlib to fortran compiler command line flags (I can't remember whether this is a posixism or vaxism). Doug On Thu, 18 Oct 2001, Sirpa Saarinen wrote: > Hello, > > I am just compiling the mpich_gm with the intel icc compiler. I get the > folloing message: > > "/usr/local/gm/2219/include/gm.h", line 281: catastrophic error: #error > directive: Could not define sized types. You need to modify gm.h. > # error Could not define sized types. You need to modify gm.h. > ^ > > compilation aborted for adi2recv.c (code 4) > > > It seems that the typedef's for the intel compiler are missing from gm.h > (it has all the others). Would anyone already have these ready or should I > write my own? > > Another question: how do people work around the argc problem, > I do now > > setenv F77_IARGC "argc()" > > but I am not sure whether it will work. Any suggestions, I am running out > of ideas myself. > > thanks a lot, I am grateful for this mailing list! > > Sirpa > [email protected] >