<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- Generated on Sun, 19 Jul 2009 21:08:33 -0700 --><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    
    <title>Intel Software Network <![CDATA[ forums ]]> feed</title>
    <link>http://software.intel.com/en-us/forums</link>
    <description />
    <language>en-us</language>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/ISNForums" type="application/rss+xml" /><feedburner:emailServiceId>ISNForums</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <title>Intel name mangling planning</title>
      <description>The name mangling for types __m64, __m128, __m128d, __m128i differs between Intel and Gnu compilers.&lt;br /&gt;&lt;br /&gt;For example, gcc mangles __m128 as "U8__vectorf", while icc makes it "6__m128"&lt;br /&gt;&lt;br /&gt;C++ example:&lt;br /&gt;--------------------------------&lt;br /&gt;#include &amp;lt;emmintrin.h&amp;gt;&lt;br /&gt;int TestFunction(__m128 x) {return 1;}&lt;br /&gt;--------------------------------&lt;br /&gt;Output for g++ -S:&lt;br /&gt;_Z12TestFunctionU8__vectorf&lt;br /&gt;--------------------------------&lt;br /&gt;Output for icc -S:&lt;br /&gt;_Z12TestFunction6__m128&lt;br /&gt;--------------------------------&lt;br /&gt;&lt;br /&gt;Anyone who can tell me is this change coordinated with the gcc developers?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Wise&lt;img src="http://feeds.feedburner.com/~r/ISNForums/~4/7WGDNBkN5hs" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/ISNForums/~3/7WGDNBkN5hs/</link>
      <pubDate>Sun, 19 Jul 2009 20:32:24 -0700</pubDate>
      <guid isPermaLink="false">http://software.intel.com/en-us/forums/intel-c-compiler/topic/67074/</guid>
    <feedburner:origLink>http://software.intel.com/en-us/forums/intel-c-compiler/topic/67074/</feedburner:origLink></item>
    <item>
      <title>Problem with License Manager</title>
      <description>Hi!&lt;br /&gt;I received following error message while installing Intel license manager:&lt;br /&gt;"Setup was unable to start the Intel License Manager for FLEXlm. Make sure you have a valid license file"&lt;br /&gt;This error appear when i use combined license file and even i use initial license files received from Intel.&lt;br /&gt;&lt;br /&gt;Environment for Intel license manager installing is Windows 2008 Server Standard 32-bit.&lt;br /&gt;Host name and host id parameters correspond with server name and mac address one of NICs.&lt;br /&gt;&lt;br /&gt;Anyone have ideas?&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/ISNForums/~4/B5xnHGcZ-_o" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/ISNForums/~3/B5xnHGcZ-_o/</link>
      <pubDate>Sun, 19 Jul 2009 20:26:37 -0700</pubDate>
      <guid isPermaLink="false">http://software.intel.com/en-us/forums/intel-c-compiler/topic/66925/</guid>
    <feedburner:origLink>http://software.intel.com/en-us/forums/intel-c-compiler/topic/66925/</feedburner:origLink></item>
    <item>
      <title>vm_strings.h - compilation error.</title>
      <description>I am trying to compile my program in Visual Studio 6. I have just included all the necessary directories and libraries of IPP. When i try to compile my program it gives following error:&lt;br /&gt;&lt;br /&gt;Compiling...&lt;br /&gt;MemorySink.cpp&lt;br /&gt;c:\program files\microsoft visual studio\vc98\include\errno.h(76) : warning C4005: 'EINTR' : macro redefinition&lt;br /&gt; d:\work\dx source filter\live555\live\groupsock\include\netcommon.h(41) : see previous definition of 'EINTR' c:\program files\microsoft visual studio\vc98\include\errno.h(83) : warning C4005: 'EAGAIN' : macro redefinition&lt;br /&gt; d:\work\dx source filter\live555\live\groupsock\include\netcommon.h(40) : see previous definition of 'EAGAIN'&lt;br /&gt;&lt;br /&gt;d:\work\intel_ipp\data\w_ipp-samples_p_6.0.0.117\ipp-samples\audio-video-codecs\core\vm\include\vm_strings.h(134) : error C2146: syntax error : missing ';' before identifier 'vm_string_findfirst'&lt;br /&gt;&lt;br /&gt;d:\work\intel_ipp\data\w_ipp-samples_p_6.0.0.117\ipp-samples\audio-video-codecs\core\vm\include\vm_strings.h(134) : error C2501: 'intptr_t' : missing storage-class or type specifiers&lt;br /&gt;&lt;br /&gt;d:\work\intel_ipp\data\w_ipp-samples_p_6.0.0.117\ipp-samples\audio-video-codecs\core\vm\include\vm_strings.h(134) : fatal error C1004: unexpected end of file found&lt;br /&gt;Error executing cl.exe.&lt;br /&gt;&lt;br /&gt;OpenRTSPStreamConsole.exe - 3 error(s), 2 warning(s)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Following is my include paths:&lt;br /&gt;&lt;br /&gt;..\..\..\..\..\..\..\Dx Source Filter\Live555\live\liveMedia\include,&lt;br /&gt;..\..\..\..\..\..\..\Dx Source Filter\Live555\live\UsageEnvironment\include,&lt;br /&gt;..\..\..\..\..\..\..\Dx Source Filter\Live555\live\groupsock\include,&lt;br /&gt;..\..\..\..\..\..\..\Dx Source Filter\Live555\live\BasicUsageEnvironment\include,&lt;br /&gt;..\..\..\audio-video-codecs\codec\color_space_converter\include,&lt;br /&gt;..\..\..\audio-video-codecs\core\umc\include,&lt;br /&gt;..\..\..\audio-video-codecs\core\vm\include,&lt;br /&gt;..\..\..\audio-video-codecs\pipeline\umc_pipeline\include\,&lt;br /&gt;..\..\..\audio-video-codecs\core\vm_plus\include,&lt;br /&gt;..\..\..\audio-video-codecs\codec\mpeg4_dec\include,&lt;br /&gt;..\..\..\audio-video-codecs\codec\h264_dec\include,&lt;br /&gt;..\..\..\audio-video-codecs\codec\jpeg\include&lt;br /&gt;&lt;br /&gt;Please help.&lt;img src="http://feeds.feedburner.com/~r/ISNForums/~4/xjnbnNoeeGk" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/ISNForums/~3/xjnbnNoeeGk/</link>
      <pubDate>Sun, 19 Jul 2009 19:50:33 -0700</pubDate>
      <guid isPermaLink="false">http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/67064/</guid>
    <feedburner:origLink>http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/67064/</feedburner:origLink></item>
    <item>
      <title>IPP samples for Mac OS</title>
      <description>Hi all, &lt;br /&gt;&lt;br /&gt;I'm quite new in IPP and I'm working on Mac.&lt;br /&gt;I have downloaded sample codes for Mac OS, but they are not working.&lt;br /&gt;Are there any tutorials that can give a good start for IPP under Mac?&lt;br /&gt;&lt;br /&gt;Another question I have:&lt;br /&gt;Apply offers several frameworks for app development. Is there any preference of which one of them to use for IPP (for instance: Cocoa or Carbon)&lt;br /&gt;&lt;br /&gt;Thanks.&lt;img src="http://feeds.feedburner.com/~r/ISNForums/~4/E5rayVt7R0g" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/ISNForums/~3/E5rayVt7R0g/</link>
      <pubDate>Sun, 19 Jul 2009 19:46:21 -0700</pubDate>
      <guid isPermaLink="false">http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/67068/</guid>
    <feedburner:origLink>http://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/67068/</feedburner:origLink></item>
    <item>
      <title>libstdc++.so.5 is missing...openSuse 11.1 64-bit</title>
      <description>Hi there,&lt;br /&gt;&lt;br /&gt;I am trying to install the intel fortran compiler for linux version 11.1 on a suse 11.1 machine. This is my uname -a gives:&lt;br /&gt;Linux linux-3pe2 2.6.27.7-9-default #1 SMP 2008-12-04 18:10:04 +0100 x86_64 x86_64 x86_64 GNU/Linux&lt;br /&gt;&lt;br /&gt;The error the installation gives is:&lt;br /&gt;&lt;br /&gt;Step no: 4 of 7 | Installation configuration - Missing Critical Pre-requisite&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;The following required for installation commands are missing:&lt;br /&gt;libstdc++.so.5 (library)&lt;br /&gt;&lt;br /&gt;I did a whereis libstdc++.so.5 and this is what was given:&lt;br /&gt;libstdc++.so: /usr/lib/libstdc++.so.6 /usr/lib64/libstdc++.so.5 /usr/lib64/libstdc++.so.6&lt;br /&gt;&lt;br /&gt;I dont understand why the installation does not see where the files are. How to get the installation route to the right directory either x86 or x64? &lt;br /&gt;&lt;br /&gt;Please help to solve this problem. Someone must have come across this.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Mald&lt;br /&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/ISNForums/~4/DMkkc31RTMU" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/ISNForums/~3/DMkkc31RTMU/</link>
      <pubDate>Sun, 19 Jul 2009 18:30:32 -0700</pubDate>
      <guid isPermaLink="false">http://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/67073/</guid>
    <feedburner:origLink>http://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/67073/</feedburner:origLink></item>
    <item>
      <title>[Regression Intel Fortran 11.1] Bug report</title>
      <description>The following part of our code does compile with ifort 11.1 (both MAC OS X and Linux) when compiling just with -c, but not with the -g -c flags. Also when compiling with -c only the produced module and object files seems to be incorrect, because our code crashed further on when calling the compiled module expressions.o.&lt;br /&gt;The error when compiling with -g -c is:&lt;br /&gt;ifort111: error #10105: /opt/ifort/intel/Compiler/11.1/038/bin/ia32/fortcom: core dumped&lt;br /&gt;ifort111: error #10106: Fatal error in /opt/ifort/intel/Compiler/11.1/038/bin/ia32/fortcom, terminated by unknown signal(139)&lt;br /&gt;compilation aborted for expressions.f90 (code 1)&lt;br /&gt;&lt;br /&gt;Here is the code:&lt;br /&gt;*****&lt;br /&gt;module expressions&lt;br /&gt;&lt;br /&gt; implicit none&lt;br /&gt; private&lt;br /&gt;&lt;br /&gt; type :: prt_t&lt;br /&gt; private&lt;br /&gt; integer :: type = 0&lt;br /&gt; end type prt_t&lt;br /&gt;&lt;br /&gt; type :: var_entry_t&lt;br /&gt; private&lt;br /&gt; integer,               pointer :: ival =&amp;gt; null ()&lt;br /&gt; procedure(obs_binary_int),  nopass, pointer :: obs2_int  =&amp;gt; null ()&lt;br /&gt; type(var_entry_t), pointer :: next =&amp;gt; null ()&lt;br /&gt; end type var_entry_t&lt;br /&gt;&lt;br /&gt; type :: var_list_t&lt;br /&gt; private&lt;br /&gt; type(var_entry_t), pointer :: first =&amp;gt; null ()&lt;br /&gt; end type var_list_t&lt;br /&gt;&lt;br /&gt; abstract interface&lt;br /&gt; function obs_binary_int (prt1, prt2) result (ival)&lt;br /&gt; import&lt;br /&gt; integer :: ival&lt;br /&gt; type(prt_t), intent(in) :: prt1, prt2&lt;br /&gt; end function obs_binary_int&lt;br /&gt; end interface&lt;br /&gt;&lt;br /&gt;contains&lt;br /&gt;&lt;br /&gt; recursive function var_list_get_var_ptr (var_list) result (var)&lt;br /&gt; type(var_entry_t), pointer :: var&lt;br /&gt; type(var_list_t), intent(in), target :: var_list&lt;br /&gt; var =&amp;gt; var_list%first&lt;br /&gt; end function var_list_get_var_ptr&lt;br /&gt;&lt;br /&gt;end module expressions&lt;br /&gt;*****&lt;img src="http://feeds.feedburner.com/~r/ISNForums/~4/drriCx-wNNg" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/ISNForums/~3/drriCx-wNNg/</link>
      <pubDate>Sun, 19 Jul 2009 17:35:05 -0700</pubDate>
      <guid isPermaLink="false">http://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/67065/</guid>
    <feedburner:origLink>http://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/67065/</feedburner:origLink></item>
    <item>
      <title>ifort 9 compiles, ifort 11 not</title>
      <description>module_test.f90:&lt;br /&gt;--------------------&lt;br /&gt;module mod_test&lt;br /&gt;implicit none&lt;br /&gt;contains&lt;br /&gt; &lt;br /&gt; real function add_sum (a,b,c)&lt;br /&gt; real,intent(in) :: a,b,c&lt;br /&gt; real :: nothi&lt;br /&gt; &lt;br /&gt; add_sum = a + b + nothi(c)&lt;br /&gt; &lt;br /&gt; end function add_sum&lt;br /&gt; &lt;br /&gt; real function nothi (d)&lt;br /&gt; real,intent(in) :: d&lt;br /&gt; &lt;br /&gt; nothi = d&lt;br /&gt; &lt;br /&gt; end function nothi&lt;br /&gt; &lt;br /&gt;end module mod_test&lt;br /&gt;&lt;br /&gt;main_test.f90:&lt;br /&gt;-----------------&lt;br /&gt;program test&lt;br /&gt;use mod_test&lt;br /&gt;implicit none&lt;br /&gt;&lt;br /&gt; real :: a,b,c,res&lt;br /&gt; &lt;br /&gt; a=1.&lt;br /&gt; b=1.&lt;br /&gt; c=1.&lt;br /&gt; &lt;br /&gt; res =  add_sum ( a, b, c )&lt;br /&gt; write(*,*)res&lt;br /&gt; &lt;br /&gt;end program test&lt;br /&gt;&lt;br /&gt;********************************************&lt;br /&gt;"ifort module_test.f90 main_test.f90"  gives me:&lt;br /&gt;&lt;br /&gt;/tmp/ifortvZIo3p.o: In function `mod_test_mp_add_sum_':&lt;br /&gt;module_test.f90:(.text+0x21): undefined reference to `nothi_'&lt;br /&gt;&lt;br /&gt;But if i compile with ifort version 9 produces an executable a.out.&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/ISNForums/~4/R4pSNI3uGnw" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/ISNForums/~3/R4pSNI3uGnw/</link>
      <pubDate>Sun, 19 Jul 2009 15:24:41 -0700</pubDate>
      <guid isPermaLink="false">http://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/67072/</guid>
    <feedburner:origLink>http://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/67072/</feedburner:origLink></item>
    <item>
      <title>Debugging NaN -- ISNAN() in debugger?</title>
      <description>&lt;p&gt;How can I create a breakpoint that tests for NaN? &lt;br /&gt;&lt;br /&gt;I am using Visual Studio 2005 and Intel Fortran 10 to debug a legacy Fortran77 program in which elements in a large array (~100000 elements) inexplicably take on NaN values. &lt;br /&gt;&lt;br /&gt;If I create a watchpoint condition such as ISNAN(x) to test whether the variable x is NaN, the message in the watch window is "Undefinded variable isnan."&lt;br /&gt;&lt;br /&gt;Thanks.&lt;br /&gt;&lt;br /&gt;Glenn&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ISNForums/~4/pYPi5_yadvo" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/ISNForums/~3/pYPi5_yadvo/</link>
      <pubDate>Sun, 19 Jul 2009 12:39:06 -0700</pubDate>
      <guid isPermaLink="false">http://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/67071/</guid>
    <feedburner:origLink>http://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/67071/</feedburner:origLink></item>
    <item>
      <title>Very, Very new to Intel TBB</title>
      <description>...so please be kind... I am a programmer with 25 years of experiance but clueless in here. I'm going to take the dive but what O.S. should I focus on? I have a Vista Ultimate machine, XP Pro machine, Windows Server 2003 and Linux. I would prefer to start on XP because the contract I am working on uses that environment. I may have to switch them to Linux 2.6 possibly down the road but that would cause a much longer development cycle and require my ultimate solution to involve changing over all systems in the field. Client has a multiple application app running on a quad core cpu system under XP at the moment. He is having throughput problems. Will applying TBB under XP kernel make any sense? Sorry if this has been addressed before and question is redundant, I havn't learned how to look around here yet but will do better soon. Thanks, Dennis in Camarillo CA.&lt;img src="http://feeds.feedburner.com/~r/ISNForums/~4/p3pm6z-PwfQ" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/ISNForums/~3/p3pm6z-PwfQ/</link>
      <pubDate>Sun, 19 Jul 2009 11:05:01 -0700</pubDate>
      <guid isPermaLink="false">http://software.intel.com/en-us/forums/intel-threading-building-blocks/topic/67070/</guid>
    <feedburner:origLink>http://software.intel.com/en-us/forums/intel-threading-building-blocks/topic/67070/</feedburner:origLink></item>
    <item>
      <title>GMA950 glShadeModel(GL_FLAT) bug</title>
      <description>I've stumbled on a driver bug, where when using glShadeModel(GL_FLAT) the triangle color is not always taken from the last vertex as it should.&lt;br /&gt;&lt;br /&gt;Here's how this looks with the Intel card:&lt;br /&gt;&lt;img alt="Intel GL_FLAT" src="http://geleto.com/files/intl.png" width="243" height="246" /&gt;&lt;br /&gt;&lt;br /&gt;... and the same thing with ATI and NVidia cards:&lt;br /&gt;&lt;img alt="NVidia GL_FLAT" src="http://geleto.com/files/nv.png" width="247" height="249" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://geleto.com/files/glflatbug.exe"&gt;Executable &lt;/a&gt;(requires glut32.dll):&lt;br /&gt;&lt;br /&gt;Source:&lt;br /&gt;
&lt;pre name="code" class="cpp"&gt;#include "stdafx.h"&lt;br /&gt;#include &amp;lt;GL/glut.h&amp;gt;&lt;br /&gt;&lt;br /&gt;void display(void)&lt;br /&gt;{&lt;br /&gt;	int colors[7] = { 0xff0000,0x00ff00,0x0000ff, 0xff00ff,0xff00ff,0xff00ff,0xff00ff };&lt;br /&gt;	int indexes[18] = { 1,2,0,  2,3,0, 0,4,1, 4,5,1, 1,5,2, 5,6,2 };&lt;br /&gt;	float verts[21] = { 0,-2,0, 0,0,0, -1,1,0, -1,-1,0, 1,-1,0, 1,1,0, 0,2,0 };&lt;br /&gt;&lt;br /&gt;	glClear( GL_COLOR_BUFFER_BIT );&lt;br /&gt;&lt;br /&gt;	glEnableClientState( GL_VERTEX_ARRAY );&lt;br /&gt;	glEnableClientState( GL_COLOR_ARRAY );&lt;br /&gt;&lt;br /&gt;	glColorPointer( 4, GL_UNSIGNED_BYTE, 0, colors );&lt;br /&gt;	glVertexPointer( 3, GL_FLOAT, 0, verts );&lt;br /&gt;	glDrawElements( GL_TRIANGLES, 18, GL_UNSIGNED_INT, indexes );&lt;br /&gt;&lt;br /&gt;	glDisableClientState( GL_VERTEX_ARRAY );&lt;br /&gt;	glDisableClientState( GL_COLOR_ARRAY );&lt;br /&gt;	&lt;br /&gt;	glFlush();&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;void init(void)&lt;br /&gt;{&lt;br /&gt;	glShadeModel( GL_FLAT );&lt;br /&gt;	glMatrixMode( GL_PROJECTION );&lt;br /&gt;	glLoadIdentity();&lt;br /&gt;	glOrtho( -2, 2, -3, 3, -1, 1 );&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;int _tmain( int argc, char** argv )&lt;br /&gt;{&lt;br /&gt;	glutInit( &amp;amp;argc, argv );&lt;br /&gt;	glutInitDisplayMode( GLUT_SINGLE | GLUT_RGB );&lt;br /&gt;	glutInitWindowSize( 250, 250 );&lt;br /&gt;	glutInitWindowPosition( 100, 100 );&lt;br /&gt;	glutCreateWindow( "Fix me!!!" );&lt;br /&gt;	init();&lt;br /&gt;	glutDisplayFunc( display );&lt;br /&gt;	glutMainLoop();&lt;br /&gt;	return 0;&lt;br /&gt;}&lt;/pre&gt;
&lt;br /&gt;&lt;br /&gt;The same thing happens with normals and when using VBO.&lt;br /&gt;Tested on an Asus eeepc 1000h, Windows XP, with drivers version 6.14.10.4906(the latest from Asus) and 6.14.10.4926&lt;br /&gt;BTW, the VBOs on 4926 are very unstable. 4906 has no VBOs&lt;img src="http://feeds.feedburner.com/~r/ISNForums/~4/KEcqBgMxRXg" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/ISNForums/~3/KEcqBgMxRXg/</link>
      <pubDate>Sun, 19 Jul 2009 06:30:57 -0700</pubDate>
      <guid isPermaLink="false">http://software.intel.com/en-us/forums/developing-software-for-visual-computing/topic/67069/</guid>
    <feedburner:origLink>http://software.intel.com/en-us/forums/developing-software-for-visual-computing/topic/67069/</feedburner:origLink></item>
  </channel>
</rss>
