Changes

Jump to: navigation, search

GPU621/Chapel

1 byte added, 23:55, 29 November 2022
Sync/Singles
*The readXX() method, defined for sync and single variables, returns the value of the variable regardless of the state.
*The writeFF() method, defined for sync variables, blocks until the state is full and then and then assigns the value argument to the variable.
 
=== Locales ===
In Chapel, the locale type refers to a unit of the machine resources on which your program is running. Locales have the capability to store variables and to run Chapel tasks.
73
edits

Navigation menu