ParaDiS Manual Updated: Difference between revisions
Jump to navigation
Jump to search
m (Created page with 'Here is a practical guide to ParaDiS corresponding to the latest version. It is especially useful for beginners. Command templates and programming tips are also included. Follow…') |
|||
| Line 4: | Line 4: | ||
==1. How to obtain the latest ParaDiS codes== |
==1. How to obtain the latest ParaDiS codes== |
||
Let us start with the folder Codes under your home directory, you can obtain the latest version of ParaDiS by typing the following: |
|||
<pre> |
|||
cd ~/Codes |
|||
svn co https://micro.stanford.edu/svn/ParaDiS |
|||
</pre> |
|||
==2. How to run a test case== |
==2. How to run a test case== |
||
===2.1 Setup of .data file=== |
===2.1 Setup of .data file=== |
||
Revision as of 01:18, 20 February 2010
Here is a practical guide to ParaDiS corresponding to the latest version. It is especially useful for beginners. Command templates and programming tips are also included.
Following things will be included:
1. How to obtain the latest ParaDiS codes
Let us start with the folder Codes under your home directory, you can obtain the latest version of ParaDiS by typing the following:
cd ~/Codes svn co https://micro.stanford.edu/svn/ParaDiS