Difference between revisions of "The ODE based simulator"

From IridiaWiki
Jump to navigationJump to search
 
 
(2 intermediate revisions by the same user not shown)
Line 13: Line 13:
   
 
On debian this is simply done by:
 
On debian this is simply done by:
  +
# apt-get subversion
+
> apt-get subversion
   
   
 
You will then need to check out the repository.
 
You will then need to check out the repository.
  +
\# svn checkout svn+ssh://<username>@iridia.ulb.ac.be/usr/local/share/svn_repositories/OMiss
+
> svn checkout svn+ssh://<username>@iridia.ulb.ac.be/usr/local/share/svn_repositories/OMiss
   
 
N.B.
 
N.B.
 
* svn tunnels over ssh so you will already need an account on IRIDIA - just use your standard username and password
 
* svn tunnels over ssh so you will already need an account on IRIDIA - just use your standard username and password
 
* You will have to enter your password a couple of times on initial checkout.
 
* You will have to enter your password a couple of times on initial checkout.
  +
  +
  +
==Compiling the code==
  +
  +
Compilation instructions can be found in the INSTALL file at the top level of the source tree.
  +
  +
  +
==Running the simulator==
  +
  +
Running instructions can be found in pdf in the doc dir of the source tree.

Latest revision as of 17:24, 26 October 2005

What is the ODE simulator?

The ODE based simulator was written by student David Tradinh.

It now lives in a subversion (cvs clone) repository on IRIDIA.

Here are two links to older pages relating to the simulator and ODE in general:


Checking out the code

To check out the code you will first need the subversion source code control system.

On debian this is simply done by:

> apt-get subversion


You will then need to check out the repository.

> svn checkout svn+ssh://<username>@iridia.ulb.ac.be/usr/local/share/svn_repositories/OMiss

N.B.

  • svn tunnels over ssh so you will already need an account on IRIDIA - just use your standard username and password
  • You will have to enter your password a couple of times on initial checkout.


Compiling the code

Compilation instructions can be found in the INSTALL file at the top level of the source tree.


Running the simulator

Running instructions can be found in pdf in the doc dir of the source tree.