/*********************************************************************
 * EDGE DETECTOR XP, Header file for master and slave program.
 *             
 * Levent Besik, levent@cs.earlham.edu
 * Hassan Halta, hassan@cs.earlham.edu
 **********************************************************************/

#define SLAVENAME "spEdge"

const int DEBUG = 0; /* Can be 0, 1, 2. Prints _a_lot of debug info for reading in the image.*/
const int PROC = 4;  
const int MAX_ARRAY_SIZE = 800; 
const int HEADER_PARAMS = 5; 
const int MAX = 128; 
const int MAX_PROC = 32;
const char output_file_prefix[128] = "/pvm3/pEdge/output-";

