*------------------------------------------------------------------------------*
| |
| _| _| _|_|_| _|_|_| _|_|_|_| _| _| |
| _| _| _| _| _| _| _| _| |
| _| _| _|_| _|_|_| _|_|_| _| |
| _| _| _| _| _| _| _| |
| _|_| _|_|_| _| _|_|_|_| _| _| |
| |
| Version 9.4.4 (04/10/2015) |
| |
| Evolutionary Algorithm Code for Structure Prediction |
| |
*------------------------------------------------------------------------------*
==========================
Installing USPEX code ...
==========================
====================================================
====================================================
No MATLAB or Octave is not found! We need MATLAB or Octave to run USPEX.
Do you still want to install USPEX? (y/n) y
Please enter the USPEX install path : /home/evgeniy/
Do you want to install USPEX at /home/evgeniy/ ? (y/n) y
======================================================
The USPEX install directory:
/home/evgeniy/
is found. Do you want to install USPEX there? (y/n) y
===========================================================================
Copying files, please wait ...............
===========================================================================
cp: не удалось выполнить stat для 'lib/': Нет такого файла или каталога
cp: не удалось выполнить stat для 'tests/': Нет такого файла или каталога
==========================
Install finished.
==========================
1) You can edit the file to change the install path of MATLAB or Octave:
/home/evgeniy/CODEPATH
2) Please Set the Shell Environment Variables to enable USPEX code!
For Bash shell system, add these lines to ~/.bashrc or ~/.profile or /etc/profile:
export PATH=/home/evgeniy:$PATH
export USPEXPATH=/home/evgeniy/src
For C shell system, add these lines to ~/.cshrc or ~/.profile or /etc/profile:
setenv PATH "/home/evgeniy:$PATH"
setenv USPEXPATH "/home/evgeniy/src"
3) For tests running, please go to the tests folder and run the following command for more details:
python /home/evgeniy/tests/USPEX_test.py -h
==========================
Have fun with USPEX!
==========================