Error on run_on_cluster.sh
Closed this issue · 3 comments
lmartinez2001 commented
While running the command : ./run_on_cluster.sh --sync-only narval
mkdir is executed on the local machine instead of being executed on Compute Canada
g33kex commented
That script doesn't use mkdir
Did you follow the SSH Configuration section and made sure you can run ssh narval
?
If it still doesn't work, could you add set -x at the beginning of the script and paste the output?
lmartinez2001 commented