[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Fwd: How to get node variable on job?



I've set up a DATA_PATH value on all my nodes.
DATA_PATH varies from node to node

box1 => DATA_PATH=/home/user1/data
box2 => DATA_PATH=c:\Users\User1\testing\data
etc...

I can query the DATA_PATH variable correctly using `condor_config_val DATA_PATH` but I'm having some trouble getting it into the running script.

universe = vanilla
executable = my_script.sh
arguments = $(DATA_PATH)

Shouldn't this work?

Any suggestions or alternatives?

Many thanks!

----