Newsgroups: comp.parallel.mpi
From: Praveen Sharma <sharma@cse.psu.edu>
Subject: Help again !!
Organization: Penn State University Department of Computer Science and Engineering
Date: Fri, 08 Mar 1996 11:06:13 -0500
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <31405AF5.41C67EA6@cse.psu.edu>

Hi:
  I posted a help note couple of days ago, I am still stuck at that 
problem.  I will redefine the problem:
  * At run time (mpirun -np 4 incomp) I get Illegal instruction
    for MPI_Init(&argc, &argv); 
  * for all other codes, I never get such error, so this is baffling
     me.  
In the above mentioned code I am dynamically  allocating memory for all
the arrays etc.  The part of code looks as such:
----
main(int argc, char **argv) {
MPI_Comm comm1d;
MPI_Init(&argc, &argv);
----------
and I can't go past this line.
I am using mpich on Sun clusters.  Any help would be great.
Thanks
Praveen

