Search:

Type: Posts; User: cole01527

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    11,348

    Is it like foreach in perl? sorry, I don't...

    Is it like foreach in perl?


    sorry, I don't know anything about perl languege - I know just Fortran IV, 77, 90, C and a little of C++. What does "foreach" do? From what I understood, "parfor" and...
  2. Replies
    10
    Views
    11,348

    In many parallel programming books and tutorials...

    In many parallel programming books and tutorials there are examples of this "forall" construsct but I haven't seen any C compilers capable of doing that. What it does is simply create n separate...
  3. Replies
    10
    Views
    11,348

    "forall" statement

    Hello,
    I was just reading a book on parallel programming and there are many C code examples on a statement which looks something like this:



    forall (i=0; i<=n; i++)


    I googled around...
  4. Replies
    5
    Views
    30,359

    thanks I understand now. regards c.

    thanks

    I understand now.

    regards

    c.
  5. Replies
    5
    Views
    30,359

    thanks alot mkhambal. If I want to add more...

    thanks alot mkhambal.

    If I want to add more parallel processes to the above code, but again I'm not sure if it's correct - I now tried a third calculation d=3+3



    all processes must be...
  6. Replies
    5
    Views
    30,359

    simple and short fork-join parallelization

    Hello,
    after reading many tutorials on how to start a new process using fork() I'm still having some dificulty understanding it. What I would like to achieve is, for my own understanding, a simple...
Results 1 to 6 of 6