Since 4/3/2012 7:17:53 AM, sabhayk has written 7 articles and participated in 0 conversations. sabhayk signature: sabhayk
sabhayk's articles:
Items(7) /1
Passing dynamic Structure variables0132 (4/20/2006 8:01:04 AM) comp.parallel.mpi Hi All, first of all thanks for all your help!! I have another problem now. I had a program that was sequential and thus was to be parallelized. It had some structure variables. I simply divided the input data... nighthawk
Dynamic array allocation1333 (4/20/2006 6:12:34 AM) comp.parallel.mpi I am trying to dynamically allocate an array in the slaves so as to pass the array into it from the master, but it is not happening. Please help me with the same. I am attaching the code here. char **seq = bl... nighthawk
MPI: STDOUT or STDERR buffer exhausted.4268 (4/17/2006 5:41:52 AM) comp.parallel.mpi Hi All, I get this message when I try to execute my code. The code takes a lot of memory but I dont think that should be the problem as there is ample amount of memory there. Can anyone please guide me on thi... nighthawk
I get "glibc" error #20213 (4/15/2006 5:25:35 AM) comp.parallel.mpi I allocate memory on the worker task and it gives me this error. Is the memory space shared as in If I try declaring a char**array[i][j] and allocate memory wont the same would be created on the memory space of... nighthawk
I get "glibc" error0186 (4/15/2006 4:42:30 AM) comp.parallel.mpi I allocate memory on the worker task and it gives me this error. Is the memory space shared as in If I try declaring a char**array[i][j] and allocate memory wont the same would be created on the memory space of... nighthawk
Functions and MPI0116 (3/6/2006 7:45:17 PM) comp.parallel.mpi Hi all, I have started learning MPI, however I had some doubts regarding the same. Does MPI support functions as C does. By functions I mean functions for the code blocks that we write. If yes, please let me ... nighthawk
MPI Beginner2148 (2/13/2006 6:29:49 PM) comp.parallel.mpi Hi All, I am a beginner with MPI. I have just started with the book using MPI, however I havnt been able to get many examples for the same. Please advise me on the kind of approach that I should take. I am be... nighthawk