20315, "jeremiah-corrado", "'locale.name' returns an empty string for 'CHPL_LOCALE_MODEL=GPU'", "2022-07-27T20:49:09Z"
When compiling with the GPU locale model, the locale.name method returns an empty string. I.e., the following program prints nothing when compiled with CHPL_LOCALE_MODEL=GPU:
write(here.name);
It should generally print the same thing as locale.hostname (this is the case with the Flat Locale model).