00001 /** \dir src/Beowulf 00002 00003 \brief Beowulf TCP/IP communication code 00004 00005 This directory contains classes that handle fast and efficient 00006 TCP/IP communications over a Beowulf cluster of Linux 00007 computers. The top-level class is described in Beowulf.H, and 00008 allows programs implementing it to automatically setup a 00009 fully-connected communication grid among a single master and 00010 multiple slaves running on one or many physical machines. Beowulf 00011 nodes can then send and receive TCPmessage objects containing 00012 various data. 00013 00014 for dependency graphs: 00015 rankdir: TB 00016 */ 00017 00018 // $HeadURL: svn://isvn.usc.edu/software/invt/trunk/saliency/src/Beowulf/README.dxy $ 00019 // $Id: README.dxy 5749 2005-10-19 08:15:48Z itti $ 00020 00021 // //////////////////////////////////////////////////////////////////// // 00022 // The iLab Neuromorphic Vision C++ Toolkit - Copyright (C) 2001 by the // 00023 // University of Southern California (USC) and the iLab at USC. // 00024 // See http://iLab.usc.edu for information about this project. // 00025 // //////////////////////////////////////////////////////////////////// // 00026 // Major portions of the iLab Neuromorphic Vision Toolkit are protected // 00027 // under the U.S. patent ``Computation of Intrinsic Perceptual Saliency // 00028 // in Visual Environments, and Applications'' by Christof Koch and // 00029 // Laurent Itti, California Institute of Technology, 2001 (patent // 00030 // pending; application number 09/912,225 filed July 23, 2001; see // 00031 // http://pair.uspto.gov/cgi-bin/final/home.pl for current status). // 00032 // //////////////////////////////////////////////////////////////////// // 00033 // This file is part of the iLab Neuromorphic Vision C++ Toolkit. // 00034 // // 00035 // The iLab Neuromorphic Vision C++ Toolkit is free software; you can // 00036 // redistribute it and/or modify it under the terms of the GNU General // 00037 // Public License as published by the Free Software Foundation; either // 00038 // version 2 of the License, or (at your option) any later version. // 00039 // // 00040 // The iLab Neuromorphic Vision C++ Toolkit is distributed in the hope // 00041 // that it will be useful, but WITHOUT ANY WARRANTY; without even the // 00042 // implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // 00043 // PURPOSE. See the GNU General Public License for more details. // 00044 // // 00045 // You should have received a copy of the GNU General Public License // 00046 // along with the iLab Neuromorphic Vision C++ Toolkit; if not, write // 00047 // to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, // 00048 // Boston, MA 02111-1307 USA. // 00049 // //////////////////////////////////////////////////////////////////// //