This version (2024/10/24 10:28) is a draft.
Approvals: 0/1
The Previously approved version (2015/12/09 11:03) is available.Diff
# Connecting from a Mac under OS X Mavericks displays the following warning:
# -bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
# This will result in an error when submitting jobs to the Grid Engine on VSC-2.
# If the following is set, this warning can be savely ignored:
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
# Alternatively, to suppress this warning, change on the Mac:
#      Terminal -> Preferences... -> Settings -> Advanced -
#      - Uncheck the option “Set locale environment variables on startup” -
#      - Restart Terminal
# see also: https://wiki.vsc.ac.at/doku.php?id=doku:osx-mavericks&s[]=locale
  • doku/mac.txt
  • Last modified: 2024/10/24 10:28
  • by 127.0.0.1