Skip to content
gilbertf edited this page Oct 5, 2013 · 3 revisions
  • Compile the dummy simulation program gauss: cd ~/saps/example; make. You will have to ajust the itpp library path.

  • Configure the saps utility by editing ~/saps/saps.conf. You will have to modify:

  1. DirResults is used to store the raw simulation results
  2. DirSet saps saves the extracted data here
  • Simulate a set of parameters for the example program:
  • C++ version: ~/saps/saps ~/saps/example/CppGauss.saps
  • Matlab version: ~/saps/saps ~/saps/example/MatlabGauss.saps
  • Octave version: ~/saps/saps ~/saps/example/OctaveGauss.saps

Clone this wiki locally