@cupdike were you able to figure out and/or resolve this error?
I’ll bet it’s due to OOD defaulting to SBATCH_EXPORT=NONE
, I believe that has issues with parallelism. I wonder if adding #SBATCH --export=ALL
directive to the script overrides this?