Skip to content

Commit b8a8fcb

Browse files
committed
Add redirects; add info for datasets > 100GB
1 parent 97c14aa commit b8a8fcb

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

_redirects/file-avail-squid.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: redirect
3+
redirect_url: /uw-research-computing/htc-job-file-transfer
4+
permalink: /uw-research-computing/file-avail-squid
5+
---

_redirects/file-availability.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: redirect
3+
redirect_url: /uw-research-computing/htc-job-file-transfer
4+
permalink: /uw-research-computing/file-availability
5+
---

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ In the HTCondor submit file, `transfer_input_files` should always be used to tel
4747
| 0 - 100 MB | `/home` | `transfer_input_files = input.txt` |
4848
| 100 MB - 30 GB | `/staging` | `transfer_input_files = osdf://chtc/staging/NetID/input.txt` |
4949
| > 30 GB | `/staging` | `transfer_input_files = file:///staging/NetID/input.txt` |
50+
| > 100 GB | | For larger datasets (100GB+ per job), contact the facilitation team about the best strategy to stage your data |
5051

5152
Multiple input files and file transfer protocols can be specified and delimited by commas, as shown below:
5253

0 commit comments

Comments
 (0)