Skip to content

pradsubedi/ndstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ndstore

Dependencies

Building

Create a build directory

$ mkdir build
$ cd build

Generate make files from source files (doesnot build included tests)

$ cmake ..

OR

If you want to build included tests, you need MPI and enable tests option

$ cmake -DENABLE_TESTS=ON -DCMAKE_C_COMPILER=mpicc ..

Now install the ndstore provider

$ make
$ make install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors