completed add-on files
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@710 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
a05728c48a
commit
4450740f5e
2 changed files with 154 additions and 95 deletions
121
tags/paradiseo-ix86-1.0/INSTALL
Normal file
121
tags/paradiseo-ix86-1.0/INSTALL
Normal file
|
|
@ -0,0 +1,121 @@
|
||||||
|
|
||||||
|
==========================================================================================
|
||||||
|
BUILDING PARADISEO FULL PACKAGE ON UNIX/MAC platforms
|
||||||
|
==========================================================================================
|
||||||
|
The basic installation procedure must be done in the directory
|
||||||
|
which contains the extracted archive.
|
||||||
|
|
||||||
|
--> Example : source installParadiseo.sh
|
||||||
|
|
||||||
|
Please try source installParadiseo.sh --help for further information
|
||||||
|
|
||||||
|
==========================================================================================
|
||||||
|
DIRECTORY STRUCTURE
|
||||||
|
==========================================================================================
|
||||||
|
After unpacking the archive file, you should end up with the following
|
||||||
|
structure:
|
||||||
|
|
||||||
|
.../ Installation directory (specified with ./installParadiseo.sh)
|
||||||
|
|
|
||||||
|
|
|
||||||
|
+-- AUTHORS Author list
|
||||||
|
|
|
||||||
|
|
|
||||||
|
+-- install.cmake ParadisEO main install config file
|
||||||
|
|
|
||||||
|
|
|
||||||
|
+-- installParadiseo.sh Install script
|
||||||
|
|
|
||||||
|
+-- lib/
|
||||||
|
| | +-- /libxml2-2.6.0.tar.bz2 LIBXML2 archive (required for ParadisEO)
|
||||||
|
| | +-- /mpich2-1.0.3.tar.gz MPICH2 archive (required for ParadisEO)
|
||||||
|
|
|
||||||
|
|
|
||||||
|
+ LICENCE Licence contents
|
||||||
|
|
|
||||||
|
|
|
||||||
|
+-- paradiseo-eo paradiseo-eo dir
|
||||||
|
|
|
||||||
|
|
|
||||||
|
+-- paradiseo-mo paradiseo-mo dir
|
||||||
|
|
|
||||||
|
|
|
||||||
|
+-- paradiseo-moeo paradiseo-moeo dir
|
||||||
|
|
|
||||||
|
|
|
||||||
|
+-- paradiseo-peo paradiseo-peo dir
|
||||||
|
|
|
||||||
|
+-- README README file
|
||||||
|
|
|
||||||
|
|
|
||||||
|
+-- .mpd.conf Paradiseo-peo config file
|
||||||
|
|
||||||
|
|
||||||
|
==========================================================================================
|
||||||
|
DIRECTORY STRUCTURE AFTER INSTALLATION
|
||||||
|
==========================================================================================
|
||||||
|
After running the script "installParadiseo.sh" and if the process is successful,
|
||||||
|
you should have the following structure :
|
||||||
|
|
||||||
|
.../ Installation directory (specified with ./installParadiseo.sh)
|
||||||
|
|
|
||||||
|
|
|
||||||
|
+-- AUTHORS Author list
|
||||||
|
|
|
||||||
|
|
|
||||||
|
+-- install.cmake ParadisEO main install config file
|
||||||
|
|
|
||||||
|
|
|
||||||
|
+-- installParadiseo.sh Install script
|
||||||
|
|
|
||||||
|
+-- lib/
|
||||||
|
| | +-- /libxml2-2.6.0.tar.bz2 LIBXML2 archive (required for ParadisEO-PEO)
|
||||||
|
| | +-- /mpich2-1.0.3.tar.gz MPICH2 archive (required for ParadisEO-PEO)
|
||||||
|
|
|
||||||
|
+-- libxml2 Libxml2 install directory (required for ParadisEO-PEO)
|
||||||
|
|
|
||||||
|
+ LICENCE Licence contents
|
||||||
|
|
|
||||||
|
|
|
||||||
|
+-- mpich2 Mpich2 install directory (required for ParadisEO-PEO)
|
||||||
|
|
|
||||||
|
|
|
||||||
|
+-- paradiseo-eo paradiseo-eo dir
|
||||||
|
|
|
||||||
|
|
|
||||||
|
+-- paradiseo-mo paradiseo-mo dir
|
||||||
|
|
|
||||||
|
|
|
||||||
|
+-- paradiseo-moeo paradiseo-moeo dir
|
||||||
|
|
|
||||||
|
|
|
||||||
|
+-- paradiseo-peo paradiseo-peo dir
|
||||||
|
|
|
||||||
|
+-- README README file
|
||||||
|
|
|
||||||
|
|
|
||||||
|
+-- .mpd.conf Paradiseo-peo config file
|
||||||
|
|
||||||
|
|
||||||
|
==========================================================================================
|
||||||
|
NOTES
|
||||||
|
==========================================================================================
|
||||||
|
|
||||||
|
ParadisEO uses EO, a templates-based, ANSI-C++ compliant evolutionary computation library.
|
||||||
|
It contains classes for almost any kind of evolutionary computation you might come up to - at
|
||||||
|
least for the ones we could think of.
|
||||||
|
|
||||||
|
EO Website:
|
||||||
|
http://eodev.sourceforge.net/.
|
||||||
|
EO is distributed under the GNU Lesser General Public License:
|
||||||
|
http://www.gnu.org/copyleft/lesser.html
|
||||||
|
|
||||||
|
Please read README file of each extracted directory if you have
|
||||||
|
problems for the installation.
|
||||||
|
|
||||||
|
==========================================================================================
|
||||||
|
CONTACT
|
||||||
|
==========================================================================================
|
||||||
|
For further information about ParadisEO, help or to report any
|
||||||
|
problem : paradiseo-help@lists.gforge.inria.fr
|
||||||
|
|
||||||
|
|
@ -1,118 +1,56 @@
|
||||||
|
|
||||||
==========================================================================================
|
==========================================================================================
|
||||||
BUILDING PARADISEO FULL PACKAGE
|
INFORMATION
|
||||||
==========================================================================================
|
==========================================================================================
|
||||||
The basic installation procedure must be done in the directory
|
|
||||||
which contains the extracted archive.
|
|
||||||
|
|
||||||
--> Example : source installParadiseo.sh
|
PARADISEO (PARallel and DIStributed Evolving Objects) is a white-box object-oriented
|
||||||
|
framework dedicated to the flexible design of metaheursitics. Based on EO,
|
||||||
Please try source installParadiseo.sh --help for further information
|
this template-based, ANSI-C++ compliant computation library is portable across both Windows
|
||||||
|
system and sequential platforms (Unix, Linux, MacOS, etc.).
|
||||||
==========================================================================================
|
|
||||||
DIRECTORY STRUCTURE
|
|
||||||
==========================================================================================
|
|
||||||
After unpacking the archive file, you should end up with the following
|
|
||||||
structure:
|
|
||||||
|
|
||||||
.../ Installation directory (specified with ./installParadiseo.sh)
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+-- AUTHORS Author list
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+-- install.cmake ParadisEO main install config file
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+-- installParadiseo.sh Install script
|
|
||||||
|
|
|
||||||
+-- lib/
|
|
||||||
| | +-- /libxml2-2.6.0.tar.bz2 LIBXML2 archive (required for ParadisEO)
|
|
||||||
| | +-- /mpich2-1.0.3.tar.gz MPICH2 archive (required for ParadisEO)
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+ LICENCE Licence contents
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+-- paradiseo-eo paradiseo-eo dir
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+-- paradiseo-mo paradiseo-mo dir
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+-- paradiseo-moeo paradiseo-moeo dir
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+-- paradiseo-peo paradiseo-peo dir
|
|
||||||
|
|
|
||||||
+-- README README file
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+-- .mpd.conf Paradiseo-peo config file
|
|
||||||
|
|
||||||
|
|
||||||
==========================================================================================
|
==========================================================================================
|
||||||
DIRECTORY STRUCTURE AFTER INSTALLATION
|
RELEASE
|
||||||
==========================================================================================
|
==========================================================================================
|
||||||
After running the script "installParadiseo.sh" and if the process is successful,
|
|
||||||
you should have the following structure :
|
|
||||||
|
|
||||||
.../ Installation directory (specified with ./installParadiseo.sh)
|
The current release of ParadisEO is 1.0
|
||||||
|
|
|
||||||
|
|
|
||||||
+-- AUTHORS Author list
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+-- install.cmake ParadisEO main install config file
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+-- installParadiseo.sh Install script
|
|
||||||
|
|
|
||||||
+-- lib/
|
|
||||||
| | +-- /libxml2-2.6.0.tar.bz2 LIBXML2 archive (required for ParadisEO-PEO)
|
|
||||||
| | +-- /mpich2-1.0.3.tar.gz MPICH2 archive (required for ParadisEO-PEO)
|
|
||||||
|
|
|
||||||
+-- libxml2 Libxml2 install directory (required for ParadisEO-PEO)
|
|
||||||
|
|
|
||||||
+ LICENCE Licence contents
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+-- mpich2 Mpich2 install directory (required for ParadisEO-PEO)
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+-- paradiseo-eo paradiseo-eo dir
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+-- paradiseo-mo paradiseo-mo dir
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+-- paradiseo-moeo paradiseo-moeo dir
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+-- paradiseo-peo paradiseo-peo dir
|
|
||||||
|
|
|
||||||
+-- README README file
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+-- .mpd.conf Paradiseo-peo config file
|
|
||||||
|
|
||||||
|
|
||||||
==========================================================================================
|
==========================================================================================
|
||||||
NOTES
|
WEBSITE
|
||||||
|
==========================================================================================
|
||||||
|
|
||||||
|
Please visit our website at http://paradiseo.gforge.inria.fr
|
||||||
|
|
||||||
|
|
||||||
|
==========================================================================================
|
||||||
|
BUGS
|
||||||
|
==========================================================================================
|
||||||
|
|
||||||
|
You can find the ParadisEO's bug tracker at:
|
||||||
|
|
||||||
|
http://gforge.inria.fr/tracker/?atid=663&group_id=145&func=browse
|
||||||
|
|
||||||
|
|
||||||
|
==========================================================================================
|
||||||
|
CONTACT
|
||||||
|
==========================================================================================
|
||||||
|
|
||||||
|
Main project maintainer: thomas.legrand@lifl.Fr
|
||||||
|
|
||||||
|
For any question or for help, please write us at: paradiseo-help@lists.gforge.inria.fr
|
||||||
|
|
||||||
|
|
||||||
|
==========================================================================================
|
||||||
|
DEPENDENCIES
|
||||||
==========================================================================================
|
==========================================================================================
|
||||||
|
|
||||||
ParadisEO uses EO, a templates-based, ANSI-C++ compliant evolutionary computation library.
|
ParadisEO uses EO, a templates-based, ANSI-C++ compliant evolutionary computation library.
|
||||||
It contains classes for almost any kind of evolutionary computation you might come up to - at
|
It contains classes for almost any kind of evolutionary computation you might come up to - at
|
||||||
least for the ones we could think of.
|
least for the ones we could think of.
|
||||||
EO Website: http://eodev.sourceforge.net/.
|
EO Website:
|
||||||
EO is distributed under the GNU Lesser General Public License: http://www.gnu.org/copyleft/lesser.html
|
http://eodev.sourceforge.net/.
|
||||||
|
EO is distributed under the GNU Lesser General Public License:
|
||||||
|
http://www.gnu.org/copyleft/lesser.html
|
||||||
|
|
||||||
|
|
||||||
Please read README file of each extracted directory if you have
|
|
||||||
problems for the installation.
|
|
||||||
|
|
||||||
==========================================================================================
|
|
||||||
CONTACT
|
|
||||||
==========================================================================================
|
|
||||||
For further information about ParadisEO, help or to report any
|
|
||||||
problem : paradiseo-help@lists.gforge.inria.fr
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue