Is it possible to execute a parallel C program in windows OS??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jigarohit
    New Member
    • Nov 2011
    • 1

    Is it possible to execute a parallel C program in windows OS??

    Is it possible to execute a parallel c program in windows platform..??

    I mean..the openmp header file which we use in Fedora to execute parallel program..is it possible to do the same in windows platform....???
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    I doubt it, that is a non standard header, and I can't find it in Microsoft Visual Studio so it appears as if it is an extension they don't support.

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      Read this http://msdn.microsoft.com/en-us/library/tt15eb9t.aspx

      Comment

      • Banfa
        Recognized Expert Expert
        • Feb 2006
        • 9067

        #4
        Oops my mistake, I guess looking for the right header file would have helped, omp.h does indeed exist in my Visual Studio installation.

        Comment

        Working...