On Wed, 9 Feb 2011, franck kalala wrote:

Thank you very much for your reply,

I run the first example using this

eragon@eragon-laptop:~/Downloads/libmesh-0.7.0.4/examples/ex0$ make run

I get this message:

Makefile:69: .depend: No such file or directory
Compiling C++ (in optimized mode) ex0.C...
Linking ex0-opt...
***************************************************************
* Running Example  ./ex0-opt
***************************************************************
 
Fatal error in MPI_Comm_dup: Invalid communicator, error stack:
MPI_Comm_dup(168): MPI_Comm_dup(comm=0xe8d93200, new_comm=0x2b86e035a368) failed
MPI_Comm_dup(96).: Invalid communicator
make: *** [run] Error 1

Any help?

Not sure.

Your MPI implementation might require you to launch programs with
"mpiexec" or "mpirun -np 1" or only after starting an "mpd" daemon; if
the former requirement is the problem then you can put any prefix
commands into a "LIBMESH_RUN" environment variable to automatically
use them from the Makefile.
---
Roy
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to