-
Notifications
You must be signed in to change notification settings - Fork 0
Example
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:
- DirResults is used to store the raw simulation results
- 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