Skip to content

Commit

Permalink
turning off default comm_world
Browse files Browse the repository at this point in the history
  • Loading branch information
benkirk committed Jan 24, 2014
1 parent 6930b7c commit 14155ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -26473,7 +26473,7 @@ fi
if test "${enable_default_comm_world+set}" = set; then :
enableval=$enable_default_comm_world; enabledefaultcommworld=$enableval
else
enabledefaultcommworld=yes
enabledefaultcommworld=no
fi


Expand Down
2 changes: 1 addition & 1 deletion m4/libmesh_core_features.m4
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fi
AC_ARG_ENABLE(default-comm-world,
[AC_HELP_STRING([--enable-default-comm-world],[Provide global libMesh::CommWorld])],
enabledefaultcommworld=$enableval,
enabledefaultcommworld=yes)
enabledefaultcommworld=no)
AC_SUBST(enabledefaultcommworld)
if test "$enabledefaultcommworld" != no ; then
Expand Down

0 comments on commit 14155ff

Please sign in to comment.