described new conf

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@662 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-10-08 09:38:48 +00:00
commit 3493e37425

View file

@ -16,12 +16,24 @@ After unpacking the archive file, you should end up with the following
structure: structure:
.../ Installation directory (specified with ./installParadiseo.sh) .../ Installation directory (specified with ./installParadiseo.sh)
|
|
+-- AUTHORS Author list
|
|
+-- install.cmake ParadisEO main install config file
|
|
+-- installParadiseo.sh Install script
| |
+-- lib/ +-- lib/
| | +-- /libxml2-2.6.0.tar.bz2 LIBXML2 archive (required for ParadisEO) | | +-- /libxml2-2.6.0.tar.bz2 LIBXML2 archive (required for ParadisEO)
| | +-- /mpich2-1.0.3.tar.gz MPICH2 archive (required for ParadisEO) | | +-- /mpich2-1.0.3.tar.gz MPICH2 archive (required for ParadisEO)
| |
| |
+ LICENCE Licence contents
|
|
+-- paradiseo-eo paradiseo-eo dir +-- paradiseo-eo paradiseo-eo dir
| |
| |
@ -35,10 +47,10 @@ structure:
| |
+-- README README file +-- README README file
| |
+-- installParadiseo.sh Install script
| |
+-- .mpd.conf Paradiseo-peo config file +-- .mpd.conf Paradiseo-peo config file
========================================================================================== ==========================================================================================
DIRECTORY STRUCTURE AFTER INSTALLATION DIRECTORY STRUCTURE AFTER INSTALLATION
========================================================================================== ==========================================================================================
@ -46,10 +58,26 @@ After running the script "installParadiseo.sh" and if the process is successful,
you should have the following structure : you should have the following structure :
.../ Installation directory (specified with ./installParadiseo.sh) .../ Installation directory (specified with ./installParadiseo.sh)
|
|
+-- AUTHORS Author list
|
|
+-- install.cmake ParadisEO main install config file
|
|
+-- installParadiseo.sh Install script
| |
+-- lib/ +-- lib/
| | +-- /libxml2-2.6.0.tar.bz2 LIBXML2 archive (required for ParadisEO) | | +-- /libxml2-2.6.0.tar.bz2 LIBXML2 archive (required for ParadisEO-PEO)
| | +-- /mpich2-1.0.3.tar.gz MPICH2 archive (required for ParadisEO) | | +-- /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-eo paradiseo-eo dir
@ -63,18 +91,12 @@ you should have the following structure :
| |
+-- paradiseo-peo paradiseo-peo dir +-- paradiseo-peo paradiseo-peo dir
| |
|
+-- libxml2 LIBXML2 dir (required for ParadisEO)
|
|
+-- mpich2 MPICH2 dir (required for ParadisEO)
|
+-- README README file +-- README README file
| |
+-- installParadiseo.sh Install script
| |
+-- .mpd.conf Paradiseo-peo config file +-- .mpd.conf Paradiseo-peo config file
========================================================================================== ==========================================================================================
NOTES NOTES
========================================================================================== ==========================================================================================