From 5a19c1bf9a625fb94bea57233bef537805bac4f1 Mon Sep 17 00:00:00 2001 From: Richard Warren Date: Thu, 26 Sep 2019 21:56:54 -0400 Subject: Modify the markdown example --- README-Query-Indexing-new.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README-Query-Indexing-new.md b/README-Query-Indexing-new.md index 8341b30..e8ea167 100644 --- a/README-Query-Indexing-new.md +++ b/README-Query-Indexing-new.md @@ -76,8 +76,12 @@ On a non-slurm linux box which allows MPI applications to be run directly using mpirun or mpiexec, the set of HDF5 tests (not Query-Indexing related) can be run to validate the HDF5 build. -On NERSC machines (e.g. Cori), do the following ----- +```sh + make test +``` + +On NERSC machines (e.g. Cori), do the following to interactively run +a simple test. * Job allocation (e.g. use 4 nodes) ```sh salloc -C haswell -N 1 -t 01:00:00 -q interactive --gres=craynetwork:2 @@ -88,7 +92,7 @@ Run a simple query example * Running a basic query example The command line format of this test application is: - [number-of-objects] [metadata plugin-id] [rawdata plugin-id] + ./query [number-of-objects] [metadata plugin-id] [rawdata plugin-id] where ID values are: 0 = none 1 = dummy -- cgit v0.12