Skip to content

Commit 0db133d

Browse files
committed
Add images to file transfer guide
1 parent 9359ed0 commit 0db133d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ guide:
2222
{% include /components/directory.html title="Table of Contents" %}
2323

2424
## Data Storage Locations
25+
26+
<p style="text-align:center"><img src="/images/htc-data-spaces.png" width=300px></p>
27+
2528
The HTC system has two primary locations where users can place their files:
29+
2630
### /home
2731
* The default location for files and job submission
2832
* Efficiently handles many files
@@ -70,7 +74,10 @@ The `osdf:///` file transfer protocol uses a [caching](https://en.wikipedia.org/
7074
## Transferring Data Back from Jobs to `/home` or `/staging`
7175

7276
### Default Behavior for Transferring Output Files
73-
When a job completes, by default, HTCondor will return **newly created or edited files only in top-level directory** back to your `/home` directory. **Files in subdirectories are *not* transferred.** Ensure that the files you want are in the top-level directory by moving them or [creating tarballs](transfer-files-computer#c-transferring-multiple-files).
77+
When a job completes, by default, HTCondor will return **newly created or edited files only in top-level directory** back to your `/home` directory. **Files in subdirectories are *not* transferred.** Ensure that the files you want are in the top-level directory by moving them, [creating tarballs](transfer-files-computer#c-transferring-multiple-files), or specifying them in your submit file.
78+
79+
<p style="text-align:center"><img src="/images/htc-output-file.png" width=300px></p>
80+
<caption>The directory structure of an example job on the execution point. In this example, according to its default behavior, HTCondor will only transfer the newly created "output_file" and will not transfer the subdirectory "output/".</caption>
7481

7582
### Specify Which Output Files to Transfer with `transfer_output_files` and `transfer_output_remaps`
7683
If you don't want to transfer all files but only *specific files*, in your HTCondor submit file, use

images/htc-data-spaces.png

32.1 KB
Loading

images/htc-output-file.png

34.9 KB
Loading

0 commit comments

Comments
 (0)