support: meanvalue/sum of multiple fts
[physik/nlsop.git] / README
1 nlsop
2 #####
3
4 requirements:
5 -------------
6
7 - directfb api (www.directfb.org) for visualization only
8
9 - /dev/urandom
10
11 - my own minimal api. you can get it via cvs:
12
13   cvs -d:pserver:anonymous@hackdaworld.dyndns.org:/my-code co api
14
15   you should downlaod it parllel to your nlsop dir, or use configure
16   option to specify the location instead.
17
18 install:
19 --------
20
21 ./configure && make -f Makefile nlsop && make -f Makefile install
22
23 run:
24 ----
25
26 (use '-h' to see the individual options of every binary)
27
28 nlsop_server:
29
30   install and run the binary on a stable, well connected host and enough
31   disk space for the nlsop save files.
32
33 nlsop_client:
34
35   install and run it on a number of nodes you want to do the actual
36   calculation on.
37
38 nlsop_gui:
39
40   run it to connect to the server to add jobs or get a status information
41   of the current jobs and clients.
42
43 nlsop:
44
45   use this for visualizing/converting/researching the save files.
46   you may also use it for a non distributed calculation.
47
48
49 --
50
51 have fun, frank
52