I would like to run some python scripts that return some dictionaries on a cluster managed by HTCondor. I run the same on another cluster running MPI/Slurm and mpi4py and I was able to collect the output without saving files and transfer them to the main node. I cannot understand how to do it in HTCondor (even using python wrappers).
Is it possible to retrieve the output of python scripts in HTCondor?
Do i need to use the schedd.retrieve("ClusterId == %d" % cluster)
command? if so an example will be really appreciated.
Thanks!