The GRAPEcluster Project RIT Astrophysics Group/Department of Computer Science Rochester Institute of Technology
Home Page

Software

Simulation Runs

The following files are the result of the simulations form a grape cluster run. They are the input files for the visualization software.

Here is the result of a simulation - 14000 particles, 3 black holes - 630263694 bytes

You can create a link to this file, if you are local.

% ln -s /home/group3/s1/grapecluster/public_html/software/theSimulation.sim14003.color.compact.binary.Z

Here is the result of a simulation - 10k particles, 1.36GB

You can create a link to this file, if you are local.
% ln -s /home/group3/s1/grapecluster/public_html/software/jens_10000.sim


Here is the result of a simulation - 25k particles, 8886253 Bytes

You can create a link to this file, if you are local.
% ln -s /home/group3/s1/grapecluster/public_html/software/contour.sim

Requirements

Required is:

Downloads

From The Web

Here is the current CVS snapshot (Sept/26/2005). Please download this link to your disk (grapecluster-current.jar).
You may find older snapshots here.

Via CVS

CVS access is currently limited to those working on the GRAPEcluster Project.
Make sure that your CVS_RSH environment variable is set to ssh. In a sh/bash environment

CVS_RSH=ssh
export CVS_RSH
cvs -d :ext:<username>@holly.cs.rit.edu:/home/group3/s1/grapecluster/cvsroot checkout grapecluster

Extracting

% jar xf grapecluster-current.jar #  will extract the system and create a directory
## you have to use gmake
% cd grapecluster/src/spiegel && gmake runD # will run the system

Build Process

Download the tar archive below.
% jar xvf grapecluster-current.jar
% cd grapecluster/src/spiegel
% # you may need to modify Makefile.opts
% # the only change should be the ROOT variable
% gmake all # compiles the system 
% make runD # run's the system
% # read the Makefile for profiling, etc

Design

Look at some of the design information from the weekly meetings.

Quick CVS Guide

(+ means 1 or more, * means 0 or more)
cvs add <filename>+ Add a new file to the repository
cvs remove <filename>+ Remove a file from the repository
cvs diff <filename> Show the difference between the working directory copy of <filename> and the repository copy
cvs log [filename]* Show the history information
cvs commit [filename]* Commit changes in the working directory to the repository
cvs update [filename]* Update the files in the working directory
cvs update -d [filename]* Update the files in the working directory and retrieve any new files/directories.
For more information consult the CVS Manual

Copyright

 Copyright 2001-2005 by
 Hans-Peter Bischof
 Rochester Institute of Technology.
       102 Lomb Memorial Drive
       Rochester, NY 14623-5608, USA
       Email : hpb@cs.rit.edu
       Phone: 585-475-5568
       Fax: 585-475-7100
 
  All rights reserved.
  Released under the terms of the GNU General Public License.
  See http://www.gnu.org/licenses/gpl.html.
 

The GRAPEcluster Project RIT Astrophysics Group/Department of Computer Science Rochester Institute of Technology
Home Page
Copyright © 2004 Rochester Institute of Technology. All rights reserved. Last updated: 31 March 2006. Please send comments to grapecluster-list@cs.rit.edu.