<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Wed, 25 Nov 2009 02:01:16 -0800 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/forums/whatif-alpha-software/feed" rel="self" type="application/rss+xml" />
    <title>Intel Software Network - <![CDATA[ WhatIf Alpha Software ]]> feed</title>
    <link>http://software.intel.com/en-us/forums/whatif-alpha-software</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>problem with installing cilk++</title>
      <description><![CDATA[ hi every one,<br />                      iam a novice working on cilk++. i had a problem with installing and running the cilk++ examples on my test system. i performed the  following steps as mentioned in the cilk++ release notes<br />1. I downloaded cilk++  64-bit software  cilk_8503-x86_64.release.tar.gz.<br />2. unzipped to my home directory /home2/chow../ and a folder was created /home2/chow../cilk<br />3. i set the path using the command PATH= /home2/chow../cilk/bin:$PATH.<br />4. next i changed to the examples directory cd /home2/scra07/cilk/examples/qsort.<br />5. i tried to build and run the program using the command make.<br /> after this iam getting a problem i couldn't see any message or output  (or)some times iam getting a message like   "make: Nothing to be done for `all'." .<br />Could any one please help me with this problem. ]]></description>
      <link>http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69983/</link>
      <pubDate>Wed, 18 Nov 2009 17:26:19 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69983/</guid>
      <category>Parallel Programming</category>
      <category>ISN General</category>
    </item>
    <item>
      <title>Open MP inside Cilk++</title>
      <description><![CDATA[ Hi,<br /><br /> Is it possible to use an external code written in Open MP inside a cilk++ program ? Does cilk provide this <br />flexibility ?<br /><br />Thanks!<br />pkroy ]]></description>
      <link>http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69938/</link>
      <pubDate>Tue, 17 Nov 2009 05:37:10 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69938/</guid>
      <category>Parallel Programming</category>
      <category>ISN General</category>
    </item>
    <item>
      <title>Multithreaded implementation of Intel ODE Solvers</title>
      <description><![CDATA[ Hello,<br /><br />I tried to use Intel ODE solver library in my master course project. It is really easy-to-use and high-quality library. Thanks a lot to Intel engineers for this awesome software.<br /><br />One thing I would like to know: will be multithreaded implementation available for this library in the future?<br /><br />Best regards,<br />Art<br /> ]]></description>
      <link>http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69892/</link>
      <pubDate>Mon, 16 Nov 2009 22:07:55 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69892/</guid>
      <category>Parallel Programming</category>
      <category>ISN General</category>
    </item>
    <item>
      <title>PTU license issue </title>
      <description><![CDATA[ <span style="font-family: Helvetica; font-size: medium; ">I bought a license for Vtune performance Analyzer for Linux, Version 9 recently. I also downloaded the accompanying Performance Tuning Utility, PTU 3.2. I installed the VTune performance analyzer and the PTU. However, when I try to use the PTU, I get following error:</span>
<div><span style="font-family: Helvetica, sans-serif;"><span style="font-size: medium;"><br /></span></span>
<div>Error: A license for PerfAnl could not be obtained.</div>
<div><br /></div>
<div>Your license is not current enough to allow you to use this</div>
<div>newer version of our software.  Usually this occurs because</div>
<div>your support services license expired before we created this</div>
<div><span style="font-family: Helvetica; font-size: medium; "><span style="font-family: verdana, sans-serif; font-size: 11px; ">version.  You will need to purchase a new license.</span></span></div>
<div><span style="font-family: Helvetica, sans-serif;"><span style="font-size: medium;"><br /></span></span></div>
<div><span style="font-family: Helvetica; font-size: medium; ">Note that I haven't used installed this software in any other machine and this is the first time I am trying to use it.</span></div>
<div><span style="font-family: Helvetica; font-size: medium; "><span style="font-family: Helvetica, sans-serif;">Can some one help?</span></span></div>
<div><span style="font-size: medium;"><br /></span></div>
<div><span style="font-family: Helvetica; font-size: medium; "><span style="font-family: Helvetica, sans-serif;">Thanks,</span></span></div>
<div><span style="font-family: Helvetica; font-size: medium; "><span style="font-family: Helvetica, sans-serif;">Anirban<br /></span><br /></span></div>
</div> ]]></description>
      <link>http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69884/</link>
      <pubDate>Fri, 13 Nov 2009 13:58:28 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69884/</guid>
      <category>Parallel Programming</category>
      <category>ISN General</category>
    </item>
    <item>
      <title>vtssrun not profiling child processes</title>
      <description><![CDATA[ Hi,<br /><br />I am trying to run vtssrun with apache server where one master process spawns several child processes. <br />vtssrun does not seem to be collecting profile data for the child processes and I can't figure out why.<br /><br />This is how I  am invoking vtssrun<br /> <br />  vtssrun &lt;exp-dir&gt; -- &lt;apache-command&gt;<br /><br />After the run completes, I see a lot of empty .vtss files. <br /><br />  vtssview &lt;exp-dir&gt; -p <br />gives some results but very few samples and none from the child process. <br /><br />I also tried attaching to one of the apache child processes with <br /><br />  vtssrun &lt;exp-dir&gt; -a &lt;pid&gt; <br /><br />but it immediately exits with the below message.<br /><br />  Internal Error: Attached application can be terminated abnormally<br />  Stop request has been processed..<br /><br /> I think trace:trace is default mode, so child process s'd be getting profiled by default. Can you please help with this ?<br /><br />thanks,<br />Sujit<br /> ]]></description>
      <link>http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69825/</link>
      <pubDate>Wed, 11 Nov 2009 10:00:04 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69825/</guid>
      <category>Parallel Programming</category>
      <category>ISN General</category>
    </item>
    <item>
      <title>comparison cilk++, openmp, pthreads first results</title>
      <description><![CDATA[ Hello, <br /><br />Here the first results of my comparison of cilk++ and openmp, on my application which is 3D meshgeneration. I have done here the first part which is octree-refinement + inserting triangles. The reference is a pthreaded version of the code.<br />Please consider, that these are first numbers. The difference between cilk++ and openmp is also due to the used compiler-version (but cilk is done only for the 4.2.4). <br /><br />best regards<br /><br />Ferdinand ]]></description>
      <link>http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69681/</link>
      <pubDate>Thu, 05 Nov 2009 04:10:30 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69681/</guid>
      <category>Parallel Programming</category>
      <category>ISN General</category>
    </item>
    <item>
      <title>PTU Error with OpenGL apps and new NVIDIA drivers</title>
      <description><![CDATA[ Running on Redhat 5 64-bit linux machines (tried on several different ones) with NVIDIA driver 185.18.14 or later, if I try to profile (vtssrun) any OpenGL app using ptu 3.2, I receive the following errors:<br /><br />2714602317306492 : 2a95f18680 : CRITICAL : 'dlsym' for '_Exit' error Bad file descriptoropen log '(null)': Bad address<br />write log: Bad file descriptor<br />2714602317342532 : 2a95f18680 : CRITICAL : 'dlsym' for '_exit' faild. Error Bad file descriptoropen log '(null)': Bad address<br />write log: Bad file descriptor<br /><br />If I roll back to 173.x.x drivers (specifically 173.14.12) the profiling works as expected ]]></description>
      <link>http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69657/</link>
      <pubDate>Wed, 04 Nov 2009 09:40:40 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69657/</guid>
      <category>Parallel Programming</category>
      <category>ISN General</category>
    </item>
    <item>
      <title>User undo action in TM</title>
      <description><![CDATA[ STM ABI says that function registered by calling _ITM_addUserUndoAction() is executed if a transaction is aborted or retried to allow the user code to undo any operations.
<div>Is it possible to get pointer to _ITM_abortReason struct or to detect if transaction was aborted by user or retried inside this user-defined function?</div> ]]></description>
      <link>http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69641/</link>
      <pubDate>Wed, 04 Nov 2009 05:42:38 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69641/</guid>
      <category>Parallel Programming</category>
      <category>ISN General</category>
    </item>
    <item>
      <title>cilk++ does not support 64bit programming ?</title>
      <description><![CDATA[ I find my cilk++ code can not be compiler wtih vs 2008 and intel c++ if I choose win64 platform. ]]></description>
      <link>http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69621/</link>
      <pubDate>Tue, 03 Nov 2009 15:10:58 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69621/</guid>
      <category>Parallel Programming</category>
      <category>ISN General</category>
    </item>
    <item>
      <title>openmp vs cilk++</title>
      <description><![CDATA[ <p>which one is better ? <br />easy to use, performance ?</p> ]]></description>
      <link>http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69595/</link>
      <pubDate>Mon, 02 Nov 2009 19:18:49 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/whatif-alpha-software/topic/69595/</guid>
      <category>Parallel Programming</category>
      <category>ISN General</category>
    </item>
  </channel></rss>