| 
|  Re: OpenMx installation on Asus G2P laptop ( No.1 ) |  |  Date: 2008/06/25 18:24 Name: Naoto  <rei_m2@yahoo.com>
 
I solved the previous problem installing OpenMx v.3.4but now I got a different error message:
 
 openmx.c:79:17: error: omp.h: No such file or directory
 openmx.c: In function eint main(int, char**)f:
 openmx.c:173: error: eomp_set_num_threadsf was not declared in this scope
 make: *** [openmx.o] Error 1
 
 could anyone help me?
 
 Thanks a lot
 best regards
 
 Naoto
 |  |  Re: OpenMx installation on Asus G2P laptop ( No.2 ) |  |  Date: 2008/06/26 10:31 Name: T.Ozaki
 
Hi, 
 Please add -Dnoomp as compile option.
 
 Regards,
 
 TO
 |  |  Re: OpenMx installation on Asus G2P laptop ( No.3 ) |  |  Date: 2008/06/27 18:06 Name: Naoto  <rei_m2@yahoo.com>
 
Dear Prof. Ozaki,
 I solved the previous problem but I got a new error message:
 
 Poisson.c: In function evoid FFT_Poisson(int, int, int, int, int, int, int, int, int, int, double***, double***, double***, double***)f:
 Poisson.c:156: error: invalid conversion from evoid*f to edouble (*)[2]f
 Poisson.c:157: error: invalid conversion from evoid*f to edouble (*)[2]f
 make: *** [Poisson.o] Error 1
 
 Any suggestion?
 
 Thanks a lot for your help
 
 kind regards
 
 Naoto
 
 PS: these are my lines for compliling:
 
 mpicc= /usr/lib64/mpich/bin/mpiCC
 CC = $(mpicc) -O3 -Dnoomp -I/usr/lib64/include -I/home/naoto/include -I/usr/include -I/usr/lib64/mpich/include
 LIB = /usr/lib64/liblapack.a /usr/lib64/libblas.a /usr/lib64/libg2c.a -lfftw3 -static
 
 |  |