hpc / hpc/mpifileutils

dbcast: add support to bcast directory recursively

Open
#55 0 comments 0 reactions 1 assignee View on GitHub

@dinatale2 is already working on this.

Since May 17, 2017.

Dominant language
C
Stars
200
Forks
85
Avg merge
3d 21h
Merged PRs (30d)
2

Description

Currently, dbcast broadcasts a single file. Some people want to broadcast entire directories.

A work around is to tar up a directory, bcast the tar file, and then untar in parallel. That works, but it's ugly.

We could walk the directory, and then we'd need the writer rank on each node to recreate the directory structure, from top down. We then need to handle reading and writing files in parallel (efficiently).

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.