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 */ On Wed, May 14, 2014 at 2:58 PM, Roy Stogner <[email protected]>wrote: > > On Wed, 14 May 2014, Miguel Angel Salazar de Troya wrote: > > mpi.............................. : yes >> > > Double check for me that LIBMESH_HAVE_MPI is defined in > libmesh_config.h? > --- > Roy -- *Miguel Angel Salazar de Troya* Graduate Research Assistant Department of Mechanical Science and Engineering University of Illinois at Urbana-Champaign (217) 550-2360 [email protected] ------------------------------------------------------------------------------ "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
