[Wien] relinking the code, keeping compiled object files
Ilias Miroslav, doc. RNDr., PhD.
miroslav.ilias at umb.sk
Mon May 29 20:11:39 CEST 2023
Well, this happens on several machines,
The MKL libraries are properly set:
$MKLROOT/lib/intel64/libmkl_blas95_lp64.a $MKLROOT/lib/intel64/libmkl_lapack95_lp64.a -L$MKLROOT/lib/intel64 -lmkl_scalapack_lp64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lmkl_blacs_intelmpi_lp64 -liomp5 -lpthread -lm -ldl
This string makes 229 characters.
In the configurational part, there must be some strange string cut , maybe size of strings is restricted :
SRC_structeditor/SRC_ncmsymmetry/compile.msg:ifort: error #10236: File not
found: 'KLROOT/lib/intel64/libmkl_lapack95_lp64.a'
SRC_structeditor/SRC_ncmsymmetry/compile.msg:make: *** [ncmsymmetry] Error 1
Recommended options for system linuxifs are:
OpenMP switch: -qopenmp
Compiler options: -O -FR -mp1 -w -prec_div -pc80 -pad -ip -DINTEL_VML -traceback -assume buffered_io -I$(MKLROOT)/include
Linker Flags: $(FOPT) -L$(MKLROOT)/lib/$(MKL_TARGET_ARCH) -lpthread -lm -ldl -liomp5
Preprocessor flags: '-DParallel'
R_LIB (LAPACK+BLAS): -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core
Current settings:
M OpenMP switch: -qopenmp
O Compiler options: -O -FR -mp1 -w -prec_div -pc80 -pad -ip -DINTEL_VML -traceback -assume buffered_io -I$(MKLROOT)/include
L Linker Flags: $(FOPT) -L$(MKLROOT)/lib/$(MKL_TARGET_ARCH) -lpthread -lm -ldl -liomp5
P Preprocessor flags '-DParallel'
R R_LIBS (LAPACK+BLAS): $MKLROOT/lib/intel64/libmkl_blas95_lp64.a $MKLROOT/lib/intel64/libmkl_lapack95_lp64.a -L$MKLROOT/lib/intel64 -lmkl_scalapack_lp64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lmkl_blacs_intelmpi_lp64 -liomp5 -lpthread -lm -ldl
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://zeus.theochem.tuwien.ac.at/pipermail/wien/attachments/20230529/59cd5743/attachment.htm>
More information about the Wien
mailing list