You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package file moab-torque-client-6.1.1.1-1.el7.x86_64.rpm (provided by Adaptive as part of MOAB) contains the file /etc/profile.d/torque.csh with these contents when installed:
test -d ${_bindir} && setenv PATH /usr/local/bin:${PATH}
test id -u = 0 && test-d ${_sbindir} && setenv PATH /usr/local/sbin:${PATH}
Off course, these dirs "_bindir" and "_sbindir" respectively, so this fails.
Moreover, when you want to start "csh" (say, from bash), you get:
$ csh
_bindir: Undefined variable.
As a side effect, running csh-scripts using "csh -e ./script.csh", the script returns error 1 and never runs.
-- Regards,
Franky
The text was updated successfully, but these errors were encountered:
Hi all,
The package file moab-torque-client-6.1.1.1-1.el7.x86_64.rpm (provided by Adaptive as part of MOAB) contains the file /etc/profile.d/torque.csh with these contents when installed:
test -d ${_bindir} && setenv PATH /usr/local/bin:${PATH}
test
id -u
= 0 && test-d ${_sbindir} && setenv PATH /usr/local/sbin:${PATH}Off course, these dirs "_bindir" and "_sbindir" respectively, so this fails.
Moreover, when you want to start "csh" (say, from bash), you get:
$ csh
_bindir: Undefined variable.
As a side effect, running csh-scripts using "csh -e ./script.csh", the script returns error 1 and never runs.
-- Regards,
Franky
The text was updated successfully, but these errors were encountered: