g33kex/CoCPyT

Error on run_on_cluster.sh

Closed this issue · 3 comments

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

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?

1

Here is what I get but I can't explain it at all. it's not supposed to have permission problems.

The issue was caused by the username being different locally and on Compute Canada.
It was fixed in #3, please set the USERNAME variable in config.sh with your Computer Canada username.