User Profile

Collapse

Profile Sidebar

Collapse
simuumar
simuumar
Last Activity: Nov 2 '08, 08:47 PM
Joined: Nov 2 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • simuumar
    replied to Warning message
    in C
    so can u provide me some understanding. Atleast i can run the progrma please.Then I will understand automatically....
    See more | Go to post

    Leave a comment:


  • simuumar
    replied to Warning message
    in C
    Can I have some program using pragma...
    See more | Go to post

    Leave a comment:


  • simuumar
    replied to Warning message
    in C
    # ifdef _OPENMP
    # include < omp.h >
    # endif
    int main()
    {
    int i,id ;
    #pragma once
    {
    for (i = 0; i<4; ++i )
    {
    int id = omp_get_thread_ num ();

    return 0;

    }
    }
    }


    I am compiling the above code but its not working.Please help.
    or correct the above please...
    See more | Go to post

    Leave a comment:


  • simuumar
    replied to Warning message
    in C
    Can u please send me any complete example.
    please.so that i can understand.
    See more | Go to post

    Leave a comment:


  • simuumar
    replied to Warning message
    in C
    How I can execute the omp parallel directive
    can you please mentioned what is the mistake.
    See more | Go to post

    Leave a comment:


  • simuumar
    started a topic Warning message
    in C

    Warning message

    When I compile the program I have the follwing message

    In function 'int main()'

    ignoring #pragma omp for

    The code is following

    #ifdef _OPENMP
    #include <omp.h>
    #endif
    int main()
    {
    # pragma omp for
    {
    for (int i=0; i<=10 i++)
    {}
    }
    return o;
    can somebody help me.

    }
    See more | Go to post
No activity results to display
Show More
Working...