Skip to content

Commit

Permalink
Deployed 6c88ba5 with MkDocs version: 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 25, 2024
1 parent ff54737 commit bf736a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions misc/pelican/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,11 +470,13 @@ <h2 id="uprade-of-osdf-to-pelican-for-collaborations">Uprade of OSDF to Pelican
<p>The general purpose documentation found here (https://portal.osg-htc.org/documentation/htc_workloads/managing_data/osdf/) is also applicable for the users on the OSG Collab AP. It describes using the HTCondor plugin to move data to and from the OSDF Origin.
In a nutshell, if you are not using the client tool then:</p>
<ol>
<li>Use this for your job running on the OSPool to a file from your project directory:
transfer_input_files = osdf:///ospool/apXX/data/<username>/<file></li>
<li>Use this for your jobs running on the OSPool to write a file into your project directory:
OSDF_LOCATION = osdf:///ospool/
transfer_input_files = $(OSDF_LOCATION)/<file></li>
<li>
<p>Use this for your job running on the OSPool to a file from your project directory:</p>
<p>transfer_input_files = osdf:///ospool/apXX/data/<username>/<file>
5. Use this for your jobs running on the OSPool to write a file into your project directory:</p>
<p>OSDF_LOCATION = osdf:///ospool/
transfer_input_files = $(OSDF_LOCATION)/<file></p>
</li>
</ol>


Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit bf736a1

Please sign in to comment.