Search:

Type: Posts; User: cromologic

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    26,606

    thanks alot,have a great day!

    thanks alot,have a great day!
  2. Thread: MPI help

    by cromologic
    Replies
    3
    Views
    3,994

    Thanks alot , have a great day.

    Thanks alot , have a great day.
  3. Thread: MPI help

    by cromologic
    Replies
    3
    Views
    3,994

    MPI help

    #include <stdio.h>
    #include <mpi.h>
    #include <stdlib.h> // Codeblock v8 compatibility for time calculation
    #define NRA 3 // Number of rows in matrix A
    #define NCA 3 ...
  4. Replies
    2
    Views
    2,033

    thank u so much.have a great day and God bless...

    thank u so much.have a great day and God bless you...you don't have an idea how much you have just saved my day !!
  5. Replies
    2
    Views
    2,033

    meaning of code

    for (dest=1; dest<=numworkers; dest++)
    {
    rows = (dest <= extra) ? averow+1 : averow;

    printf("\n Sending %d rows to process %d\n",rows,dest);

    ...
  6. Replies
    5
    Views
    26,606

    is the numbers used to indentify the array...

    is the numbers used to indentify the array element?
    example in:



    for(i=0;i<3;i++)
    {
    for(j=0;j<3;j++)
    {
    printf("Array element matrix ", a[i][j]);
  7. Replies
    5
    Views
    26,606

    what is the meaning of "offset"

    hi guys,
    what is the meaning of "offset" in pointers?
  8. Thread: Help

    by cromologic
    Replies
    2
    Views
    1,266

    Help

    i have posted a thread on this title "matrix multiplication using MPI C" will someone help please...am really stuck
  9. Replies
    1
    Views
    26,773

    MPI matrix multiplication..

    #include <stdio.h>
    #include <stdlib.h>
    #include <mpi.h>
    #define ms 2

    int main(int argc,char* argv[])
    {
    int i,j,k;
    int x,c;
    int matrix_a[ms][ms];
  10. Replies
    4
    Views
    1,300

    http://savannah.nongnu.org/projects/rfid/

    http://savannah.nongnu.org/projects/rfid/
  11. Replies
    0
    Views
    26,367

    matrix multiplication using MPI C

    hi everyone,

    i am a CS undergraduate currently in my last semester and doing Parallel Processing.i have this one particular project on matrix multiplication using MPI C.i have written the code to...
  12. Replies
    2
    Views
    1,718

    clrscr() for MS VC++ compiler

    hi friends,

    what is the clear screen function for MS Visual C++ compiler?
  13. Obtaining source & destination IP,details of ICMP Header & each of field of it ???

    hi...i am new to C programming.how do i get the source & destination IP,ICMP header details and each field of it from the program below.please mail me if u need the header files and also the tcpdump...
Results 1 to 13 of 14