-
I have a question on proper usage of the DIRAC Python API. My situation is the following. If I run a single job as follows, I have no issues (job1, input1 and output1 are the names of the script to be run, the input file, and the output file):
However, if I try to run different jobs parametrically, inspired by the examples here:
Then I have issues. The script gets launched, but the input files don't seem to get sent to the worker node. I have tried different syntaxes for parametric jobs, but I am having no luck. Could I get confirmation about whether this is the proper way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi all,
|
Beta Was this translation helpful? Give feedback.
Hi all,
I have tried to just skip DIRAC's internal management of parametric jobs, and just make a simple loop. This seems to work ok, but I am posting here in case this will introduce problems I am not aware of yet.