Locale (computer hardware)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

In computer architecture a locale is an abstraction of the concept of a localized set of hardware resources which are close enough to enjoy uniform memory access.[1]

For instance, on a computer cluster each node may be considered a locale given that there is one instance of the operating system and uniform access to memory for processes running on that node. Similarly, on an SMP system, each node may be defined as a locale. Parallel programming languages such as Chapel have specific constructs for declaring locales.[2]

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Future Information Technology, Part I: 6th International Conference edited by James P Park, Laurence T Yang 2011 ISBN 3-642-22332-X page 285

<templatestyles src="Asbox/styles.css"></templatestyles>