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
try to find a nice way to add “srun -n 1” in cmd string.
too much class variables is confusing.
Current Solution:
use decorator to post process the cmd string with condition.
use a public variable to declare the condition "whether we need to use srun -n 1"
The text was updated successfully, but these errors were encountered:
Description:
Current Solution:
use decorator to post process the cmd string with condition.
use a public variable to declare the condition "whether we need to use srun -n 1"
The text was updated successfully, but these errors were encountered: