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
In response to #26561, @jabraham17 pointed out that the pbs-launcher uses tcsh as part of its expect script logic to monitor the completion of the running job. We should rewrite this to use bash instead to keep our project as focused on bash and python as possible and reduce the need for requiring non-bash shells.
The text was updated successfully, but these errors were encountered:
In response to #26561, @jabraham17 pointed out that the pbs-launcher uses
tcsh
as part of its expect script logic to monitor the completion of the running job. We should rewrite this to usebash
instead to keep our project as focused on bash and python as possible and reduce the need for requiring non-bash shells.The text was updated successfully, but these errors were encountered: