On Tue, Aug 20, 2013 at 7:24 AM, Roy Stogner <[email protected]>wrote:

>
> On Tue, 20 Aug 2013, Praveen C wrote:
>
> > How to tell the run.sh script to use mpirun ?
>
> "make check", "make run", etc. all respect the LIBMESH_RUN environment
> variable, e.g.
>
> LIBMESH_RUN="mpirun -np 2" make check
>

It's not clear to me why running this example serially would segfault while
running it with mpirun would not.

If I were you, I certainly wouldn't trust this build if

make check

doesn't work but

LIBMESH_RUN="mpirun -np 2" make check

does.

What compilers are you using on OSX?  There have been numerous threads
where people have had trouble using the very old GCC that comes with Lion
and Mountain Lion.

If you're using the system GCC, I'd strongly recommend building or
(downloading via macports) a newer compiler and compiling your whole stack
(starting with MPI) using it instead.

-- 
John
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to