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
We dispensed with PBS/Torque on salish when we upgraded it to Ubuntu 20.04 in Sep-2024 because we've always managed load socially rather than via the scheduler.
To accommodate that change we need to:
Change the submit command from qsub to bash
Drop the PBS directives section of the run script
Add redirection to the echo and mpirun commands in the run script because their output is no longer automatically captured
The text was updated successfully, but these errors were encountered:
We dispensed with PBS/Torque on
salish
when we upgraded it to Ubuntu 20.04 in Sep-2024 because we've always managed load socially rather than via the scheduler.To accommodate that change we need to:
qsub
tobash
echo
andmpirun
commands in the run script because their output is no longer automatically capturedThe text was updated successfully, but these errors were encountered: