This thread is
locked
.Only browsing is available.
Top Page
> Browsing
error in make all
Date: 2018/06/19 21:06
Name:
sara.shafaei
<
sara.shafaei@yahoo.com
>
Dear Professor,
I am having difficult in installation of OPENMX 3.8,
the patch 3.8.5 has been extracted in source file, when i type "make all" in terminall the following error exists:
mpicc -O3 -xHOST -ip -no-prec-div -openmp -I/opt/intel/mkl/include/fftw -I./liberi-091216/source -c openmx.c
gcc: error: unrecognized command line option e-ipf
gcc: error: unrecognized command line option e-no-prec-divf
makefile:265: recipe for target 'openmx.o' failed
make: *** [openmx.o] Error 1
Page:
[1]
Re: error in make all
( No.1 )
Date: 2018/06/20 01:26
Name:
Naoya Yamaguchi
Hi,
You should edit "makefile" to set flags appropriate for your environment.
As the error message says, "-ip", "-no-prec-div", etc. are not available for "gcc".
Please refer to the following to get information about "makefile":
http://www.openmx-square.org/tech_notes/OpenMX-Compile.pdf
http://www.openmx-square.org/openmx_man3.8/node4.html
If you use "ubuntu", the following may help you:
http://www.openmx-square.org/forum/patio.cgi?mode=view&no=2354
Or, please give more detailed information about your environment.
Regards,
Naoya Yamaguchi
Page:
[1]