[Beowulf] Stupid MPI programming question

Mark Hahn hahn at physics.mcmaster.ca
Wed Sep 27 21:41:52 PDT 2006


> 	#include <errno.h>
> 	extern int errno;

IMO, it's bad practice to put externs in your code when a header already
declares them...  and indeed, the header _should_ contain externs for any
exported symbols...

also, "man 3 strerror" ;)

regards, mark hahn.



More information about the Beowulf mailing list