Combines submitting jobs for each structure in one Dataset with MPI to parallelise the calculation of the distances to the structures in the second Dataset.
To do:
[x] Add mpi4py to installations
[x] Plotting distances in notebook?
[x] Submit jobs for all - via notebook (e.g. len(Dataset) passed via num_structures) or calculate in script somehow (e.g. if pass 0)?
Combines submitting jobs for each structure in one
Dataset
with MPI to parallelise the calculation of the distances to the structures in the secondDataset
.To do:
len(Dataset)
passed vianum_structures
) or calculate in script somehow (e.g. if pass0
)?