Dear developers, i'm trying to calculate the DOS.But when i was compiling ,there was a problem as follows:
mpicc -O3 -xHOST -ip -no-prec-div -qopenmp -I/opt/intel/mkl/include/fftw -I./elpa-2018.05.001 -o DosMain.o -c DosMain.c gcc: unrecognized option '-no-prec-div' gcc: unrecognized option '-qopenmp' gcc: language HOST not recognized gcc: language HOST not recognized gcc: DosMain.c: linker input file unused because linking not done mpicc -O3 -xHOST -ip -no-prec-div -qopenmp -I/opt/intel/mkl/include/fftw -I./elpa-2018.05.001 -c Inputtools.c gcc: unrecognized option '-no-prec-div' gcc: unrecognized option '-qopenmp' gcc: language HOST not recognized gcc: language HOST not recognized gcc: Inputtools.c: linker input file unused because linking not done mpicc -O3 -xHOST -ip -no-prec-div -qopenmp -I/opt/intel/mkl/include/fftw -I./elpa-2018.05.001 -c malloc_multidimarray.c gcc: unrecognized option '-no-prec-div' gcc: unrecognized option '-qopenmp' gcc: language HOST not recognized gcc: language HOST not recognized gcc: malloc_multidimarray.c: linker input file unused because linking not done mpicc -O3 -xHOST -ip -no-prec-div -qopenmp -I/opt/intel/mkl/include/fftw -I./elpa-2018.05.001 -o Tetrahedron_Blochl.o -c Tetrahedron_Blochl.c gcc: unrecognized option '-no-prec-div' gcc: unrecognized option '-qopenmp' gcc: language HOST not recognized gcc: language HOST not recognized gcc: Tetrahedron_Blochl.c: linker input file unused because linking not done mpicc -O3 -xHOST -ip -no-prec-div -qopenmp -I/opt/intel/mkl/include/fftw -I./elpa-2018.05.001 -o DosMain DosMain.o Inputtools.o malloc_multidimarray.o Tetrahedron_Blochl.o -lm gcc: DosMain.o: No such file or directory gcc: Inputtools.o: No such file or directory gcc: malloc_multidimarray.o: No such file or directory gcc: Tetrahedron_Blochl.o: No such file or directory gcc: unrecognized option '-no-prec-div' gcc: unrecognized option '-qopenmp' make: *** [DosMain] Error 1
it says 'no such file or directory' in the end.but i found there was still the problem when i downloaded the latest package openmx3.9 into my computer.so i want to know how to solve it.thanks for your answers very much.