Simbuca Code
Brought to you by:
simonvg
File | Date | Author | Commit |
---|---|---|---|
CoulombSnippet | 2014-08-13 | simonvg | [r264] Cleaned this directory and adapted the Makefile... |
GUI | 2014-10-03 | simonvg | [r267] Big GUI upgarde. All functions to create the .s... |
bin | 2014-10-03 | simonvg | [r267] Big GUI upgarde. All functions to create the .s... |
libraries | 2014-08-13 | simonvg | [r263] |
simulations | 2014-08-13 | simonvg | [r261] |
tools | 2014-08-13 | simonvg | [r261] |
README.txt | 2014-08-13 | simonvg | [r265] Updated the documentary of Simbuca to one singl... |
svn.ico | 2014-08-13 | simonvg | [r259] |
1) Simbuca usage --------------- Information of Simbuca is stored and kept up to date on the Simbuca wiki page https://sourceforge.net/p/simbuca/wiki/Home/ If your question is unanswered in the FAQ do not hesitate to contact me (the author) directly: simonvgorp@gmail.com 2) installing Simbuca ------------------=--- cd bin make all 3) Running a simulation ------------------------- By default the simbuca executable is stored in the simulations directory with some example inputfiles. You can execute Simbuca by feeding it with an input file. For example ./simbuca example1.sim It is advised to use one of the exampleX.sim file and use this for your simulations. More information about how to set up the example.sim file can be found in the FAQ, see item 1) Also note that not all examples will run for you as some require input fieldmaps. 4) Using the graphics card (GPU) or conventional CPU ----------------------------- If you change your processing unit be sure to clean the object files. In the Makefile change the PU variable to 'cpu' or 'gpu' type make clear to remove all object files type make all to make all object files again but now fore the other processing unit 5) Compiling with icpc or g++ ---------------------------- pico Makefile (or use another editor) change the COMPILER variable to 'icpc' or 'g++'