I downloaded the recent version of USPEX and what I followed is:
untar and then:
novice@Lenovo:~/USPEX-9.4.4$ bash ./install.sh
*------------------------------------------------------------------------------*
| |
| _| _| _|_|_| _|_|_| _|_|_|_| _| _| |
| _| _| _| _| _| _| _| _| |
| _| _| _|_| _|_|_| _|_|_| _| |
| _| _| _| _| _| _| _| |
| _|_| _|_|_| _| _|_|_|_| _| _| |
| |
| Version 9.4.4 (04/10/2015) |
| |
| Evolutionary Algorithm Code for Structure Prediction |
| more info at
http://uspex.stonybrook.edu |
| |
*------------------------------------------------------------------------------*
==========================
Installing USPEX code ...
==========================
====================================================
....
Octave found at : /usr/bin/octave
....
====================================================
Please enter the USPEX install path :
/home/novice/uspex_test >>> changed the cwd to this dirDo you want to install USPEX at /home/novice/uspex_test ? (y/n) y
======================================================
The USPEX install directory:
/home/novice/uspex_test
is found. Do you want to install USPEX there? (y/n) y
===========================================================================
Copying files, please wait ...............
===========================================================================
==========================
Install finished.
==========================
1) You can edit the file to change the install path of MATLAB or Octave:
/home/novice/uspex_test/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/novice/uspex_test:$PATH
export USPEXPATH=/home/novice/uspex_test/src
For C shell system, add these lines to ~/.cshrc or ~/.profile or /etc/profile:
setenv PATH "/home/novice/uspex_test:$PATH"
setenv USPEXPATH "/home/novice/uspex_test/src"
3) For tests running, please go to the tests folder and run the following command for more details:
python /home/novice/uspex_test/tests/USPEX_test.py -h
==========================
Have fun with USPEX!
==========================
novice@Lenovo:~/USPEX-9.4.4$ gedit ~/.bashrc
added
export PATH=/home/novice/uspex_test:$PATH
export USPEXPATH=/home/novice/uspex_test/src to the ~/.bashrc
novice@Lenovo:~/USPEX-9.4.4$ cd ../uspex_test/
novice@Lenovo:~/uspex_test$ ls
CODEPATH doc examples lib src tests USPEX >>>> src is still herenovice@Lenovo:~/uspex_test$
I have Quantum espresso installed.
May you suggest any example how to run USPEX using QE?I am struggling since last three days but could not get success.
Thanks in advance.
Kind regards
Chandra