X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=README;h=5be6c4cdfdebb12a61e0e077b0f04904c44d1461;hp=f27ad083cf7416ee9e0aa53b169f054b4cb1498d;hb=6f7acbcafd89b6e3899b6bef51c7727a4c560221;hpb=5246e11671ef0cceef2086f1c9d75c35198683e2 diff --git a/README b/README index f27ad08..5be6c4c 100644 --- a/README +++ b/README @@ -1,18 +1,52 @@ nlsop ------ +##### requirements: +------------- - directfb api (www.directfb.org) for visualization only + - /dev/urandom +- my own minimal api. you can get it via cvs: + + cvs -d:pserver:anonymous@hackdaworld.dyndns.org:/my-code co api + + you should downlaod it parllel to your nlsop dir, or use configure + option to specify the location instead. + install: +-------- ./configure && make -f Makefile && make -f Makefile install run: +---- + +(use '-h' to see the individual options of every binary) + +nlsop_server: + + install and run the binary on a stable, well connected host and enough + disk space for the nlsop save files. + +nlsop_client: -./nlsop -h + install and run it on a number of nodes you want to do the actual + calculation on. + +nlsop_gui: + + run it to connect to the server to add jobs or get a status information + of the current jobs and clients. + +nlsop: + + use this for visualizing/converting/researching the save files. + you may also use it for a non distributed calculation. + + +-- -- have fun, frank +