Skip to content

Commit

Permalink
Update pelican.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaschos authored Nov 25, 2024
1 parent dc1352d commit 6c88ba5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/misc/pelican.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ The general purpose documentation found here (https://portal.osg-htc.org/documen
In a nutshell, if you are not using the client tool then:

1. 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>
2. 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>

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:

OSDF_LOCATION = osdf:///ospool/
transfer_input_files = $(OSDF_LOCATION)/<file>


0 comments on commit 6c88ba5

Please sign in to comment.