1
1

Remove some old references to ft_enable parameter that no longer exists.

This was replaced by the "-am ft-enable-cr" AMCA parameter.

This commit was SVN r14055.
Этот коммит содержится в:
Josh Hursey 2007-03-17 20:02:42 +00:00
родитель d03073e87d
Коммит a181c987cc
4 изменённых файлов: 4 добавлений и 17 удалений

Просмотреть файл

@ -28,8 +28,3 @@ Open MPI developer):
%s failed
--> Returned value %d instead of OPAL_SUCCESS
[opal_init:param:no-ft]
WARNING!
Open MPI was not built with fault tolerance enabled (--enable-ft).
No action taken on the following MCA parameter:
-mca ft_enable %s

Просмотреть файл

@ -318,13 +318,6 @@ static int initialize(int argc, char *argv[]) {
"1", /* turn off the selection */
true, &environ);
/*
* Turn on 'cr' style fault tolerance
*/
opal_setenv(mca_base_param_env_var("ft_enable"),
"cr", /* Turn on cr fault tolerance */
true, &environ);
/*
* Initialize the OPAL layer
*/

Просмотреть файл

@ -68,10 +68,9 @@ Error: The job with pid %d is not checkpointable.
This could be caused by one of the following:
- The application is using unsupported components.
- Your application did not select to be checkpointable
To enable checkpointing in an application use one of the following
arguments to mpirun:
-mca ft_enable cr
-mca ft_enable lam
To enable checkpointing in an application use the following AMCA parameter
argument to mpirun:
-am ft-enable-cr
[not_impl]
The following feature was requested, but is not currently implemented.
%s

Просмотреть файл

@ -430,7 +430,7 @@ static int create_appfile(orte_snapc_base_global_snapshot_t *snapshot) {
fprintf(appfile, "--preload-files-dest-dir . ");
}
/* JJH: Make this match what the user originally specified on the command line */
fprintf(appfile, "-mca ft_enable cr ");
fprintf(appfile, "-am ft-enable-cr ");
fprintf(appfile, " opal-restart ");
/* JJH: Make sure this changes if ever the default location of the local file is changed,
* currently it is safe to assume that it is in the current working directory.