change PEO install steps order
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@208 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
99db6c5e3e
commit
a96ff34334
1 changed files with 3 additions and 3 deletions
|
|
@ -40,11 +40,11 @@ S_PEO_CHECK=1014
|
|||
S_END=1015
|
||||
|
||||
# define what are the possible install and their content
|
||||
FULL_INSTALL="$S_INTRODUCTION $S_UNPACK_EO $S_UNPACK_LIBXML $S_UNPACK_MPICH $S_INSTALL_EO $S_INSTALL_MO $S_INSTALL_MOEO $S_INSTALL_LIBXML $S_REMOVE_TEMP_LIBXML $S_INSTALL_MPICH $S_REMOVE_TEMP_MPICH $S_INSTALL_PEO $S_CONFIGURE_ENV $S_CONFIGURE_MPD $S_END"
|
||||
FULL_INSTALL="$S_INTRODUCTION $S_UNPACK_EO $S_UNPACK_LIBXML $S_UNPACK_MPICH $S_INSTALL_EO $S_INSTALL_MO $S_INSTALL_MOEO $S_INSTALL_LIBXML $S_REMOVE_TEMP_LIBXML $S_INSTALL_MPICH $S_REMOVE_TEMP_MPICH $S_CONFIGURE_ENV $S_INSTALL_PEO $S_CONFIGURE_MPD $S_END"
|
||||
|
||||
BASIC_INSTALL="$S_INTRODUCTION $S_UNPACK_EO $S_INSTALL_EO $S_INSTALL_MO $S_INSTALL_MOEO $S_END"
|
||||
|
||||
PARALLEL_INSTALL="$S_PEO_CHECK $S_INTRODUCTION $S_UNPACK_LIBXML $S_INSTALL_LIBXML $S_REMOVE_TEMP_LIBXML $S_UNPACK_MPICH $S_INSTALL_MPICH $S_REMOVE_TEMP_MPICH $S_INSTALL_PEO $S_CONFIGURE_ENV $S_CONFIGURE_MPD $S_END"
|
||||
PARALLEL_INSTALL="$S_PEO_CHECK $S_INTRODUCTION $S_UNPACK_LIBXML $S_INSTALL_LIBXML $S_REMOVE_TEMP_LIBXML $S_UNPACK_MPICH $S_INSTALL_MPICH $S_REMOVE_TEMP_MPICH $S_CONFIGURE_ENV $S_INSTALL_PEO $S_CONFIGURE_MPD $S_END"
|
||||
|
||||
#others
|
||||
PARADISEO_EO_ARCHIVE=paradiseo-eo.tar.gz
|
||||
|
|
@ -576,7 +576,7 @@ function on_error()
|
|||
|
||||
$MPICH_INSTALL_ERROR)
|
||||
echo
|
||||
echo " An error has occured : impossible to install libxml2. See $SPY for more details"
|
||||
echo " An error has occured : impossible to install mpich2 See $SPY for more details"
|
||||
echo " => To report any problem or for help, please contact paradiseo-help@lists.gforge.inria.fr and join $SPY"
|
||||
echo
|
||||
kill $$;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue