MG-RAST/AWE

attribute upload with parts

Closed this issue · 1 comments

if the output of a task requests an attribute file be uploaded, and the task is split into multiple workunits - then just one of the workunits (first?) should upload the attribute file

The code was uploading attributes with every part. I changed it to only upload attributes if rank == 0 (not a parts output) or rank == 1 (only first of parts upload)