Subversion
From OpenGGCM
All source code is stored on thetis (132.177.249.60) in /usr/svn. The old apollo repository is no longer applicable, and is not even usable. Contact Tom if you need help migrating / importing changes to the thetis repository.
If you are within the group, you can access the repositories via ssh. This requires you to have a system account on thetis. There is no other way to obtain write access to a repository. Basically, you'll want to do something like:
svn checkout svn+ssh://user@thetis.sr.unh.edu/usr/svn/project_name
Where user is your username on thetis, and project_name is one of the following projects:
| Repository name | Description |
|---|---|
| amr | New Chombo-based AMR MHD? |
| bufferedwrite | C library for buffering large number of writes in memory, to flush to disk at one time. |
| burp | Abandoned python 2D visualization tool. |
| ggcm_legacy | Existing OpenGGCM MHD model. |
| ggcm_utilities | Various utilities for working with / converting data as output from ggcm_legacy project. Requires 'libggcm'. |
| jobber | Suite of scripts for running jobs on Zaphod which are very similar but change in their input / configuration files very slightly. |
| libggcm | GGCM library for manipulating ggcm_legacy output data. |
| multires | ?? Andy Foulks' wavelet-based MHD visualization work |
| tracer | Abandoned incomplete particle tracer. |
| vidars | Web-based data acquisition framework |
Subversion admin information is maintained on a separate wiki.
