<div dir="ltr">Hi,<br><br>-lxsmmext is for the optional OpenMP support<br>Not sure about -lxsmmgen. The flag was copied from an installation template used by my HPC center. I built some static kernels for specific matrix sizes when I installed libxsmm. Maybe the libxsmmgen library is related to them, but you'd have to ask the maintainers of libxsmm to be sure.<br><br><br>BR, <br><br>Nico<br><br>tiistai 27. kesäkuuta 2017 15.25.51 UTC+3 Dominik Mierzejewski kirjoitti:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hello,
<br>
<br>On Monday, 26 June 2017 at 07:27, Nico Holmberg wrote:
<br>> Hi,
<br>> 
<br>> You seem to be missing the library flags for LIBXSMM. I have set the 
<br>> following flags (gfortran)
<br>> 
<br>> LIBXSMM_LIB=/homeappl/home/<wbr>nholmber/appl_sisu/lib/<wbr>libxsmm-1.7.1/lib
<br>> LIBXSMM_INC=/homeappl/home/<wbr>nholmber/appl_sisu/lib/<wbr>libxsmm-1.7.1/include
<br>> 
<br>> DFLAGS  += -D__LIBXSMM
<br>> FCFLAGS += -I$(LIBXSMM_INC)
<br>> LDFLAGS  = $(FCFLAGS)
<br>> LIBS     += -L$(LIBXSMM_LIB) -lxsmm -lxsmmext -lxsmmgen -lxsmmf
<br>
<br>Out of curiosity, why are you adding -lxsmmext and -lxsmmgen? They don't
<br>seem to be required by libxsmm or libxsmmf.
<br>
<br>Regards,
<br>Dominik
<br>
<br>-- 
<br>Fedora <a href="http://fedoraproject.org/wiki/User:Rathann" target="_blank" rel="nofollow" onmousedown="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Ffedoraproject.org%2Fwiki%2FUser%3ARathann\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNEVbJI8uIQZqQ5a2A32BKj2MsEvQg';return true;" onclick="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Ffedoraproject.org%2Fwiki%2FUser%3ARathann\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNEVbJI8uIQZqQ5a2A32BKj2MsEvQg';return true;">http://fedoraproject.org/wiki/<wbr>User:Rathann</a>
<br>RPMFusion <a href="http://rpmfusion.org" target="_blank" rel="nofollow" onmousedown="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Frpmfusion.org\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGuXI6q1gR3iH1rL6kQDvuA2gqJwQ';return true;" onclick="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Frpmfusion.org\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGuXI6q1gR3iH1rL6kQDvuA2gqJwQ';return true;">http://rpmfusion.org</a>
<br>"Faith manages."
<br>        -- Delenn to Lennier in Babylon 5:"Confessions and Lamentations"
<br></blockquote></div>