this link contain source code of hello parallel program
http://people.scs.fsu.edu/~burkardt/cpp_src/mpi/hello.C

& this contain C shell script to compile & run the code
http://people.scs.fsu.edu/~burkardt/cpp_src/mpi/hello.csh

But UNFORTUNATELY i found this error


hello.csh
g++ -c hello.C
if ( 0 != 0 ) then
rm compiler.txt
g++ hello.o -lmpi
if ( 0 != 0 ) then
rm hello.o
mv a.out hello
mv: cannot stat `a.out': No such file or directory
mpirun -v -np 4 ./hello
mpirun: cannot start ./hello on n0 (o): No such file or directory
if ( 2 != 0 ) then
echo Errors running hello
Errors running hello
exit






THANKS
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to