1
1

Fix/clarify a comment from r26322.

This commit was SVN r26323.

The following SVN revision numbers were found above:
  r26322 --> open-mpi/ompi@aba398ce09
Этот коммит содержится в:
Jeff Squyres 2012-04-24 17:35:19 +00:00
родитель aba398ce09
Коммит 0652e2e913

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

@ -33,8 +33,9 @@ OPAL_DECLSPEC extern const char opal_version_string[];
/* Size of a cache line. Initialized to a fixed value (see
opal_init.c) until hwloc data is available, at which time it is
filled with the smallest size of the lowest cache line (e.g., the
smallest line size from all L1 caches found on the current
system). */
smallest line size from all L2 caches found on the current system).
If the hwloc data is available, opal_cache_line_size will be set to
its final value by the end of orte_init(). */
OPAL_DECLSPEC extern int opal_cache_line_size;
/**