Difference: PathsAndVariables (4 vs. 5)

Revision 52012-04-27 - brodbd

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Building and running code: Paths and Environment Variables

Line: 8 to 8
 As your projects become more complex, you will inevitably need to reference code or resources in other files. Here are some common issues regarding paths:
Accessing /dropbox in a Condor job:
Changed:
<
<
/dropbox is a symlink to /opt/dropbox on Patas, but Condor does not recognize this. Use the full /opt/dropbox path instead.
>
>
~/dropbox is a symlink to /opt/dropbox on Patas, but Condor does not recognize this. Use the full /opt/dropbox path instead.
 
Getting files relative to an executed script:

Say you have a structure like this:

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback