parallel programming

Tag details

Welcome to the 'parallel programming' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'parallel programming'.

Look up Offsite Link "parallel", Offsite Link "programming" at The Free Dictionary

Latest blogosphere posts tagged “parallel programming”

  • DevMob2010, February 3rd in London, U


    Intel Software Network BlogsAuthority Authority: 498
    Participate to London unconference giving developers interested in portable devices the opportunity to discuss their issues and find solutions. Sponsored by Intel and Creative Assembly. Continuous updates, discussion forum and more pls see here: http://devmob2010.ning.com/ or ...
    1 day ago
  • Framework Design Guidelines


    Intel Software Network BlogsAuthority Authority: 498
    Tonight Ill be presenting at the Microsoft San Francisco, CA office for the Bay.NET User Group , this time discussing the best practices for Structured Exception Handling (SEH), based in part upon the Framework Design Guidelines book by Krzysztof Cwalina and Brad Abrams. If youre developing code with the ...
    1 day ago
  • Calling all parallel languages & libraries!


    Intel Software Network BlogsAuthority Authority: 498
    As I mentioned in my previous post, I have a set of lectures on pthreads that Ive reworked to try to challenge students, since it turned out that several of my colleagues and I were doing almost the same content several classes in a row.  Theres another things I do there, though, that I thought Id save for a separate ...
    3 days ago
  • New Software Assessment Tools Introduced


    Intel Software Network BlogsAuthority Authority: 498
    The Intel® Software Partner Program has introduced a set of software assessment tools for two specific Intel technologies for program members. Measure your softwares multi-core scaling with the Intel® Concurrency Checker, the software assessment tool for multi-core.  Assess your games playability on systems with ...
    3 days ago
  • Adventures with Typemock Isolator and Mock Objects


    Intel Software Network BlogsAuthority Authority: 498
    While developing a new release of the CodePlex.Diagnostics exception and logging framework I encountered a scenario where it became very difficult to write an effective unit test. In the latest release of the framework developers will interact with the framework using C# extension methods on the System.Exception ...
    6 days ago
  • Jeffrey Richters CLR via C#, 3rd Edition Coming Soon


    Intel Software Network BlogsAuthority Authority: 498
    If you have either been following this blog for sometime or you have heard me speak at user groups or conferences youll know that I believe every .NET developer, regardless of experience, should read Jeffrey Richters book CLR via C# . Youll be able to read the new edition of the book, updated for the C# language ...
    1 week ago
  • Parallel Programming Talk #58 - Tom Spyrou, Distingushed Engineer at Cadence Design Systems


    Intel Software Network BlogsAuthority Authority: 498
    Hello Parallel Programers. Im Aaron Tersteeg. Welcome to Episode 58 of Parallel Programming Talk. Joining me is guest co-host Dr. Clay Breshears. Download video of the show. Download an mp3 of show. First the News: Intel® Parallel Studio Webinars Live sessions are held December 15th at 9 a.m. PST/Noon ...
    1 week ago
  • Multicore in Systems Classes -- #2 Beyond "Parallel"


    Intel Software Network BlogsAuthority Authority: 498
    This topic has been mulling around in my head for a while, but it was really only in discussions with several people at SuperComputing a couple of weeks ago that I figured out how to explain what was bothering me.  As I mentioned in the last post in this series, Im teaching a junior-level systems course this semester ...
    1 week ago
  • Conversions with Microsoft Parallel Computing Team at SC09: My first experience on Parallel Technologies in Microsoft Visual Studio 2010 Beta


    Intel Software Network BlogsAuthority Authority: 498
    During the SC09 at Portland Expo Center, I stopped by the Microsoft Booth, and met with Danny, MS program manager for concurrency development platform, and Erika of common language Runtime team on Parallel Technologies in Microsoft Visual Studio 2010. We had some very informative and productive discussions, and I had ...
    1 week ago
  • Parallel Programming Talk #59 - Listener question with special guest Robert Chesebrough


    Intel Software Network BlogsAuthority Authority: 498
    Hello Parallel Programers. Im Aaron Tersteeg. Welcome to Episode 59 of Parallel Programming Talk . Joining me is guest co-host Dr. Clay Breshears. Download video of the show. Download an mp3 of show. First the News: Intel® Parallel Studio Webinars Live sessions are held December 15th at 9 a.m. ...
    1 week ago
  • The 2009 Intel Threading Challenge Contest roundup


    Intel Software Network BlogsAuthority Authority: 498
    The winner for the Phase 2 portion of the 2009 Intel Threading Challenge Contest has been announced. Go to the contest website for details. For this contest, we broke up the problems into two Phases. The first phase had 6 problems and ran 13 weeks from 06 APR to 03 JUL; the second phase also had 6 problems to ...
    1 week ago
  • Software without Memory errors and data races


    Intel Software Network BlogsAuthority Authority: 498
    This year we launched intel Parallel Studio.  Intel Parallel Studio is designed to improve the productivity and help the Visual C++ developer create good threaded software that scales.   It includes components that help express parallelism (Intel Threading Building Blocks), performance libraries, as well as tuning ...
    1 week ago
  • Intel® Parallel Studio: Great for Serial Code Too (Episode 1)


    Intel Software Network BlogsAuthority Authority: 498
    Although the name might not suggest it, if you develop C or C++ code in Microsoft Visual Studio, Intel Parallel Studio may be just what you’re looking for even if you have no intention of parallelizing your code. If you need any of these features Detailed memory access checking and leak detection Fully ...
    1 week ago
  • Announcing the first 3 Intel Black Belt Software Developers from China!


    Intel Software Network BlogsAuthority Authority: 498
    Another exciting update. Today, we are announcing the first 3 Intel Black Belt Software Developers from Intel Software Network China . Congratulations Yang JianFeng : An academic Black Belt nomination, Yang JianFeng has been a prolific contributor to our communities. He is known for consistently creating ...
    2 weeks ago
  • Black Belt Exception Management


    Intel Software Network BlogsAuthority Authority: 498
    Ill be presenting at the Microsoft San Francisco, CA office on Wednesday December 16th at 6:30pm for the Bay.NET User Group , this time discussing the best practices for Structured Exception Handling (SEH) and how you can make exceptions your friend rather than your enemy. In addition to discussing best practices ...
    2 weeks ago
  • A nice 64-bit error in C


    Intel Software Network BlogsAuthority Authority: 498
    In C language, you may use functions without defining them. Pay attention that I speak about C language, not C++. Of course, this ability is very dangerous. Let us have a look at an interesting example of a 64-bit error related to it. Below is the correct code that allocates and uses three arrays, 1 GB each: #include ...
    2 weeks ago
  • Parallel Pattern 9: Pack


    Blogs@IntelAuthority Authority: 138
    In this series of posts, I have been discussing a number of structured patterns for parallel computation . These can be used as the basis of many parallel algorithms. In this post, I will discuss a pattern, “pack”, that supports data filtering and variable-rate output. I will also discuss two useful variants ...
    2 weeks ago
  • White Rabbits - part 2


    Blogs@IntelAuthority Authority: 138
    This is a continuation of my White Rabbits blog. Let’s go looking for some White Rabbits. The above represents a series of 10 test runs, with average, of a program running 5 different tests per run. Run on a quad core Intel Q6600. Test 1 is single threaded // t1 single thread for loops __int64 t1 = ...
    3 weeks ago
  • Parallel Programming Talk #57 - Data Parallelism Technology Discussion with Anwar Ghulom, Stefanus Du Toit and Michael McCool


    Blogs@IntelAuthority Authority: 138
    Hello Parallel Programers, Im Aaron Tersteeg, the Intel® Parallel Programming Community Manager. Welcome to Episode 57 of Parallel Programming Talk . On todays show we are running an conversation that was recorded at the Intel Developer Forum in October.  Stefanus Du Toit ,  Michael McCool ...
    3 weeks ago
  • New article: A Data-parallel Virtual Machine


    Blogs@IntelAuthority Authority: 138
    Im one of the people who recently joined Intel from RapidMind . Together with the rest of the formerly-RapidMind team I am working on a product based on Ct Technology and our RapidMind development platform. Its been an exciting three months so far, and we already feel very much at home at Intel. If youd like to ...
    3 weeks ago

Comments about parallel programming

Personal attacks are NOT allowed
Please read our comment policy