[OMPI devel] Meta Question -- Open MPI: Is it a dessert topping or is it a floor wax?

2009-03-11 Thread Andrew Lumsdaine
the question (and answer) and structure development and administration accordingly. Best Regards, Andrew Lumsdaine

Re: [OMPI devel] replace 'atoi' with 'strtol'

2007-04-18 Thread Andrew Lumsdaine
And the man page (on OS X) has this prototype for strol(): long strtol(const char * restrict nptr, char ** restrict endptr, int base); I.e., it returns a long. Although some compilers might do the right thing, conversions should be explicitly shown. On Apr 18, 2007, at 11:38