compiler error for Intel Compilers and MKL Library |
- Date: 2019/11/23 00:45
- Name: zhiying guo
<zyguo@ihep.ac.cn>
- when I compiler openMX on the Tianhe2 supercomputer, I have the following problem.
Following modules were loaded:
1) fftw/3.3.8-icc-15-mpi 2) MPI/impi/5.0.2.044 3) intelcompiler/15.0.1 4) intelcompiler/mkl-15
makefile:
FFTROOT = /BIGDATA1/app/fftw/3.3.8-icc-15-mpi LBSROOT = /BIGDATA1/app/intelcompiler/15.0.1/composer_xe_2015.1.133/mkl CC = mpicc -O3 -openmp -I/$(FFTROOT)/include -I/$(LBSROOT)/include FC = mpiifort -O3 -I/$(LBSROOT)/include LIB= -L/$(FFTROOT)/lib -lfftw3 -L/$(LBSROOT)/lib/intel64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lpthread -lifcore -lmpi_f77 -lmpi_f90
Errors: gcc: error: openmx.o: No such file or directory gcc: error: openmx_common.o: No such file or directory gcc: error: Input_std.o: No such file or directory gcc: error: Inputtools.o: No such file or directory gcc: error: init.o: No such file or directory gcc: error: LU_inverse.o: No such file or directory gcc: error: ReLU_inverse.o: No such file or directory gcc: error: truncation.o: No such file or directory gcc: error: readfile.o: No such file or directory gcc: error: FT_PAO.o: No such file or directory gcc: error: FT_NLP.o: No such file or directory gcc: error: FT_ProExpn_VNA.o: No such file or directory
| |