On Wed, Mar 15, 2006 at 04:02:45PM -0600, Ti Leggett wrote: > I'll add to it that the exact same thing happens on ia64 as well.
int64_t is a c99 thing, which, being 2006, we didn't think was that onerous a requirement! Is there a special option for the intel compiler so that it will like c99 constructs? The ICC on jazz says the flag '-std=c99' does the trick. You might also try -c99 ? Let me know if any of that worked and i'll add it to the faq. ==rob -- Rob Latham Mathematics and Computer Science Division A215 0178 EA2D B059 8CDF Argonne National Labs, IL USA B29D F333 664A 4280 315B _______________________________________________ Pvfs2-developers mailing list [email protected] http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers
