tebdol

Simulation of ultracold atoms in optical lattices
git clone https://miroslavurbanek.com/git/tebdol.git
Log | Files | Refs | README

commit 59c8635f223f84a79ba25caa252b984a09350e20
parent 75590722e531f14a12991479a938916676926fe5
Author: Miroslav Urbanek <mu@miroslavurbanek.com>
Date:   Thu, 29 Jun 2017 04:00:48 +0200

Update README

Explain that the library has to be compiled first by running SBCL as a
single process.

Diffstat:
README | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -50,6 +50,12 @@ There are several examples in the directory "examples": * Test of the MPI communication ("mpi.lisp"). + The library is compiled by running it as a single process: + + $ mpirun -n 1 ./run examples/mpi.lisp + + MPI communication can be tested with a command: + $ mpirun -n 4 ./run examples/mpi.lisp * Phase revivals in one dimension ("revivals.lisp").