From a1e846b5f5eb2e09662464f93834dd69bb64745d Mon Sep 17 00:00:00 2001 From: Chris Maffeo <cmaffeo2@illinois.edu> Date: Thu, 10 Nov 2016 12:43:05 -0600 Subject: [PATCH] Fixed argon test --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README b/README index 7a6ec35..6761c44 100644 --- a/README +++ b/README @@ -28,6 +28,19 @@ Note that ARBD was developed using CUDA-8.0 and targets NVIDIA GPUs featuring but no guarantees are being made. +/==============\ +| Installation | +\==============/ + +Please explore the examples in the 'tests' directory. + +For example, try the following commands: + +cd tests/argon +mkdir output +../../src/arbd BrownDyn.bd output/BrownDyn > output/BrownDyn.log + + /========\ | Citing | \========/ -- GitLab