c4035d848f
I promoted the ''none'' component to a full component, and updated the other components to reflect this code movement. The ''none'' component is the default component unless the user requests '''-am ft-enable-cr''' to auto-select a component. There is an MCA parameter to show a warning if the application requested an FT enabled job, but the ''none'' component was selected ({{{crs_none_select_warning}}}). This temporarily fixes the problem mentioned in r18739. The full fix will entail working on ticket #1291. Thanks to Ethan from Sun for finding this bug. This commit was SVN r18840. The following SVN revision numbers were found above: r18739 --> open-mpi/ompi@a003fa7a50
21 строка
678 B
Plaintext
21 строка
678 B
Plaintext
-*- text -*-
|
|
#
|
|
# Copyright (c) 2004-2008 The Trustees of Indiana University and Indiana
|
|
# University Research and Technology
|
|
# Corporation. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
# This is the US/English general help file for Open PAL CRS framework.
|
|
#
|
|
[none:select-warning]
|
|
Error: 'none' component selected.
|
|
Checkpoint/Restart functionality may not work properly.
|
|
Make sure that you have configured with and are using a fully functional
|
|
CRS component.
|
|
To disable this warning set the following MCA parmeter:
|
|
--mca crs_none_select_warning 0
|