| 
|  Building OpenMX latest with Intel |  | 
 Date: 2022/06/15 03:17
 Name: Grigory Shamov
  <Grigory.Shamov@umanitoba.ca>
 
Hi,
 We have tried to build OpenMX patch 3.9.9 with Intel compilers and openMPI, on Linux.
 
 It fails for some "DSO object missing" at linking stage. Looks like adding -lifcore to the LIBS fixes this (if using the top of the makefile example; it has some -lifcore in commented out lines below).
 
 LIB= -L$(MKLROOT)/lib/intel64 -lmkl_scalapack_lp64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lmkl_blacs_openmpi_lp64 -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -liomp5 -lifcore -lpthread -lm -ldl
 |  |