[Beowulf] error while using mpirun
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
akshar bhosale akshar.bhosale at gmail.comFri Mar 12 10:08:56 PST 2010
- Previous message: [Beowulf] how large can we go with 1GB Ethernet? / Re: how large of an installation have people used NFS, with?
- Next message: [Beowulf] error while using mpirun
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
i have installed mpich 1.2 6 on my desktop (core 2 duo)
my test file is :
#include<stdio.h>
#include<mpi.h>
int main(int argc,char *argv[])
{
int rank=0;
MPI_Init(&argc,&argv);
MPI_Comm_rank(MPI_COMM_WORLD,&rank);
printf("my second program rank is %d \n",rank);
MPI_Finalize();
return;
}
---------
when i do
/usr/local/mpich-1.2.6/bin/mpicc -o test test.c ,i get test ;but when i do
/usr/local/mpich-1.2.6/bin/mpirun -np 4 test,i get
p0_31341: p4_error: Path to program is invalid while starting
/home/npsf/last with rsh on dragon: -1
p4_error: latest msg from perror: No such file or directory
error.
please suggest the solution.
- Previous message: [Beowulf] how large can we go with 1GB Ethernet? / Re: how large of an installation have people used NFS, with?
- Next message: [Beowulf] error while using mpirun
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
