1 |
tjod |
3 |
Sources |
2 |
|
|
------ |
3 |
|
|
|
4 |
|
|
The sources can be obtained from the CICC Subversion repository. To |
5 |
|
|
checkout the sources do |
6 |
|
|
|
7 |
|
|
$ svn co https://cicc-grid.svn.sourceforge.net/svnroot/cicc-grid/ciccgrid/smi23d |
8 |
|
|
|
9 |
|
|
This will create a directory called 'smi23d', under which you'll find |
10 |
|
|
the source and testing directories |
11 |
|
|
|
12 |
|
|
Building |
13 |
|
|
------- |
14 |
|
|
|
15 |
|
|
You'll need to install the SCons package (http://www.scons.org/) to |
16 |
|
|
build the programs. After having installed SCons, navigate to 'trunk' |
17 |
|
|
and do |
18 |
|
|
|
19 |
|
|
$ scons |
20 |
|
|
|
21 |
|
|
The build process will put two executables in 'build' along with their |
22 |
|
|
associated parameter files. Copy these to your preferred locations |
23 |
|
|
|
24 |
|
|
Platforms |
25 |
|
|
-------- |
26 |
|
|
|
27 |
|
|
The codes have been built and tested on Linux (Redhat 64 bit and Ubuntu) |
28 |
|
|
using gcc 4.1.1, Mac OS X 10.4 using gcc 4.0.1 |