Commit e29676f2 authored by Alvarez, Gonzalo's avatar Alvarez, Gonzalo
Browse files

updated README

parent 790172d1
Loading
Loading
Loading
Loading
+26 −6
Original line number Diff line number Diff line
@@ -71,20 +71,35 @@ make, perl, and git if you don't have them.
3. Compile PsimagLite

```BASH
    $ cd PsimagLite/lib/
	$ cd PsimagLite
	$ git checkout features
	$ git pull origin features
    $ cd lib/
    $ ./configure.pl
    $ make -j something 
    $ d ../../
    $ cd ../../
```

4. Now issue

```BASH
    $ cd merapp/src
    $ cp Config.make.sample Config.make
	$ cd merapp
	$ git checkout features
	$ git pull origin features
    $ cd src
```

Create a file myconfig.psiTag with the following.
If NOT using exatn write 
dependency exatn = CPPFLAGS += -DNO_EXATN
else write
location exatn = (EXATN=/path/to/your/.exatn)
and then
```BASH
	$ ./configure.pl -c myconfig.psiTag
	$ make clean
	$ make -j something
```
(edit Config.make if needed)
and then make.

5. You can run it with

@@ -93,6 +108,11 @@ and then make.
    $ ./meranpp -f out8sites.txt
```

	or run just the evaluator example driver
```BASH
	$ ./tensorEval
```

    or run from the TestSuite
```BASH
    ./meranpp -f ../TestSuite/inputs/meraEnviron1.txt