Re: OpenMX 3.8 compiling error ( No.1 ) |
- Date: 2017/02/16 17:53
- Name: Aida Palacio <aidaph@ifca.unican.es>
- Hi,
I have the same error with v3.8. I've tried installing the previous version 3.7 and it makes the following error message:
mpicc -openmp -O3 -I/usr/local/include -I./liberi-091216/source -c TRAN_Set_CentOverlap_NC.c mpicc -openmp -O3 -I/usr/local/include -I./liberi-091216/source -c TRAN_Set_SurfOverlap_NC.c mpif90 -openmp -O3 -I/usr/local/include -c elpa1.f90 mpif90 -openmp -O3 -I/usr/local/include -c solve_evp_real.f90 mpif90 -openmp -O3 -I/usr/local/include -c solve_evp_complex.f90 mpicc -openmp -O3 -I/usr/local/include -I./liberi-091216/source openmx.o openmx_common.o ............... cc: openmx.o: No such file or directory cc: openmx_common.o: No such file or directory .........
Could you help me, please?
Thanks, Aida
|
Re: OpenMX 3.8 compiling error ( No.2 ) |
- Date: 2017/02/18 01:44
- Name: Naoya Yamaguchi
- Hi,
>mpicc -openmp -O3 -I/usr/local/include -I./liberi-091216/source -c TRAN_Set_CentOverlap_NC.c >mpicc -openmp -O3 -I/usr/local/include -I./liberi-091216/source -c TRAN_Set_SurfOverlap_NC.c >mpif90 -openmp -O3 -I/usr/local/include -c elpa1.f90 >mpif90 -openmp -O3 -I/usr/local/include -c solve_evp_real.f90 >mpif90 -openmp -O3 -I/usr/local/include -c solve_evp_complex.f90 >mpicc -openmp -O3 -I/usr/local/include -I./liberi-091216/source openmx.o openmx_common.o ............... >cc: openmx.o: No such file or directory >cc: openmx_common.o: No such file or directory
I think '-openmp' causes the output filename to be set 'penmp'. If so and your compiler is 'gcc', please try to replace '-openmp' with '-fopenmp'.
|
Re: OpenMX 3.8 compiling error ( No.3 ) |
- Date: 2017/03/02 22:41
- Name: T. Ozaki
- Hi,
> In file included from openmx.c:71: > tran_prototypes.h:36: error: redefinition of typedef ‘Type_Orbs_Grid’ > openmx_common.h:72: note: previous declaration of ‘Type_Orbs_Grid’ was here > make: *** [openmx.o] Error 1
This message appears in some environments. To avoid the problem, a patch is now available at http://www.openmx-square.org/download.html
Regards,
TO
|