Skip to content
/ DDStore Public

Enabling efficient distributed data loading for distributed data parallelism

License

Notifications You must be signed in to change notification settings

ORNL/DDStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDStore

Enabling efficient distributed data loading for distributed data parallelism

HydraGNN_QRcode

Installation

pip install numpy mpi4py Cython # install pre-requisites

# for use with PYTHONPATH=$PWD:$PYTHONPATH
CC=mpicc CXX=mpicxx python setup.py build_ext --inplace

# or, for installing into your virtual environment using pip
CC=mpicc CXX=mpicxx pip install .

# or, as above but in development mode
CC=mpicc CXX=mpicxx pip install -e .

Test

mpirun -n 4 python -m mpi4py test/demo.py

About

Enabling efficient distributed data loading for distributed data parallelism

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published