Search:

Type: Posts; User: eclipt

Search: Search took 0.01 seconds.

  1. MPI - linear pipeline solution for jacobi iteration

    hello

    i have a problem on how to write 2 parallel code by using MPI programming with c/c++ to solve a system of linear equation by using jacobi and gauss-seidel iteration method. and it is using...
  2. Replies
    8
    Views
    30,321

    I finally found the correct way - You should...

    I finally found the correct way -

    You should convert the void pointer to your object pointer.
    Like this:


    proc = (struct process*)malloc(sizeof(struct process));
  3. Replies
    8
    Views
    30,321

    Round Robin Scheduling using c.

    i currently doing round robing scheduling simulation using c.
    but there is 1 error which i don't how to correct it.
    the error is in the line "proc = malloc(sizeof(struct process));"
    i hope someone...
Results 1 to 3 of 3