This thread is locked.Only browsing is available.
Top Page > Browsing
Installation Error
Date: 2013/03/20 07:02
Name: Dogan Erbahar

Dear OpenMX community,

I am trying to install OpenMX serial version. I have the following error during make install. I am a intermediate level linux user and still no idea how to deal with it? Any ideas would be greatly appreciated.

gcc -O3 -Dnompi -Dnoomp -I/usr/local/include -I/home/ozaki/include -I./liberi-091216/source -g -c -o exx_step1.o exx_step1.c
exx_step1.c: In function ‘EXX_Step1’:
exx_step1.c:59:3: error: unknown type name ‘MPI_Comm’
make: *** [exx_step1.o] Error 1


My makefile details is:

CC = gcc -O3 -Dnompi -Dnoomp -I/usr/local/include -I/home/ozaki/include
LIB = -L/usr/local/lib -lfftw3 -llapack -lblas -lg2c -static

Thank you very much in advance.
メンテ
Page: [1]

Re: Installation Error ( No.1 )
Date: 2013/06/07 17:24
Name: alireza  <alireza.kari.85@gmail.com>

hi dogan

CC = gcc -O3 -Dnompi -Dnoomp -I/usr/local/include -I/home/ozaki/include
LIB = -L/usr/local/lib -lfftw3 -llapack -lblas -gfortran
メンテ

Page: [1]