Describe the bug
The command "more" on Derecho fails if the UWM spack-stack is loaded.
To Reproduce
Steps to reproduce the behavior:
Login to Derecho and load no additional modules
[worthen@derecho:] /glade/work/worthen/ufs-weather-model: module list
Currently Loaded Modules:
1) ncarenv/23.06 (S)
Where:
S: Module is Sticky, requires --force to unload or purge
Issue a "more" command:
[worthen@derecho:] /glade/work/worthen/ufs-weather-model: more build.sh
#!/bin/bash
set -eu
if [[ $(uname -s) == Darwin ]]; then
...
Load UWM modules
[worthen@derecho:] /glade/work/worthen/ufs-weather-model: module use modulefiles/
[worthen@derecho:] /glade/work/worthen/ufs-weather-model: module load ufs_derecho.intel
The following have been reloaded with a version change:
1) ncarenv/23.06 => ncarenv/23.09
Issue "more" command:
[worthen@derecho:] /glade/work/worthen/ufs-weather-model: more build.sh
more: symbol lookup error: more: undefined symbol: _nc_cur_term, version NCURSES6_TINFO_5.7.20081102
Expected behavior
A clear and concise description of what you expected to happen.
more should work as expected
System:
What system(s) are you running the code on?
Derecho
Additional context
Add any other context about the problem here.
Describe the bug
The command "more" on Derecho fails if the UWM spack-stack is loaded.
To Reproduce
Steps to reproduce the behavior:
Login to Derecho and load no additional modules
Issue a "more" command:
Load UWM modules
Issue "more" command:
Expected behavior
A clear and concise description of what you expected to happen.
more should work as expected
System:
What system(s) are you running the code on?
Derecho
Additional context
Add any other context about the problem here.