Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
3ed4ffc4
Commit
3ed4ffc4
authored
Oct 05, 2011
by
Pavan Balaji
Browse files
[svn-r9029] Enable BLCR support by default if BLCR is available.
parent
fa6182d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pm/hydra/configure.in
View file @
3ed4ffc4
...
...
@@ -383,7 +383,7 @@ fi
AC_ARG_WITH(hydra-ckpointlib, [ --with-hydra-ckpointlib=name - Checkpointing Library (blcr)],
[ hydra_ckpointlib_list=$withval ],
[ hydra_ckpointlib_list=
none
])
[ hydra_ckpointlib_list=
blcr
])
AC_MSG_CHECKING(checkpointing library)
if test "$have_pthreads" != "yes" -a "$hydra_ckpointlib_list" != "none" ; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment