<div dir="ltr">Hi Kwon,<br><br>Did I understand you right - your popt version was compiled successfully? Have you tried to run the executable in parallel - for instance with the test 'cp2k/tests/QS/benchmark/H2O-32.inp'?<br><br>If it is not running:<br>1) what is the output of 'ldd [path_to_your_cp2k.popt_executable]'?<br>2) what is the output of 'which mpifort'?<br>3) what is the output of 'mpifort --version'?<br><br><br>If it is running, then it is relatively simple to generate ssmp and psmp versions.<br><br>For psmp:<br>- add '-openmp' to CFLAGS and FCFLAGS<br><br>For ssmp:<br>- add '-openmp' to CFLAGS and FCFLAGS<br>- remove '-D__parallel -D__SCALAPACK' from DFLAGS <br>- substitute 'LIBS = ...' by<br>LIBS     = -Wl,--start-group \<br><div dir="ltr">             $(INTEL_MKL_LIB)/libmkl_intel_<wbr>lp64.a \<br>             $(INTEL_MKL_LIB)/libmkl_core.a \<br>             $(INTEL_MKL_LIB)/libmkl_<wbr>sequential.a \<br>           -Wl,--end-group \<br>           -lpthread -lm</div><br>Best regards,<br>Andreas<br></div>