Skip to content

Commit 4c8ef4b

Browse files
committed
Add HasCHTCStaging requirement
1 parent b7672cf commit 4c8ef4b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_uw-research-computing/htc-job-file-transfer.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,20 @@ Multiple input files and file transfer protocols can be specified and delimited
7575
7676
transfer_input_files = file1, osdf:///chtc/staging/username/file2, file:///staging/username/file3, dir1, dir2/
7777
78+
requirements = (HasCHTCStaging == true)
79+
7880
... other submit file details ...
7981
```
8082
{:.sub}
8183

84+
> ### ⚠️ File transfers referencing `/staging`
85+
{:.tip-header}
86+
> If you are transferring files to or from `/staging`, ensure that you include the following requirement:
87+
> ```
88+
> requirements = (HasCHTCStaging == true)
89+
> ```
90+
{:.tip}
91+
8292
Ensure you are using the correct file transfer protocol for efficiency. Failure to use the right protocol can result in slow file transfers or overloading the system.
8393
8494
> ### ⚠️ File transfers and caching with `osdf:///`

0 commit comments

Comments
 (0)