On Wed, 14 May 2014, Miguel Angel Salazar de Troya wrote:

> In the directory where libmesh is installed (/usr/local/libmesh/include),the 
> file libmesh_config.h has this:
> /* Flag indicating whether or not MPI is available */
> #ifndef LIBMESH_HAVE_MPI
> #define LIBMESH_HAVE_MPI 1
> #endif
> 
> whereas in the directory where I have the source code to compile 
> (/home/miguel/libmesh/include/), libmesh_config.h has this:
> 
> /* Flag indicating whether or not MPI is available */
> /* #undef HAVE_MPI */

I'm confused about why the installed version doesn't match the
configured version, and about how you got an installed version in
the first place if you can't get it to compile.

I'm going to have to second John's opinion here; if you've got a bunch
of half-broken builds/installations lying around then it might be
safest to delete them all and start from a new download.
---
Roy

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to