Skip to content

Commit

Permalink
Added flag for correction in scp
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshuman Raina committed Jan 26, 2025
1 parent 0214f07 commit 767b3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Transfer Files to HPC
run: |
scp benchmark/benchmark.R benchmark/benchmark1.R benchmark/calculateMetrics.R benchmark/config.slurm raina.ans@login-00.discovery.neu.edu:/work/VitekLab/Projects/Benchmarking || exit 1
scp -O benchmark/benchmark.R benchmark/benchmark1.R benchmark/calculateMetrics.R benchmark/config.slurm raina.ans@login-00.discovery.neu.edu:/work/VitekLab/Projects/Benchmarking || exit 1
- name: Submit Slurm Job and Capture Job ID
id: submit_job
Expand Down

0 comments on commit 767b3c7

Please sign in to comment.