This thread is locked.Only browsing is available.
Top Page > Browsing
Installation Manual of OpenMX 3.7.6-1 on Linux (Ubuntu 14.04 LTS)
Date: 2016/09/29 03:25
Name: Diego Castillo   <diegocastillovi@gmail.com>

Dear OpenMX Community:

For those who had problems installing OpenMX on Linux, here is a small manual with the steps for the proper installation of OpenMX in Ubuntu 14.04 LTS (or others).

First, open the terminal and run the following commands:

(1): LAPACK

sudo apt-get install liblapack3

(2): FFTW

First download FFTW from: http://www.fftw.org/fftw-3.3.5.tar.gz, then extract the file and:

sudo ./configure
sudo make
sudo make install

(3): MPI

sudo apt-get install libibnetdisc-dev
sudo apt-get install openmpi-bin
sudo apt-get install openmpi-doc
sudo apt-get install libopenmpi-dev

if the previous installation does not work, try with MPICH

sudo apt-get install mpich

(4): OpenMX

sudo apt-get install openmx

(5): First Test: type the following command on terminal using the Methane.dat file.

openmx Methane.dat

After these steps, OpenMX 3.7.6-1 it has worked perfectly on my computer.

Best Regards for of you from Chile.

Diego.
ƒƒ“ƒe
Page: [1]