<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Compling error: undefined reference to `__isoc99_sscanf' in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compling-error-undefined-reference-to-isoc99-sscanf/m-p/1025130#M19862</link>
    <description>&lt;P&gt;Hello, everyone,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I tried to apply MKL to compile several fortran code. However, I got some errors below. Also, I attached the makefile. It seemed something was not linked. &amp;nbsp;Is there anyone who can give me some hints? Thanks!&amp;nbsp;&lt;/P&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;ifort &amp;nbsp;-w -fast -DMKL_ILP64 -m64 &amp;nbsp;-c LinearSolverCSR.f&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;ifort &amp;nbsp;-L/pic/apps/intel/2015/&lt;WBR /&gt;composer_xe_2015.0.090/mkl/&lt;WBR /&gt;lib/intel64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_blas95_lp64 -lmkl_blas95_ilp64 -lmkl_lapack95_lp64 -lmkl_sequential -liomp5 -lmkl_core &amp;nbsp;-openmp &amp;nbsp;-limf &amp;nbsp;inputmodule.o main.o readinputsize.o ALLOC.o MakeJac.o makeYbus.o red_ybus.o Ext2int_gen.o LinearSolverCSR.o -lm &amp;nbsp;-o ds&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;ipo: warning #11021: unresolved __isoc99_sscanf&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Referenced in /pic/apps/intel/2015/composer_&lt;WBR /&gt;xe_2015.0.090/mkl/lib/intel64/&lt;WBR /&gt;libmkl_intel_thread.so&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Referenced in /pic/apps/intel/2015/composer_&lt;WBR /&gt;xe_2015.0.090/mkl/lib/intel64/&lt;WBR /&gt;libmkl_core.so&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;ipo: warning #11021: unresolved __isoc99_fscanf&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Referenced in /pic/apps/intel/2015/composer_&lt;WBR /&gt;xe_2015.0.090/mkl/lib/intel64/&lt;WBR /&gt;libmkl_core.so&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;/pic/apps/intel/2015/composer_&lt;WBR /&gt;xe_2015.0.090/mkl/lib/intel64/&lt;WBR /&gt;libmkl_intel_thread.so: undefined reference to `__isoc99_sscanf'&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;/pic/apps/intel/2015/composer_&lt;WBR /&gt;xe_2015.0.090/mkl/lib/intel64/&lt;WBR /&gt;libmkl_core.so: undefined reference to `__isoc99_fscanf'&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;make: *** [ds] Error 1&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;
	&lt;DIV&gt;PLAT = _OPENMP&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;11&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;12 FC = ifort&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;13 CC = icc&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;14&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;15 MKLDIR = /apps/intel/2015/composer_&lt;WBR /&gt;xe_2015.0.090/mkl&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;16&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;17 FFLAGS = -w -fast -DMKL_ILP64 -m64&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;18 CFLAGS = -w -fast -DMKL_ILP64 -m64&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;19&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;20 INCLUDES = -I$(MKLDIR)/include&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;21 LFLAGS = -L$(MKLDIR)/lib/intel64 -lmkl_intel_lp64 \&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;22 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-lmkl_intel_thread -lmkl_blas95_lp64 -lmkl_blas95_ilp64 -lmkl_lapack95_lp64 \&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;23 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-lmkl_sequential -liomp5 -lmkl_core &amp;nbsp;-openmp &amp;nbsp;-limf&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;24&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;25 OBJS = &amp;nbsp;inputmodule.o main.o readinputsize.o ALLOC.o MakeJac.o makeYbus.o red_ybus.o Ext2int_gen.o LinearSolverCSR.o&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;26&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;27 ALL_OBJ = $(OBJS)&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;28&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;29 %.o: %.f&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;30 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $(FC) $(FFLAGS) -c $&amp;lt;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;31&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;32 %.o: %.c&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;33 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $(CC) #(CFLAGS) -c $&amp;lt; -o $@&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;34&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;35 ds: &amp;nbsp;$(ALL_OBJ)&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;36 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $(FC) $(LFLAGS) $(ALL_OBJ) -lm &amp;nbsp;-o ds&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;37&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;38 clean:&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;39 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rm -rf *.o *.mod *.out *.chk ds&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 03 Jun 2015 18:04:49 GMT</pubDate>
    <dc:creator>Maggie_m_</dc:creator>
    <dc:date>2015-06-03T18:04:49Z</dc:date>
    <item>
      <title>Compling error: undefined reference to `__isoc99_sscanf'</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compling-error-undefined-reference-to-isoc99-sscanf/m-p/1025130#M19862</link>
      <description>&lt;P&gt;Hello, everyone,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I tried to apply MKL to compile several fortran code. However, I got some errors below. Also, I attached the makefile. It seemed something was not linked. &amp;nbsp;Is there anyone who can give me some hints? Thanks!&amp;nbsp;&lt;/P&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;ifort &amp;nbsp;-w -fast -DMKL_ILP64 -m64 &amp;nbsp;-c LinearSolverCSR.f&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;ifort &amp;nbsp;-L/pic/apps/intel/2015/&lt;WBR /&gt;composer_xe_2015.0.090/mkl/&lt;WBR /&gt;lib/intel64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_blas95_lp64 -lmkl_blas95_ilp64 -lmkl_lapack95_lp64 -lmkl_sequential -liomp5 -lmkl_core &amp;nbsp;-openmp &amp;nbsp;-limf &amp;nbsp;inputmodule.o main.o readinputsize.o ALLOC.o MakeJac.o makeYbus.o red_ybus.o Ext2int_gen.o LinearSolverCSR.o -lm &amp;nbsp;-o ds&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;ipo: warning #11021: unresolved __isoc99_sscanf&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Referenced in /pic/apps/intel/2015/composer_&lt;WBR /&gt;xe_2015.0.090/mkl/lib/intel64/&lt;WBR /&gt;libmkl_intel_thread.so&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Referenced in /pic/apps/intel/2015/composer_&lt;WBR /&gt;xe_2015.0.090/mkl/lib/intel64/&lt;WBR /&gt;libmkl_core.so&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;ipo: warning #11021: unresolved __isoc99_fscanf&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Referenced in /pic/apps/intel/2015/composer_&lt;WBR /&gt;xe_2015.0.090/mkl/lib/intel64/&lt;WBR /&gt;libmkl_core.so&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;/pic/apps/intel/2015/composer_&lt;WBR /&gt;xe_2015.0.090/mkl/lib/intel64/&lt;WBR /&gt;libmkl_intel_thread.so: undefined reference to `__isoc99_sscanf'&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;/pic/apps/intel/2015/composer_&lt;WBR /&gt;xe_2015.0.090/mkl/lib/intel64/&lt;WBR /&gt;libmkl_core.so: undefined reference to `__isoc99_fscanf'&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;make: *** [ds] Error 1&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;
	&lt;DIV&gt;PLAT = _OPENMP&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;11&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;12 FC = ifort&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;13 CC = icc&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;14&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;15 MKLDIR = /apps/intel/2015/composer_&lt;WBR /&gt;xe_2015.0.090/mkl&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;16&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;17 FFLAGS = -w -fast -DMKL_ILP64 -m64&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;18 CFLAGS = -w -fast -DMKL_ILP64 -m64&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;19&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;20 INCLUDES = -I$(MKLDIR)/include&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;21 LFLAGS = -L$(MKLDIR)/lib/intel64 -lmkl_intel_lp64 \&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;22 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-lmkl_intel_thread -lmkl_blas95_lp64 -lmkl_blas95_ilp64 -lmkl_lapack95_lp64 \&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;23 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-lmkl_sequential -liomp5 -lmkl_core &amp;nbsp;-openmp &amp;nbsp;-limf&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;24&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;25 OBJS = &amp;nbsp;inputmodule.o main.o readinputsize.o ALLOC.o MakeJac.o makeYbus.o red_ybus.o Ext2int_gen.o LinearSolverCSR.o&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;26&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;27 ALL_OBJ = $(OBJS)&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;28&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;29 %.o: %.f&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;30 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $(FC) $(FFLAGS) -c $&amp;lt;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;31&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;32 %.o: %.c&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;33 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $(CC) #(CFLAGS) -c $&amp;lt; -o $@&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;34&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;35 ds: &amp;nbsp;$(ALL_OBJ)&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;36 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $(FC) $(LFLAGS) $(ALL_OBJ) -lm &amp;nbsp;-o ds&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;37&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;38 clean:&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;39 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rm -rf *.o *.mod *.out *.chk ds&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 03 Jun 2015 18:04:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compling-error-undefined-reference-to-isoc99-sscanf/m-p/1025130#M19862</guid>
      <dc:creator>Maggie_m_</dc:creator>
      <dc:date>2015-06-03T18:04:49Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compling-error-undefined-reference-to-isoc99-sscanf/m-p/1025131#M19863</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;This is a known problem has been fixed in the next updates of Intel MKL ( &amp;gt; 11.2 update 1 ).&lt;/P&gt;

&lt;P&gt;--Gennady&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 19:35:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compling-error-undefined-reference-to-isoc99-sscanf/m-p/1025131#M19863</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2015-06-03T19:35:00Z</dc:date>
    </item>
  </channel>
</rss>

