std::cout << log2 << std::endl;
if ( log2.find("You are using an empty MPI stubs library") != std::string::npos )
{
- std:string msg = "You are using an empty MPI stubs library. Please build it first to be able to use mg-tetra_hpc_mpi.exe.\n";
+ std::string msg = "You are using an empty MPI stubs library. Please build it first to be able to use mg-tetra_hpc_mpi.exe.\n";
msg += "./salome context\n";
msg += "cd $MESHGEMSHOME/stubs\n";
msg += "mpicc meshgems_mpi.c -DMESHGEMS_LINUX_BUILD -I../include -shared -fPIC -o $MESHGEMSHOME/lib/Linux_64/libmeshgems_mpi.so";