From d2b43314a52c62e79ec19fdf8315d32c0a50abe0 Mon Sep 17 00:00:00 2001 From: Hua Xu <97185370+hxu65@users.noreply.github.com> Date: Fri, 2 Feb 2024 19:59:14 -0600 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79e037c3..710df5ce 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ of the ADIOS plugins interface. To compile ``` git clone https://github.com/lukemartinlogan/coeus-adapter.git +spack load hermes@master +spack load adios2 cd coeus-adapter mkdir build cd build @@ -20,4 +22,4 @@ make -j8 To test the functionality of the adapter, run: ``` ctest -``` \ No newline at end of file +```