New Issue: Should boolean Chapel environment variables all use the same values?

16382, “ben-albrecht”, “Should boolean Chapel environment variables all use the same values?”, “2020-09-14T15:50:08Z”

To my knowledge, the boolean Chapel environment variables are:

  • CHPL_RT_*, e.g. CHPL_RT_OVERSUBSCRIBED
    • Boolean values can be set as 0/1, true/false, t/f.
  • CHPL_LIB_PIC
    • Boolean values can be set as pic/none

Should all of these env vars use the same values to represent on/off state?