[bug] "Error with azhpc-scp
command in apps/wrf/readme.md
: -r flag unrecognized"
#711
Labels
bug
Something isn't working
Describe the bug
We have identified an issue in the
apps/wrf/readme.md
file related to theazhpc-scp
command.The following line is causing errors when attempting to copy files to the Azure HPC cluster.
azurehpc/apps/wrf/readme.md
Line 15 in 4564233
The resulting error message indicates that the -r flag is not recognized by azhpc-scp:
Solution
After further testing different combinations, we have determined that adding
--
before the-r
flag resolves the issue. Therefore, we recommend modifying this command in the README.md file as follows:To Reproduce
After creating a cluster, following the the app/wrf/README.md file, attempt to copy files to the Azure HPC cluster using the command provided in the README
Additional context
Another way around this is using a simple
scp -r
.The text was updated successfully, but these errors were encountered: