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.
| |