============================================================================ .1 .t008@8. f@@1 ,@f .@@1 . :@@ t@8 ,t1 t@@, @@1 .L800@@@; ,C@@ii@@@,i@@@@@@; f@8 i@@f f808@G ,. L@8 G@, L@f :: i@@f :i0: iC f@ft,.@@, 1@. @@1 C@i .@@. C@f G .81 80 1@L 8@8. t@8 i@G t@L :@@ ;@L L0 0@: L@@@C .@@1 G@f ,@@: . C@t .@@, Ct i@C . :@0 L@C @@0:GG;@@L81 ;@8 1@@, ;C G@C,G@@@: f0. t@; L@8: 1@f. 0C, ,@@@8; 8@L. G@@@8i ;. :LC. 0@0t, ============================================================================ README Jarvis is a land forces simulator. You can get familiar with it's main capabilities by analysing the input files (/engine/bases/ catalog) and main files *.ini (for example /engine/config_monaco.ini). Jarvis is a console, step and probabilistic simulator. Jarvis is made to be used by supercomputer resources and on Linux operating system. Only Linux OS is officially supported. Jarvis is currently in version unstable (testing) pre-alpha. SOFTWARE AND HARDWARE REQUIREMENTS For Jarvis engine: - Linux operating system - g++ compiler - OpanMP library (in the case of using a parallel version) - x86_64 CPU architecture (recommended minimum Intel Core 2 Duo or AMD Athlon 64 FX) - minimum 512 MB RAM (8 GB RAM recommended) - 1 GB HDD (20 GB recommended) For Jarvis web subsystem (server side): - minimum PHP version 5.6.3 - support MySQL database - crontab For Jarvis web subsystem (client side): - web browser with JavaScript (recommended Mozilla Firefox) - fast Internet connection LICENSE Jarvis is dual-licensed under the GNU Lesser General Public License (LGPL) v3.0 for the purposes of scientific and education and a paid license for other purposes. For more information about the GNU Lesser General Public License (LGPL) v3.0 can be read in the file LICENSE or visit the website: http://www.gnu.org/licenses/lgpl-3.0.html YOUR OWN BRANCH If you need to modify the Jarvis simulator to suit your needs, please write to the main developer of the system. We can develop a dedicated branch within the GNU Lesser General Public License (LGPL) v3.0 or paid license. If the simulator will be used for military purposes may be needed in this case, the authorization for the transfer of military technology by the relevant authorities. INSTALL AND RUN Please download additional files (not included in SVN): sh download.sh --all Depending on the speed Internet connection, this process can take from a few seconds to several minutes. After downloading all the files, please enter the 'engine' directory: cd engine Please do make file: make jarvis2 To compile a version of the OpenMP simulator Jarvis please confirm: make jarvis_openmp Or to compile all, please confirm: make all Then, please run the simulator, for example: ./jarvis2 config_monaco.ini CONTACT If you have any problem or suggestion, please contact the main developer of the system: Lukasz Swierczewski WEB SITE Visit the Jarvis Simulator web site for the latest news and downloads: http://jarvis.com.pl SVN To download the very latest source code and others files from the SVN server do this: svn checkout https://svn.riouxsvn.com/jarvis2 jarvis2