Skip to content

Commit

Permalink
Syncing with new sdskv changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brobey committed Apr 28, 2021
1 parent c9aad00 commit c1ad391
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ source spack/share/spack/setup-env.sh
#spack load -r autoconf
#spack load -r automake
#spack load -r libtool
source <(spack module tcl loads mochi-sdskv mochi-ssg mochi-ch-placement autoconf automake libtool pkg-config)
source <(spack module tcl loads mochi-sdskv mochi-ssg mochi-ch-placement mochi-margo mercury argobots json-c mochi-abt-io leveldb berkeley-db autoconf automake libtool pkg-config)
```

### Get and build sdsdkv.
Expand All @@ -57,6 +57,12 @@ git clone https://github.com/mochi-hpc/mochi-sdsdkv.git
cd mochi-sdsdkv && autoreconf --force --install && ./configure CXX=mpic++ && make
```

### Test Distributed key value build

```
mpirun -n 2 tests/trivial
```

Some of the possible errors and their solutions:

configure.ac:53: error: possibly undefined macro: AC\_MSG\_ERROR
Expand Down

0 comments on commit c1ad391

Please sign in to comment.