Menu

Tree [r31] /
 History

HTTPS access


File Date Author Commit
 bin 2010-08-13 simonvg [r31] Last big update before switching to the new pro...
 readme.txt 2009-12-01 simonvg [r4] added instructional file for beginners

Read Me

1) SimonIon usage
---------------
*install SimonIon
*select cpu/gpu and icpc/g++ compiler in the Makefile
*Set up the trapsimulation in main.cpp
*type 'make all'. An executable will be made (by default 'runsim').
*excecute runsim by typing ./runsim


2) installing SimonIon
------------------=---
cd bin
make all


3)Working with the GPU or CPU
-----------------------------
pico Makefile (or use another editor)
change the PU variable to 'cpu' or 'gpu'


4)Compiling with icpc or g++
----------------------------
pico Makefile (or use another editor)
change the COMPILER variable to 'icpc' or 'g++' 


5)Doing a trap simulation
-------------------------
All the information a user needs is provided in the main.cpp file. 
See 1)


6)SVN help
----------
good site: http://wiki.apertium.org/wiki/Using_SVN


6)More information
------------------
Check https://sourceforge.net/projects/simonion/