Branch: refs/heads/main
Revision: b6242a7
Author: bmcdonald3
Link: Remove env invocation for setting LANG variables in launcher by bmcdonald3 · Pull Request #20408 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #20408 from bmcdonald3/launcher-env
Remove env invocation for setting LANG variables in launcher
[ reviewed by @ronawho ]
Previously, Chapel would determine what character set to use
based off of LANG
, LC_COLLATE
, and LC_ALL
. In #19381,
this was changed so that we now always use UTF8 and no longer
check those variables, meaning that they are no longer needed
and can be removed.
Tested with slurm gasnet launcher and manual slurm run.
Modified Files:
M runtime/include/chpllaunch.h
M runtime/src/chpl-launcher-common.c
M runtime/src/launch/gasnetrun_common/gasnetrun_common.h
M runtime/src/launch/lsf-gasnetrun_ibv/launch-lsf-gasnetrun_ibv.c
M runtime/src/launch/pbs-gasnetrun_ibv/launch-pbs-gasnetrun_ibv.c
M runtime/src/launch/slurm-gasnetrun_common/slurm-gasnetrun_common.h
Compare: https://github.com/chapel-lang/chapel/compare/5074d2767856...b6242a7d263a