25 std::cout <<
"--------------------------------------------------------" << std::endl;
26 std::cout <<
"libMesh Library: Version = " << LIBMESH_LIB_VERSION;
29 std::cout << LIBMESH_LIB_RELEASE << std::endl << std::endl;
31 std::cout <<
"Build Date = " << LIBMESH_BUILD_DATE << std::endl;
32 std::cout <<
"Build Host = " << LIBMESH_BUILD_HOST << std::endl;
33 std::cout <<
"Build User = " << LIBMESH_BUILD_USER << std::endl;
34 std::cout <<
"Build Arch = " << LIBMESH_BUILD_ARCH << std::endl;
35 std::cout <<
"Build Rev = " << LIBMESH_BUILD_VERSION << std::endl << std::endl;
39 std::cout <<
"--------------------------------------------------------" << std::endl;