b749ecbab8
Originally the patch was to improve the error message, but when digging into the code I found a subtle bug. If the daemon does not tell the HNP what CRS component it used, then the HNP tries to figure it out from the metadata (this is an uncommon case). The path the HNP used was not complete, so it was unable to find the metadata information. This patch fixes this by adding the 'snapshot_reference' to the 'snapshot_location' which completes the path for this search. cmr:v1.4 (needs a custom patch) cmr:v1.5 This commit was SVN r22479. The following Trac tickets were found above: Ticket 2190 --> https://svn.open-mpi.org/trac/ompi/ticket/2190
26 строки
1.0 KiB
Plaintext
26 строки
1.0 KiB
Plaintext
-*- text -*-
|
|
#
|
|
# Copyright (c) 2004-2010 The Trustees of Indiana University and Indiana
|
|
# University Research and Technology
|
|
# Corporation. All rights reserved.
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
# of Tennessee Research Foundation. All rights
|
|
# reserved.
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
# University of Stuttgart. All rights reserved.
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
# All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
# This is the US/English general help file for ORTE SNAPC framework.
|
|
#
|
|
[invalid_metadata]
|
|
Error: The local checkpoint contains invalid or incomplete metadata for Process %s.
|
|
This usually indicates that the local checkpoint is invalid.
|
|
Check the metadata file (%s) in the following directory:
|
|
%s
|