From c1ad391b2e8db2df304c4c83b4f6528c617bdd03 Mon Sep 17 00:00:00 2001 From: Bob Robey Date: Wed, 28 Apr 2021 17:38:18 -0600 Subject: [PATCH] Syncing with new sdskv changes --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afd3f24..c099f04 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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